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
/
spu
/
spu_command.c
Age
Commit message (
Expand
)
Author
2010-03-30
gallium: adapt all code to the renamed depth/stencil formats
Roland Scheidegger
2010-03-01
cell: Rename pipe formats.
José Fonseca
2010-01-12
gallium: Simplify PIPE_ALIGN_VAR.
José Fonseca
2010-01-12
gallium: Generalize the alignment macros to other compilers and any alignment.
José Fonseca
2010-01-06
gallium: remove PIPE_TEX_FILTER_ANISO
Luca Barbieri
2009-01-12
cell: allocate batch buffers w/ 16-byte alignment
Jonathan Adamczewski
2008-11-21
CELL: use variant-length fragment ops programs
Robert Ellison
2008-11-11
CELL: two-sided stencil fixes
Robert Ellison
2008-10-30
CELL: stencil bug fixes
Robert Ellison
2008-10-28
cell: fix a number of fence issues
Brian Paul
2008-10-22
cell: implement fencing for texture buffers
Brian Paul
2008-10-17
cell: add new debug flag (cache) to report texture cache stats on exit
Brian Paul
2008-10-16
cell: clean up various texture-related things
Brian Paul
2008-10-15
cell: start some performance measurements
Brian Paul
2008-10-15
cell: send rasterizer state to SPUs in proper way, remove front_winding hack
Brian Paul
2008-10-15
cell: remove some old, pre-batchbuffer stuff
Brian Paul
2008-10-15
cell: simplify spu debug code
Brian Paul
2008-10-15
cell: propogate blend color to SPUs for the fallback fragment ops code
Brian Paul
2008-10-15
cell: additional debug
Brian Paul
2008-10-14
cell: initial bits for 3D texture support
Brian Paul
2008-10-14
cell: support for cubemaps
Brian Paul
2008-10-14
cell: support NPOT textures, clamp/repeat mode, normalized/unorm texcoords
Brian Paul
2008-10-14
cell: use minify vs magnify filters
Brian Paul
2008-10-14
cell: basic mipmap filtering works now
Brian Paul
2008-10-13
cell: initial work for mipmap texture filtering
Brian Paul
2008-10-13
cell: remove old texture-related fields
Brian Paul
2008-10-13
cell: remove old texture code
Brian Paul
2008-10-13
cell: do texture sampling/filtering for four pixels at a time.
Brian Paul
2008-10-07
cell: add support for fragment shader constant buffers
Brian Paul
2008-09-26
cell: move command processing code into new spu_command.c file
Brian Paul