summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Support 16bit formats in the png loaderMatthias Clasen2021-09-171-25/+161
| * | | contentdeserializer: Use our on jpeg loaderMatthias Clasen2021-09-171-2/+11
| * | | Add code to save jpegsMatthias Clasen2021-09-172-11/+196
| * | | builder: Stop using pixbufutilsMatthias Clasen2021-09-171-3/+1
| * | | cssimageurl: Just create a texture directlyMatthias Clasen2021-09-171-11/+10
| * | | builder: create textures without pixbufsMatthias Clasen2021-09-171-19/+58
| * | | texture: Add private can_load() functionBenjamin Otte2021-09-173-20/+33
| * | | texture: Split out type detectionBenjamin Otte2021-09-174-25/+49
| * | | texture: Remove declaration for nonexisting functionBenjamin Otte2021-09-171-3/+0
| * | | texture: Avoid pixbufs when loading resourcesMatthias Clasen2021-09-171-7/+12
| * | | testsuite: Add png and tiff methodsBenjamin Otte2021-09-171-1/+67
| * | | texture: Add gdk_texture_save_to_tiff_bytes()Benjamin Otte2021-09-172-0/+36
| * | | rendernodeparser: Avoid gdk_texture_new_for_pixbufMatthias Clasen2021-09-171-12/+5
| * | | rendernodeparser: Use gdk_texture_save_to_png_bytesMatthias Clasen2021-09-173-270/+261
| * | | Add contentserializer tests for texturesMatthias Clasen2021-09-171-1/+70
| * | | Use our own loaders for content (de)serializationMatthias Clasen2021-09-172-35/+198
| * | | Add tests for the jpeg loaderMatthias Clasen2021-09-172-0/+4
| * | | Load jpegs without gdk-pixbufMatthias Clasen2021-09-171-0/+6
| * | | Add code to load jpegsMatthias Clasen2021-09-174-0/+180
| * | | Add gdk_texture_save_to_tiffMatthias Clasen2021-09-172-0/+35
| * | | Add tests for the tiff loaderMatthias Clasen2021-09-172-0/+7
| * | | Load tiffs without gdk-pixbufMatthias Clasen2021-09-171-0/+8
| * | | Add code to load and save tiff filesMatthias Clasen2021-09-175-0/+560
| * | | Add gdk_texture_save_to_png_bytesMatthias Clasen2021-09-172-1/+30
| * | | Add tests for the png loaderMatthias Clasen2021-09-173-0/+144
| * | | Save pngs without cairoMatthias Clasen2021-09-171-19/+7
| * | | Load pngs without gdk-pixbufMatthias Clasen2021-09-171-11/+28
| * | | Add code to load and save pngsMatthias Clasen2021-09-175-1/+503
| * | | texture: Add error enumMatthias Clasen2021-09-172-0/+21
|/ / /
* | | Merge branch 'modern-testsuite' into 'master'Benjamin Otte2021-09-1629-734/+376
|\ \ \
| * | | reftests: Use the default (aka NGL) renderermodern-testsuiteBenjamin Otte2021-09-161-1/+0
| * | | reftests: XFAIL border-half-pixel testBenjamin Otte2021-09-161-0/+2
| * | | reftests: Use colors without rounding errorsBenjamin Otte2021-09-162-5/+5
| * | | rendernodeparser: Handle is_color attribute for glyphsBenjamin Otte2021-09-161-1/+10
| * | | ngl: Avoid offscreens in more casesMatthias Clasen2021-09-161-0/+3
| * | | ngl: Improve shortcuts for shadow nodesMatthias Clasen2021-09-161-9/+12
| * | | ngl Fix bottom-right border render failureBenjamin Otte2021-09-164-1/+7
| * | | testsuite: Switch color from khaki to yellowBenjamin Otte2021-09-161-5/+5
| * | | reftests: Make image-compare use texturesBenjamin Otte2021-09-163-116/+41
| * | | reftests: Use 0.6 instead of 0.5 for alphaBenjamin Otte2021-09-161-5/+5
| * | | reftests: Use 0.6 alpha, not 0.5Benjamin Otte2021-09-162-1/+1
| * | | testsuite: Port compare_render() to use texturesBenjamin Otte2021-09-161-32/+23
| * | | tests: Update rendernode test to use texturesBenjamin Otte2021-09-161-18/+22
| * | | testuite: Add opacity-overdraw testBenjamin Otte2021-09-163-0/+16
| * | | ngl: Fix opacity handlingMatthias Clasen2021-09-161-9/+64
| * | | reftests: Use GdkTexture instead of cairo_surface_tBenjamin Otte2021-09-166-32/+90
| * | | reftests: Make diff pixels always opaqueBenjamin Otte2021-09-161-0/+2
| * | | testsuite: remove box-order testBenjamin Otte2021-09-164-505/+0
| * | | API: Add gdk_texture_new_from_filename()Benjamin Otte2021-09-162-0/+36
| * | | testsuite: Fix race in texture-threads testBenjamin Otte2021-09-161-3/+9