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
/
vbo
/
vbo_exec_draw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-07-03
1
-1
/
+1
|
\
|
*
Merge branch 'mesa_7_5_branch' into dlist-statechange-shortcircuit
Keith Whitwell
2009-06-30
1
-9
/
+19
|
|
\
|
*
|
mesa/vbo: use _lookup_prim_by_nr for debugging
Keith Whitwell
2009-06-30
1
-1
/
+1
*
|
|
vbo: If MapBufferRange fails, try MapBuffer instead.
Corbin Simpson
2009-07-02
1
-1
/
+2
*
|
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-30
1
-9
/
+19
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
mesa: Set FLUSH_EXPLICIT_BIT flags when calling FlushMappedBufferRange.
José Fonseca
2009-06-30
1
-9
/
+19
|
|
/
*
/
vbo: asst. reformatting, clean-ups
Brian Paul
2009-05-22
1
-34
/
+46
|
/
*
vbo: fix crash in vbo_exec_bind_arrays()
Brian Paul
2009-05-22
1
-0
/
+1
*
mesa: s/int/GLsizeiptr/ to silence warning with 64-bit build
Brian Paul
2009-03-07
1
-1
/
+1
*
mesa: Follow ARB_map_buffer_range more stricly.
José Fonseca
2009-03-04
1
-6
/
+9
*
Merge commit 'origin/master' into gallium-map-range
José Fonseca
2009-03-04
1
-1
/
+7
|
\
|
*
vbo: second attempt - avoid getting buffer_ptr and buffer_map out of sync
Keith Whitwell
2009-03-04
1
-1
/
+7
|
*
Revert "vbo: avoid getting buffer_ptr and buffer_map out of sync"
Keith Whitwell
2009-03-04
1
-5
/
+1
|
*
vbo: avoid getting buffer_ptr and buffer_map out of sync
Keith Whitwell
2009-03-04
1
-1
/
+5
*
|
mesa: Implement and use FlushMappedBufferRange.
José Fonseca
2009-03-04
1
-0
/
+7
*
|
mesa: Massage the interface to more closely resemble ARB_map_buffer_range
José Fonseca
2009-03-03
1
-5
/
+2
|
/
*
Merge commit 'origin/gallium-0.1'
Keith Whitwell
2009-03-03
1
-19
/
+99
|
\
|
*
vbo: use MapBufferRange where available
Keith Whitwell
2009-03-03
1
-17
/
+101
*
|
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
1
-0
/
+7
|
\
\
|
*
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-10-10
1
-0
/
+7
|
|
\
|
|
|
*
mesa: replace GLuint with GLbitfield to be clearer about usage
Brian Paul
2008-10-07
1
-1
/
+1
|
|
*
mesa: avoid generating constant vertex attributes in fixedfunc programs
Keith Whitwell
2008-10-03
1
-0
/
+8
|
|
*
mesa: improved gl_buffer_object reference counting
Brian Paul
2008-09-04
1
-7
/
+19
|
|
*
mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/
Brian Paul
2008-06-18
1
-1
/
+1
|
|
*
fix an attr/src mix-up when setting-up/binding vertex arrays
Brian Paul
2008-05-16
1
-1
/
+1
|
|
*
vbo: unmap and remap immediate vbo before/after each draw.
Keith Whitwell
2007-12-18
1
-0
/
+16
|
|
*
added vbo_use_buffer_objects() to specify that immediate mode data should be ...
Brian
2007-08-17
1
-3
/
+14
*
|
|
mesa: fix GLSL issue preventing use of all 16 generic vertex attributes
Brian Paul
2009-02-02
1
-0
/
+13
*
|
|
mesa: set the new array->Format field in VBO code
Brian Paul
2009-01-23
1
-0
/
+1
|
/
/
*
|
mesa: fix some VBO buffer object issues
Brian Paul
2008-09-25
1
-7
/
+11
*
|
vbo: unmap and remap immediate vbo before/after each draw.
Keith Whitwell
2008-09-23
1
-0
/
+16
*
|
added vbo_use_buffer_objects() to specify that immediate mode data should be ...
Brian
2008-09-23
1
-2
/
+13
*
|
mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/
Brian Paul
2008-09-23
1
-1
/
+1
*
|
mesa: improved gl_buffer_object reference counting
Brian Paul
2008-09-04
1
-7
/
+19
*
|
fix an attr/src mix-up when setting-up/binding vertex arrays
Brian Paul
2008-05-16
1
-1
/
+1
|
/
*
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-07-04
1
-5
/
+5
*
Fix #10071 - wrong max_index in vbo draw_prims. (Papadakos Panagiotis)
Aapo Tahkola
2007-02-26
1
-1
/
+1
*
re-fix bug 9062 in vbo code
Roland Scheidegger
2007-01-25
1
-0
/
+5
*
Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our
Keith Whitwell
2006-10-30
1
-1
/
+1
*
better handling of current attributes. Trivial dlist and varray tests work
Keith Whitwell
2006-10-30
1
-7
/
+31
*
Checkpoint of new vbo-building code. Currently builds regular arrays
Keith Whitwell
2006-10-29
1
-0
/
+199