1. f1d313e xcb: Remove _cairo_xcb_picture_copy by Uli Schlachter · 15 years ago master
  2. f934491 xcb boilerplate: Handle device offsets correctly by Uli Schlachter · 15 years ago
  3. de2c5bf Add an implementation of fmax for use with MSVC by Jeff Muizelaar · 15 years ago
  4. aca492e Add UINT32_MAX define. by Jeff Muizelaar · 15 years ago
  5. 9669b30 surface: Don't pass INT_UNSUPPORTED to _cairo_surface_set_error by Chris Wilson · 15 years ago
  6. c0dc933 xcb: Remove CAIRO_XCB_RENDER_HAS_COMPOSITE_SPANS by Uli Schlachter · 15 years ago
  7. 6cd96f9 xcb: Fix for PDF operators with RENDER 0.11 by Uli Schlachter · 15 years ago
  8. da9d6db xcb: Remove some unused code by Uli Schlachter · 15 years ago
  9. 17169a1 gl: Bind samplers just once at program compile time. by Eric Anholt · 15 years ago
  10. 2fae22a gl: Take advantage of GLX_MESA_multithread_makecurrent to avoid unbinding. by Eric Anholt · 15 years ago
  11. 2e67809 gl: Add a first bit of general documentation on cairo-gl usage. by Eric Anholt · 15 years ago
  12. 90e1ef2 Bug 34011 - headers-standalone target is incorrect for some non-gcc compilers by Behdad Esfahbod · 15 years ago
  13. 47f7053 image: Fix surface acquisition if PIXMAN_HAS_ATOMIC_OPS by Andrea Canciani · 15 years ago
  14. 71e8a4c image: Avoid reusing pixman images for threadsafety. by M Joonas Pihlaja · 15 years ago
  15. 48774c0 test: Fix gcc signedness warning by Benjamin Otte · 15 years ago
  16. 94612bc arc: Remove erroneous return statement by Benjamin Otte · 15 years ago
  17. 9fc5ff7 test: Fix copy/paste error by Benjamin Otte · 15 years ago
  18. f847b3c test: Fix gcc complaints about old style definitions by Benjamin Otte · 15 years ago
  19. 7386960 test: Add a test for 0-radius negative arcs by Benjamin Otte · 15 years ago
  20. b2bda24 Declare variables first so gcc shuts up by Benjamin Otte · 15 years ago
  21. 0fc65a1 Revert accidental checkin in last commit by Benjamin Otte · 15 years ago
  22. e46dc9e arc: Handle radius == 0 the same no matter the arc direction by Benjamin Otte · 15 years ago
  23. ea0595c surface: Actually return a value from _cairo_surface_set_error() by Benjamin Otte · 15 years ago
  24. 9dcd29b test: Add missing format to any2ppm to silence gcc by Benjamin Otte · 15 years ago
  25. 0562507 surface: Allow NOTHING_TO_DO as a valid error for now by Benjamin Otte · 15 years ago
  26. 4a3ab4b region: Don't be nice to people setting internal error code by Benjamin Otte · 15 years ago
  27. 3823c48 device: Don't be nice to people setting internal error codes by Benjamin Otte · 15 years ago
  28. badf322 surface: Don't be nice to people setting internal error codes by Benjamin Otte · 15 years ago
  29. 3b3cfbf Assert that an error is valid when set by Benjamin Otte · 15 years ago
  30. 9c58336 xcb: Don't operate on a status variable that is never set by Benjamin Otte · 15 years ago
  31. 00ffb09 boilerplate/egl: Ensure that we are using an RGBA32 egl config by Alexandros Frantzis · 15 years ago
  32. 2181a53 egl: Ensure that the dummy pbuffer surface is compatible with the supplied context by Alexandros Frantzis · 15 years ago
  33. 3245d6e egl: Fix eglMakeCurrent for egl surfaces by Benjamin Franzke · 15 years ago
  34. 303f56a test: Add line-width-overlap by Benjamin Otte · 15 years ago
  35. 937465b tests: Fix gcc complaint by Benjamin Otte · 15 years ago
  36. 4d40568 tests: Add line-width-tolerance by Benjamin Otte · 15 years ago
  37. 07c0b7c AUTHORS: Use correct email for me by Benjamin Otte · 15 years ago
  38. d866bb0 xlib: Fix compilation when gradient functions are not available by Andrea Canciani · 15 years ago
  39. 219f0d4 test: Fix REFERENCE_IMAGES by Andrea Canciani · 15 years ago
  40. 81d2434 gl: Don't reset the FBO draw/readbuffers every time we bind the FBO. by Eric Anholt · 15 years ago
  41. 5fa4946 test: Fix surface-pattern-scale-down-extend by Andrea Canciani · 15 years ago
  42. 34612c4 test: Fix clip-device-offset by Andrea Canciani · 15 years ago
  43. 7ad3aeb arc-looping-dash: Add a missing cairo_restore () by Uli Schlachter · 15 years ago
  44. 788bdec Fix errors from src/check-plt.sh by Uli Schlachter · 15 years ago
  45. 12e41ac xcb: Remove the surface pattern cache by Uli Schlachter · 15 years ago
  46. 050a877 xcb: Fix a crash when finishing a device by Uli Schlachter · 15 years ago
  47. ae669fb Finish devices after their finish callback returns by Uli Schlachter · 15 years ago
  48. 070bc5d xcb-surface-source: Add image16 and ps ref images by Uli Schlachter · 15 years ago
  49. 6825007 ps: Update xlib-surface-source ref images by Uli Schlachter · 15 years ago
  50. e4fdd9a gl: Replace built-in vertex attributes with custom attributes by Alexandros Frantzis · 15 years ago
  51. e68062d gl: Add gl dispatch entries for functions related to vertex attributes by Alexandros Frantzis · 15 years ago
  52. 80a92b6 gl: Use a custom shader uniform for the ModelViewProjection matrix by Alexandros Frantzis · 15 years ago
  53. d88ada3 gl: Replace ftransform() with manual coordinate calculation in shaders by Alexandros Frantzis · 15 years ago
  54. b131983 gl: Add function to bind a 4x4 float matrix shader uniform by Alexandros Frantzis · 15 years ago
  55. 966e4a1 gl: Add entry for UniformMatrix4fv in the gl dispatch table by Alexandros Frantzis · 15 years ago
  56. 0984c9e Type1-subset: Fallback if font contains more than one /Encoding by Adrian Johnson · 15 years ago
  57. 5f039f0 mesh: Rename cairo_pattern_mesh_* functions to cairo_mesh_pattern_* by Andrea Canciani · 15 years ago
  58. fda7847 test: Attempt to capture out-of-bounds spans compositing bug by Chris Wilson · 15 years ago
  59. d558f40 image: Limit span rendering to bounded extents by Chris Wilson · 15 years ago
  60. fc8c54d Don't err on non-invertible font matrix by Behdad Esfahbod · 15 years ago
  61. 7f15319 gl: Remove fixed-function related code paths by Alexandros Frantzis · 15 years ago
  62. f6ca116 gl: Remove unnecessary checks for NULL shader implementation by Alexandros Frantzis · 15 years ago
  63. 037c9ba gl: Fail if GL implementation doesn't support shaders by Alexandros Frantzis · 15 years ago
  64. 0e08e7a XCB: Fix build with xcb-shm disabled by Uli Schlachter · 15 years ago
  65. 2e81f79 xcb: Use a normal image surface if SHM fails by Uli Schlachter · 15 years ago
  66. 72788a0 xcb: Move the allocation of a shm surface into its own function by Uli Schlachter · 15 years ago
  67. 48cb918 xcb: Remove a duplicate static function by Uli Schlachter · 15 years ago
  68. 274289d xcb: Limit the amount of SHM used by Uli Schlachter · 15 years ago
  69. a8e8d2a scaled font: Fix the docs for cairo_scaled_font_get_font_face by Uli Schlachter · 15 years ago
  70. 23f8795 User fonts: Make it clear what should NOT be freed by Uli Schlachter · 15 years ago
  71. 00b1eac xcb: Document all public functions by Uli Schlachter · 15 years ago
  72. 9e7ce0c xcb: Automatically enable the backend if the libs are available by Uli Schlachter · 15 years ago
  73. 0e199cc LD_PRELOAD is supported on Hurd by Pino Toscano · 15 years ago
  74. f60e8f0 xcb: Fix compositing of pixel-aligned rectangles by Andrea Canciani · 15 years ago
  75. 062e78b Fix regressions from 1.10 merge by Andrea Canciani · 15 years ago
  76. c7b1609 xcb: Fix a BadPicture when clearing a surface by Uli Schlachter · 15 years ago
  77. 74374fc xcb: Only use clip rectangles for more than 1 pixel-aligned box by Chris Wilson · 15 years ago
  78. 5809c6f version: Post-snapshot bump by Chris Wilson · 15 years ago
  79. ac9ee38 version: Bump for 1.11.2 snapshot by Chris Wilson · 15 years ago
  80. 7e75e2d NEWS: 1.11.2 snapshot by Chris Wilson · 15 years ago
  81. d6dc6e8 Merge branch '1.10' into tmp by Chris Wilson · 15 years ago
  82. 6c65168 Makefile: add missing cairo-box-private.h by Chris Wilson · 15 years ago
  83. 6f43188 xcb: Prefer RenderFillRectangles to perform the deferred clear by Chris Wilson · 15 years ago
  84. bef8b28 xcb: Apply a clip region for compositing many-pixel-aligned-boxes by Chris Wilson · 15 years ago
  85. ff9e962 gstate: Remove unused code by Andrea Canciani · 15 years ago
  86. 5d95ae9 gstate: Set an error status when restoring a push_group by Andrea Canciani · 15 years ago
  87. e0b741d test: Add group-state by Andrea Canciani · 15 years ago
  88. b515206 clip: Improve _cairo_clip_contains_* by Andrea Canciani · 15 years ago
  89. 47d1458 win32: Improve error logging by Mats Palmgren · 15 years ago
  90. 72a9d49 Bump pixman requirements to 0.20.2 for radial gradients by Andrea Canciani · 15 years ago
  91. 67cfb20 test: Workaround pixman limits in large-source-roi by Andrea Canciani · 15 years ago
  92. b8e7bfd quartz: Respect pattern filter settings by Andrea Canciani · 15 years ago
  93. 45da39d quartz: Avoid using private APIs by Andrea Canciani · 15 years ago
  94. ca90688 quartz: Use CGLayer to implement unbounded operators by Andrea Canciani · 15 years ago
  95. d7e3637 quartz: Cleanup extents computation by Andrea Canciani · 15 years ago
  96. aa2fb0c quartz: Do not use opaque patterns as masks by Andrea Canciani · 15 years ago
  97. 7d89d69 quartz: Make huge domain handling more stable by Andrea Canciani · 15 years ago
  98. 4874dab quartz: Use standard stack allocation size by Andrea Canciani · 15 years ago
  99. 5a1e590 test: Update quartz ref images by Andrea Canciani · 15 years ago
  100. 2e75bf5 test: Fix operator-alpha-alpha by Andrea Canciani · 15 years ago