summaryrefslogtreecommitdiff
path: root/src/mesa/main/attrib.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-22mesa: set driver flags for glPopAttrib(GL_ENABLE_BIT) properlyMarek Olšák1-0/+14
2017-06-22mesa: don't flag _NEW_POLYGON_STIPPLE for st/mesaMarek Olšák1-1/+6
2017-05-11mesa: remove _mesa_problem() from a few locationsTimothy Arceri1-4/+2
2017-04-26mesa: tidy up left over APPLE_vertex_array_object semanticsTimothy Arceri1-16/+7
2017-04-26mesa: drop APPLE_vertex_array_object supportTimothy Arceri1-1/+1
2017-03-29mesa: don't use _NEW_TEXTURE mainly in mesa/mainMarek Olšák1-1/+1
2017-01-19mesa/main: fix meta caller of _mesa_ClampColorNicolai Hähnle1-1/+2
2016-10-28mesa: rename gl_vertex_array_object::VertexBinding to BufferBindingBrian Paul1-1/+1
2016-08-06mesa: Copy bitmask of VBOs in the VAO on gl{Push,Pop}Attrib.Mathias Fröhlich1-0/+2
2016-06-18mesa: add GL_EXT_window_rectangles state storage/retrieval functionalityIlia Mirkin1-0/+7
2016-06-16mesa: Rename CoordReplaceBits back to CoordReplace.Mathias Fröhlich1-1/+1
2016-06-16mesa: Add gl_point_attrib::CoordReplaceBits bitfield.Mathias Fröhlich1-1/+1
2016-02-12mesa: remove _ARB suffix from cube map enumsBrian Paul1-2/+2
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-1/+1
2015-06-03mesa: restore GL_EXT_depth_bounds_test state in glPopAttrib()Brian Paul1-0/+5
2015-06-03mesa: fix glPushAttrib(0) / glPopAttrib() errorBrian Paul1-0/+17
2015-04-01mesa: remove unneeded #include of colormac.hBrian Paul1-1/+0
2015-03-02mesa/main: replace Elements() with ARRAY_SIZE()Brian Paul1-1/+1
2015-02-02mesa: add support for GL_EXT_polygon_offset_clampIlia Mirkin1-2/+4
2014-11-03mesa: Don't call _mesa_ClipControl from glPopAttrib when unsupported.Kenneth Graunke1-1/+2
2014-10-24mesa: Implement ARB_clip_control.Mathias Fröhlich1-0/+1
2014-09-24mesa: Use VertexArray, not _VertexArray, in array size expressions.Kenneth Graunke1-1/+1
2014-09-19mesa: Delete VAO _MaxElement code and index buffer bounds checking.Kenneth Graunke1-1/+0
2014-09-04mesa: invalidate draw state in glPopClientAttribMarek Olšák1-0/+4
2014-04-10mesa: use malloc/free instead of MALLOC/FREE in attrib stack codeBrian Paul1-10/+10
2014-02-12mesa: Preserve the NewArrays state when copying a VAOFredrik Höglund1-0/+1
2014-02-03mesa: Rename ElementArrayBufferObj to IndexBufferObj.Kenneth Graunke1-6/+6
2014-02-03mesa: Rename _mesa_..._array_obj functions to _mesa_..._vao.Kenneth Graunke1-2/+2
2014-02-03mesa: Rename "struct gl_array_object" to gl_vertex_array_object.Kenneth Graunke1-5/+5
2014-02-03mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO.Kenneth Graunke1-16/+16
2014-01-20mesa: Restore all the viewports in _mesa_PopAttribIan Romanick1-2/+7
2014-01-20mesa: Restore all the scissor rectangles in _mesa_PopAttribIan Romanick1-6/+10
2014-01-20mesa: Add an index parameter to _mesa_set_scissorIan Romanick1-1/+1
2014-01-20mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter1-2/+3
2014-01-20mesa: Update gl_scissor_attrib to support ARB_viewport_arrayCourtney Goeltzenleuchter1-6/+16
2013-12-18mesa: Verify memory allocations success in _mesa_PushAttribJuha-Pekka Heikkila1-84/+154
2013-12-18mesa: Verify memory allocations success in _mesa_PushClientAttribJuha-Pekka Heikkila1-11/+59
2013-12-18mesa: Change save_attrib_data() to return booleanJuha-Pekka Heikkila1-1/+3
2013-12-04mesa: Remove support for GL_MESA_texture_arrayIan Romanick1-12/+0
2013-12-04mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_arrayIan Romanick1-3/+3
2013-11-07mesa: Add ARB_vertex_attrib_bindingFredrik Höglund1-1/+4
2013-11-07mesa: Rename gl_array_object::VertexAttrib to _VertexAttribFredrik Höglund1-2/+2
2013-06-27mesa: Remove GL_EXT_clip_volume_hintIan Romanick1-2/+0
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-29mesa: Delete the ctx->Array._RestartIndex derived state.Kenneth Graunke1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-24mesa: remove _NEW_PACKUNPACKMarek Olšák1-2/+0
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0