index
:
~mperes/xserver
3x4k
backlight
dpcompliance
dri2-swapbuffers
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glx
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-10
glx: Add hack for GLX-1.2-style naked windows to GetDrawableAttributes
Adam Jackson
1
-19
/
+29
2014-12-10
glx: Dynamically compute attribute slot in GetDrawableAttributes
Adam Jackson
1
-24
/
+25
2014-12-09
glx: Add implementation of __GLXContext->loseCurrent for direct ctxts
Neil Roberts
1
-0
/
+7
2014-12-09
glx: Can't mix declarations and code in X.org sources [CVE-2014-8098 pt. 9]
Keith Packard
1
-1
/
+2
2014-12-08
glx: Fix mask truncation in __glXGetAnswerBuffer [CVE-2014-8093 6/6]
Robert Morell
1
-1
/
+1
2014-12-08
glx: Pass remaining request length into ->varsize (v2) [CVE-2014-8098 8/8]
Adam Jackson
5
-154
/
+205
2014-12-08
glx: Length checking for non-generated single requests (v2) [CVE-2014-8098 7/8]
Adam Jackson
5
-29
/
+95
2014-12-08
glx: Length-checking for non-generated vendor private requests [CVE-2014-8098...
Adam Jackson
2
-0
/
+4
2014-12-08
glx: Request length checks for SetClientInfoARB [CVE-2014-8098 5/8]
Adam Jackson
1
-5
/
+14
2014-12-08
glx: Top-level length checking for swapped VendorPrivate requests [CVE-2014-8...
Adam Jackson
1
-0
/
+4
2014-12-08
glx: Length checking for RenderLarge requests (v2) [CVE-2014-8098 3/8]
Adam Jackson
1
-23
/
+34
2014-12-08
glx: Integer overflow protection for non-generated render requests (v3) [CVE-...
Adam Jackson
1
-36
/
+41
2014-12-08
glx: Length checking for GLXRender requests (v2) [CVE-2014-8098 2/8]
Julien Cristau
1
-11
/
+10
2014-12-08
glx: Add safe_{add,mul,pad} (v3) [CVE-2014-8093 4/6]
Adam Jackson
1
-0
/
+41
2014-12-08
glx: Fix image size computation for EXT_texture_integer [CVE-2014-8098 1/8]
Adam Jackson
1
-0
/
+10
2014-12-08
glx: Additional paranoia in __glXGetAnswerBuffer / __GLX_GET_ANSWER_BUFFER (v...
Adam Jackson
2
-2
/
+8
2014-12-08
glx: Be more strict about rejecting invalid image sizes [CVE-2014-8093 2/6]
Adam Jackson
2
-16
/
+16
2014-12-08
glx: Be more paranoid about variable-length requests [CVE-2014-8093 1/6]
Adam Jackson
1
-2
/
+2
2014-12-05
glx: Fix crash when a client exits without deleting GL contexts
Jon TURNEY
2
-3
/
+3
2014-12-05
glx: Flush context which is being made non-current due to drawable going away
Jon TURNEY
1
-0
/
+3
2014-12-05
Revert "glx: Simplify glXDestroyContext"
Jon TURNEY
1
-1
/
+3
2014-11-12
Drop trailing whitespaces
Peter Hutterer
20
-63
/
+63
2014-10-23
Allocate enough room for both reset & flags attributes
Alan Coopersmith
1
-1
/
+3
2014-10-09
glx: check return from __glXGetAnswerBuffer
Keith Packard
2
-0
/
+51
2014-09-11
glx/present: Only send GLX_BufferSwapComplete for PresentCompleteKindPixmap
Keith Packard
1
-2
/
+5
2014-09-11
glx: Fix 'y ' value in swrastGetDrawableInfo()
Maks Naumov
1
-1
/
+1
2014-05-22
glx: Require at least one True/DirectColor visual
Adam Jackson
1
-0
/
+21
2014-04-23
Add a command line argument for disabling indirect GLX.
Eric Anholt
1
-0
/
+11
2014-04-23
glx: If DRI2GetBuffers changes the GL context, call it again
Michel Dänzer
1
-0
/
+15
2014-04-23
glx: Make sure that DRI2/swrast calls haven't changed the GL context.
Eric Anholt
2
-8
/
+63
2014-04-23
glx: Refactor DRI2CopyRegion calls.
Eric Anholt
1
-27
/
+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
2
-5
/
+4
2014-04-23
glx: Move the GLX variable caching what GL context is current to dix.
Eric Anholt
3
-26
/
+12
2014-03-10
glx: Clear new FBConfig attributes to 0 by default.
Eric Anholt
1
-1
/
+1
2014-02-07
__glGetProcAddress: explictly cast function pointers to void *
Alan Coopersmith
1
-2
/
+2
2014-02-07
glx: Delete dead NV program string functions.
Eric Anholt
1
-22
/
+0
2014-02-07
glx: Reduce compiler warnings by not requesting GL extension prototypes.
Eric Anholt
1
-1
/
+0
2014-02-07
glx: Stop relying on libGL ABI bugs for glGetCompressedTexImage().
Eric Anholt
1
-2
/
+6
2014-02-07
glx: Remove left-over glthread.c
Jon TURNEY
1
-204
/
+0
2014-01-27
Warning fixes in glx
Keith Packard
2
-2
/
+2
2014-01-22
Merge remote-tracking branch 'anholt/xserver-unifdef'
Keith Packard
2
-83
/
+1
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
2
-5
/
+5
2013-12-30
glx: unifdef swrast dri_interface.h values from Mesa 7.1.
Eric Anholt
1
-24
/
+1
2013-12-30
glx: unifdef for DRI2 dri_interface.h things in mesa 9.2.
Eric Anholt
1
-59
/
+0
2013-12-13
glx: Add null pointer protection to __glGetProcAddress
Adam Jackson
1
-1
/
+3
2013-12-10
glx: Consistently use ARB-suffixed names for ARB_multitexture functions
Jon TURNEY
2
-49
/
+49
2013-12-10
drisw: Wire up GetProcAddress
Adam Jackson
1
-0
/
+5
2013-12-10
dri2: wire up GetProcAddress
Adam Jackson
1
-1
/
+5
2013-12-10
glx: Untangle the prototypes around the GetProcAddress thunk
Adam Jackson
2
-3
/
+5
[next]