apple2ix/src/video
Aaron Culliney 80b880550f Fix shutdown codepaths
- Ensures various shutdown codepaths (interface, cpu/audio, main/video, ...) run on proper thread(s)
    - Actually now runs the CloseAL() code
    - Try to ensure all detached threads exit ... seems to help keep Valgrind happy =)
2015-05-31 13:43:51 -07:00
..
Basic.fsh First cut at touch menu HUD 2015-05-09 19:23:52 -07:00
Basic.vsh Refactor to rename Basic.vert and Basic.frag 2014-10-07 22:04:23 -07:00
glalert.c Make RGBA_4444 codepaths available to HUD models 2015-05-30 23:18:08 -07:00
glhudmodel.c Bugfix: allow unsigned indexing 2015-05-31 11:23:49 -07:00
glhudmodel.h Adds a semi-opaque halo effect around keyboard and menu glyphs for better contrast 2015-05-30 12:18:42 -07:00
glinput.h Refactor joystick handling 2014-11-09 15:48:05 -08:00
glnode.c Fix ctor load priorities 2015-04-17 22:12:13 -07:00
glnode.h REFACTOR : glanimation rechristend, touch handling genericized 2015-04-12 15:55:06 -07:00
gltouchjoy.c Make RGBA_4444 codepaths available to HUD models 2015-05-30 23:18:08 -07:00
gltouchkbd.c Make RGBA_4444 codepaths available to HUD models 2015-05-30 23:18:08 -07:00
gltouchmenu.c Make RGBA_4444 codepaths available to HUD models 2015-05-30 23:18:08 -07:00
glutinput.c REFACTOR : glinput.c -> glutinput.c 2015-02-17 20:13:18 -08:00
glvideo.c Fix shutdown codepaths 2015-05-31 13:43:51 -07:00
glvideo.h First cut at touch menu HUD 2015-05-09 19:23:52 -07:00
video.h Better derivation of framebuffer macros 2015-05-29 21:46:37 -07:00
xvideo.c Fix ctor load priorities 2015-04-17 22:12:13 -07:00