index
:
~fredinfinite23/xorg-server
master
Additional glX support for Xephyr server
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glx
/
glxext.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
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