mesa/src
Kenneth Graunke b3cc10f3b2 nir: Let nir_opt_algebraic rules contain unsigned constants > INT_MAX.
struct.pack('i', val) interprets `val` as a signed integer, and dies
if `val` > INT_MAX.  For larger constants, we need to use 'I' which
interprets it as an unsigned value.

This patch makes us use 'I' for all values >= 0, and 'i' for negative
values.  This should work in all cases.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
2016-01-19 18:10:30 -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 radeonsi: don't miss changes to SPI_TMPRING_SIZE 2016-01-14 19:55:41 +01:00
gbm gbm.h: Add a missing stddef.h include for size_t. 2015-10-30 19:12:14 +00:00
getopt
glsl nir: Let nir_opt_algebraic rules contain unsigned constants > INT_MAX. 2016-01-19 18:10:30 -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/device: Add a flag for bit 6 swizzling 2016-01-18 17:21:05 -08:00
loader loader: unconditionally add AM_CPPFLAGS to libloader_la_CPPFLAGS 2015-11-23 12:07:50 +00:00
mapi glapi: add ARB_indirect_parameters definitions 2016-01-07 18:38:46 -05:00
mesa nir/lower_system_values: Lower vertexID to id+base if needed 2016-01-15 16:15:50 -08:00
util util/bitset: Allow iterating over const bitsets 2016-01-18 09:18:42 -08:00
vulkan anv/meta: Implement UpdateBuffer 2016-01-19 16:53:35 -08:00
Makefile.am isl: Move it a standalone directory 2015-12-15 08:45:49 -08:00
SConscript