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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change a few frequented uses of DEBUG to !NDEBUG
Marek Olšák
2019-05-29
2
-4
/
+4
*
mesa/vbo: Update Comment to what is actually happening.
Mathias Fröhlich
2019-05-14
1
-3
/
+1
*
mesa: Correct the is_vertex_position decision for dlists.
Mathias Fröhlich
2019-05-04
3
-14
/
+28
*
mesa: Set CurrentSavePrimitive in vbo_save_NotifyBegin.
Mathias Fröhlich
2019-05-04
1
-0
/
+2
*
mesa: Remove the _glapi_table argument from _mesa_array_element.
Mathias Fröhlich
2019-05-04
1
-10
/
+7
*
mesa: Rip out now unused gl_context::aelt_context.
Mathias Fröhlich
2019-05-04
2
-26
/
+0
*
vbo: Fix GL_PRIMITIVE_RESTART_FIXED_INDEX in display list compiles.
Mathias Fröhlich
2019-03-15
1
-5
/
+9
*
vbo: Fix basevertex handling in display list compiles.
Mathias Fröhlich
2019-03-15
1
-5
/
+12
*
mesa: Replace _ae_{,un}map_vbos with _mesa_vao_{,un}map_arrays
Mathias Fröhlich
2019-03-15
1
-5
/
+7
*
mesa: Use _mesa_array_element in dlist save.
Mathias Fröhlich
2019-03-15
1
-4
/
+19
*
mesa: Factor out struct gl_vertex_format.
Mathias Fröhlich
2018-11-21
6
-30
/
+26
*
mesa: Work with bitmasks when en/dis-abling VAO arrays.
Mathias Fröhlich
2018-11-21
2
-9
/
+5
*
mesa: Remove gl_array_attributes::Enabled.
Mathias Fröhlich
2018-11-21
1
-2
/
+0
*
mesa: Rename gl_vertex_array_object::_Enabled -> Enabled.
Mathias Fröhlich
2018-11-21
5
-12
/
+12
*
mesa/glthread: enable immediate mode
Marek Olšák
2018-11-20
1
-4
/
+10
*
mesa/vbo: Move _vbo_draw_indirect -> _mesa_draw_indirect
Mathias Fröhlich
2018-11-01
2
-84
/
+0
*
mesa/vbo: Move src/mesa/vbo/vbo_exec_array.c -> src/mesa/main/draw.c
Mathias Fröhlich
2018-11-01
2
-2177
/
+1
*
vbo: Pull the _mesa_set_draw_vao calls out of the if clauses.
Mathias Fröhlich
2018-11-01
1
-76
/
+38
*
vbo: Preserve vbo_save::no_current_update on primitive restart.
Mathias Fröhlich
2018-11-01
1
-1
/
+2
*
vbo: Make no_current_update an argument to vbo_save_NotifyBegin.
Mathias Fröhlich
2018-11-01
3
-9
/
+9
*
vbo: Move no_current_update out of _mesa_prim.
Mathias Fröhlich
2018-11-01
4
-8
/
+9
*
vbo: Remove the now unused VBO_SAVE_PRIM_WEAK define.
Mathias Fröhlich
2018-11-01
1
-1
/
+0
*
vbo: Remove the always false branch dlist replay.
Mathias Fröhlich
2018-11-01
1
-29
/
+1
*
vbo: Test for VBO_SAVE_PRIM_WEAK in _mesa_prim::mode is false.
Mathias Fröhlich
2018-11-01
1
-1
/
+1
*
vbo: Remove VBO_SAVE_PRIM_WEAK from vbo_save_NotifyBegin calls.
Mathias Fröhlich
2018-11-01
1
-5
/
+3
*
vbo: Remove set but not used weak field from _mesa_prim.
Mathias Fröhlich
2018-11-01
5
-14
/
+3
*
vbo: Remove the VBO_SAVE_FALLBACK flag.
Mathias Fröhlich
2018-11-01
2
-8
/
+2
*
vbo: Remove unused vbo_save_fallback function.
Mathias Fröhlich
2018-11-01
2
-16
/
+0
*
mesa: expose ARB_indirect_parameters in the compatibility profile
Marek Olšák
2018-07-19
1
-7
/
+4
*
vbo: fix ARB_multi_draw_indirect for the compatibility profile
Marek Olšák
2018-07-19
1
-2
/
+2
*
vbo_save: add support for doubles to display list code
Dave Airlie
2018-06-30
3
-11
/
+28
*
mesa: add compat profile support for ARB_multi_draw_indirect
Timothy Arceri
2018-06-30
1
-2
/
+75
*
mesa: add ARB_draw_indirect support to compat profile
Timothy Arceri
2018-06-30
1
-1
/
+70
*
mesa: Make sure that imm draws are flushed before other draws execute.
Mathias Fröhlich
2018-06-05
2
-39
/
+40
*
mesa: handle GL_UNSIGNED_INT64_ARB properly (v2)
Marek Olšák
2018-05-29
1
-1
/
+1
*
vbo: remove MaxVertexAttribStride assert check.
Dave Airlie
2018-05-18
1
-1
/
+0
*
mesa: The glArrayElement api is independent of the current program.
Mathias Fröhlich
2018-05-17
1
-1
/
+1
*
mesa: Remove flush_vertices argument from VAO methods.
Mathias Fröhlich
2018-05-17
3
-7
/
+7
*
mesa/vbo/tnl: Move gl_vertex_array related stuff to tnl.
Mathias Fröhlich
2018-05-10
2
-123
/
+0
*
mesa: Compute effective buffer bindings in the vao.
Mathias Fröhlich
2018-05-10
3
-1
/
+38
*
mesa: rename api_validate.{c,h} -> draw_validate.{c,h}
Timothy Arceri
2018-04-24
3
-3
/
+3
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
11
-13
/
+5
*
Fix use of alloca() without #include <c99_alloca.h>
Jon Turney
2018-04-04
1
-0
/
+1
*
vbo: Use alloca for _vbo_draw_indirect.
Mathias Fröhlich
2018-03-31
1
-24
/
+55
*
vbo: Remove unused includes to vbo_private.h
Mathias Fröhlich
2018-03-31
2
-3
/
+0
*
vbo: Move vbo_split into the tnl module.
Mathias Fröhlich
2018-03-31
5
-1247
/
+0
*
vbo: Readd the arrays argument to the legacy draw methods.
Mathias Fröhlich
2018-03-31
3
-14
/
+4
*
vbo: Remove the now unused vbo draw path.
Mathias Fröhlich
2018-03-31
5
-86
/
+0
*
vbo: Remove vbo_indirect_draw_func.
Mathias Fröhlich
2018-03-31
3
-102
/
+30
*
vbo: MaxVertexAttribStride is not always set
Jakob Bornecrantz
2018-03-30
1
-1
/
+6
[next]