index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-gl-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-04
gl: do not force flush everytime uploading a glyph image to glyph cache
Henry Song
1
-6
/
+10
2013-01-25
gl: Use GL_ALPHA textures for CAIRO_CONTENT_ALPHA glyph caching
Henry Song
1
-7
/
+31
2013-01-04
gl: Better handling of clear surfaces
Martin Robinson
1
-6
/
+37
2012-12-30
gl: Use vfunc for vertex emission
Chris Wilson
1
-1
/
+1
2012-12-17
Revert "gl/msaa: Share the depth/stencil buffer among all surfaces"
Martin Robinson
1
-27
/
+4
2012-12-10
gl: Add BGRA download support for GLES2
Martin Robinson
1
-26
/
+25
2012-12-08
gl/msaa: Share the depth/stencil buffer among all surfaces
Martin Robinson
1
-4
/
+27
2012-08-17
xlib: Implement SHM fallbacks and fast upload paths
Chris Wilson
1
-3
/
+6
2012-07-12
gl: Set is_clear flag to FALSE after map_to_image
Dongyeon Kim
1
-0
/
+1
2012-05-30
gl: Do no access ctx after release during map-to-image
Chris Wilson
1
-8
/
+8
2012-05-26
surface: Make backend-specific map/unmap functions symmetric
Andrea Canciani
1
-5
/
+12
2012-05-26
surface: Make map_to_image return cairo_image_surface_t*
Andrea Canciani
1
-8
/
+8
2012-05-17
gl/msaa: Support for non-texture surfaces
Martin Robinson
1
-4
/
+1
2012-05-17
gl/msaa: Add ARB multisampling support
Henry (Yu) Song
1
-3
/
+18
2012-04-27
Update the remaining backends to handle a NULL extents for _cairo_surface_get...
Chris Wilson
1
-3
/
+5
2012-03-29
gl: fix y-axis origin when map_to_image() for non texture GL surface
Henry (Yu) Song
1
-1
/
+7
2012-03-29
doc: Silence last 'missing Since field' errors
Andrea Canciani
1
-0
/
+2
2012-03-23
gl: GL_UNPACK_ROW_LENGTH does not accept negative values
Igor Oliveira
1
-3
/
+4
2012-03-19
gl: Manually invert images without MESA_pack_invert extension
Chris Wilson
1
-2
/
+27
2012-02-29
gl: Various fixes for glyphs
Chris Wilson
1
-2
/
+2
2012-02-09
Replace the ad-hoc surface unwrappers with a function pointer
Chris Wilson
1
-0
/
+14
2011-12-12
gl: Set the destination for swap buffers, required by EGL at least
Chris Wilson
1
-1
/
+4
2011-12-09
gl: fix bug in _cairo_gl_surface_embedded_operand_init()
Chuanbo Weng
1
-1
/
+1
2011-12-06
gl: Re-enable the CLEAR optimisation
Chris Wilson
1
-4
/
+2
2011-12-05
gl: Set the device offset on map-to-image
Chris Wilson
1
-0
/
+2
2011-12-05
gl: Use the embedded operand to allow passing sources around
Chris Wilson
1
-1
/
+1
2011-12-05
gl: Propagate surface texture to embedded operand
Chris Wilson
1
-1
/
+1
2011-12-05
gl: Make the backend struct static
Chris Wilson
1
-2
/
+5
2011-11-24
gl: Prevent the traps compositor from exploding
Chris Wilson
1
-0
/
+2
2011-11-24
gl: Embed a operand into the surface for pass-through
Chris Wilson
1
-0
/
+24
2011-11-24
gl: Correctly offset sub-image uploads
Chris Wilson
1
-12
/
+21
2011-10-13
gl/msaa: Add clipping support
Martin Robinson
1
-2
/
+2
2011-10-09
gl: Basic fixes to get cairo-gl running again
Chris Wilson
1
-5
/
+4
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-811
/
+210
2011-08-13
image: move surface definition to new header for subclassing
Chris Wilson
1
-1
/
+3
2011-07-31
Remove useless checks for NULL before freeing
Andrea Canciani
1
-2
/
+1
2011-07-29
gl: Rectangular fast path
Chris Wilson
1
-55
/
+82
2011-07-28
gl: Use cairo_rectangle_int_t
Matt Peterson
1
-5
/
+7
2011-07-26
API: map-to-image and create-similar-image
Chris Wilson
1
-1
/
+4
2011-07-21
Use new pixman formats
Andrea Canciani
1
-9
/
+5
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-99
/
+27
2011-07-15
Implement cairo_backend_t
Chris Wilson
1
-0
/
+3
2011-05-10
gl: Add GLES2 support for drawing image surfaces on gl surfaces
Alexandros Frantzis
1
-20
/
+220
2011-05-10
gl: Add support for creating image surfaces for GLES2
Alexandros Frantzis
1
-12
/
+43
2011-01-18
gl: Ensure that gl surface resizes are properly applied
Andrea Canciani
1
-2
/
+6
2011-01-18
gl: Fix condition that prevents setting the size of window surfaces
Alexandros Frantzis
1
-1
/
+1
2010-12-15
gl: Replace GLEW by using the facilities provided by cairo-gl-info
Alexandros Frantzis
1
-2
/
+4
2010-12-15
gl: Use the dispatch table for calling ARB/EXT functions
Alexandros Frantzis
1
-2
/
+2
2010-12-10
polygon: Merge _cairo_polygon_init and _cairo_polygon_limit
Andrea Canciani
1
-4
/
+2
2010-10-21
raster backends: Set round_glpyh_positions to ON
Uli Schlachter
1
-0
/
+1
[next]