index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
vbo: replace assert(0) with unreachable()
Brian Paul
2018-01-24
1
-1
/
+1
*
vbo: fix VBO optimization regression
Brian Paul
2018-01-18
1
-1
/
+4
*
vbo: use inputs_read var to simplify code
Brian Paul
2018-01-17
1
-4
/
+4
*
vbo: use a new local 'array' variable in bind_vertex_list() loop
Brian Paul
2018-01-17
1
-12
/
+13
*
vbo: change vbo_context attribute map arrays to GLubyte
Brian Paul
2018-01-17
1
-2
/
+2
*
vbo: lift common code out of switch cases
Brian Paul
2018-01-17
1
-9
/
+6
*
vbo: optimize some display list drawing (v2)
Brian Paul
2018-01-17
1
-0
/
+12
*
vbo: rewrite some code in playback_copy_to_current()
Brian Paul
2018-01-17
1
-8
/
+6
*
vbo: rename some functions in vbo_save_draw.c
Brian Paul
2018-01-17
1
-9
/
+9
*
vbo: rename prim to prims
Brian Paul
2018-01-17
1
-4
/
+4
*
vbo: rename vbo_save_vertex_list::count to vertex_count
Brian Paul
2018-01-17
1
-4
/
+5
*
vbo: rename vbo_save_vertex_store::buffer to buffer_map
Brian Paul
2018-01-17
1
-1
/
+1
*
vbo: whitespace fixes in vbo_save_draw.c
Brian Paul
2018-01-17
1
-30
/
+31
*
mesa: shrink VERT_ATTRIB bitfields to 32 bits
Marek Olšák
2017-11-25
1
-1
/
+1
*
mesa: replace VP/FP/ATIfs _Enabled flags with helper functions
Marek Olšák
2017-06-22
1
-2
/
+4
*
mesa: rename gl_client_array -> gl_vertex_array
Brian Paul
2016-10-28
1
-1
/
+1
*
r200/i915/st/mesa/compiler: use common inputs read field
Timothy Arceri
2016-10-26
1
-2
/
+4
*
mesa/i965/i915/r200: eliminate gl_vertex_program
Timothy Arceri
2016-10-26
1
-2
/
+2
*
mesa: Remove set but not used gl_client_array::Stride.
Mathias Fröhlich
2016-07-31
1
-1
/
+0
*
mesa: Remove set but not used gl_client_array::Enabled.
Mathias Fröhlich
2016-07-31
1
-1
/
+0
*
vbo: Use a bitmask to track the active arrays in vbo_save*.
Mathias Fröhlich
2016-06-16
1
-26
/
+29
*
vbo: pass the stream from DrawTransformFeedbackStream to drivers
Marek Olšák
2015-08-06
1
-1
/
+1
*
Fix a few typos
Zoë Blade
2015-04-27
1
-1
/
+1
*
mesa: use fi_type in vertex attribute code
Marius Predut
2015-02-25
1
-5
/
+5
*
mesa: Delete VAO _MaxElement code and index buffer bounds checking.
Kenneth Graunke
2014-09-19
1
-1
/
+0
*
mesa: allow buffers to be mapped multiple times
Marek Olšák
2014-02-25
1
-2
/
+4
*
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
[next]