diff options
author | Ian Romanick <[email protected]> | 2008-03-17 15:45:52 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2008-03-17 15:47:45 -0700 |
commit | 1936e4bdfd776f78f9fe44f77ce66066fd166360 (patch) | |
tree | c72c00d624d332733d2b643e3dffd5114b18cc34 /src/gallium/drivers/cell/ppu/Makefile | |
parent | 0c715de39fa8337a2753dacd77ed280000416c1a (diff) |
cell: Initial code-gen for alpha / stencil / depth testing
Alpha test is currently broken because all per-fragment testing occurs
before alpha is calculated.
Stencil test is currently broken because the Z-clear code asserts if
there is a stencil buffer.
Diffstat (limited to 'src/gallium/drivers/cell/ppu/Makefile')
-rw-r--r-- | src/gallium/drivers/cell/ppu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/cell/ppu/Makefile b/src/gallium/drivers/cell/ppu/Makefile index d38fa6ce073..0389a9554cf 100644 --- a/src/gallium/drivers/cell/ppu/Makefile +++ b/src/gallium/drivers/cell/ppu/Makefile @@ -27,6 +27,7 @@ SOURCES = \ cell_flush.c \ cell_state_derived.c \ cell_state_emit.c \ + cell_state_per_fragment.c \ cell_state_shader.c \ cell_pipe_state.c \ cell_screen.c \ |