summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-04image: Fix pixman format to RGB30 conversionChris Wilson1-2/+2
2011-05-01Expose 30bpp/10bpc support: CAIRO_FORMAT_RGB30Jesse Barnes8-4/+41
2011-04-21win32: Explain the purpose of the surface extentsJeff Muizelaar1-0/+9
2011-04-21Remove quartz-image extents.Jeff Muizelaar2-6/+11
2011-04-05test/Makefile.am: Don't reference non-existant filesUli Schlachter1-5/+0
2011-03-31image: Don't use the fast path if it's wrongUli Schlachter1-0/+5
2011-03-24Add unaligned boxes to "operator-source" testUli Schlachter12-4/+21
2011-03-21Fix visibility issues found by make checkAndrea Canciani2-1/+3
2011-03-21Fix warning by check-doc-syntaxAndrea Canciani1-1/+1
2011-03-21Improve headers-standalone targetAndrea Canciani1-3/+3
2011-03-19Revert "Add an implementation of fmax for use with MSVC"Andrea Canciani1-14/+0
2011-03-19Do not use fmax()Andrea Canciani1-2/+2
2011-03-19Remove unused function declarationsAndrea Canciani4-37/+0
2011-03-19Do not warn when ignoring the return value of _cairo_rectangle_intersect()Andrea Canciani8-43/+19
2011-03-18image: Silence gcc warningAndrea Canciani1-1/+1
2011-03-18image: Silence missing enum value warningAndrea Canciani1-0/+1
2011-03-18trace: Always emit a function name for write-to-png-streamAndrea Canciani1-3/+4
2011-03-18Improve cairo_rectangle_list_t error handlingAndrea Canciani4-24/+12
2011-03-18Don't cache _CAIRO_ENABLE resultsBehdad Esfahbod1-63/+11
2011-03-18trace: Fix hint_style/hint_metrics typoChris Wilson1-1/+1
2011-03-18quartz-font: Remove unused variablesAndrea Canciani1-12/+0
2011-03-18Make cairo_set_font_size() a wrapper of cairo_set_font_matrix()Andrea Canciani3-21/+3
2011-03-18script: Fix stroking of 3 sided boxesAndrea Canciani1-1/+1
2011-03-18path: Fix _cairo_path_fixed_is_rectangle()Andrea Canciani1-1/+4
2011-03-18test: Add stroke-open-boxAndrea Canciani4-0/+53
2011-03-18xcb,xlib: Fallback upon generic radial gradientsAndrea Canciani4-0/+46
2011-03-18xcb,xlib: Fix 1-stop gradientsAndrea Canciani2-17/+48
2011-03-18quartz: Fix y glyph advanceAndrea Canciani1-6/+6
2011-03-18test: Add show-glyphs-advanceAndrea Canciani8-0/+113