index
:
~b0le/xserver
master
Unnamed repository; edit this file to name it for gitweb.
b0le
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
render
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-13
Add 4 missing 10bpc picture formats to the server format list.
Pierre-Loup A. Griffais
2
-0
/
+16
2009-08-04
Add support for RENDER BGRA formats.
Michel Dänzer
2
-1
/
+38
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-06-18
Fix miComputeCompositeRegion() to follow new clip rules.
Søren Sandmann Pedersen
1
-24
/
+16
2009-05-27
Fix alpha map computation in miComputeCompositeRegion()
Søren Sandmann Pedersen
1
-4
/
+4
2009-05-10
Make compositing with transformed windows work again.
Søren Sandmann Pedersen
1
-2
/
+2
2009-05-04
Fix typo in ProcRenderCreateAnimCursor.
Michel Dänzer
1
-1
/
+1
2009-04-29
Fix most remaining deprecated resource lookups.
Eamon Walsh
3
-115
/
+69
2009-03-16
render: replace a wrong inputInfo.pointer with pDev
Peter Hutterer
1
-1
/
+1
2009-03-09
Replace dixLookupResource by dixLookupResourceBy{Type,Class}
Keith Packard
2
-6
/
+6
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-07
Use libtool convenience libraries and better "symbol" table.
Paulo Cesar Pereira de Andrade
1
-0
/
+2
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
17
-221
/
+221
2008-11-30
Remove declarations of symbols that are never defined.
Paulo Cesar Pereira de Andrade
2
-18
/
+0
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
9
-90
/
+90
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
[next]