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: remove no longer needed _mesa_is_bufferobj function
Marek Olšák
2020-04-06
1
-5
/
+5
*
vbo,gallium: make glBegin/End buffer size configurable by drivers
Marek Olšák
2020-03-21
1
-5
/
+5
*
vbo: deduplicate copy_vertices functions
Marek Olšák
2020-03-04
1
-92
/
+4
*
mesa: move num_instances and base_instance out of _mesa_prim
Marek Olšák
2020-02-28
1
-1
/
+1
*
mesa: remove unused "indirect" parameter from Driver.Draw
Marek Olšák
2020-02-28
1
-1
/
+1
*
vbo: also map the immediate mode buffer for read
Marek Olšák
2020-02-11
1
-2
/
+8
*
vbo: keep the immediate mode buffer always mapped for simplicity
Marek Olšák
2020-02-11
1
-11
/
+3
*
vbo: interleave attrsz, attrtype, and active_sz in memory
Marek Olšák
2020-02-11
1
-2
/
+2
*
vbo: don't unmap persistent buffer mappings for glBegin/End
Marek Olšák
2020-02-11
1
-8
/
+38
*
vbo: skip FlushMappedBufferRange for glBegin/End by using a persistent mapping
Marek Olšák
2020-02-11
1
-6
/
+16
*
mesa/vbo: Update Comment to what is actually happening.
Mathias Fröhlich
2019-05-14
1
-3
/
+1
*
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
[next]