summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-24gl: Add rectilinear boxes optimization from image backendHEADmasterBenjamin Otte1-0/+110
2010-06-23perf-chart: Add special colors for base axisBenjamin Otte1-2/+19
2010-06-23perf-chart: Add special color for the legendBenjamin Otte1-4/+14
2010-06-23perf-chart: predefine some more colorsBenjamin Otte1-1/+3
2010-06-23perf-chart: Factor out static colors into a common getterBenjamin Otte1-11/+36
2010-06-23perf-chart: Use Danielle Madelay's awesome chart gradientsBenjamin Otte1-1/+26
2010-06-23perf-chart: Report chart color instead of just setting itBenjamin Otte1-7/+22
2010-06-23perf: Lines starting with # are commentsBenjamin Otte1-1/+1
2010-06-23perf: Allow parsing text output againBenjamin Otte1-4/+6
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-18egl: Fail properly if no configs are available instead of crashingBenjamin Otte1-0/+4
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-18boilerplate: Reinstate glFinish() for wglBenjamin 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-17test: Add a1-bugChris Wilson6-0/+65
2010-06-17perf: Allow comparing perf reports with only one difference.M Joonas Pihlaja1-1/+1
2010-06-17test/halo: Remove copied code.Chris Wilson1-36/+0
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...Zoxc7-92/+397
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-17test: Add a1-rasterisationChris Wilson5-0/+104
2010-06-17test/halo: Transformation seems key to the bug...Chris Wilson1-0/+36
2010-06-17test: correct options in getopt callAndrea Canciani1-1/+1
2010-06-16correct rounding computationAndrea Canciani1-1/+1
2010-06-16test/halo: Transformation seems key to the bug...Chris Wilson10-2/+67
2010-06-15test/aliasing: Add a few more colour combinations.Chris Wilson4-1/+5
2010-06-15configure: Try an alternate name for system glew.Chris Wilson1-4/+6
2010-06-15build: Enable system GLEW on non-UNIX platformsChris Wilson1-3/+9
2010-06-15glew: Define NULLChris Wilson1-0/+4
2010-06-14test: Add an aliasing test case.Chris Wilson6-0/+102
2010-06-14test: Add haloChris Wilson6-0/+102
2010-06-14build: Add wgl to Makefile.sources and regenerate features.Chris Wilson5-2/+32
2010-06-14scaled-font: fine-tune cachingDmitri Vorobiev1-16/+45