index
:
~kibi/xserver
debian-experimental
debian-squeeze-backports
debian-unstable
doc-master
fdo41211
inputbk
manpage-master
master
master-next-pull
pu/35066
server-1.7-branch
unused-but-set-variable
unused-but-set-variable-round2
upstream-experimental
various-master
KiBi's patches for xorg-server
kibi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
render
/
render.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-19
Add typed resource-lookup errors for non-core resource types.
Jamey Sharp
1
-17
/
+29
2010-05-19
Return an appropriately-typed error from dixLookupResourceByType.
Jamey Sharp
1
-1
/
+1
2010-05-15
Check pixmap allocation return value when creating glyphs
Keith Packard
1
-0
/
+7
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
1
-30
/
+20
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-57
/
+57
2010-05-07
VERIFY_PICTURE always returns BadPicture. Don't bother specifying.
Jamey Sharp
1
-86
/
+45
2010-01-29
RENDER: Fix gradient and solid fill pictures with Xinerama, and misc cleanup
Robert Morell
1
-0
/
+137
2010-01-29
Render: Fix request size verification
Robert Morell
1
-2
/
+2
2009-12-18
Add type name argument to CreateNewResourceType
Alan Coopersmith
1
-5
/
+2
2009-12-18
Ensure all resource types created have names registered
Alan Coopersmith
1
-0
/
+4
2009-10-01
render: Fix crash in RenderAddGlyphs (#23645)
Peter Hutterer
1
-1
/
+5
2009-09-21
input: define server-supported protocol versions in one single file.
Peter Hutterer
1
-3
/
+4
2009-09-21
render: reply with the server or client version, whichever is lower.
Peter Hutterer
1
-2
/
+12
2009-07-15
Render: Add support for the PDF blend mode operators.
Fredrik Höglund
1
-0
/
+2
2009-07-14
render: switch to byte counting functions
Peter Hutterer
1
-8
/
+8
2009-05-04
Fix typo in ProcRenderCreateAnimCursor.
Michel Dänzer
1
-1
/
+1
2009-04-29
Fix most remaining deprecated resource lookups.
Eamon Walsh
1
-108
/
+62
2009-03-09
Replace dixLookupResource by dixLookupResourceBy{Type,Class}
Keith Packard
1
-4
/
+4
2009-02-16
xserver: Avoid sending uninitialized padding data over the network
Peter Åstrand
1
-1
/
+2
2009-02-03
render: rename SetBit to RenderSetBit.
Peter Hutterer
1
-5
/
+5
2008-12-12
Remove #define NEED_EVENTS and NEED_REPLIES
Peter Hutterer
1
-2
/
+0
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-5
/
+5
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-5
/
+5
2008-10-06
Build fix.
Adam Jackson
1
-2
/
+2
2008-10-06
xalloc+bzero -> xcalloc
Adam Jackson
1
-4
/
+2
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-1
/
+2
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-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
2007-12-13
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-118
/
+0
2007-12-02
Clean up many #if 0.
Adam Jackson
1
-118
/
+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-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-24
/
+26
2007-11-05
Render: Remove usage of alloca
Daniel Stone
1
-22
/
+22
2007-11-04
Add CreatePixmap allocation hints.
Aaron Plattner
1
-2
/
+4
2007-10-25
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-35
/
+121
2007-10-15
registry: Register RENDER extension protocol names.
Eamon Walsh
1
-0
/
+90
2007-09-05
xace: add new fields to resource access hook to allow parent resource objects
Eamon Walsh
1
-5
/
+5
2007-08-31
xace: add hooks + new access codes: Render extension
Eamon Walsh
1
-36
/
+58
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-7
/
+3
2007-08-23
Avoid leaking a Pixmap for every glyph
Carl Worth
1
-0
/
+5
2007-08-15
xace: add hooks + new access codes: core protocol cursor requests
Eamon Walsh
1
-11
/
+15
2007-08-02
Create a Picture as well as a Pixmap at the time of AllocateGlyph
Carl Worth
1
-10
/
+16
2007-08-02
Use per-screen Pixmaps for glyphs
Carl Worth
1
-2
/
+65
2007-08-02
Use strong hash (SHA1) for glyphs
Carl Worth
1
-7
/
+9
2007-08-02
ProcRenderAddGlyphs: Avoid allocating a glyph just to find it cached
Carl Worth
1
-23
/
+38
[next]