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
*
mesa: Factor out struct gl_vertex_format.
Mathias Fröhlich
2018-11-21
1
-10
/
+4
*
mesa: Rename gl_vertex_array_object::_Enabled -> Enabled.
Mathias Fröhlich
2018-11-21
1
-1
/
+1
*
vbo_save: add support for doubles to display list code
Dave Airlie
2018-06-30
1
-5
/
+13
*
mesa: Make sure that imm draws are flushed before other draws execute.
Mathias Fröhlich
2018-06-05
1
-1
/
+1
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-1
/
+0
*
vbo: Remove now duplicate _vbo_update_inputs from dlist draw.
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
-7
/
+2
*
mesa: Make gl_vertex_array contain pointers to first order VAO members.
Mathias Fröhlich
2018-03-10
1
-1
/
+1
*
vbo: Remove vbo_save_vertex_list::start_vertex.
Mathias Fröhlich
2018-03-01
1
-2
/
+2
*
vbo: Implement current values update in terms of the VAO.
Mathias Fröhlich
2018-03-01
1
-53
/
+41
*
vbo: Implement vbo_loopback_vertex_list in terms of the VAO.
Mathias Fröhlich
2018-03-01
1
-20
/
+8
*
vbo: Make use of _DrawVAO from the dlist code.
Mathias Fröhlich
2018-02-23
1
-54
/
+10
*
vbo: Use _VPMode instead of get_vp_mode().
Mathias Fröhlich
2018-02-23
1
-2
/
+3
*
vbo: Simplify input array distribution for dlist type draws.
Mathias Fröhlich
2018-02-01
1
-46
/
+8
*
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
-4
/
+4
*
mesa: Use defines for the aliased material array attributes.
Mathias Fröhlich
2018-02-01
1
-3
/
+6
*
vbo: Correctly handle attribute offsets in dlist draw.
Mathias Fröhlich
2018-02-01
1
-31
/
+16
*
vbo: use vbo local var for draw call in vbo_save_playback_vertex_list()
Brian Paul
2018-02-01
1
-7
/
+7
*
mesa: replace GLenum with GLenum16 in common structures (v4)
Marek Olšák
2018-01-29
1
-1
/
+3
*
mesa/vbo: replace vbo_draw_method() with _mesa_set_drawing_arrays()
Brian Paul
2018-01-29
1
-2
/
+4
*
vbo: move, rename vp_mode enums, get_program_mode() function
Brian Paul
2018-01-29
1
-3
/
+4
*
vbo: fix incorrect min/max_index values in display list draw call
Brian Paul
2018-01-24
1
-2
/
+3
*
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
-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
[next]