summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/translate
Commit message (Expand)AuthorAgeFilesLines
* translate: Fix the fetch function assertions.José Fonseca2012-12-041-1/+3
* translate: Fix typo in is_legal_int_format_combo.Vinson Lee2012-08-071-1/+1
* translate: Free elt8_func/elt16_func too.José Fonseca2012-06-291-1/+3
* translate: implement translation of 10_10_10_2 typesMarek Olšák2012-01-051-0/+148
* translate: implement translation of (pure) integer formatsMarek Olšák2012-01-051-94/+252
* translate: implement translation of half floats in the generic codepathMarek Olšák2012-01-051-0/+21
* translate: check for PIPE_SUBSYSTEM_EMBEDDEDBrian Paul2011-09-221-1/+1
* rtasm,translate: Disable on Mingw-w64.José Fonseca2011-09-061-1/+1
* translate: disable clamping of instanced array indexesBrian Paul2011-04-192-9/+16
* translate: s/varient/variant/Brian Paul2011-04-151-44/+44
* translate: Respect translate_buffer::max_index.José Fonseca2011-04-011-2/+17
* secure malloc in translate_cache_createTim Wiederhake2011-01-241-0/+4
* translate: remove unused prototypesBrian Paul2010-10-251-9/+0
* translate: use function typedefs, casts to silence warningsBrian Paul2010-10-252-27/+35
* translate_sse: clear state for each function emissionLuca Barbieri2010-08-241-3/+3
* translate_sse: fix x86-64Luca Barbieri2010-08-231-0/+1
* translate_sse: add R32G32B32A32_FLOAT -> X8X8X8X8_UNORM for EMIT_4UBJakob Bornecrantz2010-08-221-0/+26
* translate_sse: refactor constant managementLuca Barbieri2010-08-221-81/+76
* translate_sse: Silence uninitialized variable warnings.Vinson Lee2010-08-211-0/+14
* translate_sse: enable on Win64Luca Barbieri2010-08-201-2/+1
* translate_sse: fix emit_load_sse2Luca Barbieri2010-08-191-0/+2
* translate_sse: don't overwrite source buffer pointerLuca Barbieri2010-08-181-5/+5
* translate: Move loop variable declaration outside for loop.Vinson Lee2010-08-161-1/+2
* translate: Remove unused temporary register.José Fonseca2010-08-161-1/+0
* translate: Eliminate void pointer arithmetic.José Fonseca2010-08-161-1/+1
* translate_sse: major rewrite (v5)Luca Barbieri2010-08-162-239/+936
* translate: add support for 8/16-bit indicesLuca Barbieri2010-08-163-19/+92
* translate_sse: remove useless generated function wrappersLuca Barbieri2010-08-161-51/+4
* translate_generic: factor out common code between linear and indexedLuca Barbieri2010-08-161-115/+62
* translate_generic: use memcpy if possible (v3)Luca Barbieri2010-08-161-33/+75
* translate: allow clients to ask for supported output formatsLuca Barbieri2010-08-113-0/+88
* Revert "translate_generic: return NULL instead of assert(0) if format not sup...Luca Barbieri2010-08-111-6/+9
* translate_generic: fix broken A8R8G8B8_UNORM outputLuca Barbieri2010-08-111-3/+9
* translate_generic: return NULL instead of assert(0) if format not supportedLuca Barbieri2010-08-111-9/+6
* gallium/translate: make generic_run() and generic_run_elts() more alikeBrian Paul2010-08-031-19/+44
* translate: don't crash on elts paths with instancesZack Rusin2010-06-161-10/+13
* translate: Make translate_generic truly generic.José Fonseca2010-05-031-301/+90
* translate: Take and respect a max_index argument.José Fonseca2010-04-263-8/+24
* gallium: fix BGRA vertex color swizzlesMarek Olšák2010-03-122-6/+6
* translate: Rename pipe formats.José Fonseca2010-03-012-6/+6
* gallium: Handle InstanceID as a true 32-bit uint.Michal Krol2010-01-051-18/+5
* Merge branch 'master' into instanced-arraysMichal Krol2010-01-052-24/+0
|\
| * gallium: Generate a single library for auxiliaries with Make too.José Fonseca2010-01-011-12/+0
| * scons: Aggregate all tiny libraries in a single library.José Fonseca2010-01-011-12/+0
* | Add lame support for instanceID to draw module.Michal Krol2009-12-303-31/+71
* | Implement instanced indexed draw.Michal Krol2009-12-303-12/+23
* | translate: Fix a call to indexed SSE run.Michal Krol2009-12-301-0/+2
* | translate: Implement instancing for linear SSE run.Michal Krol2009-12-301-34/+120
* | Implement draw_arrays_instanced() in softpipe.Michal Krol2009-12-293-3/+16
* | translate: Fix translate_key_compare().Michal Krol2009-12-291-2/+7
|/