summaryrefslogtreecommitdiff
path: root/gsk
Commit message (Expand)AuthorAgeFilesLines
* Add a forgotten renameMatthias Clasen2017-09-301-3/+3
* Reshuffle things a little bitMatthias Clasen2017-09-303-41/+24
* Small simplificationMatthias Clasen2017-09-301-9/+6
* vulkan: Add a counter for intermediate texturesMatthias Clasen2017-09-302-0/+15
* CosmeticsMatthias Clasen2017-09-301-11/+15
* Fix a doc commentMatthias Clasen2017-09-301-1/+3
* Support repeat nodes in vulkanMatthias Clasen2017-09-291-5/+51
* vulkan: Add a repeating samplerMatthias Clasen2017-09-293-9/+35
* vulkan: Move sampler creation downMatthias Clasen2017-09-293-52/+72
* vulkan: Rename blend pipeline to textureMatthias Clasen2017-09-2919-178/+178
* vulkan: Allow to control scaling in the blend pipelineMatthias Clasen2017-09-293-6/+9
* vulkan: Fix setup for dependent render passesMatthias Clasen2017-09-294-12/+29
* gsk: Fix a typoMatthias Clasen2017-09-281-1/+1
* gsk: remove gsk_blend_node_get_blend_mode from public apiMatthias Clasen2017-09-282-4/+1
* vulkan: Measure gpu timeMatthias Clasen2017-09-282-0/+16
* gsk: Change the profiler setupMatthias Clasen2017-09-281-8/+0
* gsk: Redo the sampling in the profilerMatthias Clasen2017-09-281-11/+25
* gsk: Add a profile counter for vulkan render passesMatthias Clasen2017-09-282-0/+18
* vulkan: Implement multiple render passesMatthias Clasen2017-09-285-170/+324
* Add an api to get the vertex data for a render passMatthias Clasen2017-09-284-3/+27
* Add semaphores to the command buffer submit apiMatthias Clasen2017-09-284-18/+25
* Add an api to create intermediate texturesMatthias Clasen2017-09-282-3/+29
* vulkan: Update the outset-shadow fragment shadersMatthias Clasen2017-09-263-0/+0
* gsk: Fix Vulkan validation errors for image uploadMatthias Clasen2017-09-261-12/+4
* gsk: report fallback pixels as a profile counterMatthias Clasen2017-09-252-8/+28
* gsk: Add a way to reset profiler countersMatthias Clasen2017-09-252-1/+28
* vulkan: add a frame counter to the profilerMatthias Clasen2017-09-251-0/+8
* gsk: Make profiler counters more usefulMatthias Clasen2017-09-252-2/+12
* gsk: count fallback pixelsMatthias Clasen2017-09-251-2/+9
* gsk: Some g-i annotation fixesRico Tzschichholz2017-09-252-3/+3
* gsk: Documentation additionsMatthias Clasen2017-09-245-13/+120
* Plug a memory leakMatthias Clasen2017-09-241-1/+2
* gsk: Fix a prefix mishapMatthias Clasen2017-09-233-6/+6
* CosmeticsMatthias Clasen2017-09-231-71/+57
* vulkan: Implement nonseparable blendmodesMatthias Clasen2017-09-235-7/+125
* vulkan: Implement blend modesMatthias Clasen2017-09-2317-1/+515
* vulkan: fix a clip handling problemMatthias Clasen2017-09-221-1/+1
* vulkan: Implement crossfadeMatthias Clasen2017-09-2217-6/+373
* vulkan: Drop GskVulkanPipelineLayoutMatthias Clasen2017-09-2223-149/+101
* Allow different pipeline layoutsMatthias Clasen2017-09-225-47/+62
* Add a getter to the pipeline layout directly from the pipelineMatthias Clasen2017-09-222-0/+9
* vulkan: Move descriptor set layout to the render objectMatthias Clasen2017-09-223-38/+29
* gsk: vulkan: Drop an unused apiMatthias Clasen2017-09-212-29/+0
* vulkan: Batch uploads from the glyph cacheMatthias Clasen2017-09-211-22/+51
* vulkan: Add an api to update multiple image regionsMatthias Clasen2017-09-212-26/+77
* vulkan: Quiet another validation warningMatthias Clasen2017-09-211-0/+1
* vulkan: Quiet another validation errorMatthias Clasen2017-09-201-2/+0
* Cosmetic changeMatthias Clasen2017-09-201-4/+2
* gsk: Make repeat nodes deserializableMatthias Clasen2017-09-201-1/+2
* gsk: Fix serialization of text nodesMatthias Clasen2017-09-201-5/+7