summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/translate/translate_generic.c
AgeCommit message (Expand)Author
2010-08-16translate: Eliminate void pointer arithmetic.José Fonseca
2010-08-16translate: add support for 8/16-bit indicesLuca Barbieri
2010-08-16translate_generic: factor out common code between linear and indexedLuca Barbieri
2010-08-16translate_generic: use memcpy if possible (v3)Luca Barbieri
2010-08-11translate: allow clients to ask for supported output formatsLuca Barbieri
2010-08-11Revert "translate_generic: return NULL instead of assert(0) if format not sup...Luca Barbieri
2010-08-11translate_generic: fix broken A8R8G8B8_UNORM outputLuca Barbieri
2010-08-11translate_generic: return NULL instead of assert(0) if format not supportedLuca Barbieri
2010-08-03gallium/translate: make generic_run() and generic_run_elts() more alikeBrian Paul
2010-06-16translate: don't crash on elts paths with instancesZack Rusin
2010-05-03translate: Make translate_generic truly generic.José Fonseca
2010-04-26translate: Take and respect a max_index argument.José Fonseca
2010-03-12gallium: fix BGRA vertex color swizzlesMarek Olšák
2010-03-01translate: Rename pipe formats.José Fonseca
2009-12-30Add lame support for instanceID to draw module.Michal Krol
2009-12-30Implement instanced indexed draw.Michal Krol
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