summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/translate/translate_generic.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: silence warningsBrian Paul2008-09-031-0/+6
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* gallium: Avoid double arithmetic.José Fonseca2008-06-241-1/+1
* gallium: added support for fixed-point formats, drawingBrian Paul2008-06-231-0/+18
* Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz2008-05-281-8/+8
|\
| * translate: mark functions as PIPE_CDECLKeith Whitwell2008-05-231-8/+8
* | gallium: Windows CE portability fixes.José Fonseca2008-05-281-118/+118
|/
* translate: fix several bugsKeith Whitwell2008-04-191-7/+4
* translate: don't crash on failure to create sse versionKeith Whitwell2008-04-191-0/+11
* gallium: Get the translate module to build on msvc.José Fonseca2008-04-161-16/+16
* gallium: Switch one vertex path over to new translate moduleKeith Whitwell2008-04-151-14/+52
* translate: typo in emit_B8G8R8A8_UNORMKeith Whitwell2008-04-151-4/+4
* gallium: add a generic vertex (or other) buffer translation moduleKeith Whitwell2008-04-151-0/+630