summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_vs_aos_io.c
AgeCommit message (Expand)Author
2011-03-13draw: Fix draw_variant_output::format's type.José Fonseca
2010-03-26draw: Add EMIT_4UB_BGRA formatJakob Bornecrantz
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
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
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
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
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