summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/translate
Commit message (Collapse)AuthorAgeFilesLines
* translate: fix several bugsKeith Whitwell2008-04-192-25/+28
| | | | | | - specify cdecl calling convention on WIN32 - fix load bgra8 function - fix previous don't crash fix.
* 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
| | | | | Appearently MSVC c-preprocessor parses "255.0f" as two tokens: "255.0" and "f", and performs variable substitution on "f".
* 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
| | | | | Will eventually do this for all instances where we are converting vertices from one format to another.
* 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