summaryrefslogtreecommitdiff
path: root/glx
AgeCommit message (Expand)AuthorFilesLines
2013-11-23glx/glxdri2: Unwrap EnterVT/LeaveVT upon CloseScreenChris Wilson1-0/+4
2013-10-31glx: Lie about GLX_Y_INVERTED_EXTAdam Jackson1-1/+2
2013-10-31dri: Fix GLX_Y_INVERTED_EXT fbconfig attributeAdam Jackson1-0/+1
2013-10-29Merge remote-tracking branch 'idr/glx-float-fbconfig'Keith Packard6-3/+74
2013-10-29glx: convert to direct GL dispatch (v2)Adam Jackson38-41223/+3256
2013-10-29glx: Remove DRI1 AIGLX (v2)Adam Jackson2-1176/+0
2013-10-29glx: Simplify glXDestroyContextAdam Jackson1-3/+1
2013-10-29glx: Fix a corner case in DrawableGoneAdam Jackson1-1/+1
2013-10-29glx: Fix memory leak in context garbage collection (v2)Adam Jackson4-24/+35
2013-10-29glx: Only take a Pixmap reference if creating the GLXPixmap succeededAdam Jackson1-1/+2
2013-10-24glx: Enable GLX_ARB_fbconfig_float for DRI2 driversDaniel Czarnowski3-0/+17
2013-10-24glx: Handle float config types in glxConvertConfigsDaniel Czarnowski1-3/+39
2013-10-24glx: Allow float renderType in glXCreateContextAttribsARBDaniel Czarnowski2-0/+18
2013-10-23glx: Add support for the new DRI loader entrypoint.Eric Anholt1-2/+22
2013-09-11glx: Fill in some missing attributes from DoGetFBConfigsAdam Jackson1-2/+12
2013-09-11glx: Remove a dead commentAdam Jackson1-4/+0
2013-09-11glx: Catch another failure case in drawable creationAdam Jackson1-0/+4
2013-09-11glx: Remove screen number from __GLXconfigAdam Jackson1-2/+0
2013-09-11glx: Remove pixmapMode from __GLXconfigAdam Jackson1-2/+0
2013-09-11glx: Remove support for NV_vertex_program and NV_fragment_programAdam Jackson1-4/+0
2013-09-11glx: realloc style fix in RenderLargeAdam Jackson1-9/+6
2013-09-11glx: Eliminate a small malloc from QueryContextAdam Jackson1-15/+8
2013-09-11glx: Handle failure to create the pixmap backing the pbufferAdam Jackson1-0/+2
2013-09-11glx: Implement GLX_PRESERVED_CONTENTS drawable attributeAdam Jackson1-2/+10
2013-09-11glx: Implement GLX_FBCONFIG_ID in GetDrawableAttributesAdam Jackson1-1/+4
2013-09-11glx: Implement GLX_{WIDTH,HEIGHT} in GetDrawableAttributesAdam Jackson1-1/+7
2013-09-11glx: Compute number of attributes in GetDrawableAttributes on the flyAdam Jackson1-9/+11
2013-09-11glx: Style fixesAdam Jackson1-3/+7
2013-09-11glx: Pull GLX vendor string out of __GLXscreenAdam Jackson3-5/+3
2013-09-11glx: Remove unused bits from the context structAdam Jackson1-1/+0
2013-09-10dri2: Don't bother with xf86LoaderCheckSymbol("DRI2Connect")Adam Jackson1-2/+1
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-2/+2
2013-05-07os: Use ErrorFSigSafe from FatalError and it's friendsPeter Hutterer2-2/+2
2013-04-24__glXDRIscreenProbe: free screen when DRI2Connect fails, instead of leaking itAlan Coopersmith1-1/+1
2013-04-24__glXDRIscreenCreateContext: free context on failure, instead of leaking itAlan Coopersmith1-2/+6
2013-03-18glx: fix uninitialized var in __glXDRIscreenProbePiotr Dziwinski1-0/+2
2013-03-18GLX/DRI2: Do not expose INTEL_swap_event without swap controlZack Rusin1-2/+2
2013-03-18Full support of sRGB capable fbconfigs.Tomasz Lis6-5/+42
2012-12-19Merge remote-tracking branch 'yselkowitz/master'Keith Packard8-34/+34
2012-12-17glx/dri2: initialise api to avoid indirect rendering failing randomlyDave Airlie1-1/+1
2012-12-05Fix formatting of address operatorsYaakov Selkowitz8-34/+34
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