apple2ix/src/meta
Aaron Culliney 829291feba Refactor all drawing to run on video thread in one scanner pass
- Moves extra work off CPU/audio thread
    - Prepares the way to possibly remove the vestigal intermediate indexed framebuffer and do direct RGBA_8888 writes
      to XImage or OpenGL texture
    - Prepares the ground for possible better emulation of video scanner hardware

Conflicts:
	src/display.c
	src/video/glvideo.c
	src/video/video.h
2016-02-15 13:29:58 -08:00
..
debug.c Refactor video_shutdown() to appease Valgrind 2016-02-07 14:42:28 -08:00
debug.h Upgrade to GPLv3 "or later" and update copyrights 2015-10-22 21:09:13 -07:00
debug.l Refactor video_shutdown() to appease Valgrind 2016-02-07 14:42:28 -08:00
debugger.c Refactor all drawing to run on video thread in one scanner pass 2016-02-15 13:29:58 -08:00
lintrace.c Upgrade to GPLv3 "or later" and update copyrights 2015-10-22 21:09:13 -07:00
opcodes.c Upgrade to GPLv3 "or later" and update copyrights 2015-10-22 21:09:13 -07:00
trace.h Upgrade to GPLv3 "or later" and update copyrights 2015-10-22 21:09:13 -07:00