summaryrefslogtreecommitdiff
path: root/glx
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-27glx/glapioffsets.h is no longer part of the build, remove itKeith Packard1-1/+0
2011-12-19Merge remote-tracking branch 'idr/glx-fixes'Keith Packard21-8886/+19670
2011-12-19dri2: Invalidate window pixmapsVille Syrjälä1-1/+1
2011-12-19glx: use dispatch.h instead of glapioffsets.hIan Romanick4-1178/+4
2011-12-19glx: Regenerate GL API files from MesaIan Romanick13-7706/+19578
2011-12-19glx: Add stub implementations of next GLX extension functionsIan Romanick3-0/+88
2011-12-19glx: Only declare GlxExtensionInit in one header fileIan Romanick1-2/+0
2011-11-24glx: don't leak driConfigsPaulo Zanoni3-9/+34
2011-11-24glx: don't leak fbconfigsPaulo Zanoni1-0/+9
2011-11-24glx: fix memory leak when destroying screenPaulo Zanoni1-0/+1
2011-11-23Convert glx/single2.c:DoGetString() to use asprintf()Alan Coopersmith1-3/+1
2011-09-21Remove unnecessary #undefs of [f]abs and old commentsMatt Turner1-6/+0
2011-07-07glx: Remove a few lingering traces of __GLXscreen.GLXVersionJon TURNEY1-1/+0
2011-06-29Merge remote-tracking branch 'jturney/master'Keith Packard2-3/+10
2011-06-29Merge remote-tracking branch 'jbarnes/master'Keith Packard1-5/+4