summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/translate
AgeCommit message (Expand)AuthorFilesLines
2017-06-20translate: whitespace fixes in translate_generic.cBrian Paul1-199/+206
2016-06-21translate: fix start_instance parameter in sse versionIlia Mirkin1-7/+7
2016-04-22gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák1-55/+55
2015-12-06gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan3-3/+3
2015-07-21gallium: replace INLINE with inlineIlia Mirkin2-6/+6
2015-02-23gallium: Use util_cpu_to_le{16,32} in many more places.Matt Turner1-32/+8
2014-11-20rtasm,translate: Re-enable SSE on Mingw64.José Fonseca1-1/+1
2014-04-29translate_sse: Use the correct buffer index in this fast path.Andreas Hartmetz1-1/+3
2014-03-04translate: fix buffer overflowsZack Rusin4-6/+18
2014-02-02translate: reindent translate_sse.cBrian Paul1-472/+474
2014-01-27translate: deal with size overflows by casting to ptrdiff_tIlia Mirkin2-3/+7
2014-01-17s/Tungsten Graphics/VMware/José Fonseca6-16/+16
2013-10-18translate_sse: Fix generated code argument handling for msabi on x86_64Jon TURNEY1-3/+11
2013-07-25draw: cleanup and fix instance id computationZack Rusin2-6/+1
2013-06-28draw/translate: fix instancingZack Rusin3-11/+42
2012-12-04translate: Fix the fetch function assertions.José Fonseca1-1/+3
2012-08-07translate: Fix typo in is_legal_int_format_combo.Vinson Lee1-1/+1
2012-06-29translate: Free elt8_func/elt16_func too.José Fonseca1-1/+3
2012-01-05translate: implement translation of 10_10_10_2 typesMarek Olšák1-0/+148
2012-01-05translate: implement translation of (pure) integer formatsMarek Olšák1-94/+252
2012-01-05translate: implement translation of half floats in the generic codepathMarek Olšák1-0/+21
2011-09-22translate: check for PIPE_SUBSYSTEM_EMBEDDEDBrian Paul1-1/+1
2011-09-06rtasm,translate: Disable on Mingw-w64.José Fonseca1-1/+1
2011-04-19translate: disable clamping of instanced array indexesBrian Paul2-9/+16
2011-04-15translate: s/varient/variant/Brian Paul1-44/+44
2011-04-01translate: Respect translate_buffer::max_index.José Fonseca1-2/+17
2011-01-24secure malloc in translate_cache_createTim Wiederhake1-0/+4
2010-10-25translate: remove unused prototypesBrian Paul1-9/+0
2010-10-25translate: use function typedefs, casts to silence warningsBrian Paul2-27/+35
2010-08-24translate_sse: clear state for each function emissionLuca Barbieri1-3/+3
2010-08-23translate_sse: fix x86-64Luca Barbieri1-0/+1
2010-08-22translate_sse: add R32G32B32A32_FLOAT -> X8X8X8X8_UNORM for EMIT_4UBJakob Bornecrantz1-0/+26
2010-08-22translate_sse: refactor constant managementLuca Barbieri1-81/+76
2010-08-21translate_sse: Silence uninitialized variable warnings.Vinson Lee1-0/+14
2010-08-20translate_sse: enable on Win64Luca Barbieri1-2/+1
2010-08-19translate_sse: fix emit_load_sse2Luca Barbieri1-0/+2
2010-08-18translate_sse: don't overwrite source buffer pointerLuca Barbieri1-5/+5
2010-08-16translate: Move loop variable declaration outside for loop.Vinson Lee1-1/+2
2010-08-16translate: Remove unused temporary register.José Fonseca1-1/+0
2010-08-16translate: Eliminate void pointer arithmetic.José Fonseca1-1/+1
2010-08-16translate_sse: major rewrite (v5)Luca Barbieri2-239/+936
2010-08-16translate: add support for 8/16-bit indicesLuca Barbieri3-19/+92
2010-08-16translate_sse: remove useless generated function wrappersLuca Barbieri1-51/+4
2010-08-16translate_generic: factor out common code between linear and indexedLuca Barbieri1-115/+62
2010-08-16translate_generic: use memcpy if possible (v3)Luca Barbieri1-33/+75
2010-08-11translate: allow clients to ask for supported output formatsLuca Barbieri3-0/+88
2010-08-11Revert "translate_generic: return NULL instead of assert(0) if format not sup...Luca Barbieri1-6/+9
2010-08-11translate_generic: fix broken A8R8G8B8_UNORM outputLuca Barbieri1-3/+9
2010-08-11translate_generic: return NULL instead of assert(0) if format not supportedLuca Barbieri1-9/+6
2010-08-03gallium/translate: make generic_run() and generic_run_elts() more alikeBrian Paul1-19/+44