summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)AuthorFilesLines
2011-06-17glx: implement drawable refcounting.Stéphane Marchesin6-21/+37
2011-06-14apple: Set the glapi dispatch table on context bindJeremy Huddleston4-3/+4
2011-06-13glx: Remove check for gc->vtable->destroyJeremy Huddleston1-2/+1
2011-06-13apple: applegl_destroy_context: Pass along the correct displayJeremy Huddleston1-1/+1
2011-06-13apple: Dead code removalJeremy Huddleston2-2/+0
2011-06-11apple: Request OpenGL 3.2 from OpenGL.framework if availableJeremy Huddleston1-0/+15
2011-06-11apple: Store the CGL API version number for future referenceJeremy Huddleston2-5/+5
2011-06-11apple: Use a struct glx_config * rather than a void * in apple_visual_create_...Jeremy Huddleston2-19/+17
2011-06-11apple: Use _glapi_create_table_from_handle to initialize our dispatch tableJeremy Huddleston1-1117/+1
2011-06-08glx: Remove some GLX_USE_APPLEGL guards around glapiJeremy Huddleston1-7/+3
2011-06-08darwin: Use -fvisibility=hidden to set default symbol visibilityJeremy Huddleston2-20/+7
2011-06-08mesa: merge glapidispatch.h into dispatch.hChia-I Wu1-2/+2
2011-06-07apple: Update dispatch table to current OpenGL specsJeremy Huddleston1-25/+233
2011-06-07apple: Dead code removalJeremy Huddleston24-52219/+0
2011-06-07apple: Remove apple_glx_get_proc_addressJeremy Huddleston3-54/+0
2011-06-07apple: Use glapi rather than reinventing the wheelJeremy Huddleston10-53/+1065
2011-06-07apple: Rename __gl_api to __ogl_framework_apiJeremy Huddleston4-14/+14
2011-06-06dri2: protect dri2FlushFrontBuffer against NULL buffers.Stéphane Marchesin1-0/+6
2011-06-06apple: Finish build fixes for applegl_glx.cJeremy Huddleston1-3/+2
2011-06-06apple: More fixes for compilation failuresJeremy Huddleston1-6/+6
2011-06-05apple: Fix multiple build failures in applegl_glx.cJeremy Huddleston2-14/+29
2011-06-05apple: Build darwin using applegl rather than indirectJeremy Huddleston3-3/+20
2011-06-05glx: Dead code removalJeremy Huddleston1-2/+0
2011-06-05apple: ifdef out come glapi-foo on darwinJeremy Huddleston1-0/+4
2011-06-05apple: Change from XExtDisplayInfo to struct glx_displayJeremy Huddleston1-4/+6
2011-06-05apple: Rename GLXcontextJeremy Huddleston1-1/+1
2011-06-05apple: Rename _gl_context_modes_find_visual to glx_config_find_visualJeremy Huddleston1-1/+1
2011-06-05apple: Re-add driContext and do_destroyJeremy Huddleston1-0/+5
2011-06-05apple: Rename GLXcontextJeremy Huddleston4-6/+6
2011-06-05apple: Rename __GLcontextModes to struct glx_configJeremy Huddleston2-2/+2
2011-06-05apple: Rename glcontextmodes.[ch] to glxconfig.[ch]Jeremy Huddleston5-5/+5
2011-06-05apple: Update GL specsJeremy Huddleston7-439/+4738
2011-06-03glx: Fix use-before-null-check in dri2InvalidateBuffers().Eric Anholt1-1/+6
2011-06-02glx: Remove (unused, broken) fastImageUnpack fast pathAdam Jackson3-70/+39
2011-06-02glx: Fix another case of using req outside of the display lockAdam Jackson1-2/+2
2011-05-27glx: Fix glXGetFBConfigFromVisualSGIX.Stéphane Marchesin1-1/+1
2011-05-25glx: Don't refer to the request buffer outside of {L,Unl}ockDisplayAdam Jackson1-3/+4
2011-05-24glx: More comment cleanupAdam Jackson1-8/+3
2011-05-24glx: Remove some misleading commentsAdam Jackson1-12/+0
2011-05-24drisw: Namespace better for ease of navigationAdam Jackson1-14/+14
2011-05-24drisw: dead store removalAdam Jackson1-3/+1
2011-05-06glx: Check flush DRI extension version at runtimenobled1-2/+3
2011-05-05Revert "DRI2/GLX: make swap event handling match spec"Dave Airlie2-2/+2
2011-05-04DRI2/GLX: make swap event handling match specJesse Barnes2-2/+2
2011-05-04GLX: don't crash when indirect clients try to set an event maskJesse Barnes1-0/+3
2011-05-03glapi: regenerate files for AMD_draw_buffers_blendMarek Olšák3-3/+3
2011-04-26Squashed commit of the following:Brian Paul3-54/+54
2011-04-10glx: Only remove the glx_display from the list after it's destroyed.Henri Verbeet1-3/+8
2011-04-10glx: Destroy dri2Hash on DRI2 display destruction.Henri Verbeet1-0/+3
2011-03-29mesa: regenerate glapi filesMarek Olšák3-0/+20