index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
translate
/
translate_generic.c
Age
Commit message (
Expand
)
Author
2010-08-16
translate: Eliminate void pointer arithmetic.
José Fonseca
2010-08-16
translate: add support for 8/16-bit indices
Luca Barbieri
2010-08-16
translate_generic: factor out common code between linear and indexed
Luca Barbieri
2010-08-16
translate_generic: use memcpy if possible (v3)
Luca Barbieri
2010-08-11
translate: allow clients to ask for supported output formats
Luca Barbieri
2010-08-11
Revert "translate_generic: return NULL instead of assert(0) if format not sup...
Luca Barbieri
2010-08-11
translate_generic: fix broken A8R8G8B8_UNORM output
Luca Barbieri
2010-08-11
translate_generic: return NULL instead of assert(0) if format not supported
Luca Barbieri
2010-08-03
gallium/translate: make generic_run() and generic_run_elts() more alike
Brian Paul
2010-06-16
translate: don't crash on elts paths with instances
Zack Rusin
2010-05-03
translate: Make translate_generic truly generic.
José Fonseca
2010-04-26
translate: Take and respect a max_index argument.
José Fonseca
2010-03-12
gallium: fix BGRA vertex color swizzles
Marek Olšák
2010-03-01
translate: Rename pipe formats.
José Fonseca
2009-12-30
Add lame support for instanceID to draw module.
Michal Krol
2009-12-30
Implement instanced indexed draw.
Michal Krol
2009-12-29
Implement draw_arrays_instanced() in softpipe.
Michal Krol
2009-10-02
gallium: replace // comments with /* */
Brian Paul
2008-09-03
gallium: silence warnings
Brian Paul
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-06-24
gallium: Avoid double arithmetic.
José Fonseca
2008-06-23
gallium: added support for fixed-point formats, drawing
Brian Paul
2008-05-28
Merge branch 'gallium-vertex-linear' into gallium-0.1
Jakob Bornecrantz
2008-05-28
gallium: Windows CE portability fixes.
José Fonseca
2008-05-23
translate: mark functions as PIPE_CDECL
Keith Whitwell
2008-04-19
translate: fix several bugs
Keith Whitwell
2008-04-19
translate: don't crash on failure to create sse version
Keith Whitwell
2008-04-16
gallium: Get the translate module to build on msvc.
José Fonseca
2008-04-15
gallium: Switch one vertex path over to new translate module
Keith Whitwell
2008-04-15
translate: typo in emit_B8G8R8A8_UNORM
Keith Whitwell
2008-04-15
gallium: add a generic vertex (or other) buffer translation module
Keith Whitwell