summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/translate
AgeCommit message (Expand)AuthorFilesLines
2010-03-12gallium: fix BGRA vertex color swizzlesMarek Olšák2-6/+6
2010-03-01translate: Rename pipe formats.José Fonseca2-6/+6
2010-01-05gallium: Handle InstanceID as a true 32-bit uint.Michal Krol1-18/+5
2010-01-05Merge branch 'master' into instanced-arraysMichal Krol2-24/+0
2010-01-01gallium: Generate a single library for auxiliaries with Make too.José Fonseca1-12/+0
2010-01-01scons: Aggregate all tiny libraries in a single library.José Fonseca1-12/+0
2009-12-30Add lame support for instanceID to draw module.Michal Krol3-31/+71
2009-12-30Implement instanced indexed draw.Michal Krol3-12/+23
2009-12-30translate: Fix a call to indexed SSE run.Michal Krol1-0/+2
2009-12-30translate: Implement instancing for linear SSE run.Michal Krol1-34/+120
2009-12-29Implement draw_arrays_instanced() in softpipe.Michal Krol3-3/+16
2009-12-29translate: Fix translate_key_compare().Michal Krol1-2/+7
2009-10-02gallium: replace // comments with /* */Brian Paul1-1/+1
2009-03-25translate: Avoid unused variable warning.José Fonseca1-0/+2
2009-02-20gallium: Improve makefiles for librariesJakob Bornecrantz1-3/+0
2008-11-14translate: pull in prefetch and other optimizations from draw_vs_aos.cKeith Whitwell2-112/+204
2008-09-03gallium: silence warningsBrian Paul1-0/+6
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul4-4/+3
2008-08-14translate: Draw can request up to PIPE_MAX_ATTRIBS + 1 vertex elements.José Fonseca1-1/+1
2008-06-24gallium: Avoid double arithmetic.José Fonseca1-1/+1
2008-06-23gallium: added support for fixed-point formats, drawingBrian Paul1-0/+18
2008-05-30Merge branch 'gallium-tex-surfaces' into gallium-0.1Jakob Bornecrantz1-3/+3
2008-05-29gallium: MSVC warning fixes.José Fonseca1-1/+1
2008-05-28translate: Mark functions as PIPE_CDECL.José Fonseca1-2/+2
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz3-37/+25
2008-05-28gallium: Windows CE portability fixes.José Fonseca3-121/+123
2008-05-23translate: mark functions as PIPE_CDECLKeith Whitwell3-30/+24
2008-05-23translate: remove spurious commentKeith Whitwell1-7/+1
2008-05-12translate: helper functions for mimizing cost of key comparesKeith Whitwell1-0/+21
2008-05-09translate: helper functions for mimizing cost of key comparesKeith Whitwell1-0/+21
2008-05-08draw: only fill in / compare the part of the translate key we're using.Keith Whitwell1-3/+2
2008-05-01rtasm: fix labels after (not so) recent change to allow dynamic fn growthKeith Whitwell1-1/+1
2008-04-28translate: squash warningsKeith Whitwell2-2/+3
2008-04-24translate: Actually return a value from translate_cache_create().Michal Krol1-0/+1
2008-04-23Create a sharable translate_cache and use it.Zack Rusin5-2/+157
2008-04-23fix non-i386 buildsBen Skeggs1-0/+2
2008-04-21translate: fail on x86 rtasm failKeith Whitwell1-0/+5
2008-04-19translate: fix several bugsKeith Whitwell2-25/+28
2008-04-19translate: don't crash on failure to create sse versionKeith Whitwell2-7/+17
2008-04-18translate: missing fileKeith Whitwell1-0/+46
2008-04-18translate: add sse version based on old draw_vf_sse.cKeith Whitwell4-1/+624
2008-04-16gallium: Get the translate module to build on msvc.José Fonseca1-16/+16
2008-04-16gallium: Build and link the translate module.José Fonseca1-1/+1
2008-04-15gallium: Switch one vertex path over to new translate moduleKeith Whitwell2-21/+81
2008-04-15translate: typo in emit_B8G8R8A8_UNORMKeith Whitwell1-4/+4
2008-04-15gallium: add a generic vertex (or other) buffer translation moduleKeith Whitwell4-0/+733