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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-07
win32: Fix is_win98()
Chris Wilson
1
-3
/
+3
2013-02-07
image: Substitute OVER spans for SOURCE with an opaque pattern
Chris Wilson
1
-2
/
+10
2013-02-06
gl/msaa: Properly fall back when using CLEAR operator
Martin Robinson
1
-0
/
+7
2013-02-05
type1-subset: in latin subsets replace glyph names with standard names
Adrian Johnson
1
-2
/
+17
2013-02-04
gl: do not force flush everytime uploading a glyph image to glyph cache
Henry Song
6
-15
/
+24
2013-02-04
gl: Include the vertex ident in the shader cache hash
Chris Wilson
1
-19
/
+30
2013-02-04
gl: Replace manual vertex transformation with VS computation of texcoords
Chris Wilson
8
-63
/
+162
2013-02-03
qt: Update for fallback compositor
Chris Wilson
1
-70
/
+140
2013-02-02
surface: Prevent reads from the user-data arrays during teardown
Chris Wilson
1
-1
/
+7
2013-02-02
surface: Prevent writes to the user-data arrays during teardown
Chris Wilson
1
-0
/
+9
2013-02-01
image: Add a convenience function for creating an image from another's data
Chris Wilson
2
-0
/
+62
2013-01-31
image: Add a reference for the clone's parent image
Chris Wilson
1
-1
/
+8
2013-01-29
xlib/shm: More clarification of seqno required
Chris Wilson
1
-3
/
+3
2013-01-29
xlib/shm: Clarify testing of seqno
Chris Wilson
2
-5
/
+17
2013-01-29
gl/msaa: Don't emit alpha when emitting vertices
Henry Song
1
-13
/
+11
2013-01-29
xlib/shm: Appease the compiler for a 'maybe used uninitialised' variable
Chris Wilson
1
-2
/
+1
2013-01-29
xlib/shm: Simplify uploading of SHM image data
Chris Wilson
1
-10
/
+12
2013-01-29
xlib/shm: Force synchronisation for scratch SHM image buffers
Chris Wilson
1
-1
/
+1
2013-01-29
xlib/shm: Always request a CompletionEvent from ShmPutImage
Chris Wilson
2
-10
/
+4
2013-01-29
xlib/shm: Tidy up destroying the mempool for a shm block
Chris Wilson
1
-1
/
+1
2013-01-29
xlib/shm: Tidy creation of the proxy source for ShmPixmaps
Chris Wilson
1
-7
/
+3
2013-01-29
xlib/shm: Skip creating new SHM segments if the data is already in the xserver
Chris Wilson
1
-0
/
+4
2013-01-29
xlib/shm: Tighten mark-active to the actual CopyArea on the ShmPixmap
Chris Wilson
1
-1
/
+2
2013-01-27
image: And more fallout from c986a73, restore the absent short runs
Chris Wilson
1
-18
/
+16
2013-01-27
Mark _cairo_path_is_simple_quad as private
Chris Wilson
1
-1
/
+1
2013-01-27
image: Fix opaque span fills
Chris Wilson
1
-2
/
+2
2013-01-26
image: Enable inplace compositing with opacities for general routines
Chris Wilson
2
-30
/
+162
2013-01-25
gl/msaa: Add a fast path for fills that are simple quads
Martin Robinson
3
-40
/
+158
2013-01-25
gl: Use GL_ALPHA textures for CAIRO_CONTENT_ALPHA glyph caching
Henry Song
3
-15
/
+45
2013-01-25
gl: Fix typos in multisampling detection
Henry Song
1
-3
/
+3
2013-01-25
gl/msaa: Fix a memory leak in _clip_to_traps
Henry Song
1
-0
/
+2
2013-01-23
gl: Don't query the display when checking if the context changed
Henry Song
2
-18
/
+8
2013-01-23
xlib: Do not upload the whole image just because we want an entire row
Chris Wilson
2
-14
/
+18
2013-01-15
gl: Follow up fix for the previous commit
Martin Robinson
1
-1
/
+1
2013-01-15
gl: Support for non-texture sources and masks
Henry Song
1
-0
/
+3
2013-01-15
gl/msaa: Check for more extensions before using MSAA
Martin Robinson
1
-16
/
+17
2013-01-13
xlib: Initialise Pixmap for proxy sources
Chris Wilson
1
-1
/
+2
2013-01-13
compositor: Pass back the internal failure
Chris Wilson
1
-2
/
+2
2013-01-13
compositor: Convert image surface into backend source
Chris Wilson
1
-15
/
+46
2013-01-13
xlib: Handle lack of XRenderFillRectangles
Chris Wilson
4
-37
/
+157
2013-01-11
xlib: Only fallback through the mask intermediate if we can composite the mask
Chris Wilson
3
-16
/
+38
2013-01-09
gl/msaa: Rely on the stencil buffer to cache the clip
Martin Robinson
3
-17
/
+46
2013-01-09
gl/msaa: No need to set the clip when masking
Martin Robinson
1
-1
/
+0
2013-01-09
xcb: _cairo_scaled_font_reset_cache does it own locking
Chris Wilson
1
-2
/
+0
2013-01-09
xlib: map-to-image requires an extents
Chris Wilson
1
-1
/
+2
2013-01-09
stroke: Flip the dev slope as well for computing the cusp on a degeneracy
Chris Wilson
1
-0
/
+2
2013-01-09
gstate: Use the polygon intermediate for geometry queries
Chris Wilson
1
-12
/
+12
2013-01-09
scaled-font: Fix use after free when clearing the glyph cache
Chris Wilson
1
-2
/
+3
2013-01-09
scaled-font: Make reset-font-cache threadsafe
Chris Wilson
1
-35
/
+31
2013-01-08
gl: Do less work when acquiring and releasing devices
Martin Robinson
2
-24
/
+118
[next]