mesa/src
Kenneth Graunke 4eabbc04f2 iris: Fix constant buffer sizes for non-UBOs
Since the system value refactor, we've accidentally only been setting
cbuf->buffer_size in the UBO case, and not in the uploaded-constants
case.  We use cbuf->buffer_size to fill out the SURFACE_STATE entry,
so it needs to be initialized in both cases.

Fixes: 3b6d787e40 ("iris: move sysvals to their own constant buffer")
(cherry picked from commit 077a1952cc)
2019-09-18 09:09:54 -07:00
..
amd radeonsi/gfx10: fix wave occupancy computations 2019-09-10 09:51:57 -07:00
broadcom v3d: clamp gl_PointSize to a minimum of 1.0 2019-08-13 09:44:54 +02:00
compiler nir/loop_analyze: Treat do{}while(false) loops as 0 iterations 2019-09-18 09:09:54 -07:00
drm-shim meson: replace libmesa_util with idep_mesautil 2019-08-03 00:08:37 +00:00
egl egl: fix deadlock in malloc error path 2019-09-04 16:14:41 -07:00
etnaviv etnaviv: Add valgrind support 2019-08-14 10:36:20 +02:00
freedreno freedreno/drm-shim: fix mem leak 2019-09-04 16:15:29 -07:00
gallium iris: Fix constant buffer sizes for non-UBOs 2019-09-18 09:09:54 -07:00
gbm meson: replace last uses of libxmlconfig with idep_xmlconfig 2019-08-03 00:08:37 +00:00
getopt
glx glx: Fix SEGV due to dereferencing a NULL ptr from XCB-GLX. 2019-09-04 16:15:49 -07:00
gtest delete autotools .gitignore files 2019-04-29 21:17:19 +00:00
hgl haiku: Fix hgl dispatch build. Tested under meson/scons. 2019-04-02 16:06:00 -05:00
imgui imgui: bump imgui memory editor copy 2019-06-18 15:34:13 +00:00
intel anv: add support for vk_x11_override_min_image_count 2019-09-09 09:13:04 -07:00
loader mesa: Rename GLX_USE_TLS to USE_ELF_TLS. 2019-08-03 20:18:17 +02:00
mapi mesa: add ext_dsa GetMultiTexLevelParameterEXT 2019-08-19 18:50:08 -04:00
mesa intel/dri: finish proper glthread 2019-09-06 08:30:35 -07:00
panfrost pan/midgard: Fix writeout combining 2019-09-04 11:52:36 -07:00
util drirc: override minImageCount=2 for gfxbench 2019-09-09 09:13:19 -07:00
vulkan wsi: add minImageCount override 2019-09-09 09:12:46 -07:00
meson.build v3d: Introduce a DRM shim for calling out to the simulator. 2019-07-25 08:56:19 -07:00
SConscript