mesa/src
Kristian Høgsberg Kristensen 381d85545a anv: Share scratch_space helper between gen7 and gen8+
The gen7 pipeline has a useful helper function for this, let's use it in
gen8_pipeline.c too.  The gen7 function has an off-by-one bug though: we
have to compute log2(size / 1024) - 1, but we divide by 2048 instead so
as to avoid the case where size is less than 1024 and we'd return -1.
2016-02-05 16:13:52 -08:00
..
compiler Merge remote-tracking branch 'mesa-public/master' into vulkan 2016-02-05 15:21:11 -08:00
egl egl/dri2: expose srgb configs when KHR_gl_colorspace is available 2016-01-22 11:55:54 +00:00
gallium r600g: Ignore format for PIPE_BUFFER targets 2016-02-05 20:23:56 +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 Merge commit mesa-public/master into vulkan 2016-02-05 15:03:44 -08:00
glx glx: update to updated version of EXT_create_context_es2_profile 2016-02-03 15:44:51 -05:00
gtest mesa: Enable subdir-objects globally. 2015-06-26 12:55:25 +01:00
hgl
isl isl: Add logical z offset to GEN4_2D surfaces 2016-01-27 15:12:42 -08:00
loader virtio_gpu: Add PCI ID to driver map 2016-01-23 12:35:24 +10:00
mapi mesa: implement GL_ATI_meminfo (v2) 2016-02-05 17:31:20 +01:00
mesa Merge remote-tracking branch 'mesa-public/master' into vulkan 2016-02-05 15:21:11 -08:00
util Merge remote-tracking branch 'mesa-public/master' into vulkan 2016-02-05 15:21:11 -08:00
vulkan anv: Share scratch_space helper between gen7 and gen8+ 2016-02-05 16:13:52 -08:00
Makefile.am Merge commit mesa-public/master into vulkan 2016-02-05 15:03:44 -08:00
SConscript glsl: move to compiler/ 2016-01-26 16:08:33 +00:00