index
:
~gsap7/xserver
glapi-sync
master
Unnamed repository; edit this file to name it for gitweb.
gsap7
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glx
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-17
os: Prevent core dump from being truncated.
Rami Ylimaki
1
-1
/
+1
2010-01-27
Merge remote branch 'alanc/master'
Keith Packard
6
-10
/
+10
2010-01-27
dri2: Fix order of operations issue in __glXdriSwapEvent test.
Eric Anholt
1
-1
/
+1
2010-01-25
glx: Sun compilers now support some gcc __attribute__ values
Alan Coopersmith
6
-10
/
+10
2010-01-11
GLX/DRI2: add INTEL_swap_event support
Jesse Barnes
6
-1
/
+49
2010-01-11
DRI2: add support for new DRI2 protocol requests
Jesse Barnes
9
-28
/
+73
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-12-14
glx: swrast can do GLX 1.4 too
Adam Jackson
1
-0
/
+3
2009-10-29
Supply all code using dl*() with DLOPEN_LIBS
Mikhail Gusarov
1
-0
/
+4
2009-10-28
Suppress certain GCC warnings in auto-generated code.
Jamey Sharp
1
-1
/
+6
2009-10-28
Suppress GCC warnings like "the address of `u1' will always evaluate as `true'".
Jamey Sharp
1
-1
/
+1
2009-10-08
Cast small-int values through intptr_t when passed as pointers
Jamey Sharp
1
-1
/
+1
2009-10-08
Fix "possibly uninitialized" warnings in glx
Jamey Sharp
1
-2
/
+2
2009-10-01
GLX: More clearly document the GLX protocol version handling
Ian Romanick
4
-7
/
+21
2009-10-02
glx: fixup deref of null pointer when glx screen init fails.
Dave Airlie
1
-2
/
+2
2009-09-30
dix/glx/composite: consolidate visual resize in one place.
Dave Airlie
1
-55
/
+3
2009-09-29
GLX: Enable GLX 1.4 on DRI2
Ian Romanick
6
-7
/
+38
2009-09-21
input: define server-supported protocol versions in one single file.
Peter Hutterer
2
-6
/
+3
2009-09-16
Change xf86dristr.h includes to use xf86driproto.h instead
Alan Coopersmith
1
-1
/
+1
2009-09-03
glx: Add screen DestroyWindow wrapper to destroy the GLX drawable.
Michel Dänzer
2
-0
/
+29
2009-07-14
glx: switch to byte counting functions
Peter Hutterer
2
-3
/
+3
2009-07-06
glx: damage is only used with DRI
RALOVICH, Kristóf
2
-2
/
+1
2009-07-06
glx: remove Xgl leftover
RALOVICH, Kristóf
2
-9
/
+0
2009-07-05
dri2: Enable GLX_SGI_make_current_read when the DRI driver supports it.
Eric Anholt
1
-0
/
+9
2009-06-24
GLX: make function static.
Dave Airlie
1
-1
/
+1
2009-06-24
GLX: note the implicit flushes with ReadPixels in indirect contexts.
Dave Airlie
2
-0
/
+2
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-06-06
GLX: Make sure the types match for ALIAS in indirect_reqsize.c
Jeremy Huddleston
1
-2
/
+2
2009-06-02
Remove some libXfont leftovers
Adam Jackson
2
-2
/
+0
2009-05-29
GLX: Purge glxint.h usage
Jeremy Huddleston
2
-3
/
+2
2009-05-29
GLX: Purge some glxint.h usage in glxcmds.c
Jeremy Huddleston
1
-6
/
+16
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-27
Fix obvious copypasta
Pierre Willenbrock
1
-2
/
+2
2009-04-24
DRI2: Implement protocol for DRI2GetBuffersWithFormat
Ian Romanick
1
-7
/
+52
2009-04-20
DRI2: Add missing front-buffer flush callback.
Ian Romanick
1
-0
/
+8
2009-04-20
Add newline to some LogMessage strings.
Werner LEMBERG
2
-5
/
+7
2009-04-15
DRI2: Don't leave empty entries in private->buffers
Ian Romanick
1
-8
/
+9
2009-04-13
glx: Fix drawable private leak on destroy
Kristian Høgsberg
10
-115
/
+67
2009-04-10
DRI2: Do not send the real front buffer of a window to the client
Ian Romanick
1
-0
/
+10
2009-04-09
glx: Test the error value, not its address...
Michel Dänzer
1
-1
/
+1
2009-04-08
Use a #define instead of a magic number
Ian Romanick
1
-2
/
+4
2009-04-08
Allow GLX sources to build against Mesa 7.4 sources
Ian Romanick
1
-1
/
+4
2009-04-07
Convert remaining GLX LookupIDByType() calls
Kristian Høgsberg
2
-7
/
+15
2009-04-07
Add validGlxDrawable() and use dixLookupResourceByType().
Kristian Høgsberg
2
-70
/
+76
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
3
-3
/
+16
[next]