| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gsk_rounded_rect_init_copy: Don't normalize | Alexander Larsson | 2017-01-11 | 1 | -4/+2 |
* | Visual Studio builds: Move project files to win32/ | Chun-wei Fan | 2017-01-09 | 1 | -11/+11 |
* | vulkan: Reallocate descriptor sets | Benjamin Otte | 2017-01-06 | 1 | -13/+14 |
* | vulkan: Keep vertex buffer around until cleanup | Benjamin Otte | 2017-01-06 | 1 | -5/+5 |
* | vulkan: Reset descriptor pool | Benjamin Otte | 2017-01-06 | 1 | -0/+3 |
* | gsk: Don't use wildcards | Benjamin Otte | 2017-01-06 | 1 | -2/+34 |
* | gsk: Have variables for resources | Benjamin Otte | 2017-01-06 | 1 | -3/+9 |
* | vulkanrender: Create descriptor pools with correct descriptor number | Georges Basile Stavracas Neto | 2017-01-06 | 1 | -2/+2 |
* | vulkanpushconstants: Don't report invalid ranges | Georges Basile Stavracas Neto | 2017-01-04 | 1 | -2/+2 |
* | vulkan: Modernize blend pipeline | Benjamin Otte | 2017-01-04 | 18 | -54/+247 |
* | gsk: Add GskRepeatNode | Benjamin Otte | 2017-01-01 | 4 | -0/+182 |
* | gsk: Turn GskTexture into a GObject | Benjamin Otte | 2017-01-01 | 4 | -138/+245 |
* | vulkan: Optimize getting textures | Benjamin Otte | 2017-01-01 | 1 | -0/+18 |
* | vulkan: Add support for color matrix nodes | Benjamin Otte | 2016-12-31 | 1 | -0/+41 |
* | vulkan: Make the effect renderer take matrix + offset | Benjamin Otte | 2016-12-31 | 25 | -70/+154 |
* | gsk: Add GskColorMatrixNode | Benjamin Otte | 2016-12-31 | 4 | -0/+256 |
* | vulkan: Handle opacity nodes | Benjamin Otte | 2016-12-31 | 18 | -2/+533 |
* | Visual Studio builds: Include Vulkan sources in GSK | Chun-wei Fan | 2016-12-30 | 1 | -1/+1 |
* | gsk: Fix build on Visual Studio | Chun-wei Fan | 2016-12-29 | 3 | -7/+7 |
* | gsk/gskrendernodeimpl.c: Avoid VLAs | Chun-wei Fan | 2016-12-29 | 1 | -3/+3 |
* | gsk: Add GSK_RENDERING_MODE=full-redraw | Benjamin Otte | 2016-12-27 | 3 | -3/+22 |
* | vulkan: Only render minimal region | Benjamin Otte | 2016-12-27 | 2 | -55/+49 |
* | vulkan: Handle linear gradients | Benjamin Otte | 2016-12-26 | 20 | -1/+771 |
* | gsk: Add missing Mozilla copyright header | Benjamin Otte | 2016-12-26 | 1 | -0/+5 |
* | gsk: Insist on ordered color stops | Benjamin Otte | 2016-12-26 | 1 | -0/+18 |
* | vulkan: Fix coordinate setup | Benjamin Otte | 2016-12-26 | 1 | -6/+6 |
* | vulkan: Add shader for color drawing with rectangle clip | Benjamin Otte | 2016-12-25 | 8 | -1/+59 |
* | vulkan: We use VK_FORMAT_B8G8R8A8_UNORM | Benjamin Otte | 2016-12-25 | 3 | -10/+10 |
* | vulkan: Add proof-of-concept clip implementation | Benjamin Otte | 2016-12-24 | 7 | -3/+97 |
* | vulkan: Fold clip into push constants | Benjamin Otte | 2016-12-24 | 11 | -44/+164 |
* | vulkan: Change handling of push constants | Benjamin Otte | 2016-12-24 | 3 | -27/+32 |
* | gsk: Add debug category for fallbacks | Benjamin Otte | 2016-12-24 | 3 | -9/+18 |
* | gsk: Add GskVulkanClip | Benjamin Otte | 2016-12-24 | 8 | -23/+353 |
* | vulkan: Try combining draw calls | Benjamin Otte | 2016-12-24 | 1 | -3/+9 |
* | gsk: Fix memory leak in gsk_render_node_write_to_file() | Garrett Regier | 2016-12-23 | 1 | -0/+1 |
* | gsk: Add docs and error handling to serialization API | Benjamin Otte | 2016-12-23 | 5 | -57/+157 |
* | gsk: Add gsk_render_node_write_to_file() | Benjamin Otte | 2016-12-23 | 2 | -0/+40 |
* | gsk: Warn on cairo errors during gsk_render_node_draw() | Benjamin Otte | 2016-12-23 | 1 | -0/+9 |
* | gsk: Include config.h | Benjamin Otte | 2016-12-23 | 1 | -0/+2 |
* | gsk: Implement gsk_renderer_render_texture() on GL | Benjamin Otte | 2016-12-23 | 1 | -26/+92 |
* | vulkan: Implement gsk_renderer_render_texture() | Benjamin Otte | 2016-12-23 | 8 | -24/+204 |
* | gsk: Add gsk_texture_download() API | Benjamin Otte | 2016-12-23 | 4 | -3/+105 |
* | gsk: Rename to gsk_texture_download_surface() | Benjamin Otte | 2016-12-23 | 5 | -12/+12 |
* | gsk: Add gsk_renderer_render_texture() | Benjamin Otte | 2016-12-23 | 4 | -18/+140 |
* | gskcairo: Don't store the viewport in the global struct | Benjamin Otte | 2016-12-23 | 1 | -7/+6 |
* | gsk: Don't overdraw with transparent | Benjamin Otte | 2016-12-23 | 1 | -6/+0 |
* | rendernode: Fix typo | Benjamin Otte | 2016-12-23 | 1 | -1/+1 |
* | gsk: Remove nonexisting functions | Benjamin Otte | 2016-12-23 | 1 | -8/+0 |
* | gsk: Export gsk_render_node_get_bounds() | Benjamin Otte | 2016-12-23 | 2 | -2/+3 |
* | gsk: Add gsk_render_node_serialize/deserialize() | Benjamin Otte | 2016-12-23 | 4 | -0/+989 |