summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/translate/translate_sse.c
AgeCommit message (Expand)Author
2010-10-25translate: use function typedefs, casts to silence warningsBrian Paul
2010-08-24translate_sse: clear state for each function emissionLuca Barbieri
2010-08-23translate_sse: fix x86-64Luca Barbieri
2010-08-22translate_sse: add R32G32B32A32_FLOAT -> X8X8X8X8_UNORM for EMIT_4UBJakob Bornecrantz
2010-08-22translate_sse: refactor constant managementLuca Barbieri
2010-08-21translate_sse: Silence uninitialized variable warnings.Vinson Lee
2010-08-19translate_sse: fix emit_load_sse2Luca Barbieri
2010-08-18translate_sse: don't overwrite source buffer pointerLuca Barbieri
2010-08-16translate: Move loop variable declaration outside for loop.Vinson Lee
2010-08-16translate: Remove unused temporary register.José Fonseca
2010-08-16translate_sse: major rewrite (v5)Luca Barbieri
2010-08-16translate: add support for 8/16-bit indicesLuca Barbieri
2010-08-16translate_sse: remove useless generated function wrappersLuca Barbieri
2010-04-26translate: Take and respect a max_index argument.José Fonseca
2010-03-12gallium: fix BGRA vertex color swizzlesMarek Olšák
2010-03-01translate: Rename pipe formats.José Fonseca
2010-01-05gallium: Handle InstanceID as a true 32-bit uint.Michal Krol
2009-12-30Add lame support for instanceID to draw module.Michal Krol
2009-12-30Implement instanced indexed draw.Michal Krol
2009-12-30translate: Fix a call to indexed SSE run.Michal Krol
2009-12-30translate: Implement instancing for linear SSE run.Michal Krol
2009-12-29Implement draw_arrays_instanced() in softpipe.Michal Krol
2008-11-14translate: pull in prefetch and other optimizations from draw_vs_aos.cKeith Whitwell
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-05-30Merge branch 'gallium-tex-surfaces' into gallium-0.1Jakob Bornecrantz
2008-05-29gallium: MSVC warning fixes.José Fonseca
2008-05-28translate: Mark functions as PIPE_CDECL.José Fonseca
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz
2008-05-28gallium: Windows CE portability fixes.José Fonseca
2008-05-23translate: mark functions as PIPE_CDECLKeith Whitwell
2008-05-23translate: remove spurious commentKeith Whitwell
2008-05-01rtasm: fix labels after (not so) recent change to allow dynamic fn growthKeith Whitwell
2008-04-21translate: fail on x86 rtasm failKeith Whitwell
2008-04-19translate: fix several bugsKeith Whitwell
2008-04-19translate: don't crash on failure to create sse versionKeith Whitwell
2008-04-18translate: add sse version based on old draw_vf_sse.cKeith Whitwell