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
/
draw
/
draw_pipe_vbuf.c
Age
Commit message (
Expand
)
Author
2008-10-06
make draw's vertex_info struct smaller/quicker to compare with memcmp()
Keith Whitwell
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-06-18
gallium: additional fixes to ensure even number of vertices per buffer
Brian Paul
2008-06-11
draw: don't assume vertex position is in data[0]
Keith Whitwell
2008-06-04
draw: respect driver's max vertex buffer size
Keith Whitwell
2008-05-29
gallium: MSVC warning fixes.
José Fonseca
2008-05-09
draw: fix translate double-free, minor cleanups
Keith Whitwell
2008-05-09
draw: mimize cost of translate key compares, use cache universally
Keith Whitwell
2008-04-23
draw: remove stupid debug (Keith)
Keith Whitwell
2008-04-23
draw: add missing break (Jakob)
Keith Whitwell
2008-04-21
draw: propogate lots of errors
Keith Whitwell
2008-04-19
draw: rearrange debug code
Keith Whitwell
2008-04-19
draw: move some pipeline-specific code & state to draw_pipe.[ch]
Keith Whitwell
2008-04-19
draw: rename pipeline files to draw_pipe_*
Keith Whitwell