index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
pipe
/
i915simple
/
i915_prim_vbuf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: back out winsys interface changes
Michal Krol
2007-11-23
1
-1
/
+1
*
Use the new vertex buffer draw stage.
José Fonseca
2007-11-22
1
-307
/
+116
*
Fix compatibility issues between gcc and msvc.
Michal
2007-11-22
1
-3
/
+3
*
Make it compile under Win32.
Michal
2007-11-22
1
-2
/
+2
*
Check the right ammount of free space in vertex buffer.
José Fonseca
2007-11-07
1
-7
/
+9
*
Reset temporary vertices ids.
José Fonseca
2007-11-07
1
-1
/
+3
*
Use a consistent number to identify undefined vertices.
José Fonseca
2007-11-07
1
-10
/
+17
*
Reuse the vertex buffer until the vertex size changes.
José Fonseca
2007-11-07
1
-35
/
+39
*
Track hardware vertex buffer state changes.
José Fonseca
2007-11-07
1
-18
/
+12
*
Fix build error: dereferencing pointer to incomplete type
Michel Dänzer
2007-11-06
1
-0
/
+1
*
Allow custom pipe driver buffer usage flags.
José Fonseca
2007-11-06
1
-1
/
+1
*
Supply buffer usage hints to winsys.
José Fonseca
2007-11-06
1
-1
/
+3
*
Do something sensible when failed to reserve space in the batch buffer.
José Fonseca
2007-11-03
1
-9
/
+2
*
Render primitives using indirect vertices in a vertex buffer.
José Fonseca
2007-11-03
1
-35
/
+39
*
Hold the vertex buffer handle.
José Fonseca
2007-10-31
1
-8
/
+9
*
Chain vertex buffers into the batch buffer.
José Fonseca
2007-10-31
1
-24
/
+48
*
Reuse hardware vertice representation.
José Fonseca
2007-10-29
1
-19
/
+12
*
Get vertex buffer stage in a minimally working state.
José Fonseca
2007-10-29
1
-27
/
+133
*
Start a vertex buffer constuction stage for i915 based on Keith's draft done ...
José Fonseca
2007-10-29
1
-0
/
+314