summaryrefslogtreecommitdiff
path: root/glx
AgeCommit message (Expand)AuthorFilesLines
2012-08-15glx: Skip multisampled configs when matching pre-existing X visuals.Paul Berry1-0/+3
2012-08-06Merge remote-tracking branch 'jturney/master'Keith Packard2-2/+2
2012-08-03glx: Do not report the GLX_INTEL_swap_event extension for indirect swrastJon TURNEY1-1/+1
2012-08-03glx: Don't note GLX_INTEL_swap_event as being required by GLX 1.4, it isn't.Jon TURNEY1-1/+1
2012-07-25glx: drop GLX_LIBS from X server and workaround sdksyms.Dave Airlie1-0/+1
2012-07-13glx: Fix checking GL versionBartosz Brachaczek1-1/+1
2012-07-13glx/dri2: don't return NULL in a function with no return.Dave Airlie1-1/+1
2012-07-13glx/dri2: use correct define from dri attribs.Dave Airlie1-1/+1
2012-07-13glx/dri2: fix incorrect == vs =Dave Airlie1-1/+1
2012-07-13glx/dri2: fix typo in the notification reset for robustness.Dave Airlie1-1/+1
2012-07-13glx: pass screen into the convert functionDave Airlie1-2/+3
2012-07-12Merge remote-tracking branch 'jturney/xwin-extmod-removal-fixes'Keith Packard2-4/+1
2012-07-12glx: Free DRI2 drawable reference to destroyed GLX drawable.Michel Dänzer1-2/+6
2012-07-12Restore extern to the declaration of __glXDRISWRastProviderJon TURNEY1-1/+1
2012-07-12Revert bogus GlxPushProvider() in commit a1d41e3Jon TURNEY1-3/+0
2012-07-10Move DRI1 from external module to built-inDaniel Stone1-2/+0
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone2-2/+4
2012-07-09GLX: Insert swrast provider from GlxExtensionInitDaniel Stone2-1/+8
2012-07-09Add a common ARRAY_SIZE macro to dix.hDaniel Stone1-2/+0
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith1-2/+3
2012-07-09Use C99 designated initializers in glx RepliesAlan Coopersmith3-55/+75
2012-07-09Use calloc to zero fill buffers being allocated for replies & eventsAlan Coopersmith1-2/+2
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith6-40/+37
2012-07-07dri2: add initial prime support. (v1.2)Dave Airlie1-1/+1
2012-07-05glx/dri2: Enable GLX_ARB_create_context_robustnessIan Romanick1-3/+58
2012-07-05glx: Allow attributes and flags from GLX_ARB_create_context_robustnessIan Romanick1-1/+10
2012-07-05glx: Track the reset notification strategy for a contextIan Romanick3-0/+31
2012-07-05glx: Add extension string tracking for GLX_ARB_create_context_robustnessIan Romanick2-0/+2
2012-07-05glx: Reject creations of indirect contexts with unsupportable versions.Ian Romanick1-0/+17
2012-07-05glx: Implement GLX_EXT_create_context_es2_profileIan Romanick4-0/+35
2012-07-05glx: Implement GLX_ARB_create_context_profileIan Romanick2-3/+61
2012-07-05glx: Implement GLX SetClientInfo2ARB protocolIan Romanick1-7/+20
2012-07-05glx: Don't request prototypes for GL extension functionsIan Romanick1-1/+0
2012-06-14Merge remote-tracking branch 'idr/GLX_ARB_create_context'Keith Packard13-75/+526
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie4-19/+15
2012-05-23glx: Implement protocol for glXCreateContextAttribsARBIan Romanick1-1/+212
2012-05-23glx: Make several functions available outside the glxcmds.c compilation unitIan Romanick2-4/+17
2012-05-23glx: Use one function to add a context to all global tablesIan Romanick3-7/+12
2012-05-23glx: Initialize remaining context fieldsIan Romanick1-0/+7
2012-05-23glx: Initialize all context fields togetherIan Romanick1-17/+9
2012-05-23glx: Implement GLX SetClientInfoARB protocolIan Romanick1-2/+47
2012-05-23glx: Optionally call DRI2 createContextAttribs from __glXDRIscreenCreateContextIan Romanick1-5/+151
2012-05-23glx: Add tracking for GLX_ARB_create_context and GLX_ARB_create_context_profileIan Romanick2-18/+24
2012-05-23glx: Extend __GLXscreen::createContext to take attributesIan Romanick5-6/+38
2012-05-23glx: Don't track GLClientmajorVersion or GLClientminorVersionIan Romanick3-6/+0
2012-05-23glx: Fix mishandling of shared contextsIan Romanick1-11/+11
2012-05-21xf86: migrate to using xf86ScreenToScrn wrapper (v2)Dave Airlie2-2/+2
2012-04-23glapi: Correct size of allocated _glapi_table structJonas Maebe1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard56-22911/+32707
2012-01-15Revert "glx: don't leak fbconfigs"Jeremy Huddleston1-9/+0