index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
cell
/
ppu
/
cell_gen_fragment.c
Age
Commit message (
Expand
)
Author
2009-02-07
cell: compile fix: alpha.ref is now alpha.ref_value
Brian Paul
2009-01-27
gallium: standardize naming of masks
Zack Rusin
2009-01-11
cell: optimize unpack_colors() function, saving 12 cycles
Brian Paul
2009-01-11
cell: move color unpacking code into separate function
Brian Paul
2009-01-11
cell: re-order the z/stencil fetch/extract/convert instructions for better perf
Brian Paul
2009-01-11
cell: simplify the 'optional register' code
Brian Paul
2009-01-11
cell: asst datatype clean-ups
Brian Paul
2009-01-11
cell: move depth/stencil code into separate function
Brian Paul
2009-01-11
cell: clean-up, re-indent, comments
Brian Paul
2008-11-21
CELL: use variant-length fragment ops programs
Robert Ellison
2008-11-12
CELL: fix stencil test bugs
Robert Ellison
2008-11-11
CELL: two-sided stencil fixes
Robert Ellison
2008-11-07
CELL: fix several stencil problems
Robert Ellison
2008-10-30
CELL: fix use of stencil value mask
Robert Ellison
2008-10-30
CELL: stencil bug fixes
Robert Ellison
2008-10-10
CELL: fixing stencil bugs
Robert Ellison
2008-10-09
cell: more accurate comments
Brian Paul
2008-10-03
CELL: changes to generate SPU code for stenciling
Robert Ellison
2008-09-26
cell: remove unneeded blend/depth_stencil subclasses
Brian Paul
2008-09-26
cell: inst reorder to save a cycle
Brian Paul
2008-09-23
CELL: fix colormask code generation
Robert Ellison
2008-09-19
cell: flesh out support for other Z/stencil format
Brian Paul
2008-09-19
cell: fix a comment
Brian Paul
2008-09-19
cell: change spe_complement() to take a src and dst reg, like other instructions
Brian Paul
2008-09-19
CELL: add codegen for logic op, color mask
Robert Ellison
2008-09-18
CELL: finish fragment ops blending (except for unusual D3D modes)
Robert Ellison
2008-09-17
cell: example of doing fs/fm sequence with fnms in blending
Brian Paul
2008-09-17
cell: dump generated code if CELL_DEBUG=asm
Brian Paul
2008-09-17
CELL: fleshing out the blending fragment ops
Robert Ellison
2008-09-11
cell: minor improvements to fragment code-gen
Brian Paul
2008-09-11
cell: put cell_ prefix on gen_fragment_function()
Brian Paul
2008-09-11
cell: fix typos in blend code-gen
Brian Paul
2008-09-11
cell: begin new blending code (both codegen and fallback paths)
Brian Paul
2008-09-11
cell: checkpoint commit of new per-fragment processing
Brian Paul