summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-16remove unused variablewip/compiler-warningsAndrea Canciani1-2/+0
2011-06-16path-stroke: Avoid mixing cap and join valuesAndrea Canciani1-1/+1
2011-06-15tessellator: Fixed to produce an output box with x1 <= x2 for single box inputTaekyun Kim1-0/+7
2011-06-14test: Use POSIX-compatible unlinkAndrea Canciani1-0/+1
2011-06-14test: Fix compilation on win32Andrea Canciani5-9/+34
2011-06-14test: Update generation of constructors on win32Andrea Canciani1-5/+2
2011-06-14boilerplate: Add generation of constructors on win32Andrea Canciani1-0/+3
2011-06-14Remove if's from Makefile.sourcesAndrea Canciani7-27/+28
2011-06-12xcb: Fallback to image surface for create similarUli Schlachter1-5/+5
2011-06-11XCB: Implement PDF blend operators nativelyUli Schlachter2-16/+31
2011-06-11Revert "xcb: Never return NULL from create_similar"Uli Schlachter1-2/+2
2011-06-08Use detected EGREP instead of generic grepDagobert Michelsen1-2/+2
2011-06-08image: Don't crash on weird pixman formatsBenjamin Otte1-7/+16
2011-06-08cairo: Remove trailing comma from cairo_format_tMurray Cumming1-1/+1
2011-06-08tessellator: Fix boxes tessellator to handle num_boxes <= 1 correctlyTaekyun Kim1-1/+11
2011-06-06cairo-perf-diff-files: Don't print size/content for trace resultsChris Wilson1-10/+17
2011-06-06cairo-trace: Fix use of buf outside of scopeChris Wilson1-1/+2
2011-06-02boilerplate: Introduce create_similar hookChris Wilson14-0/+37
2011-06-02gl: Mark the use-once vertex buffers as DYNAMICChris Wilson1-2/+2
2011-06-02perfChris Wilson8-30/+248
2011-06-01perf/micro: Add waveChris Wilson4-0/+115
2011-06-01test: Add unaligned-boxChris Wilson4-0/+75
2011-06-01boilerplate/xcb: Fix silly cut'n'paste errors in previous commitChris Wilson1-3/+2
2011-06-01xlib,xcb: Force strict adherence to the Render specification when testingChris Wilson10-3/+147
2011-05-26cairo-trace: Fix an obscure bug recording the fishtankChris Wilson1-180/+191
2011-05-22PS: Use tight bounding boxAdrian Johnson1-11/+4
2011-05-20build: Use $GREP -e instead of plain grep -eBenjamin Otte1-1/+2
2011-05-19Avoid implicit conversion to double when roundingJeff Muizelaar1-2/+2
2011-05-10gl: Add fallback path for GLES2 implementations not supporting GL_OES_mapbufferAlexandros Frantzis4-6/+31
2011-05-10gl: Fall back to dlsym() if *GetProcAddress() failsAlexandros Frantzis2-0/+65
2011-05-10gl: Define the float precision in the fragment shader for GLES2Alexandros Frantzis1-0/+8
2011-05-10boilerplate/egl: Add GLES2 supportAlexandros Frantzis1-1/+21
2011-05-10gl: Fix build issues for GLES2Alexandros Frantzis5-1/+20
2011-05-10gl: Add GLESv2 backend to build systemAlexandros Frantzis7-0/+51
2011-05-10gl: Require the GL_OES_texture_npot extension for GLES2Alexandros Frantzis1-6/+14
2011-05-10gl: Use GL_MAX_TEXTURE_IMAGE_UNITS to query the maximum texture unitsAlexandros Frantzis1-1/+1
2011-05-10gl: Remove unnecessary call to glDisableClientState()Alexandros Frantzis1-2/+0
2011-05-10gl: Add GLES2 support for drawing image surfaces on gl surfacesAlexandros Frantzis3-22/+244
2011-05-10gl: Add support for creating image surfaces for GLES2Alexandros Frantzis2-12/+47
2011-05-10gl: Use conventional texture upload for GLES2Alexandros Frantzis2-18/+28
2011-05-10gl: Require the GL_EXT_texture_format_BGRA8888 extension for GLES2Alexandros Frantzis3-4/+38
2011-05-10Extract function to query endianness from xlib/xcb and make it commonAlexandros Frantzis3-25/+13
2011-05-10gl: Store gradients in 2D textures of height 1 instead of 1D texturesAlexandros Frantzis3-28/+28
2011-05-10gl: Provide a shader implementation of GL_CLAMP_TO_BORDER for GLES2Alexandros Frantzis3-29/+229
2011-05-10gl: Add functions to get the filter and extend of gl operands.Alexandros Frantzis2-0/+65
2011-05-10gl: Pass more information to the shader emitter functionsAlexandros Frantzis3-23/+23
2011-05-10gl: Add GLES2 support to dispatch table initializationAlexandros Frantzis2-45/+90
2011-05-10gl: Store the GL flavor (Desktop or ES) in the device structAlexandros Frantzis3-0/+28
2011-05-10gl: Correctly extract GL version from OpenGL ES version stringsAlexandros Frantzis1-1/+5
2011-05-04Silence the compiler for another couple of RGB30 switchesChris Wilson2-0/+2