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
/
mesa
/
pipe
/
i915simple
/
i915_prim_vbuf.c
Age
Commit message (
Expand
)
Author
2007-12-09
add fence interfaces and buffer create flags to pipe_winsys
keithw
2007-11-23
gallium: back out winsys interface changes
Michal Krol
2007-11-22
Use the new vertex buffer draw stage.
José Fonseca
2007-11-22
Fix compatibility issues between gcc and msvc.
Michal
2007-11-22
Make it compile under Win32.
Michal
2007-11-07
Check the right ammount of free space in vertex buffer.
José Fonseca
2007-11-07
Reset temporary vertices ids.
José Fonseca
2007-11-07
Use a consistent number to identify undefined vertices.
José Fonseca
2007-11-07
Reuse the vertex buffer until the vertex size changes.
José Fonseca
2007-11-07
Track hardware vertex buffer state changes.
José Fonseca
2007-11-06
Fix build error: dereferencing pointer to incomplete type
Michel Dänzer
2007-11-06
Allow custom pipe driver buffer usage flags.
José Fonseca
2007-11-06
Supply buffer usage hints to winsys.
José Fonseca
2007-11-03
Do something sensible when failed to reserve space in the batch buffer.
José Fonseca
2007-11-03
Render primitives using indirect vertices in a vertex buffer.
José Fonseca
2007-10-31
Hold the vertex buffer handle.
José Fonseca
2007-10-31
Chain vertex buffers into the batch buffer.
José Fonseca
2007-10-29
Reuse hardware vertice representation.
José Fonseca
2007-10-29
Get vertex buffer stage in a minimally working state.
José Fonseca
2007-10-29
Start a vertex buffer constuction stage for i915 based on Keith's draft done ...
José Fonseca