summaryrefslogtreecommitdiff
path: root/src/mesa/main/shared.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-01main: Fix delete_shader_cb() for geometry shadersPaul Berry1-1/+2
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-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-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-03-02mesa: add texobj support for ARB_texture_multisampleChris Forbes1-0/+2
2012-12-06mesa: validate that sync objects were created by mesaJordan Justen1-5/+7
2012-11-30mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul1-1/+2
2012-11-09mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)Dave Airlie1-0/+1
2012-10-29mesa: remove array size so the static assert can workBrian Paul1-1/+1
2012-09-15mesa: remove FEATURE_ATI_fragment_shader define.Oliver McFadden1-8/+0
2012-09-15mesa: remove FEATURE_ARB_sampler_objects define.Oliver McFadden1-8/+0
2012-09-15mesa: remove FEATURE_ARB_(fragment|vertex)_program defines.Oliver McFadden1-10/+0
2012-09-15mesa: remove FEATURE_EXT_framebuffer_object define.Oliver McFadden1-4/+0
2012-09-15mesa: remove FEATURE_ARB_shader_objects and related defines.Oliver McFadden1-4/+0
2012-07-18mesa: use gl_program cast wrappersBrian Paul1-4/+6
2012-02-15mesa: fix _mesa_get_fallback_texture() to handle all texture targetsBrian Paul1-3/+5
2012-02-01mesa: use new _mesa_reference_shared_state() functionBrian Paul1-18/+30
2012-01-10mesa: use STATIC_ASSERT in a few more placesBrian Paul1-1/+1
2011-12-28mesa: Remove remaining FEATURE_ARB_vertex_buffer_object guards.Mathias Fröhlich1-6/+0
2011-11-03mesa: add support for GL_OES_EGL_image_externalChia-I Wu1-0/+1
2011-08-23mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick1-1/+1
2011-04-13mesa: 80-column wrapping and whitespace fixesBrian Paul1-3/+3
2011-04-10mesa: alloc/free shared sampler objectsBrian Paul1-0/+27
2011-04-05mesa: core support for GL_ARB_texture_buffer_objectBrian Paul1-0/+2
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-10/+10
2010-09-14mesa: Less FEATURE_ARB_sync tests.Chia-I Wu1-6/+0
2010-08-27mesa: free the fallback texture object in free_shared_state()Brian Paul1-0/+4
2010-07-29mesa: Remove unnecessary headers.Vinson Lee1-1/+0
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-1/+1
2010-06-10mesa: move atifragshader.[ch] to main/Brian Paul1-3/+3
2010-06-10mesa: refactor shader api / object codeBrian Paul1-3/+3
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-1/+1
2010-02-09mesa: Enable true refcounting for NullBufferObj.Michal Krol1-6/+0
2010-02-09mesa: Fix null buffer object reference counting.José Fonseca1-6/+8
2010-02-09mesa: Always do proper ref counting of shared state.José Fonseca1-2/+29
2009-09-30mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu1-4/+0
2009-09-03ARB sync: Fix delete behavior and context destruction behaviorIan Romanick1-1/+18
2009-08-08mesa: use _mesa_bufferobj_mapped()Brian Paul1-1/+1
2009-06-19mesa: move vertex array objects from shared state to per-contextBrian Paul1-17/+0
2009-06-19mesa: create/destroy buffer objects via driver functionsBrian Paul1-2/+2
2009-06-12mesa: use larger initial refcount for NullBufferObjBrian Paul1-1/+1
2009-05-07mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul1-0/+12
2009-05-07mesa: unmap buffer objects during context tear-downBrian Paul1-0/+4
2009-04-08mesa: Don't attempt to free the dummy program.José Fonseca1-3/+5
2009-03-17mesa: update/fix doxygen commentsVinson Lee1-1/+1
2009-03-07mesa: move shared context state functions to new shared.c fileBrian Paul1-0/+356