summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_vs_aos_io.c
AgeCommit message (Collapse)Author
2011-03-13draw: Fix draw_variant_output::format's type.José Fonseca
2010-03-26draw: Add EMIT_4UB_BGRA formatJakob Bornecrantz
Needed for i915g, also fixed swizzle in draw_vs_aos_io.
2010-03-01draw: Rename pipe formats.José Fonseca
2009-03-18draw: use AOS_ERROR rather than clash-prone ERROR() macroKeith Whitwell
2008-10-15draw: don't assume output buffer pointer is alignedKeith Whitwell
(cherry picked from commit 23cc303994eb630c56b1224dfdac51dcea41ed03)
2008-10-02draw: modify prefetching slightlyKeith Whitwell
2008-10-02draw: don't keep refetching constant inputsKeith Whitwell
2008-10-02draw: add streamlined paths for fetching linear vertsKeith Whitwell
2008-09-03draw: Describe the steps in emit_load_R32G32B32A32.José Fonseca
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
Also, rename p_tile.[ch] to u_tile.[ch]
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca
2008-07-09draw: remove some debug outputZack Rusin
2008-06-12gallium: fix SSE codegen for instructions that use both a CONSTANT and IMMEDIATEKeith Whitwell
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.
2008-06-02draw: Fix MSVC warnings.José Fonseca
2008-05-28draw: enable FSE by defaultKeith Whitwell
2008-05-27draw: support psize in vs_varient pathsKeith Whitwell
Preserve the vinfo "EMIT_*" format descriptors in the varient key, and deal with PSIZE directly in each implementation.
2008-05-27draw: ensure vs outputs mapped correctly to vinfo attribsKeith Whitwell
2008-05-27draw: explicitly list nr_inputs, outputs in varient keyKeith Whitwell
2008-05-25draw: fix input vs output typo in emitKeith Whitwell
2008-05-23draw: clean up internal immediates in aos sseKeith Whitwell
2008-05-23draw: add aos vertex shader varientKeith Whitwell