OpenTTD-patches/video
bjarni b6cdb521a1 (svn r3618) -Codechange: [OSX] reduce the time spend in the cocoa video driver
by caching global vars in local vars, the CPU keeps them in registers when looping all pixels on screen
	this reduce reading from RAM, which is much slower (Tron wrote this after I detected that those loops used a lot of time)
	Note: since the reduced time is waiting for the RAM, the actual CPU usage is not reduced.
	This means that it's only detectable while fast forwarding and other situations when OTTD wants to use more than 100% of the CPU time
2006-02-19 10:21:01 +00:00
..
cocoa_keys.h (svn r3615) Remove the Quartz key codes from the public cocoa video driver interface 2006-02-18 16:20:50 +00:00
cocoa_v.h (svn r3615) Remove the Quartz key codes from the public cocoa video driver interface 2006-02-18 16:20:50 +00:00
cocoa_v.m (svn r3618) -Codechange: [OSX] reduce the time spend in the cocoa video driver 2006-02-19 10:21:01 +00:00
dedicated_v.c (svn r3339) Remove unnecessary includes 2005-12-24 20:54:31 +00:00
dedicated_v.h
null_v.c
null_v.h
sdl_v.c (svn r3511) More whitespace ([FS#46] by Rubidium) 2006-02-01 07:36:15 +00:00
sdl_v.h
win32_v.c (svn r3511) More whitespace ([FS#46] by Rubidium) 2006-02-01 07:36:15 +00:00
win32_v.h