gtk/gsk
Benjamin Otte 6c56793147 gsk: Add gsk_texture_download() API
Now users can download pixels and make everything slooooooow.
2016-12-23 08:11:01 +01:00
..
resources vulkan: Get rid of color in push constants 2016-12-20 18:01:11 +01:00
gsk.h gsk: Add GskRoundedRect 2016-12-20 18:01:10 +01:00
gskcairoblur.c gsk: Add GskShadowNode 2016-12-20 18:01:12 +01:00
gskcairoblurprivate.h gsk: Add GskShadowNode 2016-12-20 18:01:12 +01:00
gskcairorenderer.c gsk: Add gsk_renderer_render_texture() 2016-12-23 08:11:01 +01:00
gskcairorendererprivate.h cairorenderer: Remove nonexisting function from header 2016-11-30 15:15:08 +01:00
gskdebug.c vulkan: Implement staging-buffer image upload 2016-12-20 18:01:11 +01:00
gskdebugprivate.h vulkan: Implement staging-buffer image upload 2016-12-20 18:01:11 +01:00
gskenums.h gsk: Add GskOutsetShadowNode 2016-12-20 18:01:12 +01:00
gskenumtypes.c.template
gskenumtypes.h.template
gskgldriver.c gsk: Rename to gsk_texture_download_surface() 2016-12-23 08:11:01 +01:00
gskgldriverprivate.h gsktexture: Allow attaching render data to textures 2016-11-16 17:36:33 +01:00
gskglprofiler.c gsk: Bind GL context to the GL profiler 2016-10-18 11:49:10 +01:00
gskglprofilerprivate.h gsk: Bind GL context to the GL profiler 2016-10-18 11:49:10 +01:00
gskglrenderer.c gsk: Add bounds member to RenderNode 2016-12-21 14:01:34 +01:00
gskglrendererprivate.h
gskprivate.c
gskprivate.h
gskprofiler.c gsk: Add profiler object 2016-10-18 11:49:10 +01:00
gskprofilerprivate.h gsk: Add profiler object 2016-10-18 11:49:10 +01:00
gskrenderer.c gsk: Add gsk_texture_download() API 2016-12-23 08:11:01 +01:00
gskrenderer.h gsk: Add gsk_renderer_render_texture() 2016-12-23 08:11:01 +01:00
gskrendererprivate.h gsk: Add gsk_renderer_render_texture() 2016-12-23 08:11:01 +01:00
gskrendernode.c gsk: Add gsk_render_node_serialize/deserialize() 2016-12-23 08:11:00 +01:00
gskrendernode.h gsk: Export gsk_render_node_get_bounds() 2016-12-23 08:11:00 +01:00
gskrendernodeimpl.c gsk: Rename to gsk_texture_download_surface() 2016-12-23 08:11:01 +01:00
gskrendernodeprivate.h gsk: Export gsk_render_node_get_bounds() 2016-12-23 08:11:00 +01:00
gskroundedrect.c gsk: Add contains/intersect functions for GskRoundedRect 2016-12-20 18:01:12 +01:00
gskroundedrect.h gsk: Add contains/intersect functions for GskRoundedRect 2016-12-20 18:01:12 +01:00
gskroundedrectprivate.h gsk: Add GskRoundedRect 2016-12-20 18:01:10 +01:00
gskshaderbuilder.c Fix a few memory leaks 2016-10-21 06:45:22 +02:00
gskshaderbuilderprivate.h gsk: Consolidate program creation and storage 2016-10-18 11:49:07 +01:00
gsktexture.c gsk: Add gsk_texture_download() API 2016-12-23 08:11:01 +01:00
gsktexture.h gsk: Add gsk_texture_download() API 2016-12-23 08:11:01 +01:00
gsktextureprivate.h gsk: Add gsk_texture_download() API 2016-12-23 08:11:01 +01:00
gsktypes.h gsk: Add GskTexture 2016-11-08 20:31:34 +01:00
gskvulkanblendpipeline.c vulkan: Get vertex description from pipeline subclass 2016-12-20 18:01:11 +01:00
gskvulkanblendpipelineprivate.h vulkan: Move vertex data tracking to the pipeline subclass 2016-12-20 18:01:11 +01:00
gskvulkanbuffer.c vulkan: Implement staging-buffer image upload 2016-12-20 18:01:11 +01:00
gskvulkanbufferprivate.h vulkan: Implement staging-buffer image upload 2016-12-20 18:01:11 +01:00
gskvulkancolorpipeline.c vulkan: Pass color rects in instance data 2016-12-20 18:01:11 +01:00
gskvulkancolorpipelineprivate.h vulkan: Pass color rects in instance data 2016-12-20 18:01:11 +01:00
gskvulkancommandpool.c vulkan: Split out command pool 2016-12-20 18:01:11 +01:00
gskvulkancommandpoolprivate.h vulkan: Split out command pool 2016-12-20 18:01:11 +01:00
gskvulkanimage.c vulkan: Batch upload image barriers together 2016-12-20 18:01:11 +01:00
gskvulkanimageprivate.h vulkan: Batch upload image barriers together 2016-12-20 18:01:11 +01:00
gskvulkanmemory.c gsk: Loads of work on Vulkan backend 2016-12-09 18:35:51 +01:00
gskvulkanmemoryprivate.h gsk: Loads of work on Vulkan backend 2016-12-09 18:35:51 +01:00
gskvulkanpipeline.c vulkan: Get vertex description from pipeline subclass 2016-12-20 18:01:11 +01:00
gskvulkanpipelineprivate.h vulkan: Get vertex description from pipeline subclass 2016-12-20 18:01:11 +01:00
gskvulkanpushconstants.c vulkan: Remove color from push constants 2016-12-20 18:01:11 +01:00
gskvulkanpushconstantsprivate.h vulkan: Remove color from push constants 2016-12-20 18:01:11 +01:00
gskvulkanrender.c vulkan: Split color and blend pipelines 2016-12-20 18:01:11 +01:00
gskvulkanrenderer.c gsk: Rename to gsk_texture_download_surface() 2016-12-23 08:11:01 +01:00
gskvulkanrendererprivate.h vulkan: Add GskVulkanUploader 2016-12-20 18:01:11 +01:00
gskvulkanrenderpass.c gsk: Fix build of 22110ef5a4 2016-12-21 18:15:50 +01:00
gskvulkanrenderpassprivate.h vulkan: Move vertex data tracking to the pipeline subclass 2016-12-20 18:01:11 +01:00
gskvulkanrenderprivate.h vulkan: Move vertex data tracking to the pipeline subclass 2016-12-20 18:01:11 +01:00
gskvulkanshader.c gsk: Loads of work on Vulkan backend 2016-12-09 18:35:51 +01:00
gskvulkanshaderprivate.h gsk: Loads of work on Vulkan backend 2016-12-09 18:35:51 +01:00
Makefile.am Fix distcheck 2016-12-21 14:12:31 -05:00