index
:
~ranma42/cairo
1.10
master
oldcs
oldcs2
wip/0matrix
wip/boilerplate
wip/cgl
wip/cleanup-error
wip/cleanup-error2
wip/cleanup-error3
wip/cleanup-error4
wip/cleanup-error5
wip/cleanup-object
wip/cleanup-object4
wip/cleanup4
wip/coccinelle
wip/colorspace
wip/compilecleanup
wip/compiler-warnings
wip/const-status
wip/cs
wip/cs10
wip/cs11
wip/cs2
wip/cs3
wip/cs4
wip/cs5
wip/cs6
wip/cs7
wip/cs8
wip/floatpath
wip/floatpath2
wip/floatpath3
wip/gl
wip/gl2
wip/no-0-ref
wip/objectify
wip/objectify2
wip/objectify3
wip/objectify4
wip/objectify5
wip/objectify6
wip/objpostbackend6
wip/objpostbackend7
wip/optimize-fill
wip/path-double
wip/quartz-debug
wip/quartz-flip
wip/quartz-font-wanna-ct
wip/references
wip/remove-10.4
wip/restore-status
wip/simpleops
wip/stroke-to-path
wip/surfacecleanup
wip/test-nocrash
wip/totest
zfloatpath
ranma42's experiments on cairo
ranma42
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-16
wip
wip/compilecleanup
Andrea Canciani
6
-43
/
+28
2011-06-16
remove unused variable
Andrea Canciani
1
-2
/
+0
2011-06-16
path-stroke: Avoid mixing cap and join values
Andrea Canciani
1
-1
/
+1
2011-06-16
silence automake
Andrea Canciani
2
-4
/
+3
2011-06-16
silence autoconf
Andrea Canciani
1
-1
/
+1
2011-06-14
test: Use POSIX-compatible unlink
Andrea Canciani
1
-0
/
+1
2011-06-14
test: Fix compilation on win32
Andrea Canciani
5
-9
/
+34
2011-06-14
test: Update generation of constructors on win32
Andrea Canciani
1
-5
/
+2
2011-06-14
boilerplate: Add generation of constructors on win32
Andrea Canciani
1
-0
/
+3
2011-06-14
Remove if's from Makefile.sources
Andrea Canciani
7
-27
/
+28
2011-06-12
xcb: Fallback to image surface for create similar
Uli Schlachter
1
-5
/
+5
2011-06-11
XCB: Implement PDF blend operators natively
Uli Schlachter
2
-16
/
+31
2011-06-11
Revert "xcb: Never return NULL from create_similar"
Uli Schlachter
1
-2
/
+2
2011-06-08
Use detected EGREP instead of generic grep
Dagobert Michelsen
1
-2
/
+2
2011-06-08
image: Don't crash on weird pixman formats
Benjamin Otte
1
-7
/
+16
2011-06-08
cairo: Remove trailing comma from cairo_format_t
Murray Cumming
1
-1
/
+1
2011-06-08
tessellator: Fix boxes tessellator to handle num_boxes <= 1 correctly
Taekyun Kim
1
-1
/
+11
2011-06-06
cairo-perf-diff-files: Don't print size/content for trace results
Chris Wilson
1
-10
/
+17
2011-06-06
cairo-trace: Fix use of buf outside of scope
Chris Wilson
1
-1
/
+2
2011-06-02
boilerplate: Introduce create_similar hook
Chris Wilson
14
-0
/
+37
2011-06-02
gl: Mark the use-once vertex buffers as DYNAMIC
Chris Wilson
1
-2
/
+2
2011-06-02
perf
Chris Wilson
8
-30
/
+248
2011-06-01
perf/micro: Add wave
Chris Wilson
4
-0
/
+115
2011-06-01
test: Add unaligned-box
Chris Wilson
4
-0
/
+75
2011-06-01
boilerplate/xcb: Fix silly cut'n'paste errors in previous commit
Chris Wilson
1
-3
/
+2
2011-06-01
xlib,xcb: Force strict adherence to the Render specification when testing
Chris Wilson
10
-3
/
+147
2011-05-26
cairo-trace: Fix an obscure bug recording the fishtank
Chris Wilson
1
-180
/
+191
2011-05-22
PS: Use tight bounding box
Adrian Johnson
1
-11
/
+4
2011-05-20
build: Use $GREP -e instead of plain grep -e
Benjamin Otte
1
-1
/
+2
2011-05-19
Avoid implicit conversion to double when rounding
Jeff Muizelaar
1
-2
/
+2
2011-05-10
gl: Add fallback path for GLES2 implementations not supporting GL_OES_mapbuffer
Alexandros Frantzis
4
-6
/
+31
2011-05-10
gl: Fall back to dlsym() if *GetProcAddress() fails
Alexandros Frantzis
2
-0
/
+65
2011-05-10
gl: Define the float precision in the fragment shader for GLES2
Alexandros Frantzis
1
-0
/
+8
2011-05-10
boilerplate/egl: Add GLES2 support
Alexandros Frantzis
1
-1
/
+21
2011-05-10
gl: Fix build issues for GLES2
Alexandros Frantzis
5
-1
/
+20
2011-05-10
gl: Add GLESv2 backend to build system
Alexandros Frantzis
7
-0
/
+51
2011-05-10
gl: Require the GL_OES_texture_npot extension for GLES2
Alexandros Frantzis
1
-6
/
+14
2011-05-10
gl: Use GL_MAX_TEXTURE_IMAGE_UNITS to query the maximum texture units
Alexandros Frantzis
1
-1
/
+1
2011-05-10
gl: Remove unnecessary call to glDisableClientState()
Alexandros Frantzis
1
-2
/
+0
2011-05-10
gl: Add GLES2 support for drawing image surfaces on gl surfaces
Alexandros Frantzis
3
-22
/
+244
2011-05-10
gl: Add support for creating image surfaces for GLES2
Alexandros Frantzis
2
-12
/
+47
2011-05-10
gl: Use conventional texture upload for GLES2
Alexandros Frantzis
2
-18
/
+28
2011-05-10
gl: Require the GL_EXT_texture_format_BGRA8888 extension for GLES2
Alexandros Frantzis
3
-4
/
+38
2011-05-10
Extract function to query endianness from xlib/xcb and make it common
Alexandros Frantzis
3
-25
/
+13
2011-05-10
gl: Store gradients in 2D textures of height 1 instead of 1D textures
Alexandros Frantzis
3
-28
/
+28
2011-05-10
gl: Provide a shader implementation of GL_CLAMP_TO_BORDER for GLES2
Alexandros Frantzis
3
-29
/
+229
2011-05-10
gl: Add functions to get the filter and extend of gl operands.
Alexandros Frantzis
2
-0
/
+65
2011-05-10
gl: Pass more information to the shader emitter functions
Alexandros Frantzis
3
-23
/
+23
2011-05-10
gl: Add GLES2 support to dispatch table initialization
Alexandros Frantzis
2
-45
/
+90
2011-05-10
gl: Store the GL flavor (Desktop or ES) in the device struct
Alexandros Frantzis
3
-0
/
+28
[next]