summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-10-20cairo-gl: Add first baby step toward using GLSL in cairo-gl backend.glslCarl Worth6-2/+358
2009-10-12gl: Explicitly initialize current_target to NULL.Carl Worth1-0/+2
2009-10-12gl: Reorder initialization of cairo_gl_context_t to match declaration.Carl Worth2-3/+5
2009-09-15Use __uint128_t and __int128_t if availableSebastian Dröge3-49/+49
2009-09-14[autoconf] Comment on the SIZEOF_VOID__ -> SIZEOF_VOID_P workaround.M Joonas Pihlaja1-0/+2
2009-09-14[build] Work around autoconf void* -> VOID__ name conversion bug.M Joonas Pihlaja1-0/+4
2009-09-14[build] Add a default message for when GLEW isn't builtChris Wilson1-8/+0
2009-09-14Add a private copy of GLEWChris Wilson7-0/+25925
2009-09-13[image] Add pixel masks for BGRA formatsChris Wilson1-1/+9
2009-09-13[configure] --enable-symbol-lookupChris Wilson1-0/+7
2009-09-11[xlib] Fix big-line.Chris Wilson3-246/+164
2009-09-11[xlib] Discard clip if larger than glyph extentsChris Wilson3-0/+65
2009-09-10[surface] Early return for (region IN white)Chris Wilson1-0/+7
2009-09-10[clip] Simplify applying a box clipChris Wilson2-39/+48
2009-09-10[xlib] Fix extraction of GC during XCloseDisplay()Chris Wilson1-1/+1
2009-09-09[twin] Initialise all propertiesChris Wilson1-0/+2
2009-09-08[spans] Correct offsets for trapezoidsChris Wilson1-2/+2
2009-09-08[build] Improve handling of missing test apparatusChris Wilson1-0/+7
2009-09-08[gl] Supply extents for acquire source imageChris Wilson1-1/+5
2009-09-06[xlib] Protect ourselves from liars that claim to have a 64k windowChris Wilson1-2/+25
2009-09-05[configure] Add option to disable trace.Chris Wilson1-0/+7
2009-09-04[gl] compile fix.Chris Wilson1-1/+2
2009-09-04[xlib] Enable pad_reflect by defaultChris Wilson1-7/+12
2009-09-04[fallback] Only eliminate the clip if the operation is boundedChris Wilson1-15/+42
2009-09-03[win32] Remove unused clone_similar()Chris Wilson2-57/+2
2009-09-03[mutex] Hook into pthread lastChris Wilson1-23/+24
2009-09-03[gl] Allocate small number of rectangles on the stackChris Wilson1-14/+29
2009-09-03[gl] Assert that the error is impossible.Chris Wilson1-2/+2
2009-09-03[gl] Remove reference to depth_stencil_texChris Wilson2-3/+0
2009-09-03[image] Check for out of bounds image surface sizes in constructors.M Joonas Pihlaja1-2/+25
2009-09-03[xlib] solid pictures should only be 1x1Chris Wilson1-1/+1
2009-09-03[polygon] Compute the limit of the limits slightly more efficientlyChris Wilson1-12/+12
2009-09-03[boilerplate] Handle errors whilst creating GL surfaceChris Wilson1-8/+8
2009-09-03[polygon] Fix discard with non-banded disjoint clip boxesChris Wilson2-5/+25
2009-09-02[xlib] Remove stray codeChris Wilson1-11/+2
2009-09-02[xlib] Eliminate GC clippingChris Wilson4-145/+116
2009-09-01[xlib] Make xlib_display_t private and rename xlib_screen_info_tChris Wilson5-206/+339
2009-09-01Revert "[freelist] Make _cairo_freepool_alloc_from_new_pool static inline."Chris Wilson2-27/+31
2009-09-01[freelist] Make _cairo_freepool_alloc_from_new_pool static inline.M Joonas Pihlaja2-31/+27
2009-09-01[wrapper] Avoid a void return gccism.M Joonas Pihlaja1-1/+1
2009-09-01[ps] Clip meta-surface to desired extents.Chris Wilson1-3/+43
2009-09-01[ps/pdf] Trim patterns to operation extentsChris Wilson4-35/+319
2009-09-01[path] Standalone header-compilationChris Wilson1-2/+2
2009-09-01Compiler warningsChris Wilson2-4/+5
2009-09-01[tee] Rename 'append' to 'add' and add symmetric 'remove'Chris Wilson2-7/+52
2009-09-01[pattern] Remove unused hidden symbol for cairo_pattern_status()Chris Wilson2-6/+4
2009-08-31PDF: Ensure operator is selected before painting surfaceAdrian Johnson1-8/+8
2009-08-31PDF: Flush operators before writing to the PDF streamAdrian Johnson1-0/+4
2009-08-31PDF: Reset alpha to 1.0 before painting a surfaceAdrian Johnson1-1/+7
2009-08-31PDF: Avoid using patterns when filling a surface with EXTEND_NONEAdrian Johnson1-0/+19