mesa/src/compiler
Jason Ekstrand 7118851374 glsl/blob: Return false from ensure_can_read on overrun
Otherwise, if you have a large read fail and then try to do a small
read, the small read may succeed even though it's at the wrong offset.

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Cc: mesa-stable@lists.freedesktop.org
2017-10-12 21:47:06 -07:00
..
glsl glsl/blob: Return false from ensure_can_read on overrun 2017-10-12 21:47:06 -07:00
nir nir: Make nir_shader_gather_info() track texelFetch texture accesses. 2017-10-12 17:22:42 -07:00
spirv spirv: Fix SpvOpAtomicISub 2017-10-09 16:28:11 -07:00
.gitignore
Android.glsl.gen.mk
Android.glsl.mk
Android.mk
Android.nir.gen.mk Android: fix spirv_info.c generation 2017-07-21 08:48:45 +03:00
Android.nir.mk android: fix libmesa_nir build 2017-07-21 08:47:56 +03:00
builtin_type_macros.h
glsl_types.cpp st/mesa: get rid of st_glsl_types 2017-07-31 14:55:30 +02:00
glsl_types.h glsl: add get_internal_ifc_packing() type helper 2017-08-22 11:29:27 +10:00
Makefile.am compiler: Add $(WNO_OVERRIDE_INIT) to AM_CFLAGS 2017-08-29 15:20:57 -07:00
Makefile.glsl.am
Makefile.nir.am spirv: Generate spirv_info.c 2017-07-18 09:43:12 -07:00
Makefile.sources nir: Move vc4's alpha test lowering to core NIR. 2017-10-10 11:42:04 -07:00
meson.build meson: Build i965 and dri stack 2017-10-09 13:42:44 -07:00
nir_types.cpp nir: add nir_lower_samplers_as_deref pass 2017-07-31 14:55:29 +02:00
nir_types.h nir: add nir_lower_samplers_as_deref pass 2017-07-31 14:55:29 +02:00
SConscript
SConscript.glsl
SConscript.nir
shader_enums.c
shader_enums.h nir: Move vc4's alpha test lowering to core NIR. 2017-10-10 11:42:04 -07:00
shader_info.h compiler: Move gl_program::TexelFetchSamplers to shader_info. 2017-10-12 17:22:39 -07:00