summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/translate
Commit message (Expand)AuthorAgeFilesLines
* translate: Mark functions as PIPE_CDECL.José Fonseca2008-05-281-2/+2
* translate: mark functions as PIPE_CDECLKeith Whitwell2008-05-233-30/+24
* translate: remove spurious commentKeith Whitwell2008-05-231-7/+1
* 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
* rtasm: fix labels after (not so) recent change to allow dynamic fn growthKeith Whitwell2008-05-011-1/+1
* translate: squash warningsKeith Whitwell2008-04-282-2/+3
* translate: Actually return a value from translate_cache_create().Michal Krol2008-04-241-0/+1
* Create a sharable translate_cache and use it.Zack Rusin2008-04-235-2/+157
* fix non-i386 buildsBen Skeggs2008-04-231-0/+2
* translate: fail on x86 rtasm failKeith Whitwell2008-04-211-0/+5
* translate: fix several bugsKeith Whitwell2008-04-192-25/+28
* translate: don't crash on failure to create sse versionKeith Whitwell2008-04-192-7/+17
* translate: missing fileKeith Whitwell2008-04-181-0/+46
* translate: add sse version based on old draw_vf_sse.cKeith Whitwell2008-04-184-1/+624
* gallium: Get the translate module to build on msvc.José Fonseca2008-04-161-16/+16
* gallium: Build and link the translate module.José Fonseca2008-04-161-1/+1
* gallium: Switch one vertex path over to new translate moduleKeith Whitwell2008-04-152-21/+81
* translate: typo in emit_B8G8R8A8_UNORMKeith Whitwell2008-04-151-4/+4
* gallium: add a generic vertex (or other) buffer translation moduleKeith Whitwell2008-04-154-0/+733