mesa/src
Mark Janes 6a7e2904e0 nir/spirv: fix build_mat4_det stack smasher
When generating a sub-determinate matrix, a 3-element swizzle array was
indexed with clever inline boolean logic.  Unfortunately, when i and j
are both 3, the index overruns the array, smashing the next variable on
the stack.

For 64 bit builds, the alignment of the 3-element unsigned array leaves
32 bits of spacing before the next local variable, hiding this bug.  On
i386, a subcolumn pointer was smashed then dereferenced.
2016-02-02 15:30:54 -08:00
..
egl egl: don't forget to ship platform_x11_dri3.h into the tarball 2015-11-20 18:08:04 +00:00
gallium freedreno/a4xx: Add support for adreno 430 2016-01-21 17:20:11 -05:00
gbm gbm.h: Add a missing stddef.h include for size_t. 2015-10-30 19:12:14 +00:00
getopt
glsl nir/spirv: fix build_mat4_det stack smasher 2016-02-02 15:30:54 -08:00
glx glx/dri3: a drawable might not be bound at wait time 2015-12-21 06:43:58 -05:00
gtest
hgl
isl isl: Add logical z offset to GEN4_2D surfaces 2016-01-27 15:12:42 -08:00
loader loader: unconditionally add AM_CPPFLAGS to libloader_la_CPPFLAGS 2015-11-23 12:07:50 +00:00
mapi mesa: add GREMEDY_string_marker 2016-01-21 17:19:05 -05:00
mesa i965: Update the surface_format table for ETC formats 2016-01-27 15:12:42 -08:00
util util/bitset: Allow iterating over const bitsets 2016-01-18 09:18:42 -08:00
vulkan anv: Fix anv_descriptor_set reference error on deletion 2016-02-02 15:28:01 -08:00
Makefile.am isl: Move it a standalone directory 2015-12-15 08:45:49 -08:00
SConscript