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_exec_draw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: Fix handling of POS/GENERIC0 attributes.
Mathias Fröhlich
2016-07-27
1
-3
/
+16
*
vbo: fix attr reset
Rob Clark
2016-07-06
1
-1
/
+1
*
vbo: Use a bitmask to track the active arrays in vbo_exec*.
Mathias Fröhlich
2016-06-16
1
-0
/
+2
*
vbo: fix another GL_LINE_LOOP bug
Brian Paul
2015-11-04
1
-0
/
+1
*
vbo: fix GL_LINE_LOOP stray line bug
Brian Paul
2015-10-20
1
-0
/
+11
*
vbo: add new vbo_compute_max_verts() helper function
Brian Paul
2015-10-20
1
-2
/
+1
*
vbo: simplify some code in vbo_copy_vertices()
Brian Paul
2015-10-20
1
-6
/
+5
*
vbo: replace the comment on vbo_copy_vertices()
Brian Paul
2015-10-20
1
-3
/
+7
*
vbo: fix whitespace in vbo_exec_draw.c
Brian Paul
2015-10-13
1
-13
/
+12
*
vbo: pass the stream from DrawTransformFeedbackStream to drivers
Marek Olšák
2015-08-06
1
-1
/
+1
*
vbo: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-2
/
+2
*
mesa: include stdio.h where needed
Brian Paul
2015-03-05
1
-0
/
+1
*
mesa/vbo: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-4
/
+4
*
mesa: use fi_type in vertex attribute code
Marius Predut
2015-02-25
1
-4
/
+4
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-4
/
+4
*
mesa: Delete VAO _MaxElement code and index buffer bounds checking.
Kenneth Graunke
2014-09-19
1
-2
/
+0
*
mesa: allow buffers to be mapped multiple times
Marek Olšák
2014-02-25
1
-8
/
+14
*
mesa: add storage flags parameter to Driver.BufferData
Marek Olšák
2014-02-25
1
-2
/
+6
*
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
*
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: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
vbo: fix glVertexAttribI* functions
Marek Olšák
2012-11-06
1
-4
/
+3
*
mesa: Remove support for NV_vertex_program's special attributes aliasing
Eric Anholt
2012-10-15
1
-5
/
+0
*
mesa: remove FEATURE_beginend 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: 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
*
mesa: add _NEW_VARYING_VP_INPUTS for gl_context::varying_vp_inputs
Marek Olšák
2012-04-19
1
-1
/
+1
*
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
-10
/
+12
*
vbo: better handling of VBO allocation failures
Brian Paul
2011-11-11
1
-18
/
+44
*
vbo: remove unused var, remove unneeded local var
Brian Paul
2011-08-24
1
-4
/
+1
*
mesa: Eliminate dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-12
/
+6
*
mesa: Remove target parameter from dd_function_table::FlushMappedBufferRange
Ian Romanick
2011-08-23
1
-2
/
+1
*
mesa: Remove target parameter from dd_function_table::MapBufferRange
Ian Romanick
2011-08-23
1
-2
/
+1
*
mesa: Remove target parameter from dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-1
/
+1
*
mesa: Remove target parameter from dd_function_table::UnmapBuffer
Ian Romanick
2011-08-23
1
-1
/
+1
[next]