index
:
~iksaif/xserver
master
xwayland
Xorg that runs on wayland (xwayland extension)
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
render
Age
Commit message (
Expand
)
Author
Files
Lines
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
Quit using clientErrorValue in dix/colormap.c.
Jamey Sharp
1
-1
/
+1
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
1
-2
/
+2
2010-05-13
dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.
Jamey Sharp
1
-11
/
+12
2010-05-12
Kill ChangeGC in favor of dixChangeGC.
Jamey Sharp
1
-2
/
+2
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
8
-124
/
+124
2010-05-07
Return BadPicture, not BadPixmap, if alpha-map is invalid.
Jamey Sharp
1
-1
/
+1
2010-05-07
VERIFY_PICTURE always returns BadPicture. Don't bother specifying.
Jamey Sharp
2
-90
/
+49
2010-04-30
Delete loop with no effect from GlyphUninit
Keith Packard
1
-9
/
+0
2010-03-24
Fix crash when all glyphs of a given depth are freed, but not all glyphsets
Peter Harris
1
-0
/
+3
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
2
-12
/
+5
2009-12-18
Ensure all resource types created have names registered
Alan Coopersmith
1
-0
/
+4
2009-10-15
Move SHA1 computation from render/glyph.c to os/
Julien Cristau
1
-27
/
+9
2009-10-06
render: Fix clip region translation in miClipPictureSrc().
Kim Woelders
1
-4
/
+4
2009-10-01
render: Fix crash in RenderAddGlyphs (#23645)
Peter Hutterer
1
-1
/
+5
2009-10-01
render: set the glyph picture to NULL by default.
Peter Hutterer
1
-26
/
+31
2009-09-28
render: Plug a memory leak in AddGlyph. (#23286)
Peter Hutterer
1
-21
/
+21
2009-09-23
render: Don't add b8g8r8x8 format for depth 24.
Michel Dänzer
1
-4
/
+1
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-08-28
render: delete unused headers declaration
Tiago Vignatti
1
-11
/
+0
2009-08-28
render: AnimCurInit and AnimCursorCreate shouldn't be _X_EXPORT
Tiago Vignatti
1
-2
/
+2
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
[next]