index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
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
2013-01-09
xcb: _cairo_scaled_font_reset_cache does it own locking
Chris Wilson
1
-2
/
+0
2012-10-06
xcb: Clear the result of create_similar_image
Uli Schlachter
1
-14
/
+0
2012-09-25
xcb: Add a missing check for FillRectangles
Uli Schlachter
1
-4
/
+9
2012-09-25
xcb: Check if traps are supported before using them
Uli Schlachter
1
-1
/
+2
2012-09-25
xcb: Check the right flag for FillRectangles
Uli Schlachter
1
-1
/
+1
2012-09-24
xcb: Switch to compositor architecture
Uli Schlachter
1
-35
/
+40
2012-06-25
xcb: Correctly handle a recording surface's extents
Uli Schlachter
1
-11
/
+37
2012-06-25
xcb: Handle recording surfaces differently
Uli Schlachter
1
-7
/
+3
2012-04-19
Split cairo-list into struct+inlines
Chris Wilson
1
-0
/
+1
2012-04-19
Split cairo-recording-surface-private into struct+inlines
Chris Wilson
1
-2
/
+2
2012-04-19
Split cairo-clip-privates into struct+inlines
Chris Wilson
1
-0
/
+1
2012-04-12
doc: no separate cairo-xcb-xrender section
Nis Martensen
1
-13
/
+0
2012-03-29
doc: Make documentation comments symmetric
Andrea Canciani
1
-1
/
+1
2011-12-11
xcb: Add a special case for recording surface
Uli Schlachter
1
-0
/
+70
2011-12-11
xcb: Move the surface picture setup into its own function
Uli Schlachter
1
-22
/
+30
2011-12-11
xcb: Silence compiler warnings about ignored return values
Uli Schlachter
1
-0
/
+1
2011-12-11
xcb: Silence a compiler warning for mixing type and internal type enums
Uli Schlachter
1
-1
/
+1
2011-12-08
xcb: Fix invalid casts from cairo_content_t to cairo_format_t
Uli Schlachter
1
-4
/
+4
2011-11-25
Convert cairo_mime_surface_t to cairo_raster_source_pattern_t
Chris Wilson
1
-1
/
+2
2011-11-15
xcb: Fix some invalid casts
Uli Schlachter
1
-9
/
+11
2011-10-11
xcb: Re-enable glyph rendering
Chris Wilson
1
-1
/
+1
2011-09-22
xcb: Honor clips for defer clear
Uli Schlachter
1
-1
/
+2
2011-09-19
xcb: track fallback damage
Chris Wilson
1
-89
/
+33
2011-09-18
xcb: Remove an unused variable
Uli Schlachter
1
-6
/
+0
2011-09-18
xcb: Use a mask in _composite_boxes() when needed
Uli Schlachter
1
-1
/
+1
2011-09-18
xcb: Stop using _cairo_clip_get_surface()
Uli Schlachter
1
-11
/
+40
2011-09-16
xcb: Improve error cases in _clip_and_composite_combine
Uli Schlachter
1
-5
/
+7
2011-09-15
Revert "xcb: Error on 0x0 source surfaces"
Uli Schlachter
1
-5
/
+0
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-252
/
+255
2011-09-02
xcb: Fix fixup_unbounded_with_mask
Uli Schlachter
1
-10
/
+10
2011-09-02
xcb: Skip drawing if bounded extents are empty
Uli Schlachter
1
-25
/
+27
2011-08-30
xcb: Add an assert for the tighten-bounds test
Uli Schlachter
1
-0
/
+3
2011-08-30
api: Extend cairo_antialias_t to include performace/quality hints
Chris Wilson
1
-0
/
+3
2011-08-14
image: peek through a snapshot to the recording surface behind
Chris Wilson
1
-1
/
+1
2011-08-13
image: move surface definition to new header for subclassing
Chris Wilson
1
-0
/
+1
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
[next]