mesa/src
Roland Scheidegger 4fdc6ad41b i965: fix fetching constants from constant buffer in glsl path
the driver used to overwrite grf0 then use implicit move by send instruction
to move contents of grf0 to mrf1. However, we must not overwrite grf0 since
it's still used later for fb write.
Instead, do the move directly do mrf1 (we could use implicit move from another
grf reg to mrf1 but since we need a mov to encode the data anyway it doesn't
seem to make sense).
I think the dp_READ/WRITE_16 functions may suffer from the same issue.
While here also remove unnecessary msg_reg_nr parameter from the dataport
functions since always message register 1 is used.
2009-06-26 20:39:49 +02:00
..
driclient
egl Use separate $(MINSTALL) for installing libraries 2009-06-01 06:32:52 -07:00
gallium tgsi: correct handling of return value from util_vsnprintf 2009-06-26 13:45:34 +01:00
glew glew: correct misspelling of glFramebufferTextureLayer 2009-06-18 10:13:55 +01:00
glu Use separate $(MINSTALL) for installing libraries 2009-06-01 06:32:52 -07:00
glut Use separate $(MINSTALL) for installing libraries 2009-06-01 06:32:52 -07:00
glw Use separate $(MINSTALL) for installing libraries 2009-06-01 06:32:52 -07:00
glx Disable SGI_swap_control extension for DRI2 2009-06-22 15:15:20 -07:00
mesa i965: fix fetching constants from constant buffer in glsl path 2009-06-26 20:39:49 +02:00
xvmc
Makefile
SConscript