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
Commit message (
Expand
)
Author
Age
Files
Lines
*
vbo: minor reformatting
Brian Paul
2009-06-03
1
-16
/
+23
*
vbo: move/refactor debug code
Brian Paul
2009-06-03
1
-38
/
+49
*
vbo: added debug code to check array data validity (disabled)
Brian Paul
2009-06-03
1
-0
/
+156
*
vbo: new debug/dump code (disabled)
Brian Paul
2009-06-03
1
-0
/
+58
*
vbo: tweak out-of-bounds VBO access error message
Brian Paul
2009-06-03
1
-1
/
+1
*
mesa: fix warning message in vbo_exec_DrawRangeElements()
Brian Paul
2009-05-22
1
-1
/
+2
*
mesa: use Elements() for loop limit
Brian Paul
2009-05-22
1
-3
/
+2
*
mesa: use Elements() for loop limit
Brian Paul
2009-05-22
1
-1
/
+1
*
vbo: s/32/VERT_ATTRIB_MAX/
Brian Paul
2009-05-22
1
-2
/
+2
*
vbo: asst. reformatting, clean-ups
Brian Paul
2009-05-22
1
-34
/
+46
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-22
1
-0
/
+1
|
\
|
*
vbo: fix crash in vbo_exec_bind_arrays()
Brian Paul
2009-05-22
1
-0
/
+1
*
|
mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBS
Brian Paul
2009-05-22
2
-10
/
+10
*
|
vbo: fix build breakage...oops
Brian Paul
2009-05-21
1
-1
/
+1
*
|
vbo: comments, whitespace clean-ups
Brian Paul
2009-05-21
1
-19
/
+26
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-21
1
-2
/
+5
|
\
|
|
*
vbo: fix incorrect loop limit in bind_array_obj()
Brian Paul
2009-05-21
1
-1
/
+4
|
*
mesa: use MAX_ values instead of literals
Brian Paul
2009-05-21
1
-2
/
+2
*
|
mesa: added gl_array_object::Weight array field
Brian Paul
2009-05-21
1
-1
/
+1
*
|
vbo: return VP_NONE from get_program_mode() if running fixed-func vertex program
Brian Paul
2009-05-21
1
-0
/
+2
*
|
vbo: move vp_mode enum to vbo_exec.h, use enum instead of GLuint
Brian Paul
2009-05-21
2
-8
/
+14
*
|
mesa: move gl_array_attrib::_MaxElement to gl_array_object::_MaxElement
Brian Paul
2009-05-21
1
-2
/
+3
*
|
vbo: s/8/MAX_TEXTURE_COORD_UNITS/
Brian Paul
2009-05-21
1
-1
/
+1
*
|
mesa: move the NullBufferObj from GLcontext to gl_shared_state
Brian Paul
2009-05-07
5
-9
/
+12
*
|
vbo: in glDraw[Range]Element() code, check for out of bounds indexes
Brian Paul
2009-05-07
1
-0
/
+7
*
|
mesa: use _mesa_sizeof_type() in vbo split code
Brian Paul
2009-05-07
1
-16
/
+2
*
|
mesa: vbo code reformatting, clean-up, comments
Brian Paul
2009-05-07
1
-43
/
+52
*
|
mesa: in vbo split code, map buffers read-only, not write-only
Brian Paul
2009-05-07
1
-6
/
+6
|
/
*
vbo: cache last dlist vertex in malloced memory
Keith Whitwell
2009-04-16
3
-10
/
+53
*
vbo: Silence integer-to-pointer warnings.
Michal Krol
2009-03-15
1
-3
/
+3
*
vbo: yet tighter still usage of FLUSH_NEED_CURRENT
Keith Whitwell
2009-03-09
1
-3
/
+3
*
vbo: stricter checks on Driver.NeedFlush
Keith Whitwell
2009-03-09
1
-4
/
+6
*
mesa: s/int/GLsizeiptr/ to silence warning with 64-bit build
Brian Paul
2009-03-07
1
-1
/
+1
*
vbo: make bind_array_obj() code a little more concise
Brian Paul
2009-03-07
1
-12
/
+13
*
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
2
-1
/
+10
|
\
|
*
vbo: second attempt - avoid getting buffer_ptr and buffer_map out of sync
Keith Whitwell
2009-03-04
2
-1
/
+10
|
*
Revert "vbo: avoid getting buffer_ptr and buffer_map out of sync"
Keith Whitwell
2009-03-04
2
-8
/
+1
|
*
vbo: avoid getting buffer_ptr and buffer_map out of sync
Keith Whitwell
2009-03-04
2
-1
/
+8
*
|
Merge commit 'origin/master' into gallium-map-range
José Fonseca
2009-03-04
1
-6
/
+4
|
\
|
|
*
vbo: use FLUSH_UPDATE_CURRENT flag to indicate whether the vbo module is active
Keith Whitwell
2009-03-04
1
-6
/
+4
*
|
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
6
-59
/
+166
|
\
|
*
vbo: missing line from previous commit
Keith Whitwell
2009-03-03
1
-1
/
+1
|
*
vbo: use MapBufferRange where available
Keith Whitwell
2009-03-03
5
-57
/
+154
|
*
mesa: Add BeginVertices driver call
Keith Whitwell
2009-03-03
3
-0
/
+13
*
|
mesa: save some useful VBO debug/dump code (disabled)
Brian Paul
2009-03-02
1
-0
/
+42
*
|
mesa: get rid of _math_init()
Brian Paul
2009-02-11
1
-0
/
+3
*
|
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
6
-43
/
+192
|
\
\
[next]