summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-06-24gl: Add rectilinear boxes optimization from image backendHEADmasterBenjamin Otte1-0/+110
2010-06-22gl: Return a surface from _cairo_surface_create_in_error()Benjamin Otte1-1/+2
2010-06-22gl: Propagate surface creation error instead of crashingBenjamin Otte1-6/+16
2010-06-22egl: Copy glx code to detect the proper surface in acquireBenjamin Otte1-0/+9
2010-06-22egl: Remove unused prev_foo usageBenjamin Otte1-7/+0
2010-06-19script: Pass the buffer length back to freetype.Chris Wilson1-1/+1
2010-06-19xcb: Return the status upon flushing the device.Chris Wilson1-2/+3
2010-06-19xlib: Precise and Imprecise were reversed.Chris Wilson1-4/+4
2010-06-19xlib: Perform image uploads inplace.Chris Wilson1-0/+112
2010-06-18glx: Remove useless optimization trying to avoid glXMakeCurrent()Benjamin Otte1-17/+2
2010-06-18gl: Refactor status handling in _cairo_gl_context_release()Benjamin Otte6-43/+43
2010-06-18gl: Inline the check_error() functionBenjamin Otte1-16/+7
2010-06-18gl: Don't assert if there used to be a GL errorBenjamin Otte1-1/+2
2010-06-18gl: Add a custom glGetError() functionBenjamin Otte1-3/+16
2010-06-18gl: Remove custom fprintf fudging on GL errorsBenjamin Otte2-26/+1
2010-06-18gl: cairo_warn about return value from cairo_gl_context_release()Benjamin Otte1-1/+1
2010-06-18egl: Implement acquire and release for EGL backendKristian Høgsberg1-9/+37
2010-06-17image: Make a local copy of the trap coordinates as the boxes alias.Chris Wilson1-4/+11
2010-06-17wgl: Only reset GL context on the dummy window.Zoxc1-4/+2
2010-06-17gl: Added wgl boilerplate and moved the glx and egl boilerplates into their o...Zoxc1-0/+8
2010-06-17wgl: Renamed hwnd field to wnd.Zoxc1-6/+6
2010-06-17ft,fc,xlib: LCD filtering patch.Nicolaus L Helper6-190/+597
2010-06-17image: Use consistent rounding modes for a1 rasterisation.Chris Wilson1-23/+35
2010-06-17fixed: Refactor code to use more inlines and less duplication of logic.Chris Wilson1-3/+15
2010-06-16correct rounding computationAndrea Canciani1-1/+1
2010-06-15glew: Define NULLChris Wilson1-0/+4
2010-06-14build: Add wgl to Makefile.sources and regenerate features.Chris Wilson2-2/+18
2010-06-14scaled-font: fine-tune cachingDmitri Vorobiev1-16/+45
2010-06-14gl: Added WGL context and surface.Zoxc2-0/+269
2010-06-14win32: Fixed compile errors in Windows backend.Zoxc2-7/+6
2010-06-12gl: start returning the failure status aftern an invalid GL op.Chris Wilson5-36/+86
2010-06-12cairo: Create error objects for cairo_tChris Wilson4-11/+71
2010-06-11image: Apply component alpha to composite masks.Chris Wilson1-16/+24
2010-06-11pattern: Remove incorrect optimisations from _cairo_pattern_aquire_surface()Chris Wilson1-93/+17
2010-06-11pattern: Remove extraordinary _cairo_pattern_fini_snapshot().Chris Wilson3-32/+12
2010-06-11gstate: Update cached matrix state after device transform changes on the targetChris Wilson8-4/+96
2010-06-11gl: make check insists "cairoint.h" is first.Chris Wilson1-3/+2
2010-06-11color: Mark _cairo_color_get_content() as private.Chris Wilson1-1/+1
2010-06-11xlib: Adjust trapezoid precision based on antialias.Chris Wilson2-0/+32
2010-06-11polygon: Reorder conditionals based on likelihood.Chris Wilson1-15/+15
2010-06-11xlib: Find matching Visual for XRenderFormatKarl Tomlinson1-9/+65
2010-06-11path: Exponentially grow buffer based on populated points and ops.Chris Wilson2-21/+21
2010-06-10gl: support single stop gradientsAndrea Canciani2-3/+2
2010-06-10ps: support single stop gradientsAndrea Canciani1-5/+4
2010-06-10pdf: support single stop gradientsAndrea Canciani1-3/+3
2010-06-10pattern: improve single stop gradients handlingAndrea Canciani1-1/+8
2010-06-10pattern: improve degenerate gradients handlingAndrea Canciani1-10/+25
2010-06-10gstate: correct optimizationsAndrea Canciani1-68/+17
2010-06-10pattern: add gradient_is_solid functionAndrea Canciani2-0/+58
2010-06-10pattern: improve clear/opaque check functionsAndrea Canciani2-8/+108