index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-xlib-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-20
[xlib] Cleanse creation of similar surfaces.
Chris Wilson
1
-106
/
+91
2009-09-11
[xlib] Fix big-line.
Chris Wilson
1
-243
/
+159
2009-09-11
[xlib] Discard clip if larger than glyph extents
Chris Wilson
1
-0
/
+23
2009-09-06
[xlib] Protect ourselves from liars that claim to have a 64k window
Chris Wilson
1
-2
/
+25
2009-09-03
[xlib] solid pictures should only be 1x1
Chris Wilson
1
-1
/
+1
2009-09-02
[xlib] Remove stray code
Chris Wilson
1
-11
/
+2
2009-09-02
[xlib] Eliminate GC clipping
Chris Wilson
1
-104
/
+93
2009-09-01
[xlib] Make xlib_display_t private and rename xlib_screen_info_t
Chris Wilson
1
-77
/
+96
2009-08-29
Fix build on systems with older Xrender headers.
Damian Frank
1
-26
/
+4
2009-08-29
Fix errors found by clang
Chris Wilson
1
-3
/
+2
2009-08-26
[xlib] DO_XCOPYAREA and DO_XTILE optimizations break with Window source
Benjamin Otte
1
-0
/
+2
2009-08-10
[xlib] Rewrite UNSUPPORTED() avoiding gcc-ism
Chris Wilson
1
-4
/
+3
2009-07-31
Merge branch 'gl-glyph-cache'
Chris Wilson
1
-1
/
+2
2009-07-31
[xlib] Use server-side gradients.
Chris Wilson
1
-29
/
+277
2009-07-31
[xlib] Disable extended repeat modes if RENDER < 0.10
Chris Wilson
1
-0
/
+4
2009-07-28
[gl] Fallback for overlapping glyphs.
Chris Wilson
1
-1
/
+2
2009-07-27
[xlib] Add a timely reminder to ensure that bugs are properly filed.
Chris Wilson
1
-0
/
+6
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-252
/
+240
2009-07-16
[xlib] Enable Render support for the extended PDF operators
Chris Wilson
1
-3
/
+45
2009-07-14
[xlib] Add support for new operators
Benjamin Otte
1
-1
/
+27
2009-06-30
[xlib] Remove redundant checks for src_picture==None
Chris Wilson
1
-11
/
+1
2009-06-19
[xlib] Remove redundant code to query a xrender_format from a visual
Chris Wilson
1
-7
/
+2
2009-06-19
[xlib] Improve GC caching efficacy
Chris Wilson
1
-19
/
+39
2009-06-16
Import Qt backend by Mozilla
Vladimir Vukicevic
1
-0
/
+6
2009-06-05
xlib, xcb: Hand off EXTEND_PAD/EXTEND_REFLECT to Render
Thomas Jaeger
1
-3
/
+18
2009-06-02
[xlib] Use bswap_32
Chris Wilson
1
-19
/
+11
2009-06-02
Add more surface snapshots providers
Paolo Bonzini
1
-1
/
+19
2009-06-02
[pattern] Pass flags to _cairo_pattern_acquire_surface()
Chris Wilson
1
-0
/
+5
2009-05-22
[xlib] Handle too-large images gracefully.
Chris Wilson
1
-2
/
+2
2009-05-15
[xlib] Use minimal depth for similar clones.
Chris Wilson
1
-10
/
+32
2009-05-05
[xlib] Use a similar content surface for cloning images
Chris Wilson
1
-7
/
+9
2009-04-16
[xlib] Allocate bounded region on stack.
Chris Wilson
1
-20
/
+38
2009-03-28
[region] Expand rect to rectangle in a couple of names
Søren Sandmann Pedersen
1
-1
/
+1
2009-03-28
[region] Remove underscores from _cairo_region_*
Søren Sandmann
1
-7
/
+7
2009-03-28
[region] Consistently use rectangles in the API of regions
Søren Sandmann Pedersen
1
-15
/
+14
2009-03-28
[region] Make cairo_region_t a malloced object.
Søren Sandmann
1
-8
/
+8
2009-02-15
Delete _cairo_region_get_boxes() in favor of _cairo_region_get_box()
Søren Sandmann
1
-18
/
+13
2009-02-15
Simplify region handling in xlib surface
Søren Sandmann Pedersen
1
-8
/
+3
2009-01-29
[surface] add CAIRO_STATUS_INVALID_SIZE
Paolo Bonzini
1
-4
/
+3
2008-12-18
Query the backend to see if we can repaint the solid pattern.
Chris Wilson
1
-1
/
+11
2008-12-06
[cairo-spans] Add a check/create_span_renderer backend methods.
M Joonas Pihlaja
1
-0
/
+2
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-13
/
+12
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-46
/
+46
2008-11-25
[xlib] Cosmetic tweak.
Chris Wilson
1
-2
/
+3
2008-11-21
[region] Use the caller supplied array for extracting boxes.
Chris Wilson
1
-5
/
+8
2008-11-19
[xlib] Explicitly track whether the GC has clip_rects.
Chris Wilson
1
-3
/
+3
2008-11-19
[xlib] Mark GC as dirty if we have an outstanding clip.
Chris Wilson
1
-1
/
+3
2008-11-05
[matrix] Minimise pixman conversion error.
Chris Wilson
1
-10
/
+23
2008-11-02
Add an extents argument to the high level surface backend functions
Adrian Johnson
1
-3
/
+5
2008-10-31
[xlib] Intialise clip_dirty.
Chris Wilson
1
-0
/
+1
[next]