Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-25 | as Bertrand points out, using && introduces unnecessary branching, so & is ↵ | Max Horn | |
better svn-id: r7979 | |||
2003-05-25 | cleanup / added some more const qualifiers | Max Horn | |
svn-id: r7975 | |||
2003-05-25 | optimized GetResult, based on code by Bertrand Augereau | Max Horn | |
svn-id: r7974 | |||
2003-05-25 | removed obsolete code | Max Horn | |
svn-id: r7973 | |||
2003-05-25 | changed scaler proc signature so that srcPtr is const (this can help ↵ | Max Horn | |
optimizer by simplifying aliasing detection; thanks to Bertrand Augereau for pointing this out) svn-id: r7939 | |||
2003-05-16 | fix advmame scaler ('flickering', observable in e.g. Sam&Max, and the ↵ | Max Horn | |
left-screen-border-black bug). Note: this change might look fishy to you but is perfectly legal because our frame buffers put a border around the screen data to accomodate for this svn-id: r7556 | |||
2003-05-09 | Patch #735294: AdvMame3x scaler | Max Horn | |
svn-id: r7409 | |||
2003-04-25 | cleanup; added comment | Max Horn | |
svn-id: r7119 | |||
2003-03-28 | small optimization (do three memory reads instead of five) | Max Horn | |
svn-id: r6875 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | next pedantic cleanup code | Paweł Kołodziejski | |
svn-id: r6714 | |||
2003-03-02 | Patch #691064: dot matrix scaler | Max Horn | |
svn-id: r6663 | |||
2003-01-19 | new patch from cyx to make scanlines in tv2x lighter | Jonathan Gray | |
svn-id: r6521 | |||
2003-01-18 | optimized Normal1x a bit (well at least memcpy won't be slower and on many ↵ | Max Horn | |
systems will be faster) svn-id: r6505 | |||
2003-01-15 | add new tv scanlines graphics scaler from Gregory Montoir, use -g tv2x to try it | Jonathan Gray | |
svn-id: r6462 | |||
2002-09-19 | Added overlay to OSystem interface; implemented overlay in SDL backend (all ↵ | Max Horn | |
other backends, including SDL_gl, still need to implement this!); changed NewGUI to make use of the overlay; added Cmd-Q as a shortcut for Quit on MacOS X svn-id: r4971 | |||
2002-09-08 | rewrote config class; cleanup; code restructuring | Max Horn | |
svn-id: r4903 | |||
2002-08-23 | Move scaler code from SCUMM-specific area. | James Brown | |
svn-id: r4803 |