summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/translate/translate.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-3/+3
* translate: fix buffer overflowsZack Rusin2014-03-041-1/+9
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* draw/translate: fix instancingZack Rusin2013-06-281-0/+4
* translate: remove unused prototypesBrian Paul2010-10-251-9/+0
* translate: use function typedefs, casts to silence warningsBrian Paul2010-10-251-23/+31
* translate: add support for 8/16-bit indicesLuca Barbieri2010-08-161-0/+12
* translate: allow clients to ask for supported output formatsLuca Barbieri2010-08-111-0/+3
* translate: Take and respect a max_index argument.José Fonseca2010-04-261-1/+2
* Add lame support for instanceID to draw module.Michal Krol2009-12-301-0/+6
* Implement instanced indexed draw.Michal Krol2009-12-301-0/+1
* Implement draw_arrays_instanced() in softpipe.Michal Krol2009-12-291-0/+2
* translate: Fix translate_key_compare().Michal Krol2009-12-291-2/+7
* translate: pull in prefetch and other optimizations from draw_vs_aos.cKeith Whitwell2008-11-141-2/+2
* translate: Draw can request up to PIPE_MAX_ATTRIBS + 1 vertex elements.José Fonseca2008-08-141-1/+1
* translate: mark functions as PIPE_CDECLKeith Whitwell2008-05-231-9/+9
* translate: helper functions for mimizing cost of key comparesKeith Whitwell2008-05-121-0/+21
* draw: only fill in / compare the part of the translate key we're using.Keith Whitwell2008-05-081-3/+2
* Create a sharable translate_cache and use it.Zack Rusin2008-04-231-1/+0
* translate: add sse version based on old draw_vf_sse.cKeith Whitwell2008-04-181-0/+4
* gallium: Switch one vertex path over to new translate moduleKeith Whitwell2008-04-151-7/+29
* gallium: add a generic vertex (or other) buffer translation moduleKeith Whitwell2008-04-151-0/+82