Jonathan G Rennison
db924a4681
Codechange: [Blitter] Change DrawLine to be templated
...
This is remove per-pixel overheads due to use of the SetPixel virtual
method.
These overheads included:
* expensive virtual method call which prevents inlining
* palette lookup for every pixel
* branch on whether palette animation is enabled on every pixel
Regenerate project files.
2019-01-24 11:12:06 +00:00
..
2019-01-24 11:12:06 +00:00
2019-01-24 11:12:06 +00:00
2014-10-06 18:45:51 +00:00
2014-01-02 22:41:58 +00:00
2017-03-30 21:33:40 +00:00
2014-01-02 22:41:58 +00:00
2018-05-23 09:55:04 +01:00
2018-05-23 09:55:04 +01:00
2018-10-31 12:35:54 +01:00
2018-10-31 12:35:54 +01:00
2019-01-24 11:12:06 +00:00
2019-01-24 11:12:06 +00:00
2019-01-24 11:12:06 +00:00
2019-01-24 11:12:06 +00:00
2014-10-06 18:45:51 +00:00
2014-01-02 22:41:58 +00:00
2014-10-06 18:45:51 +00:00
2014-01-02 22:41:58 +00:00
2014-04-23 20:13:33 +00:00
2014-01-13 18:20:23 +00:00
2014-04-23 20:13:33 +00:00
2014-01-13 18:20:23 +00:00
2014-10-15 18:31:37 +00:00
2018-10-31 12:35:54 +01:00
2014-04-23 20:13:33 +00:00
2014-01-13 18:20:23 +00:00
2019-01-24 11:12:06 +00:00
2019-01-24 11:12:06 +00:00
2014-04-25 15:40:32 +00:00
2014-04-23 20:13:33 +00:00
2014-01-02 22:41:58 +00:00