index
:
~jbarnes/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1_0-branch
server-1_1-branch
transform-proposal
upstream
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
Jesse's X Server development tree
jbarnes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glx
/
glxext.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-15
glx: Fix lifetime tracking for pixmaps
Adam Jackson
1
-9
/
+13
2011-03-28
glx: minor cast cleanup
Adam Jackson
1
-4
/
+3
2011-03-28
glx: dead variable removal
Adam Jackson
1
-8
/
+0
2011-03-28
glx: Remove ->forceCurrent from the context vtable
Adam Jackson
1
-1
/
+1
2011-03-28
glx: Reimplement context tags
Adam Jackson
1
-31
/
+0
2010-11-30
glx: Remove swap barrier and hyperpipe support
Adam Jackson
1
-18
/
+1
2010-09-28
glx: Fix use after free in DrawableGone
Kristian Høgsberg
1
-6
/
+5
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-6
/
+6
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-3
/
+3
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
1
-1
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-6
/
+6
2010-04-16
glx: Track GLX 1.3 style GLX drawables under their X drawable ID as well
Kristian Høgsberg
1
-0
/
+11
2010-01-11
GLX/DRI2: add INTEL_swap_event support
Jesse Barnes
1
-0
/
+2
2010-01-11
DRI2: add support for new DRI2 protocol requests
Jesse Barnes
1
-0
/
+3
2009-12-18
Add type name argument to CreateNewResourceType
Alan Coopersmith
1
-8
/
+6
2009-12-18
Check for failures from CreateNewResourceType
Alan Coopersmith
1
-0
/
+3
2009-10-02
glx: fixup deref of null pointer when glx screen init fails.
Dave Airlie
1
-2
/
+2
2009-09-29
GLX: Enable GLX 1.4 on DRI2
Ian Romanick
1
-1
/
+7
2009-06-24
GLX: make function static.
Dave Airlie
1
-1
/
+1
2009-06-23
glx: Clean up more thoroughly if the drawable of a current context goes away.
Michel Dänzer
1
-1
/
+24
2009-06-11
glx: fix open-coded linked list removal function
Dave Airlie
1
-5
/
+11
2009-05-19
glx: Register names for the GLX resource types.
Eamon Walsh
1
-0
/
+5
2009-05-14
glx: If a destroyed window is bound to the current context, make it not current.
Michel Dänzer
1
-0
/
+4
2009-04-13
glx: Fix drawable private leak on destroy
Kristian Høgsberg
1
-12
/
+30
2008-12-12
Remove #define NEED_EVENTS and NEED_REPLIES
Peter Hutterer
1
-1
/
+0
2008-09-22
Upgrade GLX Public License 1.0 to FreeB 2.0.
Adam Jackson
1
-18
/
+28
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-1
/
+2
2008-07-24
Don't abort if swrast library is not present
Daniel Drake
1
-13
/
+24
2008-07-21
Need to unref pixmaps backing pbuffers too.
Kristian Høgsberg
1
-1
/
+5
2008-07-21
Fix embarrasing GLXPixmap leak.
Kristian Høgsberg
1
-0
/
+5
2008-05-21
Move GL/glx on level up now that it's the only thing left under GL.
Kristian Høgsberg
1
-0
/
+501