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_glitz_surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-06
Fix gradient acceleration in glitz backend
David Reveman
1
-27
/
+49
2005-03-04
Fix accidental reversal of condition in previous patch.
Carl Worth
1
-1
/
+1
2005-03-04
src/cairoint.h src/cairo_pattern.c src/cairo_glitz_surface.c: Add _cairo_patt...
Owen Taylor
1
-5
/
+23
2005-03-03
Add more mask surface acceleration to glitz backend
David Reveman
1
-9
/
+92
2005-03-03
Pass mask to composite operation as pattern
David Reveman
1
-39
/
+87
2005-03-03
Removed surface backend functions set_matrix, set_filter and set_repeat
David Reveman
1
-21
/
+3
2005-03-03
Major update to glitz backend
David Reveman
1
-461
/
+636
2005-01-27
Fold _cairo_pattern_get_image into _cairo_pattern_get_surface and make sure w...
Kristian Høgsberg
1
-4
/
+6
2005-01-27
The overall idea of this rewrite is that we want to pass the source pattern a...
Kristian Høgsberg
1
-424
/
+403
2005-01-25
Update mail address
David Reveman
1
-1
/
+1
2005-01-25
Track changes to glitz
David Reveman
1
-37
/
+30
2005-01-20
Track various renamings.
Carl Worth
1
-0
/
+1
2005-01-13
Replace all structure tags to have _ prefix. struct cairo_foo -> struct _cair...
Carl Worth
1
-2
/
+2
2005-01-11
Fix math library detection to use autotools helper
Keith Packard
1
-0
/
+1
2004-11-03
Tracking changes to glitz
David Reveman
1
-72
/
+155
2004-10-21
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
Carl Worth
1
-1
/
+1
2004-10-08
Add cairo_cache.c
Graydon Hoare
1
-1
/
+2
2004-10-04
Do not use VBOs and PBOs for immediate mode drawing
David Reveman
1
-63
/
+55
2004-09-19
Important fixes to glitz format handling
David Reveman
1
-9
/
+20
2004-09-15
Improved format handling, pixel transfers and gradients
David Reveman
1
-26
/
+48
2004-09-12
Get pixel masks from pixman image format
David Reveman
1
-16
/
+11
2004-09-12
cairo_surface_t pointer to cairo_surface_set_repeat
David Reveman
1
-1
/
+1
2004-09-11
Pickup repeat setting when cloning surface
David Reveman
1
-0
/
+2
2004-09-11
Tracking color stop coordinate changes to glitz's gradient filters
David Reveman
1
-2
/
+2
2004-09-11
Replaced the gl backend with the new glitz backend
David Reveman
1
-0
/
+907