summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/shared.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: add texobj support for ARB_texture_multisampleChris Forbes2013-03-021-0/+2
* mesa: validate that sync objects were created by mesaJordan Justen2012-12-061-5/+7
* mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul2012-11-301-1/+2
* mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)Dave Airlie2012-11-091-0/+1
* mesa: remove array size so the static assert can workBrian Paul2012-10-291-1/+1
* mesa: remove FEATURE_ATI_fragment_shader define.Oliver McFadden2012-09-151-8/+0
* mesa: remove FEATURE_ARB_sampler_objects define.Oliver McFadden2012-09-151-8/+0
* mesa: remove FEATURE_ARB_(fragment|vertex)_program defines.Oliver McFadden2012-09-151-10/+0
* mesa: remove FEATURE_EXT_framebuffer_object define.Oliver McFadden2012-09-151-4/+0
* mesa: remove FEATURE_ARB_shader_objects and related defines.Oliver McFadden2012-09-151-4/+0
* mesa: use gl_program cast wrappersBrian Paul2012-07-181-4/+6
* mesa: fix _mesa_get_fallback_texture() to handle all texture targetsBrian Paul2012-02-151-3/+5
* mesa: use new _mesa_reference_shared_state() functionBrian Paul2012-02-011-18/+30
* mesa: use STATIC_ASSERT in a few more placesBrian Paul2012-01-101-1/+1
* mesa: Remove remaining FEATURE_ARB_vertex_buffer_object guards.Mathias Fröhlich2011-12-281-6/+0
* mesa: add support for GL_OES_EGL_image_externalChia-I Wu2011-11-031-0/+1
* mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick2011-08-231-1/+1
* mesa: 80-column wrapping and whitespace fixesBrian Paul2011-04-131-3/+3
* mesa: alloc/free shared sampler objectsBrian Paul2011-04-101-0/+27
* mesa: core support for GL_ARB_texture_buffer_objectBrian Paul2011-04-051-0/+2
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-10/+10
* mesa: Less FEATURE_ARB_sync tests.Chia-I Wu2010-09-141-6/+0
* mesa: free the fallback texture object in free_shared_state()Brian Paul2010-08-271-0/+4
* mesa: Remove unnecessary headers.Vinson Lee2010-07-291-1/+0
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1/+1
* mesa: move atifragshader.[ch] to main/Brian Paul2010-06-101-3/+3
* mesa: refactor shader api / object codeBrian Paul2010-06-101-3/+3
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-1/+1
* mesa: Enable true refcounting for NullBufferObj.Michal Krol2010-02-091-6/+0
* mesa: Fix null buffer object reference counting.José Fonseca2010-02-091-6/+8
* mesa: Always do proper ref counting of shared state.José Fonseca2010-02-091-2/+29
* mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu2009-09-301-4/+0
* ARB sync: Fix delete behavior and context destruction behaviorIan Romanick2009-09-031-1/+18
* mesa: use _mesa_bufferobj_mapped()Brian Paul2009-08-081-1/+1
* mesa: move vertex array objects from shared state to per-contextBrian Paul2009-06-191-17/+0
* mesa: create/destroy buffer objects via driver functionsBrian Paul2009-06-191-2/+2
* mesa: use larger initial refcount for NullBufferObjBrian Paul2009-06-121-1/+1
* mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul2009-05-071-0/+12
* mesa: unmap buffer objects during context tear-downBrian Paul2009-05-071-0/+4
* mesa: Don't attempt to free the dummy program.José Fonseca2009-04-081-3/+5
* mesa: update/fix doxygen commentsVinson Lee2009-03-171-1/+1
* mesa: move shared context state functions to new shared.c fileBrian Paul2009-03-071-0/+356