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
/
main
/
varray.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-28
/
+26
*
mesa: Allow HALF_FLOAT in glVertexAttribPointer for GLES3
Matt Turner
2013-01-15
1
-7
/
+7
*
mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEX
Ian Romanick
2013-01-11
1
-2
/
+3
*
mesa: Fix computation of default vertex attrib stride for 2_10_10_10 formats.
Paul Berry
2012-12-13
1
-1
/
+2
*
mesa: return INVALID_VALUE from VertexAttribDivisor if index out of range
Matt Turner
2012-11-15
1
-1
/
+1
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-11
/
+11
*
mesa: Fix glGetVertexAttribI[u]iv now that we have real integer attribs.
Kenneth Graunke
2012-11-08
1
-12
/
+4
*
mesa: Remove API specific to GL_NV_vertex_program's aliased attribs.
Eric Anholt
2012-10-15
1
-32
/
+0
*
mesa: remove FEATURE_ARB_(fragment|vertex)_program defines.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_NV_(fragment|vertex)_program defines.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: Allow NULL vertex pointer without a VBO
Ian Romanick
2012-08-29
1
-4
/
+13
*
mesa: Disallow VertexAttribPointer without a VAO in a core context
Ian Romanick
2012-08-29
1
-0
/
+17
*
mesa/es: Validate glGetVertexAttribf pname in Mesa code rather than the ES wr...
Ian Romanick
2012-08-29
1
-3
/
+12
*
mesa/es: Validate VertexPointer types in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
1
-7
/
+6
*
mesa/es: Validate TexCoordPointer size in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
1
-1
/
+2
*
mesa/es: Validate TexCoordPointer types in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
1
-8
/
+6
*
mesa/es: Validate NormalPointer types in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
1
-5
/
+6
*
mesa/es: Validate ColorPointer size in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
1
-1
/
+2
*
mesa/es: Validate ColorPointer types in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
1
-7
/
+8
*
mesa/es: Disallow BGRA vertex arrays in ES or ES2 contexts
Ian Romanick
2012-08-24
1
-0
/
+5
*
mesa: Rearrange array type checking, filter more types in ES
Ian Romanick
2012-08-24
1
-9
/
+25
*
mesa: Replace VersionMajor/VersionMinor with a Version field.
Eric Anholt
2012-08-07
1
-3
/
+2
*
mesa: add support for using API_OPENGL_CORE
Jordan Justen
2012-07-30
1
-1
/
+1
*
mesa: move gl_array_attrib::NewState to gl_array_object::NewArrays
Brian Paul
2012-04-20
1
-6
/
+4
*
mesa: Use array object constructor.
Mathias Fröhlich
2012-04-18
1
-1
/
+1
*
mesa: check for no state change in VertexAttribDivisor()
Brian Paul
2012-02-29
1
-2
/
+8
*
mesa: check for no state change in glPrimitiveRestartIndex()
Brian Paul
2012-02-20
1
-4
/
+5
*
mesa: check for no state change in Enable/DisableVertexAttribArray()
Brian Paul
2012-02-20
1
-10
/
+22
*
mesa: add missing return after _mesa_error() in update_array()
Brian Paul
2012-02-20
1
-0
/
+1
*
mesa: Rename gl_array_object::VBOonly to ::ARBsemantics
Ian Romanick
2012-01-24
1
-1
/
+1
*
mesa: Support GL_VERTEX_ATTRIB_ARRAY_INTEGER in GL 3.0 contexts.
Kenneth Graunke
2012-01-18
1
-1
/
+1
*
mesa: use _mesa_is_bufferobj() in update_array()
Brian Paul
2011-11-30
1
-1
/
+1
*
mesa: distinct gl_client_array arrays are gone
Chia-I Wu
2011-11-29
1
-2
/
+0
*
mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.
Mathias Fröhlich
2011-11-29
1
-55
/
+43
*
mesa: Make gl_array_object::_Enabled 64 bits.
Mathias Fröhlich
2011-11-29
1
-1
/
+1
*
mesa: Replace _NEW_ARRAY_* bits with VERT_BIT_*
Mathias Fröhlich
2011-11-29
1
-18
/
+18
*
mesa: Set the "Integer" field of gl_client_array properly.
Paul Berry
2011-11-02
1
-0
/
+1
*
varray.c: fix logic around BGRA with ARB_vertex_type_2_10_10_10_rev.
Dave Airlie
2011-09-07
1
-4
/
+11
*
mesa/varray: add interface support for ARB_vertex_type_2_10_10_10_rev (v2)
Dave Airlie
2011-09-06
1
-7
/
+38
*
mesa: accept GL_FIXED in glVertexAttribPointer (ARB_ES2_compatibility)
Marek Olšák
2011-04-30
1
-10
/
+13
*
mesa: fix error message text
Brian Paul
2011-04-06
1
-1
/
+1
*
mesa: Fix error checks in GetVertexAttrib functions
Ian Romanick
2011-02-04
1
-36
/
+32
*
mesa: support for GL_ARB_instanced_arrays
Brian Paul
2011-01-15
1
-3
/
+39
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+1
*
mesa: allow GLfixed arrays for OpenGL ES 2.0
Shuang He
2010-12-09
1
-2
/
+2
*
mesa: Fix glTexCoordPointer with type GL_FIXED.
Chia-I Wu
2010-12-09
1
-1
/
+2
[next]