index
:
~emmanuel/cairo
master
svg-text
Emmanuel's cairo repository - SVG backend work
emmanuel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-06
xcb: Correct handling of index 0 glyphs
Andrea Canciani
1
-0
/
+7
2011-01-03
pattern: Remove unused _cairo_pattern_size function
Andrea Canciani
2
-42
/
+0
2011-01-02
XCB: Make sure SHM memory isn't reused too early
Uli Schlachter
3
-4
/
+88
2011-01-02
Switch the order of two functions in the C file
Uli Schlachter
1
-34
/
+34
2011-01-02
Remove an unused field from cairo_xcb_shm_info_t
Uli Schlachter
5
-39
/
+33
2011-01-02
matrix: Fix warnings about documentation by 'make check'
Andrea Canciani
1
-2
/
+2
2011-01-02
pattern: Use double precision for gradient extreme objects
Andrea Canciani
12
-236
/
+205
2011-01-02
pattern: Factor out pattern rescaling
Andrea Canciani
5
-209
/
+156
2011-01-02
matrix: Cairo matrix to pixman transform/offset conversion
Andrea Canciani
6
-276
/
+357
2011-01-02
pattern: Make functions not used elsewhere static
Andrea Canciani
2
-11
/
+2
2011-01-02
pattern: Use cairo_color_stop_t when hashing gradient stops
Andrea Canciani
1
-1
/
+1
2011-01-02
pattern: Remove unused 'opaque' variable
Andrea Canciani
1
-3
/
+0
2011-01-01
script: Add support for mesh patterns
Andrea Canciani
1
-0
/
+85
2011-01-01
pattern: Add public mesh pattern API
Adrian Johnson
3
-1
/
+1069
2011-01-01
pdf,ps: Add native mesh pattern support
Adrian Johnson
5
-3
/
+614
2011-01-01
Add mesh gradient rasterizer
Andrea Canciani
5
-0
/
+1035
2011-01-01
gstate: Disallow incomplete mesh gradient sources
Andrea Canciani
1
-12
/
+32
2011-01-01
mesh: Add mesh pattern type and enum values
Adrian Johnson
15
-3
/
+289
2011-01-01
Keep makefiles in alphabetical order
Andrea Canciani
1
-2
/
+2
2011-01-01
quartz: Use native PDF blend modes
Andrea Canciani
1
-101
/
+139
2011-01-01
quartz: Don't dynamically load unused functions
Andrea Canciani
1
-2
/
+0
2011-01-01
quartz: Clean up dynamically loaded functions
Andrea Canciani
1
-48
/
+14
2010-12-29
Detach snapshots after flushing in cairo_surface_finish()
Uli Schlachter
1
-1
/
+2
2010-12-29
Verify that surfaces leak no snapshots
Uli Schlachter
1
-0
/
+6
2010-12-25
gl: Enable PLT symbol hiding for dispatch entries
Chris Wilson
1
-3
/
+3
2010-12-25
XCB: Stop taking the xcb socket
Uli Schlachter
9
-1172
/
+125
2010-12-18
xcb: Remove a wrong optimization
Uli Schlachter
1
-7
/
+0
2010-12-18
xcb: Work around wrong extent computation in the X server
Uli Schlachter
1
-0
/
+11
2010-12-17
gl: Fix #include's to pass 'make check'
Andrea Canciani
3
-1
/
+3
2010-12-15
Avoid some unneeded 'is_clear = FALSE'
Uli Schlachter
1
-6
/
+12
2010-12-15
gl: Remove GLEW from the build system and the source tree
Alexandros Frantzis
6
-25924
/
+1
2010-12-15
gl: Replace GLEW by using the facilities provided by cairo-gl-info
Alexandros Frantzis
5
-51
/
+34
2010-12-15
gl: Remove GL 1.x ARB shader implementation
Alexandros Frantzis
1
-187
/
+0
2010-12-15
gl: Use the GL core 2.0 shader implementation for both GL 1.x ARB and GL 2.x
Alexandros Frantzis
1
-5
/
+4
2010-12-15
gl: Use the dispatch table for calling ARB/EXT functions
Alexandros Frantzis
6
-145
/
+195
2010-12-15
gl: Add definitions for the core variant names of used GL constants
Alexandros Frantzis
3
-0
/
+101
2010-12-15
gl: Embed the GL dispatch table in the cairo-gl context and initialize it.
Alexandros Frantzis
4
-0
/
+22
2010-12-15
gl: Add infrastructure for calling GL functions using a dispatch table
Alexandros Frantzis
4
-0
/
+303
2010-12-15
gl: Add functions to query GL version and extensions
Alexandros Frantzis
3
-0
/
+81
2010-12-13
scaled-font: assert that we hold the scaled-font mutex when looking up glyphs
Chris Wilson
1
-0
/
+2
2010-12-13
path: Silence warnings
Andrea Canciani
1
-1
/
+1
2010-12-13
ps,pdf: Deal with empty domain gradients.
Andrea Canciani
2
-6
/
+104
2010-12-13
ps: Unify gradient emitters and support all extend modes.
Andrea Canciani
1
-168
/
+88
2010-12-13
pdf: Unify gradient emitters and support all extend modes.
Andrea Canciani
1
-282
/
+132
2010-12-13
quartz: Unify gradient construction and fix radial gradients.
Andrea Canciani
1
-332
/
+68
2010-12-13
pattern: Add a function to interpolate gradient objects.
Andrea Canciani
3
-0
/
+42
2010-12-13
pattern: Use pattern parameter range when analysing all gradients.
Andrea Canciani
1
-51
/
+44
2010-12-13
pattern: Compute a covering parameter range of a gradient for a box.
Andrea Canciani
2
-0
/
+470
2010-12-13
ps: Avoid unneeded fallbacks for gradients with opaque stops.
Andrea Canciani
1
-1
/
+7
2010-12-13
ps, pdf, pattern: Implement _cairo_pattern_alpha_range to analyse patterns.
Andrea Canciani
4
-22
/
+70
[next]