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
...
*
|
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
|
\
\
|
*
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-10-10
4
-33
/
+92
|
|
\
|
|
|
*
mesa: replace GLuint with GLbitfield to be clearer about usage
Brian Paul
2008-10-07
3
-3
/
+3
|
|
*
mesa: update state after binding vertex list in dlist path
Keith Whitwell
2008-10-07
1
-0
/
+5
|
|
*
mesa: avoid generating constant vertex attributes in fixedfunc programs
Keith Whitwell
2008-10-03
3
-7
/
+46
|
|
*
mesa: add new internal state for tracking current vertex attribs
Keith Whitwell
2008-10-03
2
-26
/
+42
|
*
|
Merge commit 'origin/master' into HEAD
Keith Whitwell
2008-09-26
2
-13
/
+16
|
|
\
\
|
*
\
\
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-18
1
-4
/
+6
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
[prev]
[next]