December 2015 Archives by date
Starting: Tue Dec 1 17:56:26 PST 2015
Ending: Thu Dec 31 05:02:53 PST 2015
Messages: 531
- [cairo] Looks Like Multiple Masters Is A Dead Technology
Lawrence D'Oliveiro
- [cairo] How to texturing a self-defined pattern(or image) along line and fill a polygon?
quanzhao198757 at sina.com
- [cairo] How to texturing a self-defined pattern(or image) along line and fill a polygon?
Lawrence D'Oliveiro
- [cairo] How to texturing a self-defined pattern(or image) along line and fill a polygon?
Petr Kobalíček
- [cairo] How to texturing a self-defined pattern(or image) along line and fill a polygon?
quanzhao198757 at sina.com
- [cairo] How to texturing a self-defined pattern(or image) along line and fill a polygon?
Lawrence D'Oliveiro
- [cairo] How to texturing a self-defined pattern(or image)
quanzhao198757 at sina.com
- [cairo] How to texturing a self-defined pattern(or image) along line and fill a polygon?
Lawrence D'Oliveiro
- [cairo] Cairo API/ABI Changes
Lawrence D'Oliveiro
- [cairo] Fun With Pixman
Lawrence D'Oliveiro
- [cairo] DRM backend
Enrico Weigelt, metux IT consult
- [cairo] virtual surfaces and composition
Enrico Weigelt, metux IT consult
- [cairo] Looks Like Multiple Masters Is A Dead Technology
Behdad Esfahbod
- [cairo] virtual surfaces and composition
Henry (Yu) Song
- [cairo] virtual surfaces and composition
Enrico Weigelt, metux IT consult
- [cairo] virtual surfaces and composition
Enrico Weigelt, metux IT consult
- [cairo] virtual surfaces and composition
LRN
- [cairo] virtual surfaces and composition
Enrico Weigelt, metux IT consult
- [cairo] Looks Like Multiple Masters Is A Dead Technology
Lawrence D'Oliveiro
- [cairo] Recording Surfaces (was Re: virtual surfaces and composition)
Lawrence D'Oliveiro
- [cairo] virtual surfaces and composition
Lawrence D'Oliveiro
- [cairo] virtual surfaces and composition
Lawrence D'Oliveiro
- [cairo] Recording Surfaces (was Re: virtual surfaces and composition)
Henry (Yu) Song
- [cairo] Recording Surfaces (was Re: virtual surfaces and composition)
Lawrence D'Oliveiro
- [cairo] Recording Surfaces (was Re: virtual surfaces and composition)
Henry (Yu) Song
- [cairo] virtual surfaces and composition
Henry (Yu) Song
- [cairo] virtual surfaces and composition
LRN
- [cairo] Recording Surfaces (was Re: virtual surfaces and composition)
Lawrence D'Oliveiro
- [cairo] virtual surfaces and composition
Lawrence D'Oliveiro
- [cairo] Recording Surfaces (was Re: virtual surfaces and composition)
Henry (Yu) Song
- [cairo] virtual surfaces and composition
Lawrence D'Oliveiro
- [cairo] Recording Surfaces (was Re: virtual surfaces and composition)
Lawrence D'Oliveiro
- [cairo] cairo release 1.14.6 now available
Bryce Harrington
- [cairo] cairo release 1.14.6 now available
Enrico Weigelt, metux IT consult
- [cairo] virtual surfaces and composition
Enrico Weigelt, metux IT consult
- [cairo] Looks Like Multiple Masters Is A Dead Technology
Behdad Esfahbod
- [cairo] Looks Like Multiple Masters Is A Dead Technology
Lawrence D'Oliveiro
- [cairo] [PATCH 00/41] DRM backend fixes - take 1
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 01/41] core: some helper macros for easier access to box dimensions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 02/41] core: reintroduce bot-scan-converter functions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 03/41] core: _canonical_box() allow NULL box ptr
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 04/41] drm: use typedefs and defines from drm.h instead of redundant own definitions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 05/41] drm/intel: fixed missing includes
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 06/41] drm/intel: fixed cairo_status_t vs cairo_int_status_t mixup
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 07/41] drm/intel: fixed const constraints
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 08/41] drm/intel: fixed prototype of surface_backend => show_glyphs() operations
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 09/41] drm/intel: consolidated INTEL_GLYPH_CACHE_* with GLYPH_CACHE_*
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 10/41] drm/intel: fixed call to _cairo_surface_init()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 11/41] drm/intel: fixed surface backend ops vectors
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 12/41] drm/intel: fixed call to surface->drm.base.backend->flush() operation
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 13/41] drm/intel: renamed intel_glyph_cache_add_glyph()::glyph to glyph_private
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 14/41] drm/intel: intel_scaled_glyph_fini(): renamed local priv variable for better consistency
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 15/41] drm/intel: fixed prototyp of intel_scaled_glyph_fini()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 16/41] drm/intel: store scaled_glyph pointer in intel_glyph structure
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 17/41] drm/intel: make struct _intel_glyph container of cairo_scaled_glyph_private_t
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 18/41] drm/intel: destructor for glyph cache node
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 19/41] drm/intel: fix font cleanup
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 20/41] drm/intel: allow CAIRO_FORMAT_RGB30 in intel_bo
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 21/41] drm/i915: fixed missing includes
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 22/41] drm/i915: fixed cairo_status_t vs cairo_int_status_t mixup
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 23/41] drm/i915: fixed calls to _cairo_composite_rectangles_init_for_paint()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 24/41] drm/i915: fixed const constraints
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 25/41] drm/i915: fixed prototype of surface_backend => show_glyphs() operations
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 26/41] drm/i915: fixed missing antialiasing mode parameters
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 27/41] drm/i915: fixed call to _cairo_composite_rectangles_init_for_mask()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 28/41] drm/i915: fixed call to _cairo_composite_rectangles_init_for_stroke()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 29/41] drm/i915: fixed surface backend ops vectors
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 30/41] drm/i915: fixed calls to _cairo_clip_get_region()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 31/41] drm/i915: fixup call to _cairo_boxes_extents()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 32/41] drm/i915: split image_caches array into struct for better readability
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 33/41] drm/i915: allow CAIRO_FORMAT_RGB30 in image cache
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 34/41] drm/i915: fixed _cairo_clip_*() calls
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 35/41] drm/i915: replace use of _cairo_clip_to_boxes()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 36/41] drm/i915: fixed call to _cairo_botor_scan_converter_add_polygon()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 37/41] drm/i915: fixed test for whether path is a box
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 38/41] drm/i915: fixed call to _cairo_composite_rectangles_init_for_glyphs
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 39/41] drm/i965: fixed _cairo_clip_*() calls
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 40/41] drm/i965: fixed calls to _cairo_composite_rectangles_init_for_paint()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 41/41] qt: replaced calls to _cairo_clip_init_copy() by _cairo_clip_copy()
Enrico Weigelt, metux IT consult
- [cairo] Extracting The Scaling Component Of A Matrix
Lawrence D'Oliveiro
- [cairo] cairo snapshot 1.15.2 now available
Bryce Harrington
- [cairo] How scaled_font private structures work ?
Enrico Weigelt, metux IT consult
- [cairo] Looks Like Multiple Masters Is A Dead Technology
Behdad Esfahbod
- [cairo] How scaled_font private structures work ?
Enrico Weigelt, metux IT consult
- [cairo] how to substitute CAIRO_CLIP_PATH_IS_BOX ?
Enrico Weigelt, metux IT consult
- [cairo] absract_surface -> cairo_surface_t* vs void*
Enrico Weigelt, metux IT consult
- [cairo] virtual surfaces and composition
Uli Schlachter
- [cairo] [PATCH 02/41] core: reintroduce bot-scan-converter functions
Uli Schlachter
- [cairo] [PATCH 03/41] core: _canonical_box() allow NULL box ptr
Uli Schlachter
- [cairo] [PATCH 01/41] core: some helper macros for easier access to box dimensions
Uli Schlachter
- [cairo] [PATCH 14/41] drm/intel: intel_scaled_glyph_fini(): renamed local priv variable for better consistency
Uli Schlachter
- [cairo] [PATCH 18/41] drm/intel: destructor for glyph cache node
Uli Schlachter
- [cairo] [PATCH 19/41] drm/intel: fix font cleanup
Uli Schlachter
- [cairo] [PATCH 00/41] DRM backend fixes - take 1
Uli Schlachter
- [cairo] absract_surface -> cairo_surface_t* vs void*
Uli Schlachter
- [cairo] virtual surfaces and composition
Lawrence D'Oliveiro
- [cairo] Looks Like Multiple Masters Is A Dead Technology
Lawrence D'Oliveiro
- [cairo] [PATCH 02/41] core: reintroduce bot-scan-converter functions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 03/41] core: _canonical_box() allow NULL box ptr
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 01/41] core: some helper macros for easier access to box dimensions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 14/41] drm/intel: intel_scaled_glyph_fini(): renamed local priv variable for better consistency
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 18/41] drm/intel: destructor for glyph cache node
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 19/41] drm/intel: fix font cleanup
Enrico Weigelt, metux IT consult
- [cairo] Calculating Control Points For Bsplines
Bernhard Fischer
- [cairo] [PATCH 02/41] core: reintroduce bot-scan-converter functions
Uli Schlachter
- [cairo] Calculating Control Points For Bsplines
Lawrence D'Oliveiro
- [cairo] [PATCH 03/41] core: _canonical_box() allow NULL box ptr
Uli Schlachter
- [cairo] [PATCH 14/41] drm/intel: intel_scaled_glyph_fini(): renamed local priv variable for better consistency
Uli Schlachter
- [cairo] Recording Surfaces (was Re: virtual surfaces and composition)
Adrian Johnson
- [cairo] Looks Like Multiple Masters Is A Dead Technology
Behdad Esfahbod
- [cairo] Extracting The Scaling Component Of A Matrix
Behdad Esfahbod
- [cairo] Recording Surfaces (was Re: virtual surfaces and composition)
Enrico Weigelt, metux IT consult
- [cairo] absract_surface -> cairo_surface_t* vs void*
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 02/41] core: reintroduce bot-scan-converter functions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 03/41] core: _canonical_box() allow NULL box ptr
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 14/41] drm/intel: intel_scaled_glyph_fini(): renamed local priv variable for better consistency
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 00/36] DRM backend fixes / take 2
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 01/36] core: some helper macros for easier access to box dimensions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 02/36] core: reintroduce bot-scan-converter functions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 03/36] core: allow NULL parameter for _cairo_path_fixed_is_box()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 04/36] drm: use typedefs and defines from drm.h instead of redundant own definitions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 05/36] drm: add helper for typecasting from abstract surface to drm surface type
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 06/36] drm: fixed missing includes
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 07/36] drm: fixed cairo_status_t vs cairo_int_status_t mixup
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 08/36] drm: fixed const constraints
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 09/36] drm: allow CAIRO_FORMAT_RGB30
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 10/36] drm: fixed missing antialiasing mode parameters
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 11/36] drm: fixed call to _cairo_composite_rectangles_init_for_*()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 12/36] drm: fixed prototype of surface_backend => show_glyphs() operations
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 13/36] drm: fixed surface backend ops vectors
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 14/36] drm: fixed calls to _cairo_botor_scan_converter_add_polygon()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 15/36] drm: fixed handling of private pointers in scaled_font objects
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 16/36] drm: fixed test for whether path is a box
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 17/36] drm/intel: consolidated INTEL_GLYPH_CACHE_* with GLYPH_CACHE_*
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 18/36] drm/intel: fixed call to _cairo_surface_init()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 19/36] drm/intel: fixed call to surface->drm.base.backend->flush() operation
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 20/36] drm/intel: renamed intel_glyph_cache_add_glyph()::glyph to glyph_private
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 21/36] drm/intel: intel_scaled_glyph_fini(): renamed local priv variable for better consistency
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 22/36] drm/intel: fixed prototyp of intel_scaled_glyph_fini()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 23/36] drm/intel: store scaled_glyph pointer in intel_glyph structure
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 24/36] drm/intel: make struct _intel_glyph container of cairo_scaled_glyph_private_t
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 25/36] drm/intel: destructor for glyph cache node
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 26/36] drm/intel: fix font cleanup
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 27/36] drm/i915: fixed prototype of surface_backend => show_glyphs() operations
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 28/36] drm/i915: fixed surface backend ops vectors
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 29/36] drm/i915: fixed calls to _cairo_clip_get_region()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 30/36] drm/i915: fixup call to _cairo_boxes_extents()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 31/36] drm/i915: split image_caches array into struct for better readability
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 32/36] drm: fixed _cairo_clip_*() calls
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 33/36] drm: replace use of _cairo_clip_to_boxes()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 34/36] drm/i915: fixed call to _cairo_pattern_sampled_area()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 35/36] drm/i915: fixed call to intel_surface_flush()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 36/36] qt: replaced calls to _cairo_clip_init_copy() by _cairo_clip_copy()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 14/41] drm/intel: intel_scaled_glyph_fini(): renamed local priv variable for better consistency
Uli Schlachter
- [cairo] [PATCH 00/36] DRM backend fixes / take 2
Uli Schlachter
- [cairo] Recording Surfaces (was Re: virtual surfaces and composition)
Lawrence D'Oliveiro
- [cairo] Recording Surfaces (was Re: virtual surfaces and composition)
Lawrence D'Oliveiro
- [cairo] [PATCH 14/41] drm/intel: intel_scaled_glyph_fini(): renamed local priv variable for better consistency
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 00/36] DRM backend fixes / take 2
Chris Wilson
- [cairo] Extracting The Scaling Component Of A Matrix
Lawrence D'Oliveiro
- [cairo] Calculating Control Points For Bsplines
Bernhard Fischer
- [cairo] Extracting The Scaling Component Of A Matrix
Behdad Esfahbod
- [cairo] [PATCH 00/36] DRM backend fixes / take 2
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 00/36] DRM backend fixes / take 2
Chris Wilson
- [cairo] Calculating Control Points For Bsplines
Bill Spitzak
- [cairo] Calculating Control Points For Bsplines
Lawrence D'Oliveiro
- [cairo] Extracting The Scaling Component Of A Matrix
Arjen Nienhuis
- [cairo] Calculating Control Points For Bsplines
Bernhard Fischer
- [cairo] Extracting The Scaling Component Of A Matrix
Behdad Esfahbod
- [cairo] [PATCH 00/43] DRM backend fixes - 3rd take
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 01/43] core: some helper macros for easier access to box dimensions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 02/43] core: reintroduce bot-scan-converter functions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 03/43] core: allow NULL parameter for _cairo_path_fixed_is_box()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 04/43] core: fix compiler warnings
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 05/43] core: helper function for converting cairo_status_t to human-readable text (like strerror)
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 06/43] core: updated .gitignore
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 07/43] drm: use typedefs and defines from drm.h instead of redundant own definitions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 08/43] drm: add helper for typecasting from abstract surface to drm surface type
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 09/43] drm: fixed missing includes
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 10/43] drm: fixed cairo_status_t vs cairo_int_status_t mixup
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 11/43] drm: fixed const constraints
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 12/43] drm: allow CAIRO_FORMAT_RGB30
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 13/43] drm: fixed missing antialiasing mode parameters
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 14/43] drm: fixed call to _cairo_composite_rectangles_init_for_*()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 15/43] drm: fixed prototype of surface_backend => show_glyphs() operations
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 16/43] drm: fixed surface backend ops vectors
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 17/43] drm: fixed calls to _cairo_botor_scan_converter_add_polygon()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 18/43] drm: fixed handling of private pointers in scaled_font objects
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 19/43] drm: fixed test for whether path is a box
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 20/43] drm: add helper for typecasting from abstract device to drm device type
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 21/43] drm: fixed return value of _device_flush()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 22/43] drm: made various drm-backends optional (buildtime)
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 23/43] drm: fixed call to _cairo_atomic_ptr_cmpxchg()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 24/43] drm: cleaned up device probing / initialization
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 25/43] drm: fixed surface backend ops vectors
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 26/43] drm: fixed calls to surface backend flush() operations
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 27/43] drm: fixed prototypes of surface_backend => show_glyphs() operations
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 28/43] drm: fixed calls to _cairo_surface_init()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 29/43] drm/intel: consolidated INTEL_GLYPH_CACHE_* with GLYPH_CACHE_*
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 30/43] drm/intel: renamed intel_glyph_cache_add_glyph()::glyph to glyph_private
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 31/43] drm/intel: intel_scaled_glyph_fini(): renamed local priv variable for better consistency
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 32/43] drm/intel: fixed prototyp of intel_scaled_glyph_fini()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 33/43] drm/intel: store scaled_glyph pointer in intel_glyph structure
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 34/43] drm/intel: make struct _intel_glyph container of cairo_scaled_glyph_private_t
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 35/43] drm/intel: destructor for glyph cache node
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 36/43] drm/intel: fix font cleanup
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 37/43] drm/i915: fixed calls to _cairo_clip_get_region()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 38/43] drm/i915: fixup call to _cairo_boxes_extents()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 39/43] drm/i915: split image_caches array into struct for better readability
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 40/43] drm: fixed _cairo_clip_*() calls
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 41/43] drm: replace use of _cairo_clip_to_boxes()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 42/43] drm/i915: fixed call to _cairo_pattern_sampled_area()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 43/43] qt: replaced calls to _cairo_clip_init_copy() by _cairo_clip_copy()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 04/43] core: fix compiler warnings
Lawrence D'Oliveiro
- [cairo] [PATCH 12/43] drm: allow CAIRO_FORMAT_RGB30
Lawrence D'Oliveiro
- [cairo] [PATCH 04/43] core: fix compiler warnings
Chris Wilson
- [cairo] [PATCH 12/43] drm: allow CAIRO_FORMAT_RGB30
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 04/43] core: fix compiler warnings
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 04/43] core: fix compiler warnings
Chris Wilson
- [cairo] [PATCH 04/43] core: fix compiler warnings
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 04/43] core: fix compiler warnings
Chris Wilson
- [cairo] how to substitute CAIRO_CLIP_PATH_IS_BOX ?
Chris Wilson
- [cairo] understanding the compositor
Enrico Weigelt, metux IT consult
- [cairo] RFC: helper macros for rect -> box conversions
Enrico Weigelt, metux IT consult
- [cairo] how to substitute CAIRO_CLIP_PATH_IS_BOX ?
Enrico Weigelt, metux IT consult
- [cairo] RFC: helper macros for rect -> box conversions
Chris Wilson
- [cairo] how to substitute CAIRO_CLIP_PATH_IS_BOX ?
Chris Wilson
- [cairo] status of gallium backend
Enrico Weigelt, metux IT consult
- [cairo] understanding the compositor
Chris Wilson
- [cairo] status of gallium backend
Chris Wilson
- [cairo] [PATCH 12/43] drm: allow CAIRO_FORMAT_RGB30
Lawrence D'Oliveiro
- [cairo] how to substitute CAIRO_CLIP_PATH_IS_BOX ?
Enrico Weigelt, metux IT consult
- [cairo] how to substitute CAIRO_CLIP_PATH_IS_BOX ?
Chris Wilson
- [cairo] Interpolate path points
Diego Jesus
- [cairo] Interpolate path points
Lawrence D'Oliveiro
- [cairo] how to substitute CAIRO_CLIP_PATH_IS_BOX ?
Enrico Weigelt, metux IT consult
- [cairo] return value of _cairo_composite_rectangles_intersect()
Enrico Weigelt, metux IT consult
- [cairo] make return buffers more obvious
Enrico Weigelt, metux IT consult
- [cairo] return value of _cairo_composite_rectangles_intersect()
Lawrence D'Oliveiro
- [cairo] Dodgy Python Example
Lawrence D'Oliveiro
- [cairo] [PATCH 00/51] DRM fixes - take 4
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 01/51] core: some helper macros for easier access to box dimensions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 02/51] core: reintroduce bot-scan-converter functions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 03/51] core: allow NULL parameter for _cairo_path_fixed_is_box()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 04/51] core: fix compiler warnings
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 05/51] core: helper function for converting cairo_status_t to human-readable text (like strerror)
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 06/51] core: updated .gitignore
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 07/51] core: helper inline for rect->box conversion
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 08/51] core: some in-code documentation
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 09/51] core: dropped actually unused parameter of _cairo_boxes_to_array()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 10/51] core: fixed code duplication
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 11/51] core: dropped unnecessary local variable in _cairo_composite_rectangles_intersect()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 12/51] core: changed retval of _cairo_composite_rectangles_intersect() to cairo_bool_t
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 13/51] drm: use typedefs and defines from drm.h instead of redundant own definitions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 14/51] drm: add helper for typecasting from abstract surface to drm surface type
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 15/51] drm: fixed missing includes
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 16/51] drm: fixed cairo_status_t vs cairo_int_status_t mixup
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 17/51] drm: fixed const constraints
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 18/51] drm: allow CAIRO_FORMAT_RGB30
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 19/51] drm: fixed missing antialiasing mode parameters
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 20/51] drm: fixed call to _cairo_composite_rectangles_init_for_*()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 21/51] drm: fixed prototype of surface_backend => show_glyphs() operations
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 22/51] drm: fixed surface backend ops vectors
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 23/51] drm: fixed calls to _cairo_botor_scan_converter_add_polygon()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 24/51] drm: fixed handling of private pointers in scaled_font objects
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 25/51] drm: fixed test for whether path is a box
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 26/51] drm: add helper for typecasting from abstract device to drm device type
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 27/51] drm: fixed return value of _device_flush()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 28/51] drm: made various drm-backends optional (buildtime)
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 29/51] drm: fixed call to _cairo_atomic_ptr_cmpxchg()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 30/51] drm: cleaned up device probing / initialization
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 31/51] drm: fixed surface backend ops vectors
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 32/51] drm: fixed calls to surface backend flush() operations
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 33/51] drm: fixed prototypes of surface_backend => show_glyphs() operations
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 34/51] drm: fixed calls to _cairo_surface_init()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 35/51] drm/intel: consolidated INTEL_GLYPH_CACHE_* with GLYPH_CACHE_*
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 36/51] drm/intel: renamed intel_glyph_cache_add_glyph()::glyph to glyph_private
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 37/51] drm/intel: intel_scaled_glyph_fini(): renamed local priv variable for better consistency
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 38/51] drm/intel: fixed prototyp of intel_scaled_glyph_fini()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 39/51] drm/intel: store scaled_glyph pointer in intel_glyph structure
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 40/51] drm/intel: make struct _intel_glyph container of cairo_scaled_glyph_private_t
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 41/51] drm/intel: destructor for glyph cache node
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 42/51] drm/intel: fix font cleanup
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 43/51] drm/i915: fixed calls to _cairo_clip_get_region()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 44/51] drm/i915: fixup call to _cairo_boxes_extents()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 45/51] drm/i915: split image_caches array into struct for better readability
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 46/51] drm: fixed _cairo_clip_*() calls
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 47/51] drm: replace use of _cairo_clip_to_boxes()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 48/51] drm/i915: fixed call to _cairo_pattern_sampled_area()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 49/51] qt: replaced calls to _cairo_clip_init_copy() by _cairo_clip_copy()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 50/51] core: changed retval of _cairo_composite_rectangles_init_for_mask() to cairo_bool_t
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 51/51] core: changed retval of _cairo_composite_rectangles_init_for_paint() to cairo_bool_t
Enrico Weigelt, metux IT consult
- [cairo] understanding _cairo_path_fixed_fill_extents()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 05/51] core: helper function for converting cairo_status_t to human-readable text (like strerror)
Bill Spitzak
- [cairo] make return buffers more obvious
Bill Spitzak
- [cairo] make return buffers more obvious
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 05/51] core: helper function for converting cairo_status_t to human-readable text (like strerror)
Enrico Weigelt, metux IT consult
- [cairo] make return buffers more obvious
Lawrence D'Oliveiro
- [cairo] make return buffers more obvious
Bill Spitzak
- [cairo] [PATCH 05/51] core: helper function for converting cairo_status_t to human-readable text (like strerror)
Bill Spitzak
- [cairo] make return buffers more obvious
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 05/51] core: helper function for converting cairo_status_t to human-readable text (like strerror)
Enrico Weigelt, metux IT consult
- [cairo] make return buffers more obvious
Lawrence D'Oliveiro
- [cairo] PATCH cairo-www: Mention More Python Bindings
Lawrence D'Oliveiro
- [cairo] Prolog bindings for cairo
Lawrence D'Oliveiro
- [cairo] make return buffers more obvious
Bryce Harrington
- [cairo] make return buffers more obvious
Bryce Harrington
- [cairo] return value of _cairo_composite_rectangles_intersect()
Uli Schlachter
- [cairo] understanding _cairo_path_fixed_fill_extents()
Uli Schlachter
- [cairo] return value of _cairo_composite_rectangles_intersect()
Enrico Weigelt, metux IT consult
- [cairo] understanding _cairo_path_fixed_fill_extents()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 10/51] core: fixed code duplication
Chris Wilson
- [cairo] [PATCH 50/51] core: changed retval of _cairo_composite_rectangles_init_for_mask() to cairo_bool_t
Chris Wilson
- [cairo] [PATCH 50/51] core: changed retval of _cairo_composite_rectangles_init_for_mask() to cairo_bool_t
Enrico Weigelt, metux IT consult
- [cairo] understanding _cairo_path_fixed_fill_extents()
Bill Spitzak
- [cairo] [PATCH 50/51] core: changed retval of _cairo_composite_rectangles_init_for_mask() to cairo_bool_t
Chris Wilson
- [cairo] [PATCH 10/51] core: fixed code duplication
Enrico Weigelt, metux IT consult
- [cairo] return value of _cairo_composite_rectangles_intersect()
Bill Spitzak
- [cairo] understanding _cairo_path_fixed_fill_extents()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 50/51] core: changed retval of _cairo_composite_rectangles_init_for_mask() to cairo_bool_t
Enrico Weigelt, metux IT consult
- [cairo] return value of _cairo_composite_rectangles_intersect()
Enrico Weigelt, metux IT consult
- [cairo] PATCH cairo-www: Mention More Python Bindings
Bryce Harrington
- [cairo] Dodgy Python Example
Bryce Harrington
- [cairo] [PATCH 02/51] core: reintroduce bot-scan-converter functions
Bryce Harrington
- [cairo] [PATCH 03/51] core: allow NULL parameter for _cairo_path_fixed_is_box()
Bryce Harrington
- [cairo] [PATCH 04/51] core: fix compiler warnings
Bryce Harrington
- [cairo] [PATCH 05/51] core: helper function for converting cairo_status_t to human-readable text (like strerror)
Bryce Harrington
- [cairo] [PATCH 06/51] core: updated .gitignore
Bryce Harrington
- [cairo] [PATCH 08/51] core: some in-code documentation
Bryce Harrington
- [cairo] [PATCH 10/51] core: fixed code duplication
Bryce Harrington
- [cairo] [PATCH 10/51] core: fixed code duplication
Bryce Harrington
- [cairo] [PATCH 11/51] core: dropped unnecessary local variable in _cairo_composite_rectangles_intersect()
Bryce Harrington
- [cairo] [PATCH 12/51] core: changed retval of _cairo_composite_rectangles_intersect() to cairo_bool_t
Bryce Harrington
- [cairo] [PATCH 13/51] drm: use typedefs and defines from drm.h instead of redundant own definitions
Bryce Harrington
- [cairo] [PATCH 10/51] core: fixed code duplication
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 02/51] core: reintroduce bot-scan-converter functions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 03/51] core: allow NULL parameter for _cairo_path_fixed_is_box()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 04/51] core: fix compiler warnings
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 05/51] core: helper function for converting cairo_status_t to human-readable text (like strerror)
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 06/51] core: updated .gitignore
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 08/51] core: some in-code documentation
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 10/51] core: fixed code duplication
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 11/51] core: dropped unnecessary local variable in _cairo_composite_rectangles_intersect()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 12/51] core: changed retval of _cairo_composite_rectangles_intersect() to cairo_bool_t
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 13/51] drm: use typedefs and defines from drm.h instead of redundant own definitions
Enrico Weigelt, metux IT consult
- [cairo] PATCH cairo-www: fix memory leaks and other cleanup in Python FreeType example
Lawrence D'Oliveiro
- [cairo] Dodgy Python Example
Lawrence D'Oliveiro
- [cairo] PATCH: cairo-www: add ellipses cookbook example
Lawrence D'Oliveiro
- [cairo] Dodgy Python Example
Gonzalo Odiard
- [cairo] [PATCH 00/54] DRM + core fixes - v5
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 01/54] core: some helper macros for easier access to box dimensions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 02/54] core: reintroduce bot-scan-converter functions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 03/54] core: allow NULL parameter for _cairo_path_fixed_is_box() and _cairo_path_fixed_is_stroke_box()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 04/54] core: fix compiler warnings
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 05/54] core: helper function for converting cairo_status_t to human-readable text (like strerror)
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 06/54] core: helper inline for rect->box conversion
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 07/54] core: some in-code documentation
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 08/54] core: dropped actually unused parameter of _cairo_boxes_to_array()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 09/54] core: fixed code duplication
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 10/54] core: dropped unnecessary local variable in _cairo_composite_rectangles_intersect()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 11/54] core: changed retval of _cairo_composite_rectangles_intersect() to cairo_bool_t
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 12/54] core: helper funtion for initializing rects with zero
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 13/54] tests: fixed warnings on unused variables
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 14/54] dropped autogenerated files
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 15/54] drm: use typedefs and defines from drm.h instead of redundant own definitions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 16/54] drm: typecasting helpers
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 17/54] drm: fixed missing includes
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 18/54] drm: fixed cairo_status_t vs cairo_int_status_t mixup
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 19/54] drm: fixed const constraints
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 20/54] drm: allow CAIRO_FORMAT_RGB30
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 21/54] drm: fixed missing antialiasing mode parameters
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 22/54] drm: fixed call to _cairo_composite_rectangles_init_for_*()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 23/54] drm: fixed prototype of surface_backend => show_glyphs() operations
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 24/54] drm: fixed surface backend ops vectors
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 25/54] drm: fixed calls to _cairo_botor_scan_converter_add_polygon()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 26/54] drm: fixed handling of private pointers in scaled_font objects
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 27/54] drm: fixed test for whether path is a box
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 28/54] drm: fixed return value of _device_flush()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 29/54] drm: made various drm-backends optional (buildtime)
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 30/54] drm: fixed call to _cairo_atomic_ptr_cmpxchg()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 31/54] drm: cleaned up device probing / initialization
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 32/54] drm: fixed surface backend ops vectors
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 33/54] drm: fixed calls to surface backend flush() operations
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 34/54] drm: fixed prototypes of surface_backend => show_glyphs() operations
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 35/54] drm: fixed calls to _cairo_surface_init()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 36/54] drm: generalized bo unmap
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 37/54] drm: generalized *_bo_map functions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 38/54] drm/intel: consolidated INTEL_GLYPH_CACHE_* with GLYPH_CACHE_*
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 39/54] drm/intel: renamed intel_glyph_cache_add_glyph()::glyph to glyph_private
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 40/54] drm/intel: intel_scaled_glyph_fini(): renamed local priv variable for better consistency
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 41/54] drm/intel: fixed prototyp of intel_scaled_glyph_fini()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 42/54] drm/intel: store scaled_glyph pointer in intel_glyph structure
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 43/54] drm/intel: make struct _intel_glyph container of cairo_scaled_glyph_private_t
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 44/54] drm/intel: destructor for glyph cache node
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 45/54] drm/intel: fix font cleanup
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 46/54] drm/i915: fixed calls to _cairo_clip_get_region()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 47/54] drm/i915: fixup call to _cairo_boxes_extents()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 48/54] drm/i915: split image_caches array into struct for better readability
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 49/54] drm: fixed _cairo_clip_*() calls
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 50/54] drm: replace use of _cairo_clip_to_boxes()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 51/54] drm/i915: fixed call to _cairo_pattern_sampled_area()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 52/54] qt: replaced calls to _cairo_clip_init_copy() by _cairo_clip_copy()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 53/54] drm/intel: optimized loops and fixed warning
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 54/54] drm/intel: fixed unitialized variable warning and improved error handling
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 10/51] core: fixed code duplication
Chris Wilson
- [cairo] [PATCH 05/51] core: helper function for converting cairo_status_t to human-readable text (like strerror)
Chris Wilson
- [cairo] Dodgy Python Example
Lawrence D'Oliveiro
- [cairo] Not outputting complex documents in cairo
LRN
- [cairo] Not outputting complex documents in cairo
Lawrence D'Oliveiro
- [cairo] Not outputting complex documents in cairo
Enrico Weigelt, metux IT consult
- [cairo] Not outputting complex documents in cairo
LRN
- [cairo] JPEG Support For Libcairo
Bernhard Fischer
- [cairo] JPEG Support For Libcairo
Adrian Johnson
- [cairo] JPEG Support For Libcairo
Lawrence D'Oliveiro
- [cairo] JPEG Support For Libcairo
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 00/72] DRM fixes #6 - first functioning version
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 01/72] core: some helper macros for easier access to box dimensions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 02/72] core: reintroduce bot-scan-converter functions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 03/72] core: allow NULL parameter for _cairo_path_fixed_is_box() and _cairo_path_fixed_is_stroke_box()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 04/72] core: fix compiler warnings
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 05/72] core: helper function for converting cairo_status_t to human-readable text (like strerror)
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 06/72] core: helper inline for rect->box conversion
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 07/72] core: some in-code documentation
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 08/72] core: dropped actually unused parameter of _cairo_boxes_to_array()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 09/72] core: fixed code duplication
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 10/72] core: dropped unnecessary local variable in _cairo_composite_rectangles_intersect()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 11/72] core: changed retval of _cairo_composite_rectangles_intersect() to cairo_bool_t
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 12/72] core: helper funtion for initializing rects with zero
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 13/72] tests: fixed warnings on unused variables
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 14/72] dropped autogenerated files
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 15/72] image: typecasting helpers
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 16/72] drm: fix importing of libdrm
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 17/72] drm: dropped obsolete/unused intel_bo_get_image()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 18/72] drm: dropped unused _cairo_drm_size_is_valid()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 19/72] drm: use typedefs and defines from drm headers instead of redundant own definitions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 20/72] drm: inline helper for cairo_format_t -> fourcc conversion
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 21/72] drm: typecasting helpers
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 22/72] drm: fixed missing includes
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 23/72] drm: fixed cairo_status_t vs cairo_int_status_t mixup
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 24/72] drm: fixed const constraints
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 25/72] drm: allow CAIRO_FORMAT_RGB30
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 26/72] drm: fixed missing antialiasing mode parameters
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 27/72] drm: fixed call to _cairo_composite_rectangles_init_for_*()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 28/72] drm: fixed prototype of surface_backend => show_glyphs() operations
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 29/72] drm: fixed surface backend ops vectors
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 30/72] drm: fixed calls to _cairo_botor_scan_converter_add_polygon()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 31/72] drm: fixed handling of private pointers in scaled_font objects
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 32/72] drm: fixed test for whether path is a box
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 33/72] drm: fixed return value of _device_flush()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 34/72] drm: made various drm-backends optional (buildtime)
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 35/72] drm: fixed call to _cairo_atomic_ptr_cmpxchg()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 36/72] drm: cleaned up device probing / initialization
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 37/72] drm: fixed surface backend ops vectors
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 38/72] drm: fixed calls to surface backend flush() operations
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 39/72] drm: fixed prototypes of surface_backend => show_glyphs() operations
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 40/72] drm: fixed calls to _cairo_surface_init()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 41/72] drm: fix signature of bo backend 's release callback
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 42/72] drm: generalized bo unmap
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 43/72] drm: consolidated bo_pool into drm_device
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 44/72] drm: generalized *_bo_map functions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 45/72] drm: generalized *_map_to_image() functions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 46/72] drm: generalized framebuffer-based surface operations
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 47/72] drm: generalized *_surface_acquire_source_image() functions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 48/72] drm: generalized *_surface_finish()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 49/72] drm: consolidated *_bo_release() functions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 50/72] drm: some more assertions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 51/72] drm/intel: consolidated INTEL_GLYPH_CACHE_* with GLYPH_CACHE_*
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 52/72] drm: consolidated *_release_source_image() surface functions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 53/72] drm/intel: renamed intel_glyph_cache_add_glyph()::glyph to glyph_private
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 54/72] drm/intel: intel_scaled_glyph_fini(): renamed local priv variable for better consistency
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 55/72] drm/intel: fixed prototyp of intel_scaled_glyph_fini()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 56/72] drm/intel: store scaled_glyph pointer in intel_glyph structure
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 57/72] drm/intel: make struct _intel_glyph container of cairo_scaled_glyph_private_t
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 58/72] drm/intel: destructor for glyph cache node
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 59/72] drm/intel: fix font cleanup
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 60/72] drm/i915: fixed calls to _cairo_clip_get_region()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 61/72] drm/i915: fixup call to _cairo_boxes_extents()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 62/72] drm/i915: split image_caches array into struct for better readability
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 63/72] drm: fixed _cairo_clip_*() calls
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 64/72] drm: replace use of _cairo_clip_to_boxes()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 65/72] drm/i915: fixed call to _cairo_pattern_sampled_area()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 66/72] qt: replaced calls to _cairo_clip_init_copy() by _cairo_clip_copy()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 67/72] drm/intel: optimized loops and fixed warning
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 68/72] drm/intel: fixed unitialized variable warning and improved error handling
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 69/72] drm: generalized *_surface_flush() functions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 70/72] drm: radeon: dropped unused fields in bo struct
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 71/72] drm: generalized *_bo_create_for_name()
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 72/72] HACK: drm: dumb framebuffer support
Enrico Weigelt, metux IT consult
- [cairo] JPEG Support For Libcairo
Bernhard Fischer
- [cairo] JPEG Support For Libcairo
Bernhard Fischer
- [cairo] JPEG Support For Libcairo
Enrico Weigelt, metux IT consult
- [cairo] JPEG Support For Libcairo
Adrian Johnson
- [cairo] JPEG Support For Libcairo
Bernhard Fischer
- [cairo] [PATCH 12/72] core: helper funtion for initializing rects with zero
Chris Wilson
- [cairo] [PATCH 04/72] core: fix compiler warnings
Chris Wilson
- [cairo] [PATCH 11/72] core: changed retval of _cairo_composite_rectangles_intersect() to cairo_bool_t
Chris Wilson
- [cairo] [PATCH 01/72] core: some helper macros for easier access to box dimensions
Chris Wilson
- [cairo] [PATCH 15/72] image: typecasting helpers
Chris Wilson
- [cairo] [PATCH 72/72] HACK: drm: dumb framebuffer support
Chris Wilson
- [cairo] [PATCH 62/72] drm/i915: split image_caches array into struct for better readability
Chris Wilson
- [cairo] [PATCH 67/72] drm/intel: optimized loops and fixed warning
Chris Wilson
- [cairo] [PATCH 68/72] drm/intel: fixed unitialized variable warning and improved error handling
Chris Wilson
- [cairo] [PATCH 71/72] drm: generalized *_bo_create_for_name()
Chris Wilson
- [cairo] JPEG Support For Libcairo
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 12/72] core: helper funtion for initializing rects with zero
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 04/72] core: fix compiler warnings
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 15/72] image: typecasting helpers
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 14/72] dropped autogenerated files
Chris Wilson
- [cairo] [PATCH 72/72] HACK: drm: dumb framebuffer support
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 62/72] drm/i915: split image_caches array into struct for better readability
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 42/72] drm: generalized bo unmap
Chris Wilson
- [cairo] [PATCH 36/72] drm: cleaned up device probing / initialization
Chris Wilson
- [cairo] [PATCH 19/72] drm: use typedefs and defines from drm headers instead of redundant own definitions
Chris Wilson
- [cairo] [PATCH 05/72] core: helper function for converting cairo_status_t to human-readable text (like strerror)
Chris Wilson
- [cairo] [PATCH 05/72] core: helper function for converting cairo_status_t to human-readable text (like strerror)
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 19/72] drm: use typedefs and defines from drm headers instead of redundant own definitions
Enrico Weigelt, metux IT consult
- [cairo] [PATCH 25/72] drm: allow CAIRO_FORMAT_RGB30
Lawrence D'Oliveiro
- [cairo] JPEG Support For Libcairo
Lawrence D'Oliveiro
- [cairo] Drawing Single Pixel Lines
Christos Sotiriou
- [cairo] [PATCH 14/72] dropped autogenerated files
Lawrence D'Oliveiro
- [cairo] Drawing Single Pixel Lines
Dan Raymond
- [cairo] Drawing Single Pixel Lines
Stefan Salewski
- [cairo] [PATCH 62/72] drm/i915: split image_caches array into struct for better readability
Lawrence D'Oliveiro
- [cairo] [PATCH 14/72] dropped autogenerated files
Enrico Weigelt, metux IT consult
- [cairo] JPEG Support For Libcairo
Uli Schlachter
- [cairo] Implementing cairo_read_func_t/cairo_write_func_t properly
Bernhard Fischer
- [cairo] Implementing cairo_read_func_t/cairo_write_func_t properly
Lawrence D'Oliveiro
- [cairo] [PATCH 03/72] core: allow NULL parameter for _cairo_path_fixed_is_box() and _cairo_path_fixed_is_stroke_box()
Bill Spitzak
- [cairo] Implementing cairo_read_func_t/cairo_write_func_t properly
Behdad Esfahbod
- [cairo] [PATCH] add "surface_transform" parameter to "replay_and_create_regions" function
Guillaume Ayoub
- [cairo] JPEG Support For Libcairo
Behdad Esfahbod
Last message date:
Thu Dec 31 05:02:53 PST 2015
Archived on: Thu Dec 31 05:02:59 PST 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).