apple2ix/Apple2Mac/Classes/OSX
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
..
EmulatorDiskController.h Various project changes to prepare for iOS target 2016-01-04 20:33:35 -08:00
EmulatorDiskController.m Various project changes to prepare for iOS target 2016-01-04 20:33:35 -08:00
EmulatorFullscreenWindow.h Various project changes to prepare for iOS target 2016-01-04 20:33:35 -08:00
EmulatorFullscreenWindow.m Various project changes to prepare for iOS target 2016-01-04 20:33:35 -08:00
EmulatorGLView.h Various project changes to prepare for iOS target 2016-01-04 20:33:35 -08:00
EmulatorGLView.m Refactor to not use video_backend in so many places 2016-02-07 14:42:32 -08:00
EmulatorJoystickCalibrationView.h Various project changes to prepare for iOS target 2016-01-04 20:33:35 -08:00
EmulatorJoystickCalibrationView.m Various project changes to prepare for iOS target 2016-01-04 20:33:35 -08:00
EmulatorJoystickController.h Various project changes to prepare for iOS target 2016-01-04 20:33:35 -08:00
EmulatorJoystickController.m Various project changes to prepare for iOS target 2016-01-04 20:33:35 -08:00
EmulatorPrefsController.h Various project changes to prepare for iOS target 2016-01-04 20:33:35 -08:00
EmulatorPrefsController.m Refactor all drawing to run on video thread in one scanner pass 2016-02-15 13:29:58 -08:00
EmulatorWindow.h Various project changes to prepare for iOS target 2016-01-04 20:33:35 -08:00
EmulatorWindow.m Various project changes to prepare for iOS target 2016-01-04 20:33:35 -08:00
EmulatorWindowController.h Various project changes to prepare for iOS target 2016-01-04 20:33:35 -08:00
EmulatorWindowController.m Refactor to not use video_backend in so many places 2016-02-07 14:42:32 -08:00