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
/
cairo-gl-glyphs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-28
gl: Use cairo_rectangle_int_t
Matt Peterson
1
-2
/
+8
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-73
/
+61
2011-05-04
Silence the compiler for another couple of RGB30 switches
Chris Wilson
1
-0
/
+1
2010-06-22
gl: Propagate surface creation error instead of crashing
Benjamin Otte
1
-6
/
+16
2010-06-18
gl: Refactor status handling in _cairo_gl_context_release()
Benjamin Otte
1
-9
/
+5
2010-06-12
gl: start returning the failure status aftern an invalid GL op.
Chris Wilson
1
-3
/
+7
2010-06-07
gl: Switch to deferred rendering
Benjamin Otte
1
-4
/
+0
2010-06-07
gl: Get rid of operand argument to emit functions
Benjamin Otte
1
-1
/
+1
2010-06-07
gl: Remove composite_t argument from _flush() function
Benjamin Otte
1
-1
/
+1
2010-06-07
gl: Make gl_composite_begin() acquire the context
Benjamin Otte
1
-1
/
+6
2010-06-07
gl: Remove unused code
Benjamin Otte
1
-10
/
+1
2010-06-07
gl: Make composite_set_clip_region not require the context
Benjamin Otte
1
-1
/
+1
2010-06-07
gl: Make composite_set_source/mask/mask_spans not require a context
Benjamin Otte
1
-3
/
+2
2010-06-07
gl: Add API for querying if we need GL_TEXTURE_RECTANGLE_EXT
Benjamin Otte
1
-1
/
+1
2010-06-07
gl: Make cairo_gl_composite_t not require a gl context anymore
Benjamin Otte
1
-4
/
+3
2010-05-20
gl: Use _cairo_gl_surface_draw_image() when caching glyphs
Benjamin Otte
1
-39
/
+8
2010-05-20
gl: Actually check errors for _cairo_gl_composite_begin()
Benjamin Otte
1
-0
/
+2
2010-05-20
gl: Get rid of _cairo_gl_composite_set_mask_texture()
Benjamin Otte
1
-7
/
+8
2010-05-20
gl: Make glyph cache a real surface
Benjamin Otte
1
-42
/
+25
2010-05-17
gl: Get rid of src and mask argument to composite_init()
Benjamin Otte
1
-1
/
+1
2010-05-17
gl: Update copyright statements
Benjamin Otte
1
-0
/
+5
2010-05-17
gl: Replace _cairo_gl_operand_init() with setters for src/mask
Benjamin Otte
1
-5
/
+5
2010-05-17
gl: Convert glyphs path to use cairo_gl_composite_t
Benjamin Otte
1
-294
/
+37
2010-05-17
gl: Require ARB_vertex_buffer_object extension unconditionally
Benjamin Otte
1
-3
/
+0
2010-05-17
gl: Support component alpha in gl_composite_t
Benjamin Otte
1
-1
/
+1
2010-05-17
gl: make show_glyphs use the cairo_composite_t API
Benjamin Otte
1
-7
/
+10
2010-05-17
gl: cairo_gl_compsite_setup_t => cairo_gl_composite_t
Benjamin Otte
1
-2
/
+2
2010-05-17
gl: use glBlendFuncSeparate()
Benjamin Otte
1
-6
/
+3
2010-05-17
gl: Get rid of cairo_gl_shader_source/mask_t
Benjamin Otte
1
-5
/
+8
2010-05-17
gl: s/_cairo_gl_set_destination/_cairo_gl_context_set_destination/
Benjamin Otte
1
-1
/
+1
2010-05-13
gl: Don't keep a temporary surface in the device
Benjamin Otte
1
-28
/
+8
2010-05-12
rtree: Remove the unused evict hook.
Chris Wilson
1
-2
/
+1
2010-05-08
gl: Make the shader implementation per-context, not global
Benjamin Otte
1
-2
/
+2
2010-05-05
gl: Introduce _cairo_gl_device_has_glsl() function
Benjamin Otte
1
-1
/
+1
2010-05-05
gl: Make _gl_set_destination() take the context as an argument
Benjamin Otte
1
-1
/
+1
2010-05-05
gl: Acquire context when initing/destroying gl operands
Benjamin Otte
1
-7
/
+10
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-03-30
Silence enumeration warnings following addition of RGB16_565
Chris Wilson
1
-0
/
+2
2010-03-22
gl: Hook in glyph cache finalisation.
Chris Wilson
1
-11
/
+12
2010-03-22
gl: Decouple cache from scaled-font on context destruction
Chris Wilson
1
-1
/
+7
2010-03-01
api: Introduce CAIRO_FORMAT_INVALID formally in the API.
M Joonas Pihlaja
1
-0
/
+6
2010-02-23
image: split cairo_image_surface_coerce()
Benjamin Otte
1
-2
/
+1
2010-02-22
gl: Initialise glyphs mask to ensure allocation in absence of stash.
Chris Wilson
1
-0
/
+1
2010-02-16
gl: Fix glyphs texture coordinates for ARB_texture_rectangle.
Eric Anholt
1
-6
/
+10
2010-02-16
gl: initial support for EXT_texture_rectangle extension
Dave Airlie
1
-12
/
+13
2010-02-06
[gl] Make the VBO once at startup instead of recreating per glyphs/spans.
Eric Anholt
1
-8
/
+2
2010-02-04
[gl] Implement linear gradients acceleration.
Eric Anholt
1
-0
/
+1
2010-02-04
[gl] Use the shader source choice from operand setup instead of DIY.
Eric Anholt
1
-14
/
+1
2010-02-04
[gl] Move the glyphs shader construction to a more general location.
Eric Anholt
1
-171
/
+42
2010-02-04
[gl] Use GLSL when available for glyph rendering.
Eric Anholt
1
-11
/
+178
[next]