summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/translate
AgeCommit message (Expand)Author
2011-03-25auxiliary: disable SSE translateChia-I Wu
2011-01-24secure malloc in translate_cache_createTim Wiederhake
2010-10-25translate: remove unused prototypesBrian Paul
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-20translate_sse: enable on Win64Luca Barbieri
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: Eliminate void pointer arithmetic.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-08-16translate_generic: factor out common code between linear and indexedLuca Barbieri
2010-08-16translate_generic: use memcpy if possible (v3)Luca Barbieri
2010-08-11translate: allow clients to ask for supported output formatsLuca Barbieri
2010-08-11Revert "translate_generic: return NULL instead of assert(0) if format not sup...Luca Barbieri
2010-08-11translate_generic: fix broken A8R8G8B8_UNORM outputLuca Barbieri
2010-08-11translate_generic: return NULL instead of assert(0) if format not supportedLuca Barbieri
2010-08-03gallium/translate: make generic_run() and generic_run_elts() more alikeBrian Paul
2010-06-16translate: don't crash on elts paths with instancesZack Rusin
2010-05-03translate: Make translate_generic truly generic.José Fonseca
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
2010-01-05Merge branch 'master' into instanced-arraysMichal Krol
2010-01-01gallium: Generate a single library for auxiliaries with Make too.José Fonseca
2010-01-01scons: Aggregate all tiny libraries in a single library.José Fonseca
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
2009-12-29translate: Fix translate_key_compare().Michal Krol
2009-10-02gallium: replace // comments with /* */Brian Paul
2009-03-25translate: Avoid unused variable warning.José Fonseca
2009-02-20gallium: Improve makefiles for librariesJakob Bornecrantz
2008-11-14translate: pull in prefetch and other optimizations from draw_vs_aos.cKeith Whitwell
2008-09-03gallium: silence warningsBrian Paul
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-14translate: Draw can request up to PIPE_MAX_ATTRIBS + 1 vertex elements.José Fonseca
2008-06-24gallium: Avoid double arithmetic.José Fonseca
2008-06-23gallium: added support for fixed-point formats, drawingBrian Paul
2008-05-30Merge branch 'gallium-tex-surfaces' into gallium-0.1Jakob Bornecrantz