index
:
~emmanuel/cairo
master
svg-text
Emmanuel's cairo repository - SVG backend work
emmanuel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-xcb-surface-render.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-02
xcb: Handle deferred clear in _upload_image_inplace
Uli Schlachter
1
-1
/
+6
2011-07-31
Remove useless checks for NULL before freeing
Andrea Canciani
1
-2
/
+1
2011-07-29
xcb: Convert the box back to integer coordinates for uploading the image
Chris Wilson
1
-18
/
+22
2011-07-29
xcb: Short-circuit multiplying the alpha mask by 1.0
Chris Wilson
1
-0
/
+3
2011-07-29
Silence Clang static analyzer reports
Andrea Canciani
1
-2
/
+1
2011-07-29
xcb: Error on 0x0 source surfaces
Uli Schlachter
1
-0
/
+5
2011-07-26
composite: Pass unbounded extents to initialisation
Chris Wilson
1
-14
/
+15
2011-07-26
API: map-to-image and create-similar-image
Chris Wilson
1
-2
/
+0
2011-07-24
xcb: Make composite_opacity_boxes slightly less silly
Chris Wilson
1
-2
/
+13
2011-07-24
xcb: set the right members of cairo_color_t for generating the opacity mask
Chris Wilson
1
-10
/
+6
2011-07-21
xcb: Work around wrong extent computation in the X server
Uli Schlachter
1
-3
/
+15
2011-07-21
xcb: Fix a NULL dereference
Uli Schlachter
1
-3
/
+5
2011-07-21
xcb: Always send a clip region along with clipped glyphs
Chris Wilson
1
-4
/
+19
2011-07-21
XCB: Store the flags per-connection only
Uli Schlachter
1
-29
/
+29
2011-07-20
xcb: Reduce one pass for masking, now just 2 passes required!
Chris Wilson
1
-31
/
+228
2011-07-20
xcb: squash initial ChangePicture request for precision
Chris Wilson
1
-1
/
+10
2011-07-20
xcb: Take advantage of clip-boxes
Chris Wilson
1
-241
/
+536
2011-07-20
xcb: Fix _set_clip_region for many rectangles
Uli Schlachter
1
-7
/
+27
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-377
/
+238
2011-07-15
xcb: Remove more bits of drm integration
Chris Wilson
1
-4
/
+0
2011-07-15
Implement cairo_backend_t
Chris Wilson
1
-0
/
+1
2011-07-14
Excise xcb-drm
Chris Wilson
1
-73
/
+0
2011-07-09
xcb: Don't use xcb surfaces as snapshots
Uli Schlachter
1
-28
/
+0
2011-07-09
xcb: Track cairo_xcb_picture_t surfaces
Uli Schlachter
1
-0
/
+3
2011-07-09
xcb: Move cairo_xcb_picture_t to cairo-xcb-private.h
Uli Schlachter
1
-19
/
+0
2011-07-02
xcb: Remove an unused function argument
Uli Schlachter
1
-10
/
+8
2011-06-24
xcb: Use defines instead of magic numbers
Uli Schlachter
1
-2
/
+2
2011-06-24
xcb: Prettify some code
Uli Schlachter
1
-1
/
+3
2011-06-11
XCB: Implement PDF blend operators natively
Uli Schlachter
1
-16
/
+27
2011-06-01
xlib,xcb: Force strict adherence to the Render specification when testing
Chris Wilson
1
-0
/
+32
2011-05-10
Extract function to query endianness from xlib/xcb and make it common
Alexandros Frantzis
1
-10
/
+2
2011-03-18
xcb,xlib: Fallback upon generic radial gradients
Andrea Canciani
1
-0
/
+8
2011-03-18
xcb,xlib: Fix 1-stop gradients
Andrea Canciani
1
-9
/
+27
2011-03-16
xcb-drm: Fix undeclared variable error
Uli Schlachter
1
-0
/
+1
2011-03-04
xcb: Remove _cairo_xcb_picture_copy
Uli Schlachter
1
-62
/
+15
2011-02-28
xcb: Remove CAIRO_XCB_RENDER_HAS_COMPOSITE_SPANS
Uli Schlachter
1
-148
/
+5
2011-02-28
xcb: Fix for PDF operators with RENDER 0.11
Uli Schlachter
1
-1
/
+2
2011-02-18
xcb: Don't operate on a status variable that is never set
Benjamin Otte
1
-6
/
+0
2011-02-12
xcb: Remove the surface pattern cache
Uli Schlachter
1
-7
/
+0
2011-01-31
xcb: Remove a duplicate static function
Uli Schlachter
1
-61
/
+0
2011-01-25
xcb: Fix compositing of pixel-aligned rectangles
Andrea Canciani
1
-22
/
+34
2011-01-23
xcb: Fix a BadPicture when clearing a surface
Uli Schlachter
1
-0
/
+1
2011-01-23
xcb: Only use clip rectangles for more than 1 pixel-aligned box
Chris Wilson
1
-6
/
+9
2011-01-23
xcb: Prefer RenderFillRectangles to perform the deferred clear
Chris Wilson
1
-6
/
+16
2011-01-23
xcb: Apply a clip region for compositing many-pixel-aligned-boxes
Chris Wilson
1
-52
/
+68
2011-01-17
xcb: Don't finish snapshots when they are detached
Uli Schlachter
1
-1
/
+1
2011-01-06
xcb: Handle a wider range of glyph positions
Andrea Canciani
1
-17
/
+9
2011-01-06
xcb: Stricter glyph validation
Andrea Canciani
1
-25
/
+77
2011-01-06
xcb: Correct handling of index 0 glyphs
Andrea Canciani
1
-0
/
+7
2011-01-02
Remove an unused field from cairo_xcb_shm_info_t
Uli Schlachter
1
-10
/
+9
[next]