summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/translate/translate_generic.c
AgeCommit message (Expand)Author
2009-12-29Implement draw_arrays_instanced() in softpipe.Michal Krol
2009-10-02gallium: replace // comments with /* */Brian Paul
2008-09-03gallium: silence warningsBrian Paul
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-06-24gallium: Avoid double arithmetic.José Fonseca
2008-06-23gallium: added support for fixed-point formats, drawingBrian Paul
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz
2008-05-28gallium: Windows CE portability fixes.José Fonseca
2008-05-23translate: mark functions as PIPE_CDECLKeith Whitwell
2008-04-19translate: fix several bugsKeith Whitwell
2008-04-19translate: don't crash on failure to create sse versionKeith Whitwell
2008-04-16gallium: Get the translate module to build on msvc.José Fonseca
2008-04-15gallium: Switch one vertex path over to new translate moduleKeith Whitwell
2008-04-15translate: typo in emit_B8G8R8A8_UNORMKeith Whitwell
2008-04-15gallium: add a generic vertex (or other) buffer translation moduleKeith Whitwell