aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_vs_ppc.c
Commit message (Collapse)AuthorAgeFilesLines
* draw: s/varient/variant/Brian Paul2010-12-161-2/+2
|
* gallium/draw: Fix PPC compiler warning.Michel Dänzer2010-04-291-1/+1
|
* gallium/draw: Fix PPC build failure.Michel Dänzer2010-04-291-1/+1
|
* gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol2010-01-281-1/+1
|
* gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol2010-01-281-2/+2
|
* gallium: Simplify PIPE_ALIGN_VAR.José Fonseca2010-01-121-3/+3
| | | | | | gcc allows pre-fix variable attributes. Suggested by Ian Romanick.
* gallium: Generalize the alignment macros to other compilers and any alignment.José Fonseca2010-01-121-3/+3
|
* draw: fix ppc build regressionKeith Whitwell2009-07-161-0/+1
| | | | Found by x.org tinderbox, reported by Chris Ball.
* gallium: code to dump/debug PPC code (disabled)Brian Paul2009-01-101-0/+5
|
* gallium: no longer pass max_inst to ppc_init_func()Brian Paul2008-10-291-1/+1
|
* gallium: clean-upsBrian Paul2008-10-291-10/+4
|
* gallium: remove old codeBrian Paul2008-10-281-29/+0
|
* gallium: ppc: don't replicate/smear immediate values, use vspltw instruction ↵Brian Paul2008-10-281-4/+4
| | | | as with constants
* gallium: new PPC built-in constants arrayBrian Paul2008-10-221-2/+6
| | | | It's hard to form PPC vector immediates so load them from an array.
* cell: turn on PPC assembly vertex transformBrian Paul2008-10-221-4/+1
| | | | gears runs with it now (3x faster FPS than before).
* gallium: temporarily disable PPC vertex shader until more things runBrian Paul2008-10-221-0/+3
|
* gallium: PPC vertex shader supportBrian Paul2008-10-221-0/+270
Works, but dead code lingering, debug code present, etc.