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
/
api_arrayelt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: rename gl_vertex_array_object::VertexBinding to BufferBinding
Brian Paul
2016-10-28
1
-10
/
+10
*
mesa: rename gl_vertex_attrib_array gl_array_attributes
Brian Paul
2016-10-13
1
-4
/
+4
*
mesa: rename gl_vertex_attrib_array::VertexBinding
Brian Paul
2016-10-13
1
-10
/
+10
*
mesa: annotate AttribFuncsARB[] as const
Emil Velikov
2016-10-06
1
-1
/
+1
*
main: s/GLuint/GLbitfield for state bitmasks
Brian Paul
2016-01-06
1
-2
/
+2
*
mesa/vbo: add support for 64-bit vertex attributes. (v1)
Dave Airlie
2015-05-08
1
-2
/
+77
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-3
/
+3
*
mesa: s/INLINE/inline/
Brian Paul
2014-09-04
1
-2
/
+2
*
mesa: Don't use derived vertex state in api_arrayelt.c
Fredrik Höglund
2014-06-24
1
-54
/
+57
*
mesa: allow buffers to be mapped multiple times
Marek Olšák
2014-02-25
1
-5
/
+9
*
mesa: Rename ElementArrayBufferObj to IndexBufferObj.
Kenneth Graunke
2014-02-03
1
-1
/
+1
*
mesa: Rename _mesa_..._array_obj functions to _mesa_..._vao.
Kenneth Graunke
2014-02-03
1
-1
/
+1
*
mesa: Rename "struct gl_array_object" to gl_vertex_array_object.
Kenneth Graunke
2014-02-03
1
-2
/
+2
*
mesa: Rename "arrayObj" local variables to "vao".
Kenneth Graunke
2014-02-03
1
-24
/
+24
*
mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO.
Kenneth Graunke
2014-02-03
1
-2
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
mesa: Fix derived vertex state not being updated in glCallList()
Fredrik Höglund
2013-11-15
1
-6
/
+16
*
mesa: Add ARB_vertex_attrib_binding
Fredrik Höglund
2013-11-07
1
-0
/
+7
*
mesa: Rename gl_array_object::VertexAttrib to _VertexAttrib
Fredrik Höglund
2013-11-07
1
-18
/
+18
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Ignore fixed-index primitive restart in ArrayElement().
Kenneth Graunke
2013-05-29
1
-1
/
+1
*
mesa: whitespace, formatting fixes, etc in api_arrayelt.c
Brian Paul
2013-05-03
1
-35
/
+65
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEX
Ian Romanick
2013-01-11
1
-1
/
+1
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-16
/
+16
*
mesa: Remove support for NV_vertex_program's special attributes aliasing
Eric Anholt
2012-10-15
1
-19
/
+12
*
mesa: remove FEATURE_arrayelt define.
Oliver McFadden
2012-09-15
1
-6
/
+0
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
1
-1
/
+1
*
mesa: s/CALLOC/calloc/
Brian Paul
2012-09-01
1
-1
/
+1
*
mesa: Add primitive restart support to glArrayElement
Jordan Justen
2012-05-05
1
-1
/
+9
*
mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.
Mathias Fröhlich
2011-11-29
1
-19
/
+19
*
mesa: move ElementArrayBufferObj to gl_array_object
Yuanhan Liu
2011-11-29
1
-1
/
+1
*
mesa: Eliminate dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-1
/
+4
*
mesa: Fix incorrect access parameter passed to MapBuffer
Ian Romanick
2011-08-23
1
-3
/
+1
*
mesa: Remove target parameter from dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-1
/
+0
*
mesa: Remove target parameter from dd_function_table::UnmapBuffer
Ian Romanick
2011-08-23
1
-3
/
+1
*
mesa: Use appropriate call convention in VertexAttribI*v.
José Fonseca
2011-03-25
1
-136
/
+136
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+1
*
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2011-01-05
1
-0
/
+1
*
mesa: clean-up array element code
Brian Paul
2010-10-28
1
-190
/
+353
*
mesa: glArrayElement support for integer-valued arrays
Brian Paul
2010-10-28
1
-2
/
+215
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-6
/
+6
*
mesa: Move src/mesa/glapi/dispatch.h to mesa.
Chia-I Wu
2010-02-25
1
-1
/
+1
*
glapi: Always build libglapi.a.
Chia-I Wu
2009-10-23
1
-1
/
+0
*
mesa/main: New feature FEATURE_arrayelt.
Chia-I Wu
2009-09-30
1
-2
/
+16
*
mesa: use _mesa_is_bufferobj()
Brian Paul
2009-08-12
1
-1
/
+2
*
mesa: use Elements() for loop limit
Brian Paul
2009-05-22
1
-1
/
+1
[next]