summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)Author
2010-04-09glx: Support direct rendering pbuffersKristian 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
2010-02-27glx: Add assert to check input to memcpy.Vinson Lee
2010-02-26glx: fix incorrect array stack memory allocationMarkus Fleschutz
2010-02-25glapi: Generated GLX sources should use glapidispatch.h.Chia-I Wu
2010-02-24glapi: GL_OES_EGL_image autogenerated filesKristian Høgsberg
2010-02-23glx: Fix some typos in pointer checking for OML_sync_control entry points.kleinerm
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke
2010-02-17Merge commit '381d5e209815235911c4aab516037c868c8f695f'Ian Romanick
2010-02-16glx: Fix a couple of warningsKristian Høgsberg
2010-02-16glx: Only register wire handlers for the events the server supportsKristian Høgsberg
2010-02-16dri2: Event driven buffer validation.Francisco Jerez
2010-02-16glx: Move GetGLXDRIDrawable() prototype to glxclient.hKristian Høgsberg
2010-02-14glx: Silence uninitialized variable warning.Vinson Lee
2010-02-11glx: Pass fbconfig ID or visual ID to CreateContextIan Romanick
2010-02-11glx: Use the screen parameter everywhere instead of vis->screen, etc.Ian Romanick