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
/
glxcmds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-09
Use C99 designated initializers in glx Replies
Alan Coopersmith
1
-43
/
+59
2012-07-09
Use calloc to zero fill buffers being allocated for replies & events
Alan Coopersmith
1
-2
/
+2
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
1
-16
/
+13
2012-07-05
glx: Track the reset notification strategy for a context
Ian Romanick
1
-0
/
+10
2012-05-23
glx: Make several functions available outside the glxcmds.c compilation unit
Ian Romanick
1
-4
/
+4
2012-05-23
glx: Use one function to add a context to all global tables
Ian Romanick
1
-4
/
+2
2012-05-23
glx: Initialize remaining context fields
Ian Romanick
1
-0
/
+7
2012-05-23
glx: Initialize all context fields together
Ian Romanick
1
-17
/
+9
2012-05-23
glx: Extend __GLXscreen::createContext to take attributes
Ian Romanick
1
-2
/
+8
2012-05-23
glx: Don't track GLClientmajorVersion or GLClientminorVersion
Ian Romanick
1
-2
/
+0
2012-05-23
glx: Fix mishandling of shared contexts
Ian Romanick
1
-11
/
+11
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-1018
/
+1089
2011-04-15
glx: Fix lifetime tracking for pixmaps
Adam Jackson
1
-4
/
+7
2011-03-28
glx: Remove some obfuscatory macros
Adam Jackson
1
-7
/
+7
2011-03-28
glx: Reimplement context tags
Adam Jackson
1
-74
/
+24
2011-02-15
glx: Work around wrong request lengths sent by mesa
Julien Cristau
1
-4
/
+15
2011-02-15
glx: fix BindTexImageEXT length check
Julien Cristau
1
-1
/
+9
2011-02-15
glx: fix request length check for CreateGLXPbufferSGIX
Julien Cristau
1
-1
/
+1
2011-01-10
glx: validate numAttribs field before using it
Julien Cristau
1
-0
/
+25
2011-01-10
glx: validate request lengths
Julien Cristau
1
-9
/
+133
2011-01-10
glx: make sure screen is non-negative in validGlxScreen
Julien Cristau
1
-1
/
+1
2010-11-30
glx: Remove swap barrier and hyperpipe support
Adam Jackson
1
-233
/
+0
2010-08-19
glx: Prevent NULL context deref in __glXGetDrawable() (bug 29184)
Chris Wilson
1
-0
/
+7
2010-06-11
Get rid of xstrdup when argument is definitely non-NULL
Mikhail Gusarov
1
-1
/
+1
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-2
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-13
/
+13
2010-05-11
dri2: Take an XID for tracking the DRI2 drawable
Kristian Høgsberg
1
-9
/
+14
2010-04-16
glx: Let the resource system destroy pixmaps
Kristian Høgsberg
1
-14
/
+15
2010-04-16
glx: Track GLX 1.3 style GLX drawables under their X drawable ID as well
Kristian Høgsberg
1
-0
/
+12
2010-01-11
DRI2: add support for new DRI2 protocol requests
Jesse Barnes
1
-1
/
+1
2009-10-08
Cast small-int values through intptr_t when passed as pointers
Jamey Sharp
1
-1
/
+1
2009-10-01
GLX: More clearly document the GLX protocol version handling
Ian Romanick
1
-1
/
+0
2009-09-29
GLX: Enable GLX 1.4 on DRI2
Ian Romanick
1
-3
/
+8
2009-09-21
input: define server-supported protocol versions in one single file.
Peter Hutterer
1
-2
/
+3
2009-07-06
glx: remove Xgl leftover
RALOVICH, Kristóf
1
-6
/
+0
2009-06-02
Remove some libXfont leftovers
Adam Jackson
1
-1
/
+0
2009-05-29
GLX: Purge some glxint.h usage in glxcmds.c
Jeremy Huddleston
1
-6
/
+16
2009-04-27
Fix obvious copypasta
Pierre Willenbrock
1
-2
/
+2
2009-04-13
glx: Fix drawable private leak on destroy
Kristian Høgsberg
1
-15
/
+29
2009-04-09
glx: Test the error value, not its address...
Michel Dänzer
1
-1
/
+1
2009-04-07
Add validGlxDrawable() and use dixLookupResourceByType().
Kristian Høgsberg
1
-69
/
+74
2009-04-07
Don't stomp on dixLookupDrawable() return value in DoCreateGLXPixmap().
Kristian Høgsberg
1
-1
/
+5
2009-04-07
Make GLX context lookup use dixLookupResourceByType()
Kristian Høgsberg
1
-55
/
+43
2009-04-02
Support setTexBuffer2 in AIGLX.
Kristian Høgsberg
1
-0
/
+5
2009-02-16
dri2: support glXWaitGL & glXWaitX by copying fake front to front and
Alan Hourihane
1
-11
/
+28
2009-02-01
Prevent double unref of glxdrawables
Pierre Willenbrock
1
-0
/
+4
2008-12-12
Remove #define NEED_EVENTS and NEED_REPLIES
Peter Hutterer
1
-1
/
+0
2008-10-06
xalloc+memset(0) -> xcalloc
Adam Jackson
1
-2
/
+1
2008-09-19
Update to SGI FreeB 2.0.
Adam Jackson
1
-33
/
+28
2008-08-29
DRI2: Drop sarea use, implement server side swap buffers.
Kristian Høgsberg
1
-0
/
+1
[next]