mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
[mesa.git] / src / mesa / main / attrib.c
2015-07-20 Kenneth Graunkemesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to...
2015-06-03 Brian Paulmesa: restore GL_EXT_depth_bounds_test state in glPopAt...
2015-06-03 Brian Paulmesa: fix glPushAttrib(0) / glPopAttrib() error
2015-04-01 Brian Paulmesa: remove unneeded #include of colormac.h
2015-03-02 Brian Paulmesa/main: replace Elements() with ARRAY_SIZE()
2015-02-03 Ilia Mirkinmesa: add support for GL_EXT_polygon_offset_clamp
2014-11-04 Kenneth Graunkemesa: Don't call _mesa_ClipControl from glPopAttrib...
2014-10-24 Mathias Fröhlichmesa: Implement ARB_clip_control.
2014-09-25 Kenneth Graunkemesa: Use VertexArray, not _VertexArray, in array size...
2014-09-19 Kenneth Graunkemesa: Delete VAO _MaxElement code and index buffer...
2014-09-04 Marek Olšákmesa: invalidate draw state in glPopClientAttrib
2014-04-10 Brian Paulmesa: use malloc/free instead of MALLOC/FREE in attrib...
2014-02-12 Fredrik Höglundmesa: Preserve the NewArrays state when copying a VAO
2014-02-03 Kenneth Graunkemesa: Rename ElementArrayBufferObj to IndexBufferObj.
2014-02-03 Kenneth Graunkemesa: Rename _mesa_..._array_obj functions to _mesa_...
2014-02-03 Kenneth Graunkemesa: Rename "struct gl_array_object" to gl_vertex_arra...
2014-02-03 Kenneth Graunkemesa: Rename ArrayObj to VAO and DefaultArrayObj to...
2014-01-20 Ian Romanickmesa: Restore all the viewports in _mesa_PopAttrib
2014-01-20 Ian Romanickmesa: Restore all the scissor rectangles in _mesa_PopAttrib
2014-01-20 Ian Romanickmesa: Add an index parameter to _mesa_set_scissor
2014-01-20 Courtney Goeltzenl... mesa: Convert gl_context::Viewport to gl_context::Viewp...
2014-01-20 Courtney Goeltzenl... mesa: Update gl_scissor_attrib to support ARB_viewport_...
2013-12-18 Juha-Pekka Heikkilamesa: Verify memory allocations success in _mesa_PushAttrib
2013-12-18 Juha-Pekka Heikkilamesa: Verify memory allocations success in _mesa_PushCl...
2013-12-18 Juha-Pekka Heikkilamesa: Change save_attrib_data() to return boolean
2013-12-05 Ian Romanickmesa: Remove support for GL_MESA_texture_array
2013-12-05 Ian Romanickmesa: Use a single enable for GL_EXT_texture_array...
2013-11-07 Fredrik Höglundmesa: Add ARB_vertex_attrib_binding
2013-11-07 Fredrik Höglundmesa: Rename gl_array_object::VertexAttrib to _VertexAttrib
2013-06-28 Ian Romanickmesa: Remove GL_EXT_clip_volume_hint
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-05-29 Kenneth Graunkemesa: Delete the ctx->Array._RestartIndex derived state.
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-04-24 Marek Olšákmesa: remove _NEW_PACKUNPACK
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2013-04-06 Marek Olšákmesa: allow drivers not to expose ARB_color_buffer_floa...
2013-03-01 Chris Forbesmesa: add texobj support for ARB_texture_multisample
2013-02-28 Jordan Justenattrib: push/pop FRAGMENT_PROGRAM_ARB state
2013-01-22 Eric Anholtmesa: Drop manual checks for outside begin/end.
2013-01-11 Ian Romanickmesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEX
2012-11-29 Paul Berrymesa: Rename API_OPENGL to API_OPENGL_COMPAT.
2012-11-12 Paul Berrymesa: Standardize names of OpenGL functions.
2012-11-09 Mario Kleinermesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN...
2012-11-09 Dave Airliemesa: arb_texture_cube_map_array: fix attrib push/pop
2012-11-06 Paul Berrydispatch: Delete unused init_dispatch functions.
2012-10-15 Eric Anholtmesa: Fix comments for NV_vp code that's now only used...
2012-10-15 Eric Anholtmesa: Remove support for NV_vertex_program's attribute...
2012-09-15 Oliver McFaddenmesa: remove FEATURE_attrib_stack define.
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-09-01 Brian Paulmesa: s/FREE/free/
2012-09-01 Brian Paulmesa: s/MALLOC/malloc/
2012-08-29 Brian Paulmesa: test for GL_EXT_framebuffer_sRGB in glPopAttrib()
2012-08-14 Ian Romanickmesa: Kill GL_ARB_shadow_ambient with fire
2012-08-08 Eric Anholtmesa: Fix glPopAttrib() behavior on GL_FRAMEBUFFER_SRGB.
2012-08-01 Pauli Nieminenmesa: Move DepthMode to texture object
2012-06-02 Kenneth Graunkemesa: Restore depth texture state on glPopAttrib(GL_TEX...
2012-04-20 Brian Paulmesa: move gl_array_attrib::NewState to gl_array_object...
2012-04-19 Marek Olšákmesa,vbo: properly detect when vertex arrays need to...
2012-02-15 Eric Anholtmesa: Include the multisample enables under GL_MULTISAM...
2012-02-15 Eric Anholtmesa: Fix push/pop of multisample coverage invert.
2012-02-01 Brian Paulmesa: reference shared state in glPushAttrib(GL_TEXTURE...
2012-02-01 Brian Paulmesa: remove stray comment in PopAttrib() code
2012-01-24 Ian Romanickmesa: Don't resurrect deleted ARB VAOs in glPopClientAttrib
2012-01-24 Ian Romanickmesa: Rename gl_array_object::VBOonly to ::ARBsemantics
2011-12-01 Brian Paulmesa: fix indentation in attrib.c
2011-11-29 Mathias Fröhlichmesa: Use VERT_ATTRIB_* indexed array in gl_array_object.
2011-11-29 Yuanhan Liumesa: move ElementArrayBufferObj to gl_array_object
2011-11-03 Chia-I Wumesa: add support for GL_OES_EGL_image_external
2011-10-23 Mathias Fröhlichmesa: Fix multithreaded buffer object refcounting.
2011-10-01 Brian Paulmesa: number of combiner terms to pop depends on GL_NV_...
2011-10-01 Brian Paulmesa: use !! to simplify some _mesa_set_enable() calls...
2011-10-01 Brian Paulmesa: use loop in pop_texture_group() to restore 4...
2011-09-29 Ian Romanickmesa: Remove EXT_texture_lod_bias extension enable...
2011-09-29 Ian Romanickmesa: Remove EXT_texture_env_combine extension enable...
2011-09-22 Brian Paulmesa: remove support for GL_APPLE_client_storage extension
2011-09-20 Paul Berrymesa: Update clipping code to use ctx->Const.MaxClipPlanes.
2011-09-14 Dave Airliemesa: introduce a clear color union to be used for...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-12 Brian PaulMerge branch 'arb_sampler_objects'
2011-04-10 Brian Paulmesa: move sampler state into new gl_sampler_object...
2011-04-06 Brian Paulmesa: fix popping of texture state for GL_TEXTURE_BUFFER
2011-03-29 Marek Olšákmesa: implement clamping controls (ARB_color_buffer_float)
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-01 Brian Paulmesa: remove GL_SGI_texture_color_table support
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-16 Brian Paulmesa: begin implementation of GL_ARB_draw_buffers_blend
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-07 Vinson Leemesa: Directly include mfeatures.h in files that perfor...
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
next