index
:
~jeremyhu/xserver
PR-290
PR-290-1.9
PR-486
bus-cleanup
darwin-xfree86
for-keith
master
puntage
server-1.10-apple
server-1.11-apple
server-1.12-apple
server-1.13-apple
server-1.13-apple-indent
server-1.13-apple-pre-indent
server-1.13-branch
server-1.14-apple
server-1.14-branch
server-1.15-apple
server-1.15-branch
server-1.16-apple
server-1.16-branch
server-1.17-apple
server-1.17-branch
server-1.18-apple
server-1.4-apple
server-1.5-apple
server-1.6-apple
server-1.7-apple
server-1.8-apple
server-1.9-apple
xquartz-composite
XQuartz feature work
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glx
/
glxdri.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-14
Merge remote-tracking branch 'idr/GLX_ARB_create_context'
Keith Packard
1
-1
/
+11
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-8
/
+6
2012-05-23
glx: Extend __GLXscreen::createContext to take attributes
Ian Romanick
1
-1
/
+11
2012-05-21
xf86: migrate to using xf86ScreenToScrn wrapper (v2)
Dave Airlie
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-507
/
+488
2011-11-24
glx: don't leak driConfigs
Paulo Zanoni
1
-3
/
+12
2011-04-22
Add RegionInitBoxes(), and fix some buggy callers of RegionInit().
Søren Sandmann Pedersen
1
-4
/
+13
2011-03-28
glx: Remove ->forceCurrent from the context vtable
Adam Jackson
1
-14
/
+0
2011-03-14
glx: Factor out glxProbeDriver function.
Christopher James Halse Rogers
1
-38
/
+6
2010-11-30
glx: Remove swap barrier and hyperpipe support
Adam Jackson
1
-1
/
+0
2010-11-10
Merge remote branch 'whot/for-keith'
Keith Packard
1
-3
/
+1
2010-11-10
Replace usage of DamageRegionAppend with DamageDamageRegion to fix reportAfter.
Eric Anholt
1
-3
/
+1
2010-11-11
Remove more superfluous if(p!=NULL) checks around free(p).
Cyril Brulebois
1
-3
/
+1
2010-07-13
Unwrap/rewrap EnterVT/LeaveVT completely, Fixes 28998
Keith Packard
1
-2
/
+15
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
1
-6
/
+6
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-19
/
+19
2010-05-11
dri2: Take an XID for tracking the DRI2 drawable
Kristian Høgsberg
1
-3
/
+5
2010-04-12
glx: Set the pbuffer bit for dri2 fbconfigs
Kristian Høgsberg
1
-4
/
+3
2010-01-11
DRI2: add support for new DRI2 protocol requests
Jesse Barnes
1
-1
/
+1
2009-09-16
Change xf86dristr.h includes to use xf86driproto.h instead
Alan Coopersmith
1
-1
/
+1
2009-07-06
glx: damage is only used with DRI
RALOVICH, Kristóf
1
-0
/
+1
2009-04-20
Add newline to some LogMessage strings.
Werner LEMBERG
1
-4
/
+5
2009-04-13
glx: Fix drawable private leak on destroy
Kristian Høgsberg
1
-0
/
+2
2009-02-16
glx: Add comments around some extension string weirdness
Ian Romanick
1
-1
/
+5
2009-02-16
dri2: support glXWaitGL & glXWaitX by copying fake front to front and
Alan Hourihane
1
-0
/
+2
2009-02-13
glx: fix retval checks when failures occur for drawable creation.
Alan Hourihane
1
-1
/
+9
2008-12-02
Fix GLX after 180bad84774493d48f2793a6281d825560944863.
Eric Anholt
1
-1
/
+1
2008-11-04
AIGLX: Reinstate call to driver texOffsetFinish hook.
Michel Dänzer
1
-0
/
+2
2008-11-04
AIGLX: Don't truncate offset returned by driver texOffsetStart hook on 32 bit.
Michel Dänzer
1
-1
/
+1
2008-11-03
AIGLX: Allow 2D driver to prevent zero-copy texturing of a pixmap.
Michel Dänzer
1
-1
/
+16
2008-10-06
xalloc+memset(0) -> xcalloc
Adam Jackson
1
-7
/
+3
2008-09-24
GLX: Make sure GLX_SGI_make_current_read is enabled when possible
Ian Romanick
1
-0
/
+9
2008-08-31
damage: choose less ambiguous function names
Maarten Maathuis
1
-2
/
+2
2008-08-29
{damage,exa}: sanitise damage
Maarten Maathuis
1
-1
/
+3
2008-07-28
AIGLX/DRI1: Pay more attention to return value from DRIGetDrawableInfo().
Michel Dänzer
1
-2
/
+6
2008-07-24
Drop the glx resize hook and stop chaining PositionWindow.
Kristian Høgsberg
1
-10
/
+0
2008-06-13
AIGLX/DRI1: Switch to server context for calling pScreen->GetImage.
Michel Dänzer
1
-0
/
+4
2008-05-21
Move GL/glx on level up now that it's the only thing left under GL.
Kristian Høgsberg
1
-0
/
+1156