summaryrefslogtreecommitdiff
path: root/glx/glxdri.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-29glx: Remove DRI1 AIGLX (v2)Adam Jackson1-1172/+0
2013-05-07os: Use ErrorFSigSafe from FatalError and it's friendsPeter Hutterer1-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
2012-12-05Fix formatting of address operatorsYaakov Selkowitz1-1/+1
2012-06-14Merge remote-tracking branch 'idr/GLX_ARB_create_context'Keith Packard1-1/+11
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-8/+6
2012-05-23glx: Extend __GLXscreen::createContext to take attributesIan Romanick1-1/+11
2012-05-21xf86: migrate to using xf86ScreenToScrn wrapper (v2)Dave Airlie1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-507/+488
2011-11-24glx: don't leak driConfigsPaulo Zanoni1-3/+12
2011-04-22Add RegionInitBoxes(), and fix some buggy callers of RegionInit().Søren Sandmann Pedersen1-4/+13
2011-03-28glx: Remove ->forceCurrent from the context vtableAdam Jackson1-14/+0
2011-03-14glx: Factor out glxProbeDriver function.Christopher James Halse Rogers1-38/+6
2010-11-30glx: Remove swap barrier and hyperpipe supportAdam Jackson1-1/+0
2010-11-10Merge remote branch 'whot/for-keith'Keith Packard1-3/+1
2010-11-10Replace usage of DamageRegionAppend with DamageDamageRegion to fix reportAfter.Eric Anholt1-3/+1
2010-11-11Remove more superfluous if(p!=NULL) checks around free(p).Cyril Brulebois1-3/+1
2010-07-13Unwrap/rewrap EnterVT/LeaveVT completely, Fixes 28998Keith Packard1-2/+15
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-6/+6
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-19/+19
2010-05-11dri2: Take an XID for tracking the DRI2 drawableKristian Høgsberg1-3/+5
2010-04-12glx: Set the pbuffer bit for dri2 fbconfigsKristian Høgsberg1-4/+3
2010-01-11DRI2: add support for new DRI2 protocol requestsJesse Barnes1-1/+1
2009-09-16Change xf86dristr.h includes to use xf86driproto.h insteadAlan Coopersmith1-1/+1
2009-07-06glx: damage is only used with DRIRALOVICH, Kristóf1-0/+1
2009-04-20Add newline to some LogMessage strings.Werner LEMBERG1-4/+5
2009-04-13glx: Fix drawable private leak on destroyKristian Høgsberg1-0/+2
2009-02-16glx: Add comments around some extension string weirdnessIan Romanick1-1/+5
2009-02-16dri2: support glXWaitGL & glXWaitX by copying fake front to front andAlan Hourihane1-0/+2
2009-02-13glx: fix retval checks when failures occur for drawable creation.Alan Hourihane1-1/+9
2008-12-02Fix GLX after 180bad84774493d48f2793a6281d825560944863.Eric Anholt1-1/+1
2008-11-04AIGLX: Reinstate call to driver texOffsetFinish hook.Michel Dänzer1-0/+2
2008-11-04AIGLX: Don't truncate offset returned by driver texOffsetStart hook on 32 bit.Michel Dänzer1-1/+1
2008-11-03AIGLX: Allow 2D driver to prevent zero-copy texturing of a pixmap.Michel Dänzer1-1/+16
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-7/+3
2008-09-24GLX: Make sure GLX_SGI_make_current_read is enabled when possibleIan Romanick1-0/+9
2008-08-31damage: choose less ambiguous function namesMaarten Maathuis1-2/+2
2008-08-29{damage,exa}: sanitise damageMaarten Maathuis1-1/+3
2008-07-28AIGLX/DRI1: Pay more attention to return value from DRIGetDrawableInfo().Michel Dänzer1-2/+6
2008-07-24Drop the glx resize hook and stop chaining PositionWindow.Kristian Høgsberg1-10/+0
2008-06-13AIGLX/DRI1: Switch to server context for calling pScreen->GetImage.Michel Dänzer1-0/+4
2008-05-21Move GL/glx on level up now that it's the only thing left under GL.Kristian Høgsberg1-0/+1156