summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vulkan: Move code aroundwip/matthiasc/renderpassesMatthias Clasen2017-09-274-286/+277
* gsk: Add a profile counter for vulkan render passesMatthias Clasen2017-09-272-0/+19
* Implement multiple render passesMatthias Clasen2017-09-273-104/+259
* Add an api to get the vertex data for a render passMatthias Clasen2017-09-274-3/+27
* Add semaphores to the command buffer submit apiMatthias Clasen2017-09-274-18/+25
* Add an api to create intermediate texturesMatthias Clasen2017-09-272-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
* gdk: Tone down Vulkan validationMatthias Clasen2017-09-261-16/+6
* gdk-wayland: Do not leak dummy 1x1 surface on every drawDaniel Elstner2017-09-261-6/+9
* 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
* Fix a typoMatthias Clasen2017-09-251-1/+1
* gsk: Make profiler counters more usefulMatthias Clasen2017-09-252-2/+12
* gsk: count fallback pixelsMatthias Clasen2017-09-251-2/+9
* GtkBuilder: Enforce "class" as a mandatory attribute for <object>Debarshi Ray2017-09-252-8/+28
* gsk: Some g-i annotation fixesRico Tzschichholz2017-09-252-3/+3
* gsk: Documentation additionsMatthias Clasen2017-09-246-13/+125
* Plug a memory leakMatthias Clasen2017-09-241-1/+2
* Label: Replace allow-none with nullable/optionalDaniel Boles2017-09-241-6/+6
* emojichooser: Plug a memory leakTimm Bäder2017-09-241-1/+2
* Fix broken translations of 'calendar:' settings (ignored translator comments)Andre Klapper2017-09-2310-18/+18
* 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
* Update Persian translationsArash Mousavi2017-09-221-395/+466
* gdk: Add g-i annotations for new event gettersRico Tzschichholz2017-09-221-0/+169
* Fix a typoMatthias Clasen2017-09-211-1/+1
* Drop gail-4.0.pc.inEmilio Pozuelo Monfort2017-09-211-11/+0
* 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
* Add simple aging for the glyph cacheMatthias Clasen2017-09-203-2/+118
* gsk vulkan: Use new api in the glyph cacheLionel Landwerlin2017-09-201-12/+1
* gsk: vulkan: rework image layout/access transitionsLionel Landwerlin2017-09-202-183/+162
* gsk: vulkan: silence anisotropy validation warningLionel Landwerlin2017-09-201-1/+2
* glyph cache: Upload glyphs incrementallyMatthias Clasen2017-09-201-48/+95