summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/chihiro.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* xbox: rename file video/chihiro.cpp to xbox_nv2a.cpp (nw) yz70s2016-12-131-4746/+0
|
* chihiro.cpp: enable clipping of vertices where w is negative (nw) yz70s2016-12-131-39/+68
|
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-3/+3
|
* srcclean (nw) Vas Crabb2016-10-231-5/+5
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-181/+181
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* chihiro.cpp: tidy up for pull (nw) yz70s2016-10-091-25/+3
|
* chihiro.cpp: clarifications and renaming for 3d matrices (nw) yz70s2016-10-041-4/+39
|
* chihiro.cpp: games hotd3 and vcop3 boot too, mj2c throws an exception (nw) yz70s2016-08-031-0/+3
|
* chihiro.cpp: game ghostsqu boots too (nw) yz70s2016-07-311-7/+9
|
* chihiro.cpp: try to boot scg06nt and wangmid (nw) yz70s2016-07-311-12/+51
|
* std::min and std:max instead of MIN and MAX, also some more macros converted ↵ Miodrag Milanovic2016-07-311-49/+49
| | | | to inline functions (nw)
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
|
* chihiro.cpp: try to boot crtaxihr & small 3d adjustments (nw) yz70s2016-05-261-12/+80
|
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-10/+10
|
* Fix compilation when LOG_NV2A is defined MoochMcGee2016-05-201-3/+3
|
* chihiro.cpp: since clipping is not present yet, if a trangle has at least a ↵ yz70s2016-05-191-9/+13
| | | | vertex where the w component is <= 0, don't draw it, this makes outr2 more watchable (nw)
* chihiro.cpp: number of vertex parameters is 13 not 12 (nw) yz70s2016-05-131-14/+13
|
* chihiro.cpp: 3d accelerator update, better support for ↵ yz70s2016-05-081-582/+591
| | | | antialiasing\supersampling (nw)
* Update to fix crash with chihiro games (nw) yz70s2016-04-261-0/+2
|
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-5/+5
| | | | | | | | | * Make stream_format return characters printed * Add iostreams with std::vector storage * Move to type-safe templates for logerror and popmessage * Remove now-unnecessary I64FMT from calls to logerror/popmessage * Put some lib/util stuff in util:: namespace * Some fixes to Japanese translation
* xbox.cpp: more usb, now nearly ends enumeration (nw) yz70s2016-02-171-2/+2
|
* Fixed the build (nw). Robbbert2016-02-121-1/+1
|
* chihiro.cpp: fiddle with backface culling (nw) yz70s2016-02-111-7/+30
|
* chihiro.cpp: add backface culling to 3d accelerator (nw) yz70s2016-02-011-17/+51
|
* replace osd_lock with std::mutex [Miodrag Milanovic] Miodrag Milanovic2016-01-301-2/+1
|
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-2/+2
|
* reverting: Miodrag Milanovic2016-01-201-4/+4
| | | | | | | SHA-1: 1f90ceab075c4869298e963bf0a14a0aac2f1caa * tags are now strings (nw) fix start project for custom builds in Visual Studio (nw)
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
| | | | fix start project for custom builds in Visual Studio (nw)
* chihiro.cpp: improve support for fixed function pipeline (nw) yz70s2016-01-111-6/+25
|
* xbox: some debug libraries need this (nw) yz70s2015-12-281-1/+6
|
* chihiro.cpp: store up to 1024 primitive vertices for easier debugging (nw) yz70s2015-12-251-163/+226
|
* chihiro.cpp: clear render target color buffer supports subregion and single ↵ yz70s2015-12-131-31/+129
| | | | channel (nw)
* chihiro.cpp: fix "error: 5 enumeration values not handled in switch: ↵ dankan18902015-12-091-0/+4
| | | | 'X1R5G5B5_Z1R5G5B5', 'X1R5G5B5_X1R5G5B5', 'X1A7R8G8B8_Z1A7R8G8B8'..." in lines 1255 - 1860.
* chihiro.cpp: "enum" -> "enum class" (nw) yz70s2015-12-081-196/+198
|
* chihiro.cpp: correct little error (nw) yz70s2015-12-071-3/+4
|
* clang-modernize part 6 Miodrag Milanovic2015-12-041-6/+6
|
* clang-modernize part 4 Miodrag Milanovic2015-12-041-15/+15
|
* chihiro.c: some cleanup, wait vblank enabled by default (nw) yz70s2015-11-141-59/+42
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+4347