Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Partially revert GskTexture → GdkTexture rename | Emmanuele Bassi | 2017-11-04 | 5 | -39/+39 |
* | renderer: Assert having been unrealized in dispose | Benjamin Otte | 2017-11-04 | 1 | -1/+3 |
* | GskTexture => GdkTexture | Benjamin Otte | 2017-11-04 | 24 | -776/+98 |
* | gskgl: Deal with being rerealized | Benjamin Otte | 2017-11-01 | 1 | -2/+3 |
* | gsk: Apply scale factor for fallback rendering | Matthias Clasen | 2017-10-28 | 1 | -2/+3 |
* | Triival cleanup | Matthias Clasen | 2017-10-28 | 1 | -1/+1 |
* | gsk: Scale glyphs in the glyph cache | Matthias Clasen | 2017-10-28 | 9 | -27/+48 |
* | gsk: Drop the GskRenderer::scale-factor property | Matthias Clasen | 2017-10-28 | 4 | -86/+7 |
* | gsk: Make text nodes more compact | Matthias Clasen | 2017-10-27 | 7 | -28/+49 |
* | vulkan: No need to redefine gl_PerVertex | Benjamin Otte | 2017-10-24 | 22 | -44/+0 |
* | vulkan: Delete unused shaders | Benjamin Otte | 2017-10-24 | 12 | -411/+0 |
* | Remove unnecessary const | Emmanuele Bassi | 2017-10-23 | 2 | -2/+2 |
* | Fix compiler warnings | Matthias Clasen | 2017-10-21 | 1 | -5/+5 |
* | Remove some outdated information | Matthias Clasen | 2017-10-20 | 1 | -4/+1 |
* | Tweak transform node apis | Matthias Clasen | 2017-10-20 | 4 | -13/+11 |
* | gsk: Tweak text node apis | Matthias Clasen | 2017-10-20 | 3 | -18/+18 |
* | gsk: Tweak cairo node apis | Matthias Clasen | 2017-10-20 | 5 | -19/+11 |
* | Make render node getter public | Matthias Clasen | 2017-10-20 | 2 | -119/+159 |
* | Avoid super-luminous pixels | Matthias Clasen | 2017-10-19 | 4 | -2/+1 |
* | rendernode: Don't leak mem_surface | Timm Bäder | 2017-10-10 | 1 | -10/+12 |
* | Fix blendmode shader | Matthias Clasen | 2017-10-08 | 4 | -98/+106 |
* | Revise coordinate handling for blend nodes | Matthias Clasen | 2017-10-08 | 1 | -2/+12 |
* | Revise the coordinate handling one more time | Matthias Clasen | 2017-10-08 | 1 | -2/+12 |
* | vulkan: Fix cross-fade node coordinates | Matthias Clasen | 2017-10-08 | 1 | -2/+2 |
* | vulkan: Fix blendmode coordinate handling | Matthias Clasen | 2017-10-08 | 1 | -2/+2 |
* | vulkan: Fix repeat node coordinates | Matthias Clasen | 2017-10-08 | 1 | -3/+12 |
* | gsk: Move gsk_cairo_node_new_for_surface into public API | Umang Jain | 2017-10-08 | 2 | -1/+3 |
* | gsk: Fix serialization of cairo node | Umang Jain | 2017-10-08 | 1 | -3/+25 |
* | gskrenderer: Make the window property not construct | Matthias Clasen | 2017-10-06 | 1 | -2/+1 |
* | build: Enable -Wswitch-enum and -Wswitch-default | Benjamin Otte | 2017-10-06 | 4 | -2/+32 |
* | build: Don't turn off critical warnings | Benjamin Otte | 2017-10-06 | 1 | -8/+8 |
* | Clip intermediate textures | Matthias Clasen | 2017-10-01 | 8 | -123/+197 |
* | Add a forgotten rename | Matthias Clasen | 2017-09-30 | 1 | -3/+3 |
* | Reshuffle things a little bit | Matthias Clasen | 2017-09-30 | 3 | -41/+24 |
* | Small simplification | Matthias Clasen | 2017-09-30 | 1 | -9/+6 |
* | vulkan: Add a counter for intermediate textures | Matthias Clasen | 2017-09-30 | 2 | -0/+15 |
* | Cosmetics | Matthias Clasen | 2017-09-30 | 1 | -11/+15 |
* | Fix a doc comment | Matthias Clasen | 2017-09-30 | 1 | -1/+3 |
* | Support repeat nodes in vulkan | Matthias Clasen | 2017-09-29 | 1 | -5/+51 |
* | vulkan: Add a repeating sampler | Matthias Clasen | 2017-09-29 | 3 | -9/+35 |
* | vulkan: Move sampler creation down | Matthias Clasen | 2017-09-29 | 3 | -52/+72 |
* | vulkan: Rename blend pipeline to texture | Matthias Clasen | 2017-09-29 | 19 | -178/+178 |
* | vulkan: Allow to control scaling in the blend pipeline | Matthias Clasen | 2017-09-29 | 3 | -6/+9 |
* | vulkan: Fix setup for dependent render passes | Matthias Clasen | 2017-09-29 | 4 | -12/+29 |
* | gsk: Fix a typo | Matthias Clasen | 2017-09-28 | 1 | -1/+1 |
* | gsk: remove gsk_blend_node_get_blend_mode from public api | Matthias Clasen | 2017-09-28 | 2 | -4/+1 |
* | vulkan: Measure gpu time | Matthias Clasen | 2017-09-28 | 2 | -0/+16 |
* | gsk: Change the profiler setup | Matthias Clasen | 2017-09-28 | 1 | -8/+0 |
* | gsk: Redo the sampling in the profiler | Matthias Clasen | 2017-09-28 | 1 | -11/+25 |
* | gsk: Add a profile counter for vulkan render passes | Matthias Clasen | 2017-09-28 | 2 | -0/+18 |