summaryrefslogtreecommitdiff
path: root/src/cairo-gl-surface.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-08[gl] Supply extents for acquire source imageChris Wilson1-1/+5
2009-09-04[gl] compile fix.Chris Wilson1-1/+2
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 Wilson1-2/+0
2009-08-29[gl] Use spans for trapezois.Chris Wilson1-4/+18
2009-08-29[gl] Simplify acquire_dest_image()Chris Wilson1-41/+12
2009-08-29[gl] Use common ARRAY_LENGTH macroChris Wilson1-3/+1
2009-08-06[gl] Move hidden cairo_gl_surface_create() proto to headerChris Wilson1-1/+0
2009-07-31[gl] Use scissors rather than allocating a temporary depth buffer.Chris Wilson1-91/+23
2009-07-31Revert "[gl] Fixup unbounded regions after spans"Chris Wilson1-61/+7
2009-07-28[gl] Fixup unbounded regions after spansChris Wilson1-7/+61
2009-07-28[gl] Cache texture snapshots.Chris Wilson1-119/+178
2009-07-28[gl] Replace DrawPixels with TexSubImageChris Wilson1-33/+27
2009-07-28[gl] Disable the EXTEND_REFLECT convertorChris Wilson1-1/+1
2009-07-28[gl] Move check for vertex buffer support to individual operations.Chris Wilson1-8/+9
2009-07-28[gl] Separate out supported operator check.Chris Wilson1-28/+18
2009-07-27[gl] Switch to using the common rtree implementation.Chris Wilson1-0/+5
2009-07-27[gl] Start adding glyph cache support.Eric Anholt1-49/+20
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-36/+180
2009-07-23[gl] Simplify the common CLEAR of a surfaceChris Wilson1-1/+24
2009-07-23[gl] Do not use unchecked GL v1.5 featuresChris Wilson1-11/+13
2009-07-22[gl] Copy font options from image backend.Chris Wilson1-1/+10
2009-07-22[gl] Apply pixel sample bias for spansChris Wilson1-4/+6
2009-07-21[gl] Another whitespace pass.Chris Wilson1-34/+35
2009-07-21Merge commit 'anholt/gl-span-renderer'Chris Wilson1-32/+367
2009-07-21[gl] Use QUADS for drawing fill_rectangles() not TRIFANChris Wilson1-1/+1
2009-07-21[gl] WhitespaceChris Wilson1-45/+45
2009-07-21[gl] Remove dead code.Chris Wilson1-24/+1
2009-07-21[gl] Avoid temporary allocation of pixman trapezoidsChris Wilson1-46/+36
2009-07-21[gl] Constrain image sources to max texture sizeChris Wilson1-0/+19
2009-07-21Merge commit 'anholt/gl'Chris Wilson1-0/+1569
2009-06-07[gl] consolidate the pixman format to GL format/type/internalformat code.Eric Anholt1-163/+158
2009-06-07[gl] Add support for more 16-bit image formats.Eric Anholt1-6/+48
2009-06-02Merge commit 'origin/master' into glEric Anholt1-2/+4
2009-06-02[gl] Drop use of packed datatypes where it's disallowed.Eric Anholt1-12/+13
2009-06-01[gl] Initialize has_alpha in the image surface composite fastpath.Eric Anholt1-0/+4
2009-06-01Merge branch 'gl' into gl-span-rendererEric Anholt1-113/+89
2009-06-01[gl] Fix check-plt.sh for the GL surface.Eric Anholt1-0/+7
2009-06-01[gl] Fix check-doc-syntax.sh for GL surface.Eric Anholt1-1/+1
2009-06-01[gl] Fix check-def.sh for GL surface.Eric Anholt1-1/+1
2009-05-20[gl] Add EGL targetChris Wilson1-111/+80
2009-05-10[gl] Use spans directly as geometry instead of rasterizing to a temporary.Eric Anholt1-145/+171
2009-05-10[gl] Use Enable/DisableClientState for arrays for consistency.Eric Anholt1-4/+4
2009-05-10[gl] Add HW spans implementation using VBOs and GL_LINES.Eric Anholt1-21/+124
2009-05-10[gl] Use the span renderer with an image surface temporary.Eric Anholt1-2/+208
2009-05-10[gl] Use filtering of GL_NEAREST to hint to TexImage not to alloc for mipmaps.Eric Anholt1-0/+7
2009-05-09[gl] Handle PIXMAN_b8g8r8a and PIXMAN_b8g8r8x8 in the image tex shortcut.Eric Anholt1-0/+6
2009-05-09[gl] Don't forget that we require ARB_texture_non_power_of_two currently.Eric Anholt1-1/+2
2009-03-28[gl] Wire blend factors using dst alpha to constants for CAIRO_CONTENT_COLOR.Eric Anholt1-4/+18