summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_vs_aos.h
Commit message (Expand)AuthorAgeFilesLines
* draw: Include missing headers in draw_vs_aos.h.Vinson Lee2010-09-021-0/+2
* 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-1/+1
* draw: use AOS_ERROR rather than clash-prone ERROR() macroKeith Whitwell2009-03-181-1/+1
* draw: don't keep refetching constant inputsKeith Whitwell2008-10-021-0/+2
* draw: add streamlined paths for fetching linear vertsKeith Whitwell2008-10-021-8/+11
* gallium: fix out of bounds array errors in SSE executionBrian Paul2008-09-021-5/+5
* gallium: fix SSE codegen for instructions that use both a CONSTANT and IMMEDIATEKeith Whitwell2008-06-121-1/+2
* draw: remove another debug assert on failover to generic vs varientKeith Whitwell2008-06-111-2/+1
* draw: Compile draw_vs_aos only on x86.José Fonseca2008-06-061-0/+4
* draw: michal's patch for calling powf... teapot still not quite rightKeith Whitwell2008-05-291-0/+1
* draw: Put PIPE_CDECL in the right places.José Fonseca2008-05-291-2/+2
* draw: share machineKeith Whitwell2008-05-291-5/+20
* draw: enable FSE by defaultKeith Whitwell2008-05-281-14/+20
* draw: Use PIPE_CDECL.José Fonseca2008-05-281-1/+1
* draw: support psize in vs_varient pathsKeith Whitwell2008-05-271-0/+1
* draw: extend precision in RSQ opcodeKeith Whitwell2008-05-261-0/+1
* draw: use lookup tables to avoid calling pow() in LIT opcodeKeith Whitwell2008-05-241-0/+27
* draw: add a debug-print which can be called from inside generated shadersKeith Whitwell2008-05-241-0/+1
* draw: clean up internal immediates in aos sseKeith Whitwell2008-05-231-1/+4
* draw: fix vs aos internal/machine stateKeith Whitwell2008-05-231-3/+6
* draw: add viewport to varient stateKeith Whitwell2008-05-231-2/+7
* draw: add aos vertex shader varientKeith Whitwell2008-05-231-0/+181