index
:
~ofourdan/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
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
for-keith
for-whot
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.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-backports
server-1.18-branch
server-1.19-backports
server-1.19-branch
server-1.19-fixes
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.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
transform-proposal
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
xvidmode
xwayland
xwayland-1.19-branch
xwayland-glamor-xv
xwayland-test
Xserver stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glx
/
glxext.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-22
glx: Require at least one True/DirectColor visual
Adam Jackson
1
-0
/
+21
2014-04-23
glx: Unconditionally clear lastGLContext on loseCurrent().
Eric Anholt
1
-2
/
+2
2014-04-23
glx: Move GLX MakeCurrent lastGLContext updates next to makeCurrent().
Eric Anholt
1
-1
/
+2
2014-04-23
glx: Move the GLX variable caching what GL context is current to dix.
Eric Anholt
1
-19
/
+7
2014-02-07
__glGetProcAddress: explictly cast function pointers to void *
Alan Coopersmith
1
-2
/
+2
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-2
/
+2
2013-12-13
glx: Add null pointer protection to __glGetProcAddress
Adam Jackson
1
-1
/
+3
2013-12-10
glx: Untangle the prototypes around the GetProcAddress thunk
Adam Jackson
1
-2
/
+2
2013-12-05
present: Send GLX_BufferSwapComplete events from present extension
Keith Packard
1
-0
/
+3
2013-10-29
glx: convert to direct GL dispatch (v2)
Adam Jackson
1
-0
/
+13
2013-10-29
glx: Fix a corner case in DrawableGone
Adam Jackson
1
-1
/
+1
2013-10-29
glx: Fix memory leak in context garbage collection (v2)
Adam Jackson
1
-11
/
+22
2013-09-11
glx: Remove a dead comment
Adam Jackson
1
-4
/
+0
2012-07-25
glx: drop GLX_LIBS from X server and workaround sdksyms.
Dave Airlie
1
-0
/
+1
2012-07-12
Revert bogus GlxPushProvider() in commit a1d41e3
Jon TURNEY
1
-3
/
+0
2012-07-09
Move extension initialisation prototypes into extinit.h
Daniel Stone
1
-0
/
+4
2012-07-09
GLX: Insert swrast provider from GlxExtensionInit
Daniel Stone
1
-1
/
+7
2012-05-23
glx: Use one function to add a context to all global tables
Ian Romanick
1
-2
/
+9
2012-05-23
glx: Don't track GLClientmajorVersion or GLClientminorVersion
Ian Romanick
1
-2
/
+0
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-172
/
+193
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
[next]