index
:
~ajax/xserver
65030
always-glx-1.4
arcology
atrocious-xephyr-glamor-hacks
bsbs11
bsbs7
composite-work
crtc-confine-v3
damage-at-flush-globally
dbe-shrink
dead-code
death-to-spans
dietfb
dix-dri2
dmx-2
drawable-ops
dri2-no-block
epoll
fedora-merge
fixes-atomic-requests
for-keithp
gc-rework
glamor-did-not-regress
glamor-for-1.15
glamor-getimage-planemask
glamor-no-largepixmap
glapi
glapi-misc
glx
glx-2
glx-direct-dispatch
glx-direct-dispatch-parts
glx-ext-libglvnd
glx-fix-osx
glx-fixes-for-1.8
glx-for-1.14
glx-gen
glx-rewrite
glx-work-pre-xdc
glxfe
glxvnd
grabpointer-rhel6.6
init-cleanup
input-thread
input-thread-v3
ioaddress
less-loader
master
maxformats
mi-cleanup
ms2432-1.17
orbea-test-1.18-dri2
performance
pointer-barriers
port-shadowfb-to-damage
resource-refactor
ricer-tuning
root-window-finalize-callback
rootless-merge
screen-gc-funcs
sdksyms
server-1.10-barriers
server-1.10-iglx
server-1.10-xfree86
server-1.12-queue
server-1.14-abi-churn
server-1.17-branch
server-1.9-xfree86
shatter
shatter-2
sigaction
synchronous-font-server
valtree-tuning
vbe-dos-hacks
vfb-ifr
vidmem-cleanup
vixmap-groundwork
vixmaps
warnings
wayland-abi
wayland-deferred-surface
wayland-netwm-etc
whot-barriers
window-cleanup
windowoptrec
wl-rebase-for-f20
wtf-gcc
xf86priv
xserver-1.13-queue
xserver-next
xvfb-glamor-be
xwayland-1.14
xwayland-next
xwl-glamor-be
xwl-xdg-shell
ajax's xserver tree
ajax
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)
glx-rewrite
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]