index
:
~ofourdan/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
for-keith
for-whot
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-backports
server-1.18-branch
server-1.19-backports
server-1.19-branch
server-1.19-fixes
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xvidmode
xwayland
xwayland-1.19-branch
xwayland-glamor-xv
xwayland-test
Xserver stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glx
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-06
glx: avoid memory leak when using indirect rendering
Guilherme Quentel Melo
1
-0
/
+6
2016-03-11
glx: Implement GLX_EXT_fbconfig_packed_float
Adam Jackson
4
-0
/
+9
2016-03-11
glx: Implement GLX_EXT_stereo_tree
Adam Jackson
3
-1
/
+11
2016-03-11
glx: Add GLX_SCREEN to the GetDrawableAttributes response
Adam Jackson
1
-1
/
+2
2016-03-11
glx: Macroize building the attribute list in DoGetDrawableAttributes
Adam Jackson
1
-23
/
+16
2016-03-11
glx: don't call pGlxDraw->destroy() if AddResource fails
Julien Cristau
1
-7
/
+2
2016-01-27
glx: Fix GLX_EXT_create_context_es2_profile support
Adam Jackson
5
-26
/
+13
2015-10-19
glx: Fix header length error checking in __glXDisp_RenderLarge
Jeremy Huddleston
1
-1
/
+1
2015-10-06
glx: Synchronize Xserver glx/rensize.c with mesa src/glx/compsize.c
Jon TURNEY
1
-0
/
+1
2015-09-23
glx: fix regression with copy sub buffer disappearing
Dave Airlie
1
-2
/
+3
2015-07-08
glx: Implement GLX_ARB_context_flush_control
Adam Jackson
7
-2
/
+57
2015-07-08
glx/swrast: Do more GLX extension setup
Adam Jackson
1
-3
/
+34
2015-05-14
Revert "glx/dri2: Disable AIGLX if indirect GLX is disabled"
Keith Packard
1
-3
/
+0
2015-05-11
Merge remote-tracking branch 'ajax/xserver-next'
Keith Packard
1
-0
/
+3
2015-05-07
glx/dri2: Disable AIGLX if indirect GLX is disabled
Chris Wilson
1
-0
/
+3
2015-04-21
Convert glamor & glx to new *allocarray functions
Alan Coopersmith
2
-10
/
+8
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
[next]