summaryrefslogtreecommitdiff
path: root/glx
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-29glx: Move GLX extension string utility functionsJon TURNEY1-3/+3
2011-06-29DRI2/GLX: use new swap event typesJesse Barnes1-4/+3
2011-06-29GLX/DRI2: pass drawable correctly for indirect swap eventsJesse Barnes1-1/+1
2011-06-29glx: Fix fbconfigs with no corresponding visualAdam Jackson1-0/+7
2011-06-28Guard use of backtrace() with HAVE_BACKTRACEJon TURNEY1-0/+6
2011-06-15glx: Add _glapi_create_table_from_handleJeremy Huddleston3-0/+7587
2011-04-29Merge remote-tracking branch 'jturney/remove-opengl-spec-download'Keith Packard1-1/+1
2011-04-27Merge remote-tracking branch 'jeremyhu/master'Keith Packard3-8/+4
2011-04-26configure: Let configure --enable/disable-aiglx control building of AIGLX for...Jon TURNEY1-1/+1
2011-04-25glx: Silence warnings when building with clangJeremy Huddleston3-8/+4
2011-04-22Add RegionInitBoxes(), and fix some buggy callers of RegionInit().Søren Sandmann Pedersen1-4/+13
2011-04-15glx: Make --disable-dri not disable AIGLXAdam Jackson1-1/+4
2011-04-15glx: Use 0 rather than garbage for unknown INTEL_swap_event typesAdam Jackson1-0/+1
2011-04-15glx: Fix lifetime tracking for pixmapsAdam Jackson2-13/+20
2011-03-28glx: minor cast cleanupAdam Jackson1-4/+3
2011-03-28glx: dead variable removalAdam Jackson2-10/+0
2011-03-28glx: Remove some obfuscatory macrosAdam Jackson6-25/+17
2011-03-28glx: Remove ->forceCurrent from the context vtableAdam Jackson5-45/+1