summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)Author
2010-04-23Merge branch '7.8'Ian Romanick
2010-04-23Fix __glXInitializeVisualConfigFromTags's handling of unrecognized fbconfig t...Aaron Plattner
2010-04-23Merge branch '7.8'Michel Dänzer
2010-04-23glx/dri2: Fix build with dri2proto which doesn't define X_DRI2SwapInterval.Michel Dänzer
2010-04-22DRI2/GLX: check for vblank_mode in DRI2 GLX codeJesse Barnes
2010-04-22DRI2: add config query extensionJesse Barnes
2010-04-19Merge branch '7.8'Jesse Barnes
2010-04-19DRI2: check for swapAvailable before using swap interval protocolJesse Barnes
2010-04-19Merge branch '7.8'Jesse Barnes
2010-04-19DRI2: synchronize swap interval with server at startup timeJesse Barnes
2010-04-14Initialize DRI2 swap interval to 0Michael Schmidt
2010-04-14Initialize DRI2 swap interval to 0Michael Schmidt
2010-04-13Merge branch '7.8'Jesse Barnes
2010-04-13DRI2: report swap events correctly in direct rendered caseJesse Barnes
2010-04-09glx: Support direct rendering pbuffersKristian Høgsberg
2010-04-09glx: Fix config chooser logic for 'mask' matchingKristian Høgsberg
2010-04-09glx: Fix config chooser logic for 'mask' matchingKristian Høgsberg
2010-04-04Merge branch '7.8'Ian Romanick
2010-04-04Update to final names from GLX_INTEL_swap_event specIan Romanick
2010-04-04Merge branch '7.8'Ian Romanick
2010-04-02glx: Fix compilation errors on non-GLX_DIRECT_RENDERING builds.Vinson Lee
2010-04-01GLX/DRI2: pass GLX drawable ID to dri2InvalidateBuffersJesse Barnes
2010-04-01Revert accidental commits from the xquartz treeJeremy Huddleston
2010-04-01apple: Use mesa gl.h rather than generating one.Jeremy Huddleston
2010-04-01apple: Integrate our libGL into the existing build system betterJeremy Huddleston
2010-04-01apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston
2010-04-01apple: Remove duplicate headers that already exist in mesa.Jeremy Huddleston
2010-04-01apple: Initial import of libGL for OSX from AppleSGLX svn repository.Jeremy Huddleston
2010-04-01glx: Fix compilation errors on non-GLX_DIRECT_RENDERING builds.Vinson Lee
2010-03-30Merge branch '7.8'Michel Dänzer
2010-03-30glx/dri2: Fix debug build with old dri2proto.Michel Dänzer
2010-03-28drisw: probably better hack for stride and some commentsGeorge Sapountzis
2010-03-27drisw: update commentGeorge Sapountzis
2010-03-27drisw: add comment to libGL about strideGeorge Sapountzis
2010-03-27drisw: make stride issue profoundGeorge Sapountzis
2010-03-27glx: try swrastg_dri, if swrast_dri failsGeorge Sapountzis
2010-03-22glx: Suppress BadDrawable from DRI2CopyRegionKristian Høgsberg
2010-03-22glx: Suppress BadDrawable from DRI2CopyRegionKristian Høgsberg
2010-03-22GLX/OML: honor OML semantics even if target, divisor and remainder are 0Jesse Barnes
2010-03-21glx: minor cosmeticGeorge Sapountzis
2010-03-21glx: swapBuffers prototype has changedGeorge Sapountzis
2010-03-12glx/single2.c: Don't call __builtin_expect on non-gnu compilersAlan Coopersmith
2010-03-05glx: Move initialization of ext_list_first_time to where it's storage is allo...Brian Paul
2010-03-05glx: Move initialization of ext_list_first_time to where it's storage is allo...Jon TURNEY
2010-03-05DRI2: expose OML_sync_control if possibleJesse Barnes
2010-03-05GLX: remove debug prints from glXWaitForMscOML dispatchJesse Barnes
2010-03-03Fix unmatched parenthesis introduce by previous commitsIan Romanick
2010-03-03Remove support for GCC older than 3.3.0 from generated sourcesIan Romanick
2010-03-03Remove support for GCC older than 3.3.0Ian Romanick
2010-03-02glx: replace assertion with conditionalBrian Paul