Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: fix SSE codegen for instructions that use both a CONSTANT and IMMEDIATE | Keith Whitwell | 2008-06-12 | 1 | -1/+2 |
| | | | | | | | Fixes codegen for instructions like MUL dst, CONST[0], IMM[0]; the two operands would up getting aliased in the x86/sse code. Fixes glean/vertProg1/fogparams test. | ||||
* | draw: remove another debug assert on failover to generic vs varient | Keith Whitwell | 2008-06-11 | 1 | -2/+1 |
| | |||||
* | draw: Compile draw_vs_aos only on x86. | José Fonseca | 2008-06-06 | 1 | -0/+4 |
| | |||||
* | draw: michal's patch for calling powf... teapot still not quite right | Keith Whitwell | 2008-05-29 | 1 | -0/+1 |
| | |||||
* | draw: Put PIPE_CDECL in the right places. | José Fonseca | 2008-05-29 | 1 | -2/+2 |
| | | | | MSVC seems picky about this. | ||||
* | draw: share machine | Keith Whitwell | 2008-05-29 | 1 | -5/+20 |
| | |||||
* | draw: enable FSE by default | Keith Whitwell | 2008-05-28 | 1 | -14/+20 |
| | |||||
* | draw: Use PIPE_CDECL. | José Fonseca | 2008-05-28 | 1 | -1/+1 |
| | |||||
* | draw: support psize in vs_varient paths | Keith Whitwell | 2008-05-27 | 1 | -0/+1 |
| | | | | | Preserve the vinfo "EMIT_*" format descriptors in the varient key, and deal with PSIZE directly in each implementation. | ||||
* | draw: extend precision in RSQ opcode | Keith Whitwell | 2008-05-26 | 1 | -0/+1 |
| | |||||
* | draw: use lookup tables to avoid calling pow() in LIT opcode | Keith Whitwell | 2008-05-24 | 1 | -0/+27 |
| | |||||
* | draw: add a debug-print which can be called from inside generated shaders | Keith Whitwell | 2008-05-24 | 1 | -0/+1 |
| | |||||
* | draw: clean up internal immediates in aos sse | Keith Whitwell | 2008-05-23 | 1 | -1/+4 |
| | |||||
* | draw: fix vs aos internal/machine state | Keith Whitwell | 2008-05-23 | 1 | -3/+6 |
| | |||||
* | draw: add viewport to varient state | Keith Whitwell | 2008-05-23 | 1 | -2/+7 |
| | |||||
* | draw: add aos vertex shader varient | Keith Whitwell | 2008-05-23 | 1 | -0/+181 |