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_exec_draw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vbo: Make use of _DrawVAO from immediate mode draw
Mathias Fröhlich
2018-02-23
1
-51
/
+66
*
vbo: Use _VPMode instead of get_vp_mode().
Mathias Fröhlich
2018-02-23
1
-2
/
+3
*
vbo: Simplify input array distribution for imm type draws.
Mathias Fröhlich
2018-02-01
1
-66
/
+15
*
vbo: Use static const VERT_ATTRIB->VBO_ATTRIB maps.
Mathias Fröhlich
2018-02-01
1
-4
/
+4
*
mesa: Put materials at the end of the generic block.
Mathias Fröhlich
2018-02-01
1
-5
/
+5
*
mesa: Use defines for the aliased material array attributes.
Mathias Fröhlich
2018-02-01
1
-3
/
+7
*
vbo: move, rename vp_mode enums, get_program_mode() function
Brian Paul
2018-01-29
1
-3
/
+4
*
vbo: remove vbo_context.h and change includes to use vbo.h instead
Brian Paul
2018-01-24
1
-1
/
+0
*
vbo: move VBO-private types, prototypes, etc. into new vbo_private.h header
Brian Paul
2018-01-24
1
-0
/
+1
*
vbo: replace assert(0) with unreachable()
Brian Paul
2018-01-24
1
-2
/
+2
*
mesa: remove unneeded #includes of main/compiler.h
Brian Paul
2018-01-17
1
-1
/
+0
*
vbo: whitespace, formatting fixes in vbo_exec_draw.c
Brian Paul
2018-01-17
1
-64
/
+64
*
vbo: use inputs_read var to simplify code
Brian Paul
2018-01-17
1
-4
/
+4
*
vbo: change vbo_context attribute map arrays to GLubyte
Brian Paul
2018-01-17
1
-1
/
+1
*
vbo: lift common code out of switch cases
Brian Paul
2018-01-17
1
-9
/
+6
*
mesa: shrink VERT_ATTRIB bitfields to 32 bits
Marek Olšák
2017-11-25
1
-1
/
+1
*
mesa/vbo: remove redundant _mesa_is_bufferobj() calls
Timothy Arceri
2017-03-31
1
-10
/
+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: 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
[next]