summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-19image: Avoid reusing pixman images for threadsafety.M Joonas Pihlaja1-24/+36
2011-02-19test: Fix gcc signedness warningBenjamin Otte1-1/+1
2011-02-19arc: Remove erroneous return statementBenjamin Otte1-2/+0
2011-02-19test: Fix copy/paste errorBenjamin Otte1-1/+1
2011-02-19test: Fix gcc complaints about old style definitionsBenjamin Otte2-2/+2
2011-02-19test: Add a test for 0-radius negative arcsBenjamin Otte1-0/+14
2011-02-19Declare variables first so gcc shuts upBenjamin Otte1-1/+2
2011-02-18Revert accidental checkin in last commitBenjamin Otte1-1/+0
2011-02-18arc: Handle radius == 0 the same no matter the arc directionBenjamin Otte2-1/+7
2011-02-18surface: Actually return a value from _cairo_surface_set_error()Benjamin Otte1-1/+1
2011-02-18test: Add missing format to any2ppm to silence gccBenjamin Otte1-0/+1
2011-02-18surface: Allow NOTHING_TO_DO as a valid error for nowBenjamin Otte1-0/+4
2011-02-18region: Don't be nice to people setting internal error codeBenjamin Otte1-3/+3
2011-02-18device: Don't be nice to people setting internal error codesBenjamin Otte1-4/+2
2011-02-18surface: Don't be nice to people setting internal error codesBenjamin Otte1-6/+0
2011-02-18Assert that an error is valid when setBenjamin Otte1-0/+1
2011-02-18xcb: Don't operate on a status variable that is never setBenjamin Otte1-6/+0
2011-02-18boilerplate/egl: Ensure that we are using an RGBA32 egl configAlexandros Frantzis1-5/+12
2011-02-18egl: Ensure that the dummy pbuffer surface is compatible with the supplied co...Alexandros Frantzis1-10/+16
2011-02-18egl: Fix eglMakeCurrent for egl surfacesBenjamin Franzke1-1/+1
2011-02-17test: Add line-width-overlapBenjamin Otte3-0/+73
2011-02-17tests: Fix gcc complaintBenjamin Otte1-1/+1
2011-02-15tests: Add line-width-toleranceBenjamin Otte3-0/+67
2011-02-15AUTHORS: Use correct email for meBenjamin Otte1-1/+1
2011-02-14xlib: Fix compilation when gradient functions are not availableAndrea Canciani2-9/+23
2011-02-14test: Fix REFERENCE_IMAGESAndrea Canciani1-2/+5
2011-02-13gl: Don't reset the FBO draw/readbuffers every time we bind the FBO.Eric Anholt1-2/+2
2011-02-13test: Fix surface-pattern-scale-down-extendAndrea Canciani1-0/+13
2011-02-13test: Fix clip-device-offsetAndrea Canciani1-3/+3
2011-02-12arc-looping-dash: Add a missing cairo_restore ()Uli Schlachter1-0/+2
2011-02-12Fix errors from src/check-plt.shUli Schlachter3-0/+10
2011-02-12xcb: Remove the surface pattern cacheUli Schlachter3-101/+1
2011-02-10xcb: Fix a crash when finishing a deviceUli Schlachter1-1/+4
2011-02-10Finish devices after their finish callback returnsUli Schlachter1-2/+6
2011-02-10xcb-surface-source: Add image16 and ps ref imagesUli Schlachter3-0/+0
2011-02-10ps: Update xlib-surface-source ref imagesUli Schlachter4-0/+0
2011-02-10gl: Replace built-in vertex attributes with custom attributesAlexandros Frantzis3-23/+49
2011-02-10gl: Add gl dispatch entries for functions related to vertex attributesAlexandros Frantzis2-0/+16
2011-02-10gl: Use a custom shader uniform for the ModelViewProjection matrixAlexandros Frantzis4-8/+49
2011-02-10gl: Replace ftransform() with manual coordinate calculation in shadersAlexandros Frantzis1-1/+1
2011-02-10gl: Add function to bind a 4x4 float matrix shader uniformAlexandros Frantzis2-0/+31
2011-02-10gl: Add entry for UniformMatrix4fv in the gl dispatch tableAlexandros Frantzis2-0/+3
2011-02-08Type1-subset: Fallback if font contains more than one /EncodingAdrian Johnson1-0/+4
2011-02-07mesh: Rename cairo_pattern_mesh_* functions to cairo_mesh_pattern_*Andrea Canciani15-268/+268
2011-02-06test: Attempt to capture out-of-bounds spans compositing bugChris Wilson6-0/+84
2011-02-06image: Limit span rendering to bounded extentsChris Wilson1-0/+28
2011-02-04Don't err on non-invertible font matrixBehdad Esfahbod1-3/+0
2011-01-31gl: Remove fixed-function related code pathsAlexandros Frantzis3-110/+3
2011-01-31gl: Remove unnecessary checks for NULL shader implementationAlexandros Frantzis1-21/+8
2011-01-31gl: Fail if GL implementation doesn't support shadersAlexandros Frantzis1-0/+6