mesa/src
Matt Turner 8f4e03c397 i965/fs: Don't use brw_imm_* unnecessarily.
Using brw_imm_* creates a source with file=HW_REG, and the scheduler
inserts barrier dependencies when it sees HW_REG. None of these are
hardware-registers in the sense that they're special and scheduling
shouldn't touch them. A few of the modified cases already have HW_REGs
for other sources, so it won't allow extra flexibility in some cases.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
(cherry picked from commit c938be8ad2)
(This patch was cherry-picked to make the next commit apply cleanly.)
2014-07-17 15:59:00 -07:00
..
egl android, egl: typo dri2_fallback_pixmap_surface -> dri2_fallback_create_pixmap_surface 2014-06-23 11:42:53 -07:00
gallium radeonsi: add support for TXB2 2014-07-17 14:29:10 -07:00
gbm gbm: cleanup __DRI*extension handling 2014-04-28 19:13:38 +01:00
getopt
glsl glsl: fix use-after free bug/crash in ast_declarator_list::hir() 2014-05-29 15:48:02 -07:00
glx glxext: Send the Drawable's ID in the GLX_BufferSwapComplete event 2014-07-03 18:03:11 -07: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: don't limit the non-udev path to only android 2014-04-05 12:17:28 +01:00
mapi glapi: Duplicate GLES1 prototypes in glapi_dispatch.c 2014-05-30 17:11:47 -07:00
mesa i965/fs: Don't use brw_imm_* unnecessarily. 2014-07-17 15:59:00 -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