mesa/src
Matt Turner 31ae9c25ff i965/fs: Perform CSE on load_payload instructions if it's not a copy.
Since CSE creates instructions, if we let CSE generate things register
coalescing can't remove, bad things will happen. Only let CSE combine
non-copy load_payloads.

E.g., allow CSE to handle this

   load_payload vgrf4+0, vgrf5, vgrf6

but not this

   load_payload vgrf4+0, vgrf5+0, vgrf5+1
2014-06-17 09:40:30 -07:00
..
egl egl/dri2: do not leak dri2_dpy->driver_name 2014-06-09 22:56:00 +01:00
gallium nv50/ir: Remove NV50_SEMANTIC_VIEWPORTINDEX 2014-06-16 23:08:32 -04:00
gbm gbm: Remove 64x64 restriction from GBM_BO_USE_CURSOR 2014-06-12 16:13:39 +09:00
getopt
glsl glsl: type check between switch init-expression and case 2014-06-17 08:13:28 +03:00
glx mesa: glx: Reduce error log level 2014-06-12 10:19:00 -06:00
gtest gtest: Update to 1.7.0. 2014-04-14 00:06:53 -07:00
hgl haiku libGL: Move from gallium target to src/hgl 2014-01-06 15:50:21 -06:00
loader loader: add optional /sys filesystem method for PCI identification. 2014-05-29 20:25:37 -06:00
mapi glapi: add GL_ARB_explicit_uniform_location 2014-06-16 06:49:59 +03:00
mesa i965/fs: Perform CSE on load_payload instructions if it's not a copy. 2014-06-17 09:40:30 -07:00
Makefile.am src/build: Add getopt to distribution. 2014-04-07 09:41:02 -07:00
SConscript loader: introduce the loader util lib 2014-01-18 18:47:27 +00:00