| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleaned up unsupportable legacy stuff: |  Vas Crabb | 2026-04-06 | 2 | -240/+1 |
| * | emu/video/rgbutil.cpp: Hopefully fix PowerPC build. |  Vas Crabb | 2025-12-01 | 1 | -2/+3 |
| * | emu/video/rgbutil.cpp: Fixed signature of methods for Altivec/VMX. |  Vas Crabb | 2025-11-13 | 1 | -2/+2 |
| * | emu/video: Removed most specialisations of the RGB utilities, added ARM NEON ... |  Vas Crabb | 2025-10-24 | 8 | -2193/+961 |
| * | emu/rgbvmx.h: Fixed some corner cases (fixes GitHub #11051). |  Vas Crabb | 2023-04-01 | 2 | -44/+60 |
| * | emu/rgbgen.h: Made out-of-range shift deterministic. (#10987) |  invertego | 2023-03-13 | 1 | -41/+27 |
| * | Corrected a few common typos in various source files. (#9963) |  0kmg | 2022-06-25 | 1 | -1/+1 |
| * | video/voodoo.cpp: Major rewrite: (#8267) |  Aaron Giles | 2021-07-09 | 3 | -36/+34 |
| * | video/resnet.cpp: Code cleanup |  AJR | 2021-02-03 | 1 | -61/+47 |
| * | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 1 | -2/+2 |
| * | emu/video: check macros are defined before doing comparisons, also fix a typo... |  Vas Crabb | 2020-08-21 | 3 | -6/+5 |
| * | Clean up the preprocessor glue for selecting RGB utility implementation a little |  Vas Crabb | 2020-08-21 | 3 | -4/+11 |
| * | emu: correct some file headers (nw) |  hap | 2020-06-19 | 5 | -5/+5 |
| * | srcclean (nw) |  Vas Crabb | 2019-09-22 | 1 | -6/+6 |
| * | emu/video/generic.cpp : Add 2x2 grouped case of 16x16 gfx layouts (#5625) |  cam900 | 2019-09-13 | 2 | -0/+67 |
| * | emu/video/generic.cpp : Add packed, raw case of generic gfx layouts, example ... |  cam900 | 2019-06-05 | 2 | -0/+56 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -16/+7 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -7/+16 |
| * | get rid of some copy/pasted macros for different numbers of arguments (nw) |  Vas Crabb | 2019-02-09 | 1 | -16/+7 |
| * | Start cleaning up palette configuration: |  Vas Crabb | 2018-12-29 | 1 | -4/+20 |
| * | Put #include emu.h as the first preprocessor directive in various files to su... |  yz70s | 2018-11-02 | 3 | -3/+7 |
| * | rgbsse: Fix scaling functions for negative values. Fixes graphical anomalies... |  Ted Green | 2018-03-11 | 1 | -11/+13 |
| * | untangle ladybug and redclash state classes |  Vas Crabb | 2018-02-24 | 1 | -8/+8 |
| * | srcclean (nw) |  Vas Crabb | 2017-10-22 | 1 | -3/+3 |
| * | voodoo: Few more SSE optimizations. (nw) |  Ted Green | 2017-10-15 | 3 | -0/+23 |
| * | voodoo: Incorporate some more sse optimizations. (nw) |  Ted Green | 2017-10-12 | 3 | -0/+19 |
| * | rgbsse: Clamp intermediate values to u8. (nw) |  Ted Green | 2017-10-10 | 1 | -1/+4 |
| * | rgbsse: Optimize some sse routines. (nw) (#2700) |  tedgreen99 | 2017-10-09 | 5 | -55/+79 |
| * | rgbsse: Rather simple performance optimization. (nw) |  Ted Green | 2017-09-29 | 1 | -2/+2 |
| * | rgbsse: Declare scale_imm_and_clamp as inline to ensure that it compiles as f... |  Ted Green | 2017-09-23 | 2 | -8/+7 |
| * | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -0/+2 |
| * | A round of spelling/typographical fixes to source comments (nw) |  Scott Stone | 2016-11-24 | 1 | -1/+1 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 9 | -263/+263 |
| * | Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... |  Miodrag Milanovic | 2016-11-12 | 1 | -2/+2 |
| * | Added IS_ENABLED, so we have compiler check for non used part, it is checked ... |  Miodrag Milanovic | 2016-11-11 | 1 | -2/+2 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 8 | -252/+252 |
| * | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -3/+3 |
| * | check a bunch more RGB operations in validity (nw) |  Vas Crabb | 2016-07-15 | 3 | -177/+58 |
| * | Introduce validity checks for RGB utilities and fix bugs uncovered [Vas Crabb] |  Vas Crabb | 2016-07-14 | 5 | -301/+245 |
| * | rgbvmx: fix the last little endian issue |  Vas Crabb | 2016-07-12 | 1 | -0/+5 |
| * | rgbvmx: fix bilinear_filter and blend on ppc64le |  Vas Crabb | 2016-07-12 | 2 | -4/+36 |
| * | more const, start fixing ppc64le |  Vas Crabb | 2016-07-12 | 4 | -10/+123 |
| * | more PPC fix (nw) |  Vas Crabb | 2016-07-11 | 1 | -4/+4 |
| * | rgbvmx: use function-style casts, add explicit casts to keep newer GCC happy |  Vas Crabb | 2016-07-11 | 1 | -79/+83 |
| * | Fix stupid syntax error |  Vas Crabb | 2016-05-16 | 1 | -1/+1 |
| * | Hopefully fix PPC targets |  Vas Crabb | 2016-05-14 | 1 | -2/+2 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -2/+2 |
| * | move vector to video devices (nw) |  Miodrag Milanovic | 2016-04-23 | 2 | -448/+0 |
| * | Make core vector-related slider handling slightly less egregious, nw |  therealmogminer@gmail.com | 2016-04-12 | 2 | -64/+36 |
| * | Fixed direction of vector extension |  ImJezze | 2016-03-24 | 1 | -15/+11 |