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
/
main
/
arrayobj.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa,st/mesa: add a fast path for non-static VAOs
Marek Olšák
2020-04-30
1
-0
/
+11
*
mesa: optimize glPush/PopClientAttrib by removing malloc overhead
Marek Olšák
2020-04-30
1
-3
/
+4
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
1
-2
/
+2
*
replace malloc macros in imports.h with u_memory.h versions
Dylan Baker
2020-04-21
1
-0
/
+1
*
mesa: remove no longer needed _mesa_is_bufferobj function
Marek Olšák
2020-04-06
1
-10
/
+10
*
mesa: don't ever bind NullBufferObj for glBindBuffer targets
Marek Olšák
2020-04-06
1
-9
/
+8
*
mesa: don't ever set NullBufferObj in gl_vertex_array_binding
Marek Olšák
2020-04-06
1
-6
/
+0
*
mesa: optimize initialization of new VAOs
Marek Olšák
2020-04-06
1
-72
/
+8
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
1
-1
/
+1
*
st/mesa: simplify determination whether a draw needs min/max index
Marek Olšák
2020-02-14
1
-0
/
+3
*
mesa: rework _mesa_lookup_vao_err to allow usage from EXT_dsa
Pierre-Eric Pelloux-Prayer
2019-11-05
1
-8
/
+25
*
mesa: Remove the now unused _NEW_ARRAY state change flag.
Mathias Fröhlich
2019-05-04
1
-1
/
+0
*
mesa: Implement helper functions to map and unmap a VAO.
Mathias Fröhlich
2019-03-15
1
-0
/
+84
*
mesa: Track buffer object use also for VAO usage.
Mathias Fröhlich
2019-03-04
1
-1
/
+3
*
mesa: Factor out struct gl_vertex_format.
Mathias Fröhlich
2018-11-21
1
-12
/
+9
*
mesa: Unify glEdgeFlagPointer data type.
Mathias Fröhlich
2018-11-21
1
-1
/
+1
*
mesa: Remove gl_array_attributes::Enabled.
Mathias Fröhlich
2018-11-21
1
-14
/
+0
*
mesa: Use the gl_vertex_array_object::Enabled bitfield.
Mathias Fröhlich
2018-11-21
1
-2
/
+2
*
mesa: Rename gl_vertex_array_object::_Enabled -> Enabled.
Mathias Fröhlich
2018-11-21
1
-10
/
+10
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
1
-2
/
+3
*
mesa: ignore VAO IDs equal to 0 in glDeleteVertexArrays
Marek Olšák
2018-08-30
1
-0
/
+4
*
mesa: enable ARB_direct_state_access in compat for GL3.1+
Timothy Arceri
2018-08-30
1
-0
/
+9
*
mesa: Remove Array._DrawArrays.
Mathias Fröhlich
2018-05-10
1
-1
/
+0
*
mesa: Compute effective buffer bindings in the vao.
Mathias Fröhlich
2018-05-10
1
-6
/
+384
*
mesa: include dispatch.h less
Marek Olšák
2018-04-12
1
-1
/
+0
*
mesa: Update VAO internal state when setting the _DrawVAO.
Mathias Fröhlich
2018-03-22
1
-0
/
+6
*
mesa: Make gl_vertex_array contain pointers to first order VAO members.
Mathias Fröhlich
2018-03-10
1
-16
/
+0
*
mesa: Use atomics for shared VAO reference counts.
Mathias Fröhlich
2018-02-23
1
-5
/
+30
*
mesa: Introduce a yet unused _DrawVAO.
Mathias Fröhlich
2018-02-23
1
-0
/
+4
*
mesa: rename gl_vertex_array_object::_VertexAttrib -> _VertexArray
Brian Paul
2018-02-06
1
-7
/
+6
*
mesa: Track position/generic0 aliasing in the VAO.
Mathias Fröhlich
2018-02-01
1
-0
/
+131
*
mesa: use gl_vert_attrib enum type in more places
Brian Paul
2018-01-30
1
-1
/
+1
*
mesa: rename some 'client' array functions
Brian Paul
2018-01-30
1
-3
/
+3
*
mesa: trivial comment typo fix in arrayobj.c
Brian Paul
2018-01-30
1
-1
/
+1
*
mesa: shrink size of gl_array_attributes (v2)
Brian Paul
2018-01-29
1
-0
/
+4
*
mesa/vbo: replace vbo_draw_method() with _mesa_set_drawing_arrays()
Brian Paul
2018-01-29
1
-14
/
+11
*
mesa: s/gl_vertex_attrib_array/gl_array_attributes/ in comments
Brian Paul
2018-01-25
1
-1
/
+1
*
mesa: shrink VERT_ATTRIB bitfields to 32 bits
Marek Olšák
2017-11-25
1
-7
/
+7
*
mesa: remove unused vertex attrib WEIGHT
Marek Olšák
2017-11-25
1
-3
/
+0
*
mesa: port the LastLookedUpVAO optimisation to _mesa_lookup_vao()
Samuel Pitoiset
2017-08-25
1
-4
/
+16
*
mesa: add KHR_no_error support to glVertexArrayElementBuffer()
Samuel Pitoiset
2017-07-31
1
-0
/
+8
*
mesa: add vertex_array_element_buffer() helper
Samuel Pitoiset
2017-07-31
1
-21
/
+38
*
mesa: add KHR_no_error to glDeleteVertexArrays()
Samuel Pitoiset
2017-07-31
1
-0
/
+8
*
mesa: add delete_vertex_arrays() helper
Samuel Pitoiset
2017-07-31
1
-9
/
+17
*
mesa: add KHR_no_error to glBindVertexArray()
Samuel Pitoiset
2017-07-31
1
-0
/
+8
*
mesa: add bind_vertex_array() helper
Samuel Pitoiset
2017-07-31
1
-6
/
+12
*
mesa: add KHR_no_error support to gl{Create,Gen}VertexArrays()
Samuel Pitoiset
2017-07-31
1
-0
/
+16
*
mesa: add gen_vertex_arrays_err() helper
Samuel Pitoiset
2017-07-31
1
-9
/
+16
*
mesa: inline save_array_object()
Samuel Pitoiset
2017-07-20
1
-14
/
+1
*
mesa: inline remove_array_object()
Samuel Pitoiset
2017-07-20
1
-15
/
+1
[next]