summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-06-13 12:33:10 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-06-13 12:33:10 +0100
commit5f10139cd92383c657e328ffad41874c4f668551 (patch)
tree3c6788bf58b7b4f6151be8472ac7e1e6013586c1 /NEWS
parent4932aaa3173799c8f3ac30e4c9a594c20c83a121 (diff)
NEWS: A couple more tweaks
I only spotted these in the release announcement.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c442c662..a6b4479f 100644
--- a/NEWS
+++ b/NEWS
@@ -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.