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: 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
*
mesa: make fixed-pt and byte-valued arrays a runtime feature
Brian Paul
2010-11-07
1
-21
/
+25
*
mesa: use GLubyte for edge flag arrays
Brian Paul
2010-11-02
1
-2
/
+2
*
mesa: remove obsolete comment
Brian Paul
2010-10-28
1
-1
/
+0
*
mesa: consolidate glVertex/Color/etcPointer() code
Brian Paul
2010-10-28
1
-545
/
+202
*
mesa: add gl_client_array::Integer field and related vertex array state code
Brian Paul
2010-10-28
1
-17
/
+86
*
mesa: remove 'normalized' parameter from _mesa_VertexAttribIPointer()
Brian Paul
2010-10-28
1
-2
/
+1
*
mesa: set/get primitive restart state
Brian Paul
2010-10-21
1
-3
/
+4
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-7
/
+7
*
mesa: update to version 64 of GL/glext.h
Brian Paul
2010-09-14
1
-2
/
+2
*
mesa: silence a printf warning
Brian Paul
2010-07-14
1
-2
/
+2
*
mesa: move all vertex array functions into varray.c
Brian Paul
2010-05-25
1
-0
/
+242
*
mesa: added _mesa_VertexAttribIPointer()
Brian Paul
2010-05-25
1
-0
/
+19
*
mesa: API and state for GL 3.1 primitive restart
Brian Paul
2010-04-20
1
-0
/
+21
*
mesa: Move src/mesa/glapi/dispatch.h to mesa.
Chia-I Wu
2010-02-25
1
-1
/
+1
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-9
/
+9
*
mesa: added texcoord unit assertion
Brian Paul
2010-02-03
1
-0
/
+2
*
mesa: add core support for ARB_half_float_vertex.
Dave Airlie
2010-01-23
1
-0
/
+21
*
mesa: remove unused vertex array driver hooks
Brian Paul
2009-11-16
1
-76
/
+26
*
mesa: Make MultiDrawElements submit multiple primitives at once.
Eric Anholt
2009-09-01
1
-18
/
+0
*
mesa: new _mesa_copy_client_array() function
Brian Paul
2009-08-07
1
-0
/
+23
*
mesa: more error message info for vertex pointer functions
Brian Paul
2009-08-04
1
-6
/
+12
*
mesa: enforce the rule that arrays live in VBOs for GL_ARB_vertex_array_object
Brian Paul
2009-06-22
1
-25
/
+52
*
mesa: move vertex array objects from shared state to per-context
Brian Paul
2009-06-19
1
-0
/
+26
*
mesa: EXT_vertex_array_bgra fixes
Maciej Cencora
2009-06-08
1
-3
/
+24
*
mesa: use Elements() for loop limit
Brian Paul
2009-05-22
1
-2
/
+2
*
mesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRAM_INPUTS
Brian Paul
2009-05-21
1
-1
/
+1
*
mesa: freshen comments for update_array()
Brian Paul
2009-05-21
1
-3
/
+2
[next]