apple2ix/Apple2Mac/Classes
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
..
iOS Refactor to not use video_backend in so many places 2016-02-07 14:42:32 -08:00
OSX Refactor all drawing to run on video thread in one scanner pass 2016-02-15 13:29:58 -08:00