summaryrefslogtreecommitdiff
path: root/src/mesa/main/attrib.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-06mesa: allow drivers not to expose ARB_color_buffer_float in GL core profileMarek Olšák1-2/+7
2013-03-02mesa: add texobj support for ARB_texture_multisampleChris Forbes1-0/+3
2013-02-28attrib: push/pop FRAGMENT_PROGRAM_ARB stateJordan Justen1-0/+12
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-4/+2
2013-01-11mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEXIan Romanick1-0/+3
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-1/+1
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-20/+20
2012-11-08mesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN on < OpenGL-2.0Mario Kleiner1-2/+5
2012-11-09mesa: arb_texture_cube_map_array: fix attrib push/popDave Airlie1-2/+4
2012-11-06dispatch: Delete unused init_dispatch functions.Paul Berry1-10/+0
2012-10-15mesa: Fix comments for NV_vp code that's now only used by other extensions.Eric Anholt1-3/+3
2012-10-15mesa: Remove support for NV_vertex_program's attribute evaluation.Eric Anholt1-12/+0
2012-09-15mesa: remove FEATURE_attrib_stack define.Oliver McFadden1-6/+0
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-1/+1
2012-09-01mesa: s/FREE/free/Brian Paul1-4/+4
2012-09-01mesa: s/MALLOC/malloc/Brian Paul1-1/+1
2012-08-29mesa: test for GL_EXT_framebuffer_sRGB in glPopAttrib()Brian Paul1-1/+2
2012-08-14mesa: Kill GL_ARB_shadow_ambient with fireIan Romanick1-4/+0
2012-08-08mesa: Fix glPopAttrib() behavior on GL_FRAMEBUFFER_SRGB.Eric Anholt1-0/+13
2012-08-01mesa: Move DepthMode to texture objectPauli Nieminen1-1/+1
2012-06-02mesa: Restore depth texture state on glPopAttrib(GL_TEXTURE_BIT).Kenneth Graunke1-0/+8
2012-04-20mesa: move gl_array_attrib::NewState to gl_array_object::NewArraysBrian Paul1-7/+0
2012-04-19mesa,vbo: properly detect when vertex arrays need to be recalculatedMarek Olšák1-3/+0
2012-02-15mesa: Include the multisample enables under GL_MULTISAMPLE_BIT attrib as well.Eric Anholt1-2/+17
2012-02-15mesa: Fix push/pop of multisample coverage invert.Eric Anholt1-5/+0
2012-02-01mesa: reference shared state in glPushAttrib(GL_TEXTURE_BIT)Brian Paul1-0/+13
2012-02-01mesa: remove stray comment in PopAttrib() codeBrian Paul1-1/+0
2012-01-24mesa: Don't resurrect deleted ARB VAOs in glPopClientAttribIan Romanick1-11/+42
2012-01-24mesa: Rename gl_array_object::VBOonly to ::ARBsemanticsIan Romanick1-1/+1
2011-11-30mesa: fix indentation in attrib.cBrian Paul1-1/+1
2011-11-29mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.Mathias Fröhlich1-13/+0
2011-11-29mesa: move ElementArrayBufferObj to gl_array_objectYuanhan Liu1-4/+3
2011-11-03mesa: add support for GL_OES_EGL_image_externalChia-I Wu1-0/+2
2011-10-23mesa: Fix multithreaded buffer object refcounting.Mathias Fröhlich1-72/+151
2011-10-01mesa: number of combiner terms to pop depends on GL_NV_texture_env_combine4Brian Paul1-1/+2