index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-11
glamor: Make glamor_destroy_textured_pixmap idempotent
Michel Dänzer
2
-2
/
+1
2014-12-11
glamor: Make glamor_set_pixmap_private not crash if the pixmap has no fbo
Michel Dänzer
1
-2
/
+5
2014-12-11
glamor: Fix use-after-free in glamor_destroy_textured_pixmap
Michel Dänzer
1
-3
/
+4
2014-12-11
Solaris: delete undocumented, unuseful -protect0 flag
Alan Coopersmith
1
-31
/
+0
2014-12-11
modesetting: Use GBM for buffer allocations if Glamor supports it.
Kenneth Graunke
3
-8
/
+68
2014-12-11
glamor: Add an accessor for the GBM device.
Dave Airlie
2
-0
/
+14
2014-12-11
modesetting: Create a drmmode_bo wrapper; use it for front_bo.
Kenneth Graunke
3
-24
/
+61
2014-12-11
modesetting: Drop dumb_bo::map_count field and dead unmap code.
Kenneth Graunke
2
-11
/
+0
2014-12-11
modesetting: Move dumb_bo into its own source files.
Kenneth Graunke
5
-117
/
+194
2014-12-11
modesetting: Create helper for glamor_egl_create_textured_screen call.
Kenneth Graunke
3
-24
/
+28
2014-12-11
modesetting: Move ModifyPixmapHeader calls out of if/else branches.
Kenneth Graunke
1
-10
/
+6
2014-12-11
modesetting: Stop using glamor_egl_create_textured_screen_ext().
Kenneth Graunke
2
-12
/
+10
2014-12-10
glamor: Reinstate glamor_(egl_)destroy_textured_pixmap
Michel Dänzer
3
-2
/
+15
2014-12-10
ephyr: Implement per-screen colormaps
Michele Baldessari
4
-7
/
+9
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
Merge remote-tracking branch 'alanc/master'
Keith Packard
56
-315
/
+898
2014-12-09
dix: GetHosts bounds check using wrong pointer value [CVE-2014-8092 pt. 6]
Keith Packard
1
-1
/
+1
2014-12-09
Missing parens in REQUEST_FIXED_SIZE macro [CVE-2014-8092 pt. 5]
Keith Packard
1
-1
/
+1
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-09
dbe: Call to DDX SwapBuffers requires address of int, not unsigned int [CVE-2...
Keith Packard
1
-2
/
+4
2014-12-09
glamor: Free existing EGL image when assigning new one
Keith Packard
1
-7
/
+21
2014-12-09
glamor: Remove redundant reference to screen pixmap EGL image
Keith Packard
1
-12
/
+1
2014-12-09
glamor: Always destroy EGL image associated with destroyed pixmap
Keith Packard
6
-58
/
+19
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-08
Add REQUEST_FIXED_SIZE testcases to test/misc.c
Alan Coopersmith
1
-0
/
+37
2014-12-08
Add request length checking test cases for some Xinput 2.x requests
Alan Coopersmith
4
-0
/
+20
2014-12-08
Add request length checking test cases for some Xinput 1.x requests
Alan Coopersmith
4
-1
/
+158
2014-12-08
xfixes: unvalidated length in SProcXFixesSelectSelectionInput [CVE-2014-8102]
Alan Coopersmith
1
-0
/
+1
2014-12-08
render: unvalidated lengths in Render extn. swapped procs [CVE-2014-8100 2/2]
Alan Coopersmith
1
-1
/
+15
2014-12-08
render: check request size before reading it [CVE-2014-8100 1/2]
Julien Cristau
1
-2
/
+2
2014-12-08
randr: unvalidated lengths in RandR extension swapped procs [CVE-2014-8101]
Alan Coopersmith
1
-0
/
+4
2014-12-08
present: unvalidated lengths in Present extension procs [CVE-2014-8103 2/2]
Alan Coopersmith
1
-0
/
+6
2014-12-08
dri3: unvalidated lengths in DRI3 extension swapped procs [CVE-2014-8103 1/2]
Alan Coopersmith
1
-0
/
+6
2014-12-08
Xv: unvalidated lengths in XVideo extension swapped procs [CVE-2014-8099]
Alan Coopersmith
1
-0
/
+20
2014-12-08
xcmisc: unvalidated length in SProcXCMiscGetXIDList() [CVE-2014-8096]
Alan Coopersmith
1
-0
/
+1
[prev]
[next]