Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-16 | draw: fix ppc build regression | Keith Whitwell | |
Found by x.org tinderbox, reported by Chris Ball. | |||
2009-01-10 | gallium: code to dump/debug PPC code (disabled) | Brian Paul | |
2008-10-29 | gallium: no longer pass max_inst to ppc_init_func() | Brian Paul | |
2008-10-29 | gallium: clean-ups | Brian Paul | |
2008-10-28 | gallium: remove old code | Brian Paul | |
2008-10-28 | gallium: ppc: don't replicate/smear immediate values, use vspltw instruction ↵ | Brian Paul | |
as with constants | |||
2008-10-22 | gallium: new PPC built-in constants array | Brian Paul | |
It's hard to form PPC vector immediates so load them from an array. | |||
2008-10-22 | cell: turn on PPC assembly vertex transform | Brian Paul | |
gears runs with it now (3x faster FPS than before). | |||
2008-10-22 | gallium: temporarily disable PPC vertex shader until more things run | Brian Paul | |
2008-10-22 | gallium: PPC vertex shader support | Brian Paul | |
Works, but dead code lingering, debug code present, etc. |