index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glx
/
glxext.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-05
glx: Fix crash when a client exits without deleting GL contexts
Jon TURNEY
1
-2
/
+3
2014-12-05
glx: Flush context which is being made non-current due to drawable going away
Jon TURNEY
1
-0
/
+3
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
[next]