summaryrefslogtreecommitdiff
path: root/src/cairo-gl-surface.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-28[gl] Use GLEW to detect required extension presence.Eric Anholt1-0/+13
2009-03-05[gl] Use triangle fan instead of GL_QUADS for the single quad we draw.Eric Anholt1-1/+1
2009-02-15[gl] Use textures and not fbo-based surfaces for image surface patterns.Eric Anholt1-15/+176
2009-02-12[gl] Add support for constant color directly, not through a texture.Eric Anholt1-89/+248
2009-02-12[gl] Avoid re-binding the same draw buffer.Eric Anholt1-10/+20
2009-02-12[gl] Add interface for creating surfaces from window backbuffers.Eric Anholt1-4/+81
2009-02-12[gl] Fix unantialiased-shapes tests.Eric Anholt1-3/+10
2009-02-12[gl] Fix infinite recursion on compositing A1 images.Eric Anholt1-0/+28
2009-02-12[gl] Add support for composite and composite_trapezoids.Eric Anholt1-2/+373
2009-02-08[gl] Clamp surface size to a minimum of (1,1) in create_similar.Eric Anholt1-0/+5
2009-02-08[gl] clear surfaces to transparent on creationEric Anholt1-0/+7
2009-02-08[gl] Hook up fill_rectangles.Eric Anholt1-1/+118
2009-02-08[gl] Add a shortcut from image to gl in clone_similar.Eric Anholt1-0/+27
2009-02-08[gl] Make create_similar actually create similar instead of image.Eric Anholt1-1/+3
2009-02-08[gl] Replace all-software implementation with all-GL-read/drawpixels.Eric Anholt1-33/+282
2009-02-05[gl] Add basics for GL surface backend using test-fallback as base.Eric Anholt1-0/+287