mesa/src
Matt Turner d5c3aa89dc i965/gen7: Relax restrictions on fake MRFs
Gen6 has write-only MRF registers, and for ease of implementation we
paritition off 16 general purposes registers to act as MRFs on Gen7.

Knowing that our Gen7 MRFs are actually GRFs, we can do things we can't
do with real MRFs:
   - read from them;
   - return values directly to them from a send instruction; and
   - compute directly to them with math instructions.

Reviewed-by: Eric Anholt <eric@anholt.net>
2013-02-28 13:18:59 -08:00
..
egl egl/wayland: Don't block on EGL_DEFAULT_DISPAY under wayland 2013-02-26 12:49:49 -05:00
gallium clover: Fix build with LLVM 3.3 v2 2013-02-28 16:01:23 -05:00
gbm gbm: Remember to init format on gbm_dri_bo_create. 2013-02-07 20:00:52 -05:00
getopt
glsl glsl: Remove VS output varyings which are optimized out of the FS 2013-02-23 16:20:28 -08:00
glx glx: Fix glXCreateWindow() when GLX_DIRECT_RENDERING is undefined 2013-02-27 13:36:19 -05:00
gtest gtest: Build it only for 'make check'. 2013-01-13 12:38:44 +01:00
mapi glapi: mark static_dispatch false for DiscardFramebufferEXT 2013-02-22 17:18:08 -08:00
mesa i965/gen7: Relax restrictions on fake MRFs 2013-02-28 13:18:59 -08:00
Makefile.am automake: Convert src/Makefile to automake. 2012-06-11 09:28:00 -07:00
SConscript Remove libGLU 2012-08-31 10:58:15 -07:00