mesa/src/gallium/auxiliary/rtasm
Robert Ellison 2c29a6896a CELL: fix stencil twiddling, stencil invert
Many stencil tests were failing because of a failure to read the
stencil buffer, due to "twiddling" (or "untwiddling") "an unsupported
texture format".  This is fixed for the case of a stencil/Z S824Z format
(which twiddles just like the 32-bit color formats).

tests/stencilwrap.c was failing on the GL_INVERT test, because
the emitted code for "spe_xori" turned out not to be an actual
"xori" instruction, but rather a "stqd" instruction, because
of a typo in the rtasm code.  This is now fixed, and
tests/stencil_wrap now works.
2008-11-13 11:23:04 -07:00
..
Makefile cell: implement many more PPC instructions for code gen 2008-10-22 10:35:38 -06:00
rtasm_cpu.c gallium: Windows CE portability fixes. 2008-05-28 16:13:24 +09:00
rtasm_cpu.h Add run-time cpu capabilities detection stubs. 2008-02-19 14:06:11 +09:00
rtasm_execmem.c gallium: fix alignment parameter passed to u_mmAllocMem() 2008-10-29 14:52:35 -06:00
rtasm_execmem.h Rename rtasm files. 2008-02-19 14:01:49 +09:00
rtasm_ppc.c rtasm: Use INLINE keyword. Compile for all platforms, not only GALLIUM_CELL. 2008-11-12 18:44:20 +01:00
rtasm_ppc.h gallium: add missing prototypes 2008-11-12 11:09:12 -07:00
rtasm_ppc_spe.c CELL: two-sided stencil fixes 2008-11-11 13:57:10 -07:00
rtasm_ppc_spe.h CELL: fix stencil twiddling, stencil invert 2008-11-13 11:23:04 -07:00
rtasm_x86sse.c Merge commit 'origin/gallium-0.1' into gallium-0.2 2008-10-10 15:23:36 +01:00
rtasm_x86sse.h Merge commit 'origin/gallium-0.1' into gallium-0.2 2008-10-10 15:23:36 +01:00
SConscript scons: ppc support. 2008-10-23 10:28:48 +02:00