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
path:
root
/
render
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-25
Move matrix operations from X server to pixman 0.13.2
Keith Packard
3
-665
/
+14
2008-11-24
Handle transform failure when computing shadow damage area.
Keith Packard
2
-4
/
+5
2008-11-24
Avoid overflow in PictureTransformPoint. Fix PictureTransformIsIdentity.
Keith Packard
2
-41
/
+22
2008-11-24
Handle RandR transform matrices in floating point.
Keith Packard
2
-72
/
+315
2008-11-24
When converting from double to fixed, round carefully.
Keith Packard
1
-3
/
+4
2008-11-24
Add matrix inversion function (uses doubles)
Keith Packard
2
-0
/
+83
2008-11-24
Correct bilinear filter kernel size (should be 2x2)
Keith Packard
1
-1
/
+1
2008-11-24
Add kernel size to Render filters.
Keith Packard
2
-9
/
+26
2008-11-24
[render] Split out filter finding from filter setting.
Keith Packard
2
-19
/
+47
2008-11-24
Add funcs to convert between protocol and pixman matrices
Keith Packard
2
-4
/
+43
2008-11-24
Export a bunch of matrix operations from render.
Keith Packard
4
-72
/
+415
2008-10-31
Move MAX_DEVICES to misc.h, rename to MAXDEVICES for consistency.
Peter Hutterer
1
-2
/
+2
2008-10-06
Build fix.
Adam Jackson
1
-2
/
+2
2008-10-06
xalloc+memset(0) -> xcalloc
Adam Jackson
2
-4
/
+2
2008-10-06
xalloc+bzero -> xcalloc
Adam Jackson
2
-6
/
+3
2008-09-23
Revert "Render: Use built-in SHA1 library"
Keith Packard
4
-240
/
+28
2008-09-23
Render: Use built-in SHA1 library
John Tapsell
4
-28
/
+240
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
3
-4
/
+9
2008-08-27
Remove unused GetGlyphPrivatesForScreen.
Eamon Walsh
2
-11
/
+0
2008-08-20
Centralize declaration of ConnectionInfo.
Adam Jackson
1
-2
/
+0
2008-07-24
Remove all empty extension reset hooks, replace with NULL.
Adam Jackson
1
-9
/
+1
2008-07-22
Don't return BadAlloc when trying to set a PictureFilter with no parameters w...
Pierre-Loup A. Griffais
1
-1
/
+1
2008-06-24
Bug #15369: Don't reduce Over to Src for transform + RepeatNone.
Owen Taylor
1
-2
/
+14
2008-06-11
CVE-2008-2362 - RENDER Extension memory corruption
Matthieu Herrb
1
-4
/
+12
2008-06-11
CVE-2008-2361 - RENDER Extension crash
Matthieu Herrb
1
-0
/
+2
2008-06-11
CVE-2008-2360 - RENDER Extension heap buffer overflow
Matthieu Herrb
1
-2
/
+9
2008-06-09
CreateColormap returns Success on success, not TRUE.
Aaron Plattner
1
-2
/
+3
2008-05-20
Merge branch 'master' into mpx
Peter Hutterer
1
-2
/
+15
2008-05-13
render: don't dereference cursor if cursor is NULL.
Peter Hutterer
1
-1
/
+1
2008-05-06
Allow using libmd instead of libcrypto for SHA1 hashing in render/glyph.c
Alan Coopersmith
1
-2
/
+15
2008-04-07
Merge branch 'master' into dcdc_rework
Peter Hutterer
1
-0
/
+2
2008-02-29
Bug #10463: Always initialize reference pixel before AllocColor()
Chris Wilson
1
-0
/
+2
2008-01-03
Merge branch 'master' into mpx
Peter Hutterer
8
-691
/
+162
2007-12-13
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
3
-126
/
+2
2007-12-02
Clean up many #if 0.
Adam Jackson
2
-124
/
+0
2007-11-20
Revert "registry: Register RENDER extension protocol names."
Eamon Walsh
1
-90
/
+0
2007-11-19
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-1
/
+1
2007-11-15
Fix a really dumb typo.
Aaron Plattner
1
-1
/
+1
2007-11-07
Merge branch 'master' into mpx
Peter Hutterer
12
-417
/
+495
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
6
-58
/
+60
2007-11-05
Render: Remove usage of alloca
Daniel Stone
2
-26
/
+26
2007-11-04
Add CreatePixmap allocation hints.
Aaron Plattner
4
-6
/
+9
2007-10-26
Restore the CompositeGlyphs -> ps->Glyphs -> miGlyphs callchain to allow acce...
Aaron Plattner
2
-25
/
+24
2007-10-26
Include stddef.h for size_t.
Bernardo Innocenti
1
-0
/
+1
2007-10-25
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
10
-362
/
+438
2007-10-23
Superfluous ','.
Matthias Hopf
1
-1
/
+1
2007-10-19
Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.
Eric Anholt
7
-255
/
+215
2007-10-15
registry: Add some missing #include's.
Eamon Walsh
1
-0
/
+1
2007-10-15
registry: Register RENDER extension protocol names.
Eamon Walsh
1
-0
/
+90
2007-10-12
NULL is not a valid argument to CreatePicture, please use serverClient
Eamon Walsh
1
-1
/
+1
[next]