summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/translate/translate_sse.c
Commit message (Expand)AuthorAgeFilesLines
* translate: add support for 8/16-bit indicesLuca Barbieri2010-08-161-19/+46
* translate_sse: remove useless generated function wrappersLuca Barbieri2010-08-161-51/+4
* translate: Take and respect a max_index argument.José Fonseca2010-04-261-1/+9
* gallium: fix BGRA vertex color swizzlesMarek Olšák2010-03-121-2/+2
* translate: Rename pipe formats.José Fonseca2010-03-011-2/+2
* gallium: Handle InstanceID as a true 32-bit uint.Michal Krol2010-01-051-18/+5
* Add lame support for instanceID to draw module.Michal Krol2009-12-301-22/+48
* Implement instanced indexed draw.Michal Krol2009-12-301-9/+11
* 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-291-0/+1
* translate: pull in prefetch and other optimizations from draw_vs_aos.cKeith Whitwell2008-11-141-110/+202
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* Merge branch 'gallium-tex-surfaces' into gallium-0.1Jakob Bornecrantz2008-05-301-3/+3
|\
| * gallium: MSVC warning fixes.José Fonseca2008-05-291-1/+1
| * translate: Mark functions as PIPE_CDECL.José Fonseca2008-05-281-2/+2
* | Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz2008-05-281-20/+8
|\|
| * translate: mark functions as PIPE_CDECLKeith Whitwell2008-05-231-13/+7
| * translate: remove spurious commentKeith Whitwell2008-05-231-7/+1
* | gallium: Windows CE portability fixes.José Fonseca2008-05-281-2/+3
|/
* rtasm: fix labels after (not so) recent change to allow dynamic fn growthKeith Whitwell2008-05-011-1/+1
* translate: fail on x86 rtasm failKeith Whitwell2008-04-211-0/+5
* translate: fix several bugsKeith Whitwell2008-04-191-18/+24
* translate: don't crash on failure to create sse versionKeith Whitwell2008-04-191-7/+6
* translate: add sse version based on old draw_vf_sse.cKeith Whitwell2008-04-181-0/+615