mesa/src
Marek Olšák 801fbdf286 mesa: document instructions ir_to_mesa emits
GLSL stopped using:
   BRA, EXP, LOG, LRP, NRM3, NRM4, XPD.

GLSL started using:
   KIL, SCS, SSG, SWZ.
(omg why SWZ? isn't proc_src_register flexible enough?)

GLSL doesn't use these opcodes some Radeons do support:
   ARR, DP2A, DST, LRP, XPD.

These opcodes are now unused:
   AND, NOT, NRM3, NRM4, OR, XOR.
(plus maybe the NV extensions which are unused by Gallium)

In addition to that, we don't use two-dimensional indirect addressing,
which the Mesa IR can do.
2011-05-09 20:01:58 +02:00
..
driclient
egl egl/wayland: Follow wl_resource_destroy changes 2011-05-06 16:50:45 -04:00
gallium r600g: anisotropic filtering support for evergreen hw 2011-05-09 12:18:41 -04:00
getopt getopt: Make code more portable. 2011-01-12 16:54:21 +00:00
glsl glsl: Remove extra newline from error message 2011-05-03 14:51:02 -07:00
glu sgi: Fix MSVC build. 2011-04-27 19:06:07 +01:00
glut scons: Revamp how to specify targets to build. 2010-11-01 13:30:22 +00:00
glw
glx glx: Check flush DRI extension version at runtime 2011-05-06 09:39:24 +02:00
mapi glapi: regenerate files for AMD_draw_buffers_blend 2011-05-03 00:35:50 +02:00
mesa mesa: document instructions ir_to_mesa emits 2011-05-09 20:01:58 +02:00
Makefile
SConscript scons: Build glu. 2011-04-23 13:16:03 +01:00