taisei/src/util
Andrei Alexeyev e4f49310ff
Fix textures being internally Y-flipped (#142)
* WIP: upload textures with the bottom-left-origin convention, as OpenGL expects

* unflip: fix spellcard_walloftext, text_hud

* unflip: fix reimu's and marisa's bombs

* unflip: fix stagetext

* unflip: fix graph.frag.glsl

* fix sprite_circleclipped_indicator
2018-08-28 11:25:54 +03:00
..
assert.c attempt to refactor the util disaster into several smaller disasters 2018-05-15 03:27:25 +03:00
assert.h attempt to refactor the util disaster into several smaller disasters 2018-05-15 03:27:25 +03:00
compat.h remove some defunct hacks 2018-07-28 14:02:48 +03:00
consideredharmful.h attempt to refactor the util disaster into several smaller disasters 2018-05-15 03:27:25 +03:00
crap.c Threading improvements (#125) 2018-05-25 09:01:07 +03:00
crap.h attempt to refactor the util disaster into several smaller disasters 2018-05-15 03:27:25 +03:00
debug.c attempt to refactor the util disaster into several smaller disasters 2018-05-15 03:27:25 +03:00
debug.h attempt to refactor the util disaster into several smaller disasters 2018-05-15 03:27:25 +03:00
env.c attempt to refactor the util disaster into several smaller disasters 2018-05-15 03:27:25 +03:00
env.h attempt to refactor the util disaster into several smaller disasters 2018-05-15 03:27:25 +03:00
fbpair.c My take on the Marisa bombs. Also blur shaders, minor fixes, etc. 2018-08-27 10:08:14 +03:00
fbpair.h My take on the Marisa bombs. Also blur shaders, minor fixes, etc. 2018-08-27 10:08:14 +03:00
geometry.c Text rendering rewrite and optimizations; some refactoring (#129) 2018-06-30 00:36:51 +03:00
geometry.h Text rendering rewrite and optimizations; some refactoring (#129) 2018-06-30 00:36:51 +03:00
glm.h attempt to refactor the util disaster into several smaller disasters 2018-05-15 03:27:25 +03:00
graphics.c Fix textures being internally Y-flipped (#142) 2018-08-28 11:25:54 +03:00
graphics.h Fix textures being internally Y-flipped (#142) 2018-08-28 11:25:54 +03:00
io.c attempt to refactor the util disaster into several smaller disasters 2018-05-15 03:27:25 +03:00
io.h attempt to refactor the util disaster into several smaller disasters 2018-05-15 03:27:25 +03:00
kvparser.c fix various issues discovered by scan-build 2018-07-31 11:50:04 +03:00
kvparser.h support mipmaps and anisotropy (not used until we have premultiplied alpha) 2018-07-11 14:55:08 +03:00
meson.build Refactor framebuffer-related stuff (#130) 2018-07-04 11:36:16 +03:00
miscmath.c My take on the Marisa bombs. Also blur shaders, minor fixes, etc. 2018-08-27 10:08:14 +03:00
miscmath.h My take on the Marisa bombs. Also blur shaders, minor fixes, etc. 2018-08-27 10:08:14 +03:00
platform_posix.c Improve filename timestamps (screenshots, replays) 2018-05-28 12:03:14 +03:00
platform_win32.c Improve filename timestamps (screenshots, replays) 2018-05-28 12:03:14 +03:00
pngcruft.c attempt to refactor the util disaster into several smaller disasters 2018-05-15 03:27:25 +03:00
pngcruft.h attempt to refactor the util disaster into several smaller disasters 2018-05-15 03:27:25 +03:00
rectpack.c Text rendering rewrite and optimizations; some refactoring (#129) 2018-06-30 00:36:51 +03:00
rectpack.h Text rendering rewrite and optimizations; some refactoring (#129) 2018-06-30 00:36:51 +03:00
sse42.c attempt to refactor the util disaster into several smaller disasters 2018-05-15 03:27:25 +03:00
sse42.h attempt to refactor the util disaster into several smaller disasters 2018-05-15 03:27:25 +03:00
stringops.c Text rendering rewrite and optimizations; some refactoring (#129) 2018-06-30 00:36:51 +03:00
stringops.h Text rendering rewrite and optimizations; some refactoring (#129) 2018-06-30 00:36:51 +03:00