mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 02:18:03 +02:00
NEWS: A couple more tweaks
I only spotted these in the release announcement.
This commit is contained in:
parent
4932aaa317
commit
5f10139cd9
1 changed files with 3 additions and 3 deletions
6
NEWS
6
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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue