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
*
mesa: Work with bitmasks when en/dis-abling VAO arrays.
Mathias Fröhlich
2018-11-21
1
-8
/
+3
*
mesa: Rename gl_vertex_array_object::_Enabled -> Enabled.
Mathias Fröhlich
2018-11-21
1
-4
/
+4
*
vbo: Remove set but not used weak field from _mesa_prim.
Mathias Fröhlich
2018-11-01
1
-2
/
+1
*
vbo: remove MaxVertexAttribStride assert check.
Dave Airlie
2018-05-18
1
-1
/
+0
*
mesa: Remove flush_vertices argument from VAO methods.
Mathias Fröhlich
2018-05-17
1
-3
/
+3
*
vbo: Make sure the internal VAO's stay within limits.
Mathias Fröhlich
2018-03-23
1
-1
/
+4
*
vbo: Remove now duplicate _DrawVAO notification.
Mathias Fröhlich
2018-03-22
1
-5
/
+0
*
mesa: Update VAO internal state when setting the _DrawVAO.
Mathias Fröhlich
2018-03-22
1
-3
/
+0
*
vbo: Move vbo_bind_arrays into a dd_driver_functions draw callback.
Mathias Fröhlich
2018-03-22
1
-1
/
+0
*
mesa: Move vbo draw functions into dd_function_table.
Mathias Fröhlich
2018-03-22
1
-8
/
+3
*
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
[next]