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-clip-private.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-10
[clip] Simplify applying a box clip
Chris Wilson
1
-1
/
+2
2009-08-29
[clip] Apply surface offset when combining with clip mask
Chris Wilson
1
-1
/
+1
2009-08-29
[clip] Pass in destination offset for combining with clip-mask
Chris Wilson
1
-1
/
+3
2009-08-29
[clip] Combine directly onto target
Chris Wilson
1
-0
/
+3
2009-08-29
[clip] Use geometric clipping for unaligned clips
Chris Wilson
1
-0
/
+5
2009-08-29
[clip] Eliminate redundant clips
Chris Wilson
1
-1
/
+7
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-46
/
+41
2009-03-28
[region] Move region function prototypes to cairo.h along with helper types.
Søren Sandmann
1
-1
/
+0
2009-03-28
[region] Get rid of clip->has_region
Søren Sandmann
1
-1
/
+0
2009-03-28
[region] Make cairo_region_t a malloced object.
Søren Sandmann
1
-1
/
+1
2008-09-02
Revamp the build system.
Behdad Esfahbod
1
-0
/
+3
2007-10-19
[cairo-clip] Avoid work when all clipped out.
Chris Wilson
1
-0
/
+2
2007-09-25
[cairo-atomic] Rewrite reference counting using atomic ops.
Chris Wilson
1
-6
/
+6
2007-09-25
Move GCC attributes wrapping into a separate header.
Chris Wilson
1
-0
/
+1
2007-08-23
Remove include of cairoint.h from *-private.h header files.
Carl Worth
1
-1
/
+0
2007-08-22
[Makefile.am] Add target sparse to run sparse static source code analyzer
Behdad Esfahbod
1
-0
/
+1
2007-07-18
[fixpt] Create cairo_region wrapper around pixman_region16_t
Vladimir Vukicevic
1
-2
/
+2
2007-07-18
[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_t
Vladimir Vukicevic
1
-3
/
+3
2007-04-10
Make _cairo_clip_reset void
Carl Worth
1
-1
/
+1
2007-04-10
pixman region operations can fail, propagate the error.
Chris Wilson
1
-2
/
+2
2007-04-08
Remove redundant _cairo_clip_fini function
Mathias Hasselmann
1
-3
/
+0
2007-04-08
Make region of cairo_clip_t static
Mathias Hasselmann
1
-1
/
+2
2007-04-03
Make sure all nil objects start with _cairo_
Behdad Esfahbod
1
-1
/
+1
2007-01-17
Rename cairo_copy_clip_rectangles to cairo_copy_clip_rectangle_list
Robert O'Callahan
1
-1
/
+1
2006-09-25
Add clip getters API + tests
Robert O'Callahan
1
-0
/
+5
2006-06-06
Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.
Carl Worth
1
-3
/
+3
2006-06-06
Remove trailing whitespace from lines that look like comments.
Carl Worth
1
-1
/
+1
2006-05-04
Add missing prototype for _cairo_clip_translate
Carl Worth
1
-0
/
+5
2006-05-04
Rename cairo_rectangle_t to cairo_rectangle_fixed_t.
Robert O'Callahan
1
-9
/
+9
2006-05-04
Fix up clip at pop_group time, to keep it in surface backend coordinates
Vladimir Vukicevic
1
-0
/
+5
2005-12-18
Move enum to cairoint.h
Christian Biesinger
1
-6
/
+0
2005-12-16
Globally rename "operator" to "op", to allow writing backends in C++
Christian Biesinger
1
-1
/
+1
2005-08-08
Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...
Billy Biggs
1
-0
/
+2
2005-08-08
Add a function to test whether a cairo_operator_t is bounded (does nothing fo...
Owen Taylor
1
-3
/
+6
2005-08-04
New files. Move code for manipulating cairo_clip_t out into cairo_clip_* func...
Kristian Høgsberg
1
-0
/
+118