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
/
draw
/
draw_vbuf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Fix memory leak.
Michal Krol
2008-02-15
1
-0
/
+3
*
gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.
José Fonseca
2008-02-06
1
-32
/
+31
*
gallium: Teach draw_vf about draw vertices.
José Fonseca
2008-01-30
1
-141
/
+6
*
gallium: Emit point size as a constant.
José Fonseca
2008-01-29
1
-4
/
+81
*
gallium: Allow draw_vf usage to be controlled at runtime.
José Fonseca
2008-01-29
1
-78
/
+71
*
gallium: remove dead code from draw_vf*
Keith Whitwell
2008-01-28
1
-1
/
+1
*
First stab at hooking draw_vbuf & vf.
José Fonseca
2008-01-28
1
-5
/
+178
*
Simplify prototypes of draw_vbuf's internal functions.
José Fonseca
2008-01-28
1
-28
/
+29
*
Cache the vinfo in vbuf_stage.
José Fonseca
2008-01-28
1
-9
/
+13
*
gallium: disable unnecessary point/line/tri re-validation in vbuf_flush_indic...
Brian
2008-01-26
1
-0
/
+3
*
gallium: better flush logic in draw module
Brian
2008-01-25
1
-10
/
+7
*
gallium: replace prim pipeline begin/end() functions with flush()
Brian
2008-01-25
1
-3
/
+2
*
gallium: rename FORMAT_x to EMIT_x and use EMIT_ALL to emit whole vertex as-i...
Brian
2008-01-23
1
-13
/
+14
*
gallium: restore/rewrite vbuf code for softpipe
Brian
2008-01-23
1
-0
/
+5
*
gallium: Don't allocate a vertex buffer until after setting the prim type.
Brian
2008-01-22
1
-25
/
+39
*
gallium: Added FORMAT_1F_PSIZE to insert constant point size into vertices
Brian
2008-01-22
1
-3
/
+8
*
gallium: add a src_index[] array to draw's vertex_info for mapping post-xform...
Brian
2008-01-21
1
-14
/
+15
*
vbuf updates/fixes (KeithW)
Brian
2008-01-16
1
-27
/
+36
*
vbuf_flush_vertices() instead of vbuf_flush_indices() in vbuf_end()
Brian
2008-01-11
1
-0
/
+6
*
Fix malloc size buf, silence signed/unsigned comparision warning
Brian
2008-01-11
1
-2
/
+3
*
Additional parameters to vbuf_render->draw()
Brian
2008-01-10
1
-4
/
+10
*
gallium: add draw_stage::destroy().
Michal
2007-12-09
1
-1
/
+10
*
New vertex buffer stage.
José Fonseca
2007-11-22
1
-0
/
+399