~alcinnz/Mondrian

b81c9e69 — Adrian Cochrane 9 months ago
Add dashed, dotted, & double border styles!
7564554b — Adrian Cochrane 9 months ago
Commit border renderer, make them trapazoidal.
350eab76 — Adrian Cochrane 9 months ago
Add solid border rendering!
c5cdc91e — Adrian Cochrane 9 months ago
Parse CSS borders!
82540dc3 — Adrian Cochrane 9 months ago
Fix background-position, code tidies.
83d1d0db — Adrian Cochrane 10 months ago
Add support for background-repeat, background-size needs fixing
ee0a24c8 — Adrian Cochrane 10 months ago
Add support for background-position.
cf3ffa14 — Adrian Cochrane 10 months ago
Implement background-origin!
396e7db5 — Adrian Cochrane 10 months ago
Implement conic gradients, support elliptical extents.
ec7d175b — Adrian Cochrane 10 months ago
Parse radial gradient extents, slightly differs for circles vs ellipse.
bd4c8802 — Adrian Cochrane 10 months ago
Upload Juicy Pixels test script.
cde21026 — Adrian Cochrane 10 months ago
Minor legibility & theoretical-performance optimizations.

Use forward-unrolled loop to lookup the transition to apply, avoiding else-if branches.
Use GL_TRIANGLE_STRIP to avoid the need to upload duplicate vertex data.
b49146ea — Adrian Cochrane 10 months ago
Parse radial gradient center-position.
483226a3 — Adrian Cochrane 10 months ago
Add support for circular gradients, prepare shaders to allow setting center.
745d80f2 — Adrian Cochrane 10 months ago
Add simple radial gradient support, fix lint warnings.
bd6dd38b — Adrian Cochrane 10 months ago
Allow configuring where colour stops occur.
e8160393 — Adrian Cochrane 10 months ago
Add support for colour stops, equally spaced.

10 stops should be generous!
c4d7272d — Adrian Cochrane 10 months ago
Add angular linear gradient support!
1adb7b35 — Adrian Cochrane 10 months ago
Add basic support for linear gradients!
7e76e9b6 — Adrian Cochrane 10 months ago
Test whether colour conversion is giving me the issues on certain JPGs, nope!
Next