summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/varray.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Allow NULL vertex pointer without a VBOIan Romanick2012-08-291-4/+13
* mesa: Disallow VertexAttribPointer without a VAO in a core contextIan Romanick2012-08-291-0/+17
* mesa/es: Validate glGetVertexAttribf pname in Mesa code rather than the ES wr...Ian Romanick2012-08-291-3/+12
* mesa/es: Validate VertexPointer types in Mesa code rather than the ES wrapperIan Romanick2012-08-241-7/+6
* mesa/es: Validate TexCoordPointer size in Mesa code rather than the ES wrapperIan Romanick2012-08-241-1/+2
* mesa/es: Validate TexCoordPointer types in Mesa code rather than the ES wrapperIan Romanick2012-08-241-8/+6
* mesa/es: Validate NormalPointer types in Mesa code rather than the ES wrapperIan Romanick2012-08-241-5/+6
* mesa/es: Validate ColorPointer size in Mesa code rather than the ES wrapperIan Romanick2012-08-241-1/+2
* mesa/es: Validate ColorPointer types in Mesa code rather than the ES wrapperIan Romanick2012-08-241-7/+8
* mesa/es: Disallow BGRA vertex arrays in ES or ES2 contextsIan Romanick2012-08-241-0/+5
* mesa: Rearrange array type checking, filter more types in ESIan Romanick2012-08-241-9/+25
* mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt2012-08-071-3/+2
* mesa: add support for using API_OPENGL_COREJordan Justen2012-07-301-1/+1
* mesa: move gl_array_attrib::NewState to gl_array_object::NewArraysBrian Paul2012-04-201-6/+4
* mesa: Use array object constructor.Mathias Fröhlich2012-04-181-1/+1
* mesa: check for no state change in VertexAttribDivisor()Brian Paul2012-02-291-2/+8
* mesa: check for no state change in glPrimitiveRestartIndex()Brian Paul2012-02-201-4/+5
* mesa: check for no state change in Enable/DisableVertexAttribArray()Brian Paul2012-02-201-10/+22
* mesa: add missing return after _mesa_error() in update_array()Brian Paul2012-02-201-0/+1
* mesa: Rename gl_array_object::VBOonly to ::ARBsemanticsIan Romanick2012-01-241-1/+1
* mesa: Support GL_VERTEX_ATTRIB_ARRAY_INTEGER in GL 3.0 contexts.Kenneth Graunke2012-01-181-1/+1
* mesa: use _mesa_is_bufferobj() in update_array()Brian Paul2011-11-301-1/+1
* mesa: distinct gl_client_array arrays are goneChia-I Wu2011-11-291-2/+0
* mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.Mathias Fröhlich2011-11-291-55/+43
* mesa: Make gl_array_object::_Enabled 64 bits.Mathias Fröhlich2011-11-291-1/+1
* mesa: Replace _NEW_ARRAY_* bits with VERT_BIT_*Mathias Fröhlich2011-11-291-18/+18
* mesa: Set the "Integer" field of gl_client_array properly.Paul Berry2011-11-021-0/+1
* varray.c: fix logic around BGRA with ARB_vertex_type_2_10_10_10_rev.Dave Airlie2011-09-071-4/+11
* mesa/varray: add interface support for ARB_vertex_type_2_10_10_10_rev (v2)Dave Airlie2011-09-061-7/+38
* mesa: accept GL_FIXED in glVertexAttribPointer (ARB_ES2_compatibility)Marek Olšák2011-04-301-10/+13
* mesa: fix error message textBrian Paul2011-04-061-1/+1
* mesa: Fix error checks in GetVertexAttrib functionsIan Romanick2011-02-041-36/+32
* mesa: support for GL_ARB_instanced_arraysBrian Paul2011-01-151-3/+39
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: allow GLfixed arrays for OpenGL ES 2.0Shuang He2010-12-091-2/+2
* mesa: Fix glTexCoordPointer with type GL_FIXED.Chia-I Wu2010-12-091-1/+2
* mesa: make fixed-pt and byte-valued arrays a runtime featureBrian Paul2010-11-071-21/+25
* mesa: use GLubyte for edge flag arraysBrian Paul2010-11-021-2/+2
* mesa: remove obsolete commentBrian Paul2010-10-281-1/+0
* mesa: consolidate glVertex/Color/etcPointer() codeBrian Paul2010-10-281-545/+202
* mesa: add gl_client_array::Integer field and related vertex array state codeBrian Paul2010-10-281-17/+86
* mesa: remove 'normalized' parameter from _mesa_VertexAttribIPointer()Brian Paul2010-10-281-2/+1
* mesa: set/get primitive restart stateBrian Paul2010-10-211-3/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-7/+7
* mesa: update to version 64 of GL/glext.hBrian Paul2010-09-141-2/+2
* mesa: silence a printf warningBrian Paul2010-07-141-2/+2
* mesa: move all vertex array functions into varray.cBrian Paul2010-05-251-0/+242
* mesa: added _mesa_VertexAttribIPointer()Brian Paul2010-05-251-0/+19
* mesa: API and state for GL 3.1 primitive restartBrian Paul2010-04-201-0/+21
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-1/+1