index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-xcb-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-28
[gl] Fallback for overlapping glyphs.
Chris Wilson
1
-1
/
+2
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-114
/
+134
2009-06-11
[xcb] Trivial compile fix.
Chris Wilson
1
-5
/
+6
2009-06-05
xlib, xcb: Hand off EXTEND_PAD/EXTEND_REFLECT to Render
Thomas Jaeger
1
-2
/
+13
2009-06-02
Add more surface snapshots providers
Paolo Bonzini
1
-1
/
+16
2009-06-02
[pattern] Pass flags to _cairo_pattern_acquire_surface()
Chris Wilson
1
-0
/
+4
2009-05-15
[xlib] Use minimal depth for similar clones.
Chris Wilson
1
-0
/
+5
2009-03-28
[region] Remove underscores from _cairo_region_*
Søren Sandmann
1
-2
/
+2
2009-03-28
[region] Consistently use rectangles in the API of regions
Søren Sandmann Pedersen
1
-12
/
+12
2009-02-15
Delete _cairo_region_get_boxes() in favor of _cairo_region_get_box()
Søren Sandmann
1
-15
/
+11
2008-12-12
[xcb] check for render extension presence
Julien Danjou
1
-2
/
+6
2008-12-06
[cairo-spans] Add a check/create_span_renderer backend methods.
M Joonas Pihlaja
1
-0
/
+2
2008-11-21
[region] Use the caller supplied array for extracting boxes.
Chris Wilson
1
-0
/
+1
2008-11-08
cairo-xcb: avoid leaking memory
Maarten Maathuis
1
-0
/
+3
2008-10-30
[pattern] Avoid needless copying of patterns.
Chris Wilson
1
-21
/
+21
2008-10-30
Review users of cairo_rectangle_int_t for incorrect unsigned promotion.
Chris Wilson
1
-38
/
+18
2008-10-22
Ensure that the scaled font is frozen for the lifetime of the scaled glyph.
Chris Wilson
1
-88
/
+128
2008-10-19
Review backend->create_similar()
Chris Wilson
1
-0
/
+2
2008-10-04
[xcb] Return false from _cairo_xcb_surface_is_similar().
Chris Wilson
1
-0
/
+6
2008-10-04
[xcb] Compile fix.
Chris Wilson
1
-17
/
+24
2008-09-28
[xlib] _surfaces_compatible() can return true for different picture formats
Karl Tomlinson
1
-1
/
+3
2008-09-27
clone_similar(): s/device_offset/clone_offset/
Chris Wilson
1
-6
/
+6
2008-09-27
Allow cloning sub-regions of similar surfaces.
Chris Wilson
1
-4
/
+14
2008-06-13
Allocate the correct pattern type on the stack.
Chris Wilson
1
-2
/
+2
2008-06-01
Fix now-detected doc formatting issues
Behdad Esfahbod
1
-2
/
+2
2008-05-30
[cairo-xcb] Oops. Fix build.
Behdad Esfahbod
1
-1
/
+1
2008-05-28
Fix two more compile errors
Behdad Esfahbod
1
-1
/
+2
2008-05-23
[cairo-xlib] Fix show_glyphs when failing to upload a glyph
Behdad Esfahbod
1
-1
/
+2
2008-01-28
[doc] Replace 'NOTE' by 'Note' and add it to test
Behdad Esfahbod
1
-2
/
+2
2008-01-28
[doc] Make sure all macro names in docs are prefixed by %
Behdad Esfahbod
1
-1
/
+1
2008-01-22
Fix usage of cairo_rectangle_int16_t leading to memory corruption
Vladimir Vukicevic
1
-2
/
+2
2008-01-16
[cairo-surface] Introduce _cairo_surface_create_in_error().
Chris Wilson
1
-12
/
+6
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-29
/
+21
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-5
/
+18
2007-08-31
Revert "[cairo-gstate] Avoid copying untransformed glyphs."
Chris Wilson
1
-10
/
+10
2007-08-31
[cairo-gstate] Avoid copying untransformed glyphs.
Chris Wilson
1
-10
/
+10
2007-08-20
Fix device_offset misuse in all glyph surface uses
Behdad Esfahbod
1
-38
/
+2
2007-07-18
[fixpt] Fixup malloc usage to use _cairo_malloc_*
Vladimir Vukicevic
1
-2
/
+2
2007-07-18
[fixpt] Create cairo_region wrapper around pixman_region16_t
Vladimir Vukicevic
1
-11
/
+15
2007-07-18
[fixpt] Fix xcb surface to handle conversion to 16.16
Vladimir Vukicevic
1
-21
/
+66
2007-07-18
[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_t
Vladimir Vukicevic
1
-9
/
+9
2007-06-29
[fix] Avoid int overflow when allocating large buffers
Vladimir Vukicevic
1
-4
/
+4
2007-05-09
[cairo-xcb-surface] Fix compilation
Chris Wilson
1
-3
/
+3
2007-05-04
[cairo-pattern] Cache surface for solid patterns
Chris Wilson
1
-1
/
+38
2007-04-25
Add a content value to solid patterns
Carl Worth
1
-1
/
+2
2007-03-16
XCB: Fix parameter-order confusion with xcb_create_pixmap
Carl Worth
1
-4
/
+3
2007-02-28
Revert the solid-pattern cache
Behdad Esfahbod
1
-16
/
+1
2007-02-23
[xlib/xcb] Check for same_screen in is_compatible
Behdad Esfahbod
1
-1
/
+1
2007-02-14
[cairo-pattern] Cache surface for solid patterns
Jorn Baayen
1
-1
/
+16
2007-01-07
Fix various code/comment typos
Alp Toker
1
-2
/
+2
[next]