summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_vs_aos_io.c
Commit message (Expand)AuthorAgeFilesLines
* draw: Add EMIT_4UB_BGRA formatJakob Bornecrantz2010-03-261-7/+5
* draw: Rename pipe formats.José Fonseca2010-03-011-1/+1
* draw: use AOS_ERROR rather than clash-prone ERROR() macroKeith Whitwell2009-03-181-2/+2
* draw: don't assume output buffer pointer is alignedKeith Whitwell2008-10-151-1/+1
* draw: modify prefetching slightlyKeith Whitwell2008-10-021-4/+15
* draw: don't keep refetching constant inputsKeith Whitwell2008-10-021-35/+92
* draw: add streamlined paths for fetching linear vertsKeith Whitwell2008-10-021-35/+102
* draw: Describe the steps in emit_load_R32G32B32A32.José Fonseca2008-09-031-0/+4
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-3/+3
* draw: remove some debug outputZack Rusin2008-07-091-2/+0
* gallium: fix SSE codegen for instructions that use both a CONSTANT and IMMEDIATEKeith Whitwell2008-06-121-1/+1
* draw: Fix MSVC warnings.José Fonseca2008-06-021-1/+1
* draw: enable FSE by defaultKeith Whitwell2008-05-281-13/+12
* draw: support psize in vs_varient pathsKeith Whitwell2008-05-271-13/+24
* draw: ensure vs outputs mapped correctly to vinfo attribsKeith Whitwell2008-05-271-1/+2
* draw: explicitly list nr_inputs, outputs in varient keyKeith Whitwell2008-05-271-2/+2
* draw: fix input vs output typo in emitKeith Whitwell2008-05-251-1/+1
* draw: clean up internal immediates in aos sseKeith Whitwell2008-05-231-5/+5
* draw: add aos vertex shader varientKeith Whitwell2008-05-231-0/+314