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_save_draw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
mesa: add indirect drawing buffer parameter to draw functions
Christoph Bumiller
2013-11-25
1
-1
/
+1
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
vbo: fix error detection in vbo_save_playback_vertex_list()
Brian Paul
2013-05-02
1
-11
/
+6
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: use new _mesa_inside_begin_end() function
Brian Paul
2013-04-23
1
-1
/
+1
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
vbo: fix crash found with shared display lists
Brian Paul
2013-03-07
1
-1
/
+1
*
vbo: fix glVertexAttribI* functions
Marek Olšák
2012-11-06
1
-6
/
+15
*
mesa: Remove support for NV_vertex_program's special attributes aliasing
Eric Anholt
2012-10-15
1
-5
/
+0
*
mesa: remove FEATURE_dlist define.
Oliver McFadden
2012-09-15
1
-6
/
+0
*
mesa: add gl_context::NewDriverState and use it for vertex arrays
Marek Olšák
2012-05-08
1
-1
/
+1
*
mesa: move gl_client_array*[] from vbo_draw_func into gl_context
Marek Olšák
2012-05-08
1
-2
/
+1
*
vbo: move vbo_draw_method into vbo_context.h
Marek Olšák
2012-05-08
1
-2
/
+1
*
vbo: call UpdateState directly when notifying a driver about _NEW_ARRAY
Marek Olšák
2012-04-23
1
-1
/
+1
*
vbo: remove vbo_context::mat_currval
Marek Olšák
2012-04-19
1
-1
/
+2
*
vbo: remove vbo_context::generic_currval
Marek Olšák
2012-04-19
1
-1
/
+2
*
vbo: remove vbo_context::legacy_currval
Marek Olšák
2012-04-19
1
-2
/
+2
*
vbo: unmap vertex store before executing lists
Brian Paul
2012-02-09
1
-2
/
+22
*
vbo: fix node_attrsz[] usage in vbo_bind_vertex_list()
Brian Paul
2012-02-01
1
-2
/
+2
*
vbo: signal _NEW_ARRAY when transitioning between glBegin/End, glDrawArrays
Brian Paul
2011-12-26
1
-0
/
+3
*
mesa: implement DrawTransformFeedback from ARB_transform_feedback2
Marek Olšák
2011-12-15
1
-1
/
+2
*
mesa: Make gl_program::InputsRead 64 bits.
Mathias Fröhlich
2011-11-29
1
-1
/
+1
*
vbo: Use The VERT_{ATTRIB,BIT} defines.
Mathias Fröhlich
2011-11-29
1
-7
/
+9
*
mesa: Eliminate dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-3
/
+5
*
mesa: Remove target parameter from dd_function_table::GetBufferSubData
Ian Romanick
2011-08-23
1
-1
/
+1
*
mesa: Remove target parameter from dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-1
/
+0
*
mesa: Remove target parameter from dd_function_table::UnmapBuffer
Ian Romanick
2011-08-23
1
-2
/
+1
*
vbo: remove node->count > 0 test in vbo_save_playback_vertex_list()
Brian Paul
2011-06-08
1
-9
/
+11
*
mesa: Update _ElementSize in a few more places.
José Fonseca
2011-04-07
1
-0
/
+2
*
mesa: Update _ElementSize.
Brian Paul
2011-04-07
1
-0
/
+1
*
vbo: notify a driver that we change buffer offsets, strides, etc.
Marek Olšák
2011-02-14
1
-0
/
+1
*
vbo: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-4
/
+4
*
vbo: misc clean-ups
Brian Paul
2010-06-04
1
-29
/
+36
*
mesa/es: Remove omit list.
Chia-I Wu
2010-05-12
1
-0
/
+6
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
vbo: Avoid extra validation of DrawElements.
Eric Anholt
2009-08-12
1
-0
/
+1
*
vbo: cache last dlist vertex in malloced memory
Keith Whitwell
2009-04-16
1
-10
/
+21
*
vbo: Silence integer-to-pointer warnings.
Michal Krol
2009-03-15
1
-3
/
+3
*
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
1
-8
/
+25
|
\
|
*
mesa: replace GLuint with GLbitfield to be clearer about usage
Brian Paul
2008-10-07
1
-1
/
+1
|
*
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
1
-0
/
+4
|
*
mesa: add new internal state for tracking current vertex attribs
Keith Whitwell
2008-10-03
1
-8
/
+16
|
*
mesa: improved gl_buffer_object reference counting
Brian Paul
2008-09-04
1
-8
/
+20
|
*
fix an attr/src mix-up when setting-up/binding vertex arrays
Brian Paul
2008-05-16
1
-4
/
+6
*
|
mesa: fix GLSL issue preventing use of all 16 generic vertex attributes
Brian Paul
2009-02-02
1
-1
/
+17
[next]