diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-13 12:33:10 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-13 12:33:10 +0100 |
commit | 5f10139cd92383c657e328ffad41874c4f668551 (patch) | |
tree | 3c6788bf58b7b4f6151be8472ac7e1e6013586c1 /NEWS | |
parent | 4932aaa3173799c8f3ac30e4c9a594c20c83a121 (diff) |
NEWS: A couple more tweaks
I only spotted these in the release announcement.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -30,8 +30,8 @@ API additions It is common practice to cut an image up into many smaller pieces and use each of those as a source - a technique called texture atlasing. cairo_surface_create_for_rectangle() extends Cairo to directly support use - these subregions of another cairo_surface_t both as a source and as a render - target. + of these subregions of another cairo_surface_t both as a source and as a + render target. cairo_region_create() cairo_region_create_rectangle() @@ -64,7 +64,7 @@ Backend-specific improvements ----------------------------- cairo-gl - Benjamin Otte made more than 300 commits in which he refactored the cairo-gl + Benjamin Otte made more than 200 commits in which he refactored the cairo-gl backend, reducing a lot of code duplication and enabled him to begin working on improving performance by reducing state changes and associated overhead. |