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.h
Age
Commit message (
Expand
)
Author
2010-08-16
translate: add support for 8/16-bit indices
Luca Barbieri
2010-08-11
translate: allow clients to ask for supported output formats
Luca Barbieri
2010-04-26
translate: Take and respect a max_index argument.
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-12-29
translate: Fix translate_key_compare().
Michal Krol
2008-11-14
translate: pull in prefetch and other optimizations from draw_vs_aos.c
Keith Whitwell
2008-08-14
translate: Draw can request up to PIPE_MAX_ATTRIBS + 1 vertex elements.
José Fonseca
2008-05-23
translate: mark functions as PIPE_CDECL
Keith Whitwell
2008-05-12
translate: helper functions for mimizing cost of key compares
Keith Whitwell
2008-05-08
draw: only fill in / compare the part of the translate key we're using.
Keith Whitwell
2008-04-23
Create a sharable translate_cache and use it.
Zack Rusin
2008-04-18
translate: add sse version based on old draw_vf_sse.c
Keith Whitwell
2008-04-15
gallium: Switch one vertex path over to new translate module
Keith Whitwell
2008-04-15
gallium: add a generic vertex (or other) buffer translation module
Keith Whitwell