summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2019-09-221-6/+6
* emu/video/generic.cpp : Add 2x2 grouped case of 16x16 gfx layouts (#5625) cam9002019-09-132-0/+67
* emu/video/generic.cpp : Add packed, raw case of generic gfx layouts, example ... cam9002019-06-052-0/+56
* (nw) Clean up the mess on master Vas Crabb2019-03-261-16/+7
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-7/+16
* get rid of some copy/pasted macros for different numbers of arguments (nw) Vas Crabb2019-02-091-16/+7
* Start cleaning up palette configuration: Vas Crabb2018-12-291-4/+20
* Put #include emu.h as the first preprocessor directive in various files to su... yz70s2018-11-023-3/+7
* rgbsse: Fix scaling functions for negative values. Fixes graphical anomalies... Ted Green2018-03-111-11/+13
* untangle ladybug and redclash state classes Vas Crabb2018-02-241-8/+8
* srcclean (nw) Vas Crabb2017-10-221-3/+3
* voodoo: Few more SSE optimizations. (nw) Ted Green2017-10-153-0/+23
* voodoo: Incorporate some more sse optimizations. (nw) Ted Green2017-10-123-0/+19
* rgbsse: Clamp intermediate values to u8. (nw) Ted Green2017-10-101-1/+4
* rgbsse: Optimize some sse routines. (nw) (#2700) tedgreen992017-10-095-55/+79
* rgbsse: Rather simple performance optimization. (nw) Ted Green2017-09-291-2/+2
* rgbsse: Declare scale_imm_and_clamp as inline to ensure that it compiles as f... Ted Green2017-09-232-8/+7
* general cleanup: Vas Crabb2017-05-231-0/+2
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-199-263/+263
* Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... Miodrag Milanovic2016-11-121-2/+2
* Added IS_ENABLED, so we have compiler check for non used part, it is checked ... Miodrag Milanovic2016-11-111-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-228-252/+252
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-3/+3
* check a bunch more RGB operations in validity (nw) Vas Crabb2016-07-153-177/+58
* Introduce validity checks for RGB utilities and fix bugs uncovered [Vas Crabb] Vas Crabb2016-07-145-301/+245
* rgbvmx: fix the last little endian issue Vas Crabb2016-07-121-0/+5
* rgbvmx: fix bilinear_filter and blend on ppc64le Vas Crabb2016-07-122-4/+36
* more const, start fixing ppc64le Vas Crabb2016-07-124-10/+123
* more PPC fix (nw) Vas Crabb2016-07-111-4/+4
* rgbvmx: use function-style casts, add explicit casts to keep newer GCC happy Vas Crabb2016-07-111-79/+83
* Fix stupid syntax error Vas Crabb2016-05-161-1/+1
* Hopefully fix PPC targets Vas Crabb2016-05-141-2/+2
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
* move vector to video devices (nw) Miodrag Milanovic2016-04-232-448/+0
* Make core vector-related slider handling slightly less egregious, nw therealmogminer@gmail.com2016-04-122-64/+36
* Fixed direction of vector extension ImJezze2016-03-241-15/+11
* Improved junction points of vector lines ImJezze2016-03-231-7/+24
* reverting: Miodrag Milanovic2016-01-202-4/+4
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-162-4/+4
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-192-3/+3
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-032-3/+3
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-1/+1
* Cleanup (nw) ImJezze2015-11-181-1/+1
* Fixed dynamic beam width for invariabel vector intensity ImJezze2015-11-182-17/+24
* this is obvious error (nw) Miodrag Milanovic2015-11-111-1/+1
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-114-6/+8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-086-0/+0