index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
cairo-trace
/
trace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-23
Add RGBA32, BGRA32 and ABGR32 formats
Benjamin Otte
1
-1
/
+12
2010-03-31
trace: Fix trace endianness
Andrea Canciani
1
-0
/
+15
2010-03-30
Silence enumeration warnings following addition of RGB16_565
Chris Wilson
1
-3
/
+22
2010-03-01
api: Introduce CAIRO_FORMAT_INVALID formally in the API.
M Joonas Pihlaja
1
-0
/
+4
2010-01-22
script: Port cairo_script_context_t to cairo_device_t
Chris Wilson
1
-4
/
+4
2010-01-22
Add cairo_device_t
Chris Wilson
1
-0
/
+2
2010-01-07
trace: Correctly encode octal values.
Chris Wilson
1
-7
/
+14
2009-12-30
[trace] Fix compilation when FreeType is disabled
Andrea Canciani
1
-0
/
+3
2009-11-09
Fix compilation on MacOS X
Andrea Canciani
1
-1
/
+1
2009-10-22
[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.
M Joonas Pihlaja
1
-5
/
+5
2009-09-30
[API] Make _cairo_meta_surface_replay() private again
Benjamin Otte
1
-22
/
+0
2009-09-14
[autoconf] Comment on the SIZEOF_VOID__ -> SIZEOF_VOID_P workaround.
M Joonas Pihlaja
1
-0
/
+2
2009-09-14
[trace] Don't use pthread_key_delete.
M Joonas Pihlaja
1
-1
/
+0
2009-09-14
[build] Work around autoconf void* -> VOID__ name conversion bug.
M Joonas Pihlaja
1
-0
/
+4
2009-09-13
[trace] Don't trace internal cairo calls on Solaris.
M Joonas Pihlaja
1
-138
/
+327
2009-09-13
[trace] Don't rely on the constructor attribute to initialise the tracer.
M Joonas Pihlaja
1
-2
/
+174
2009-09-13
[trace] Don't try and propagate a void result.
M Joonas Pihlaja
1
-66
/
+70
2009-09-13
[trace] Avoid warnings from assigning a void pointer to a function pointer.
M Joonas Pihlaja
1
-2
/
+2
2009-09-13
[trace] Stray trailing ';' in bswap macros
Chris Wilson
1
-2
/
+2
2009-09-13
[trace] Compile without lookup-symbol
Chris Wilson
1
-1
/
+5
2009-09-02
[trace] Check for __builtin_return_address explicitly.
M Joonas Pihlaja
1
-1
/
+1
2009-09-02
[trace] Replace an open coded test for matrix identity.
M Joonas Pihlaja
1
-4
/
+1
2009-09-02
[trace] Don't crash on unknown enums values.
M Joonas Pihlaja
1
-141
/
+172
2009-09-02
[trace] Check for object stack underflow.
M Joonas Pihlaja
1
-2
/
+24
2009-09-02
[trace] Get the tracee program name from the environment.
M Joonas Pihlaja
1
-12
/
+19
2009-08-31
[trace] Use HAVE_FLOCKFILE/FUNLOCKFILE since configure test for them.
M Joonas Pihlaja
1
-0
/
+4
2009-08-29
Fix errors found by clang
Chris Wilson
1
-6
/
+8
2009-08-29
[script] Emit surface content
Chris Wilson
1
-1
/
+4
2009-08-29
[script] Introduce cairo_script_context_t
Chris Wilson
1
-15
/
+5
2009-08-29
[trace] Fix emission of similar (track operands)
Chris Wilson
1
-7
/
+6
2009-08-29
[trace] Emit an 'index' for an undefined surface
Chris Wilson
1
-11
/
+10
2009-08-06
[trace] Close the dictionary before font
Chris Wilson
1
-1
/
+1
2009-08-06
[trace] Whitespace
Chris Wilson
1
-8
/
+4
2009-08-06
[trace] Only write the 4 byte length to the stream
Chris Wilson
1
-1
/
+1
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-59
/
+60
2009-07-17
Add OpenVG backend.
Chris Wilson
1
-0
/
+70
2009-07-14
[script] Extended blend mode support.
Chris Wilson
1
-1
/
+17
2009-07-04
Remove the defunct test-meta surface
Chris Wilson
1
-15
/
+34
2009-07-04
[trace] Remove a few transient pattern def/undef
Chris Wilson
1
-11
/
+31
2009-06-28
[trace] Compile fix for --enable-script
Chris Wilson
1
-1
/
+1
2009-06-19
[trace] Compile without fontconfig.
M Joonas Pihlaja
1
-0
/
+2
2009-06-19
[trace] Prevent a child process from writing to the same file
Chris Wilson
1
-0
/
+7
2009-06-19
[trace] Change the threshold at which pixel data is immediately copied
Chris Wilson
1
-1
/
+4
2009-06-15
Expose _cairo_null_surface_create() via a test surface
Chris Wilson
1
-0
/
+26
2009-06-13
[trace] Handle wrapping python
Chris Wilson
1
-62
/
+83
2009-06-08
[trace] Prevent overflowing the operand stack when recreating objects
Chris Wilson
1
-26
/
+63
2009-05-25
[trace] Missing newlines in error messages.
Chris Wilson
1
-2
/
+2
2009-03-04
[trace] Disable mark dirty tracing.
Chris Wilson
1
-7
/
+20
2009-01-29
[trace] Comment out the redundant wrapping of FT_Open_Face()
Chris Wilson
1
-0
/
+9
2009-01-29
cairo-trace: Print name of trace file.
Carl Worth
1
-0
/
+3
[next]