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
/
varray.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add _mesa_InternalBind{ElementBuffer,VertexBuffers} for glthread
Marek Olšák
2020-04-30
1
-0
/
+33
*
mesa: extend _mesa_bind_vertex_buffer to take ownership of the buffer reference
Marek Olšák
2020-04-27
1
-6
/
+11
*
mesa: add offset_is_int32 param into _mesa_bind_vertex_buffer for glthread
Marek Olšák
2020-04-27
1
-6
/
+7
*
mesa: avoid redundant VBO updates
Rob Clark
2020-04-23
1
-9
/
+14
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
1
-1
/
+1
*
mesa: fixup cast expression
Erik Faye-Lund
2020-04-16
1
-1
/
+1
*
mesa: precompute _mesa_primitive_restart_index during state changes
Marek Olšák
2020-04-06
1
-0
/
+1
*
mesa: remove no longer needed _mesa_is_bufferobj function
Marek Olšák
2020-04-06
1
-4
/
+4
*
mesa: remove NullBufferObj
Marek Olšák
2020-04-06
1
-2
/
+0
*
mesa: don't ever bind NullBufferObj to glBindBuffer(Base,Range) slots
Marek Olšák
2020-04-06
1
-6
/
+4
*
mesa: don't ever bind NullBufferObj for glBindBuffer targets
Marek Olšák
2020-04-06
1
-4
/
+0
*
mesa: don't ever set NullBufferObj in gl_vertex_array_binding
Marek Olšák
2020-04-06
1
-26
/
+53
*
mesa: optimize initialization of new VAOs
Marek Olšák
2020-04-06
1
-0
/
+71
*
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
/
+11
*
mesa: translate into gallium vertex formats in mesa/main
Marek Olšák
2020-02-14
1
-0
/
+256
*
mesa: import PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET handling
Marek Olšák
2020-02-11
1
-0
/
+14
*
mesa: fix warning in 32 bits build
Pierre-Eric Pelloux-Prayer
2019-11-19
1
-1
/
+1
*
mesa: add ARB_vertex_attrib_binding glVertexArray* functions
Pierre-Eric Pelloux-Prayer
2019-11-19
1
-0
/
+87
*
mesa: extend vertex_array_attrib_format to support EXT_dsa
Pierre-Eric Pelloux-Prayer
2019-11-19
1
-12
/
+6
*
mesa: add ARB_instanced_arrays EXT_dsa function
Pierre-Eric Pelloux-Prayer
2019-11-19
1
-0
/
+49
*
mesa: add ARB_vertex_attrib_64bit VertexArrayVertexAttribLOffsetEXT
Pierre-Eric Pelloux-Prayer
2019-11-19
1
-0
/
+34
*
mesa: fix call to _mesa_lookup_vao_err
Pierre-Eric Pelloux-Prayer
2019-11-05
1
-1
/
+1
*
mesa: add EXT_dsa glGetVertexArray* 4 functions
Pierre-Eric Pelloux-Prayer
2019-11-05
1
-0
/
+264
*
mesa: add EXT_dsa EnableVertexArrayAttribEXT / DisableVertexArrayAttribEXT
Pierre-Eric Pelloux-Prayer
2019-11-05
1
-0
/
+32
*
mesa: add EXT_dsa glVertexArray* functions implementation
Pierre-Eric Pelloux-Prayer
2019-11-05
1
-0
/
+308
*
mesa: add vao/vbo lookup helper for EXT_dsa
Pierre-Eric Pelloux-Prayer
2019-11-05
1
-0
/
+32
*
mesa: rework _mesa_lookup_vao_err to allow usage from EXT_dsa
Pierre-Eric Pelloux-Prayer
2019-11-05
1
-9
/
+9
*
mesa: add EXT_dsa glVertexArray* functions declarations
Pierre-Eric Pelloux-Prayer
2019-11-05
1
-0
/
+90
*
mesa: pass vao as a function paramter
Pierre-Eric Pelloux-Prayer
2019-11-05
1
-60
/
+94
*
mesa: add EXT_dsa glMultiTexCoordPointerEXT function
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-0
/
+26
*
mesa: Remove the now unused _NEW_ARRAY state change flag.
Mathias Fröhlich
2019-05-04
1
-17
/
+0
*
mesa: Track buffer object use also for VAO usage.
Mathias Fröhlich
2019-03-04
1
-2
/
+4
*
mesa: Factor out struct gl_vertex_format.
Mathias Fröhlich
2018-11-21
1
-28
/
+34
*
mesa: Work with bitmasks when en/dis-abling VAO arrays.
Mathias Fröhlich
2018-11-21
1
-18
/
+20
*
mesa: Remove gl_array_attributes::Enabled.
Mathias Fröhlich
2018-11-21
1
-7
/
+4
*
mesa: Use the gl_vertex_array_object::Enabled bitfield.
Mathias Fröhlich
2018-11-21
1
-5
/
+4
*
mesa: Rename gl_vertex_array_object::_Enabled -> Enabled.
Mathias Fröhlich
2018-11-21
1
-8
/
+8
*
mesa: Collect all the draw functions in draw.{h,c}.
Mathias Fröhlich
2018-11-01
1
-43
/
+0
*
mesa: Flag _NEW_ARRAY only if we are changing ctx->Array.VAO.
Mathias Fröhlich
2018-05-17
1
-6
/
+14
*
mesa: Remove flush_vertices argument from VAO methods.
Mathias Fröhlich
2018-05-17
1
-23
/
+21
*
mesa: Remove FLUSH_VERTICES from VAO state changes.
Mathias Fröhlich
2018-05-17
1
-59
/
+6
*
mesa: Compute effective buffer bindings in the vao.
Mathias Fröhlich
2018-05-10
1
-0
/
+9
*
mesa: Flag early if we modify a SharedAndImmutable VAO.
Mathias Fröhlich
2018-03-23
1
-0
/
+6
*
mesa: Make gl_vertex_array contain pointers to first order VAO members.
Mathias Fröhlich
2018-03-10
1
-21
/
+0
*
mesa: replace some API_OPENGL_CORE checks with _mesa_is_desktop_gl
Marek Olšák
2018-02-23
1
-3
/
+3
*
mesa: Add flush_vertices to _mesa_bind_vertex_buffer.
Mathias Fröhlich
2018-02-23
1
-7
/
+8
*
mesa: Make _mesa_vertex_attrib_binding public.
Mathias Fröhlich
2018-02-23
1
-18
/
+20
*
mesa: Add flush_vertices to _mesa_{enable,disable}_vertex_array_attrib.
Mathias Fröhlich
2018-02-23
1
-11
/
+19
*
mesa: Introduce a yet unused _DrawVAO.
Mathias Fröhlich
2018-02-23
1
-0
/
+2
[next]