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
*
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
|
\
\
|
*
|
mesa: fix some VBO buffer object issues
Brian Paul
2008-09-25
2
-11
/
+23
|
*
|
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
3
-2
/
+51
|
*
|
vbo: seed initial max_element value with a more likely candidate
Keith Whitwell
2008-09-23
1
-6
/
+6
|
*
|
mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/
Brian Paul
2008-09-23
2
-6
/
+6
|
*
|
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-09-23
2
-2
/
+2
|
*
|
mesa: point size arrays
Brian Paul
2008-09-21
1
-0
/
+4
|
*
|
mesa: refactor: move #define FEATURE flags into new mfeatures.h file
Keith Whitwell
2008-09-21
4
-3
/
+13
|
*
|
mesa: remove dead file
Keith Whitwell
2008-09-21
1
-1
/
+0
*
|
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-18
1
-4
/
+6
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...
Brian Paul
2008-09-16
1
-5
/
+7
|
*
|
mesa: protect against double-free in _vbo_DestroyContext()
Brian Paul
2008-09-16
1
-4
/
+6
|
*
|
mesa: get another class of degenerate dlists working
Keith Whitwell
2008-09-15
1
-0
/
+24
*
|
|
Merge commit 'origin/master' into gallium-0.2
Keith Whitwell
2008-09-18
1
-0
/
+26
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...
Brian Paul
2008-09-16
1
-5
/
+7
|
*
|
mesa: get another class of degenerate dlists working
Keith Whitwell
2008-09-15
1
-0
/
+24
*
|
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
1
-1
/
+13
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
mesa: improved gl_buffer_object reference counting
Brian Paul
2008-09-04
5
-26
/
+69
*
|
|
Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...
Alan Hourihane
2008-09-11
5
-38
/
+70
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
mesa: improved gl_buffer_object reference counting
Brian Paul
2008-09-04
5
-26
/
+69
*
|
|
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
9
-25
/
+203
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
vbo: seed initial max_element value with a more likely candidate
Keith Whitwell
2008-08-26
1
-6
/
+6
|
*
mesa: added GLAPIENTRY keywords
Jonathan White
2008-07-07
2
-10
/
+10
|
*
mesa: added _vbo_VertexAttrib4f()
Brian Paul
2008-07-03
2
-0
/
+9
|
*
mesa: point size arrays
Brian Paul
2008-06-25
1
-0
/
+4
|
*
mesa: added _vbo_Materialfv()
Brian Paul
2008-06-20
2
-0
/
+8
|
*
mesa: _vbo_Color4f, _vbo_Normal3f, _vbo_MultiTexCoord4f functions
Brian Paul
2008-06-20
2
-0
/
+31
|
*
mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/
Brian Paul
2008-06-18
2
-6
/
+6
|
*
mesa: refactor: move #define FEATURE flags into new mfeatures.h file
Brian Paul
2008-06-10
4
-3
/
+13
|
*
mesa: remove unnecessary swrast, tnl includes
Brian Paul
2008-06-10
1
-3
/
+0
|
*
mesa: remove unused api_eval.h header file
Brian Paul
2008-06-09
1
-1
/
+0
|
*
mesa: added _mesa_DrawArrays, DrawElements, DrawRangeElements() wrappers for ...
Brian Paul
2008-06-05
1
-0
/
+27
|
*
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-05-31
2
-2
/
+2
|
*
Fix segfault in _save_OBE_DrawElements() when using VBO and display list (bug...
Brian Paul
2008-05-30
1
-0
/
+3
|
*
fix an attr/src mix-up when setting-up/binding vertex arrays
Brian Paul
2008-05-16
2
-5
/
+7
|
*
mesa: Fix glBegin-time test for invalid programs/shaders.
Brian Paul
2008-04-11
3
-8
/
+41
|
*
mesa: revert fast-track glColor and similar calls when not immediate mode ren...
Brian
2008-03-14
1
-9
/
+2
|
*
mesa: fast-track glColor and similar calls when not immediate mode rendering
Keith Whitwell
2008-03-10
1
-2
/
+9
|
*
Remove files of unsupported build systems.
José Fonseca
2008-02-25
1
-60
/
+0
|
*
fix vbo display list memleak upon context destruction
Brian
2008-01-01
2
-0
/
+16
|
*
vbo: unmap and remap immediate vbo before/after each draw.
Keith Whitwell
2007-12-18
1
-0
/
+16
|
*
New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl m...
Brian
2007-12-07
2
-0
/
+15
|
*
Rename 'mms-config.' to 'mms.config'.
Michal Krol
2007-10-29
1
-1
/
+1
|
*
fix VBO clean-up in vbo_exec_vtx_destroy()
Brian
2007-08-20
1
-4
/
+13
[next]