Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | gsk/vulkan/pipeline: Simplify pipeline creation | Georges Basile Stavracas Neto | 2023-04-08 | 2 | -26/+4 | |
* | gsk/vulkan: Use default blend factors | Georges Basile Stavracas Neto | 2023-04-08 | 2 | -4/+2 | |
* | gsk/vulkan: Cosmetics | Georges Basile Stavracas Neto | 2023-04-08 | 2 | -10/+10 | |
* | rendernode: Cosmetics | Benjamin Otte | 2023-04-03 | 1 | -189/+136 | |
* | rendernode: Get rid of GskRenderNodeTypeInfo | Benjamin Otte | 2023-04-03 | 3 | -395/+438 | |
* | rendernode: Remove instance_init() function | Benjamin Otte | 2023-04-03 | 3 | -29/+1 | |
* | vulkan: Support fractional scaling | Georges Basile Stavracas Neto | 2023-04-03 | 2 | -18/+18 | |
* | gsk/vulkan/renderpass: Don't scale scissor and render area | Georges Basile Stavracas Neto | 2023-04-03 | 1 | -4/+4 | |
* | gsk/vulkan: Cosmetics | Georges Basile Stavracas Neto | 2023-04-03 | 2 | -10/+5 | |
* | gsk/vulkan/renderer: Pass appropriate clip region | Georges Basile Stavracas Neto | 2023-04-03 | 1 | -3/+56 | |
* | gsk/vulkan/buffer: Pass aligned memory value | Georges Basile Stavracas Neto | 2023-04-03 | 1 | -1/+1 | |
* | gsk/vulkan/glyphcache: Ceil glyph surface size | Georges Basile Stavracas Neto | 2023-04-03 | 1 | -2/+2 | |
* | gsk/vulkanimage: Set buffer row length and height | Georges Basile Stavracas Neto | 2023-04-03 | 1 | -0/+2 | |
* | gsk/vulkan/image: Use UNDEFINED for initial layout | Georges Basile Stavracas Neto | 2023-04-03 | 1 | -1/+1 | |
* | gsk/vulkan/image: Cosmetics | Georges Basile Stavracas Neto | 2023-04-02 | 1 | -2/+1 | |
* | Make fractional scaling for GL opt-in | Matthias Clasen | 2023-04-02 | 1 | -1/+1 | |
* | Use fractional scale for the GL renderer | Matthias Clasen | 2023-04-02 | 1 | -1/+1 | |
* | gsk: Cosmetics | Matthias Clasen | 2023-04-02 | 3 | -11/+11 | |
* | gsk: Pass scale as float to the command queue | Matthias Clasen | 2023-04-02 | 3 | -10/+10 | |
* | Merge branch 'gbsneto/mildly-mid-vulkan-fixes' into 'main' | Georges Basile Stavracas Neto | 2023-04-01 | 4 | -374/+725 | |
|\ | ||||||
| * | gsk/gl/renderjob: Decompose matrix for 3D transforms | Georges Basile Stavracas Neto | 2023-04-01 | 1 | -17/+15 | |
| * | gsk/vulkan/renderpass: Update scales from transform node | Georges Basile Stavracas Neto | 2023-04-01 | 1 | -6/+78 | |
| * | gsk/vulkan/renderpass: Refactor scale | Georges Basile Stavracas Neto | 2023-04-01 | 3 | -13/+20 | |
| * | gsk/vulkan/renderpass: Factor out node implementations | Georges Basile Stavracas Neto | 2023-03-31 | 1 | -347/+621 | |
* | | Convert headers to #pragma once | Matthias Clasen | 2023-03-31 | 66 | -198/+66 | |
|/ | ||||||
* | gsk/vulkanglyphcache: Cleanup maths | Georges Basile Stavracas Neto | 2023-03-30 | 1 | -5/+2 | |
* | vulkan/glyphcache: Add padding around ink rect | Georges Basile Stavracas Neto | 2023-03-30 | 1 | -0/+5 | |
* | Merge branch 'wip/otte/node-naming' into 'main' | Benjamin Otte | 2023-03-29 | 1 | -186/+543 | |
|\ | ||||||
| * | rendernodeparser: Detect duplicates and print them by name | Benjamin Otte | 2023-03-29 | 1 | -30/+219 | |
| * | rendernodeparser: Add support for reusing nodes | Benjamin Otte | 2023-03-29 | 1 | -0/+63 | |
| * | rendernodeparser: Add support for reusing textures | Benjamin Otte | 2023-03-29 | 1 | -1/+42 | |
| * | rendernodeparser: Add a Context object | Benjamin Otte | 2023-03-29 | 1 | -65/+142 | |
| * | rendernodeparser: Split out a function | Benjamin Otte | 2023-03-29 | 1 | -88/+57 | |
| * | rendernodeparser: Emit error when failing to resolve URL | Benjamin Otte | 2023-03-29 | 1 | -2/+17 | |
| * | rendernodeparser: Failing to parse a string is an error | Benjamin Otte | 2023-03-29 | 1 | -1/+4 | |
* | | glrenderer: Fix to prevent creation of GL_TEXTURE_MAG_FILTER filters with inc... | sumibi-yakitori | 2023-03-27 | 1 | -7/+17 | |
|/ | ||||||
* | gsk: Avoid copying GL texture in more cases | Matthias Clasen | 2023-03-23 | 2 | -10/+26 | |
* | gsk: Improve slice handling | Matthias Clasen | 2023-03-22 | 1 | -28/+208 | |
* | gsk: Add more flexible texture upload | Matthias Clasen | 2023-03-22 | 2 | -36/+97 | |
* | gsk: Drop debug code | Matthias Clasen | 2023-03-22 | 1 | -61/+0 | |
* | gsk: Drop some unused arguments | Matthias Clasen | 2023-03-22 | 3 | -15/+8 | |
* | gsk: Use overlapping slices | Matthias Clasen | 2023-03-22 | 3 | -6/+135 | |
* | gsk: Cosmetics | Matthias Clasen | 2023-03-22 | 2 | -7/+6 | |
* | gsk: Use mipmaps when it is beneficial | Matthias Clasen | 2023-03-19 | 1 | -12/+19 | |
* | glrenderer: Support GL without samplers | Benjamin Otte | 2023-03-18 | 2 | -8/+28 | |
* | glrenderer: Handle filters differently | Benjamin Otte | 2023-03-18 | 12 | -193/+219 | |
* | gsk: Drop texture subsetting | Matthias Clasen | 2023-03-18 | 1 | -34/+0 | |
* | gsk: Avoid reuploading textures too much | Matthias Clasen | 2023-03-17 | 1 | -0/+2 | |
* | gsk: Drop texture subsetting | Matthias Clasen | 2023-03-17 | 1 | -2/+10 | |
* | gsk: Add slicing to texture scale nodes | Matthias Clasen | 2023-03-17 | 1 | -30/+103 |