shithub: cstory

RSS feed

c2bc6c5e – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/26 19:16
Avoid DPI scaling on Windows

530dab7b – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/23 15:56
Update Wii U shader files

87da82a5 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/23 15:55
Wii U: Offload vertex transformation to GPU

663870ae – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/23 15:05
Wii U: Offload tex-coord transformation to GPU

6b8ffe28 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/23 14:03
More-efficient Wii U glyph fragment shader

45f2032c – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/23 13:53
Modernise how Wii U shaders are included

00609130 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/23 13:08
Fix an inconsistency

0103f269 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/23 13:07
Better way to handle Wii U screen viewports

42f12c18 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/23 12:57
Wii U integer-only viewport calculation

eac417cd – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/23 12:52
I guess I figured out what the GX2 context is for

1eb1e522 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/19 17:55
Clarify an odd design choice

a8bcf5a6 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/19 17:50
Orphan vertex buffers for improved performance

9a990d6f – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/19 11:07
Correct some code indentation

5c1012aa – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/18 17:21
Fix upscaled framebuffer skipping

f2c0f94e – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/17 22:55
Faster binary search

729565b5 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/17 22:05
Might as well not obscure the code

b0974c3d – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/17 22:03
Binary-search optimisations and fixes

4763aecd – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/17 20:59
Correct Lanczos array initialisation

d3e18d79 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/17 18:10
Merge branch 'accurate' into portable

620a25d7 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/17 17:44
Made `out` ASM-accurate

3a353025 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/17 17:05
Document some leftover debug-related code

c0a6441b – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/17 16:55
Fix another typo

527328c3 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/17 16:46
Fix a typo

2882f665 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/17 16:21
Apply some Windows types to InitBack

4e936d4f – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/17 16:13
Add a todo

f61ffac7 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/17 15:43
Turns out raw unicode *is* UTF32

ada7d91f – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/17 15:39
Tiny cleanup

79586f5b – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/17 15:34
Speed-up glyph lookup

ff44d2fd – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/17 14:42
Note something

83e8320d – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/17 14:26
Fix other renderers

5c6b71e3 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/17 14:15
Optimise a little when using OpenGL3

b8ceefce – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/17 14:05
Flexible OpenGL unpack alignment

86d084f7 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/17 13:39
Get OpenGL renderers working again

2b848ad1 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/17 10:55
Finally, Windows-accurate font sizing

c9f17c44 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/17 09:09
Rename FreeType font functions

9973dddb – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/09/17 09:07
Restore the FreeType code