mesa/src
Alyssa Rosenzweig edc8e41566 pan/midgard: Use type-appropriate swizzle for texture coordinate
The texture coordinate for a 2D texture could be a vec2 or a vec3,
depending if it's an array texture or not. If it's vec2 (non-array
texture), we should not reference the z component; otherwise, liveness
analysis will get very confused when z is never written.

v2: Fix typo (Ilia).

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
2019-08-19 08:32:17 -07:00
..
amd ac/nir: Fix store_scratch with a non-full writemask 2019-08-18 15:15:45 +02:00
broadcom v3d: clamp gl_PointSize to a minimum of 1.0 2019-08-13 09:44:54 +02:00
compiler nir: Add missing dependency in Android.nir.gen.mk 2019-08-19 09:53:18 +03:00
drm-shim meson: replace libmesa_util with idep_mesautil 2019-08-03 00:08:37 +00:00
egl win32: unify strcasecmp definitions 2019-08-15 20:23:44 +02:00
etnaviv etnaviv: Add valgrind support 2019-08-14 10:36:20 +02:00
freedreno freedreno/ir3+a6xx: same VBO state for draw/binning 2019-08-13 08:11:26 -07:00
gallium iris: Only request an input mask if the shader needs it 2019-08-16 19:59:42 -05:00
gbm meson: replace last uses of libxmlconfig with idep_xmlconfig 2019-08-03 00:08:37 +00:00
getopt
glx glx: drop unnecessary pointer deref for function calls 2019-08-04 11:26:20 +01:00
gtest
hgl
imgui
intel isl: Enable Unorm Path in Color Pipe 2019-08-15 10:39:09 -07:00
loader mesa: Rename GLX_USE_TLS to USE_ELF_TLS. 2019-08-03 20:18:17 +02:00
mapi mesa: add EXT_shader_image_load_store glBindImageTextureEXT function 2019-08-06 17:40:53 -04:00
mesa mesa: add support for CET to x86/x86-64 asm files. 2019-08-16 09:00:35 +10:00
panfrost pan/midgard: Use type-appropriate swizzle for texture coordinate 2019-08-19 08:32:17 -07:00
util win32: unify strcasecmp definitions 2019-08-15 20:23:44 +02:00
vulkan vulkan: Update the XML and headers to 1.1.119 2019-08-12 14:56:33 +00:00
meson.build
SConscript