| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-06 | VideoCommon: Get rid of an snprintf call in VideoConfig.cpp | Lioncash | |
| 2014-07-06 | Merge pull request #362 from Tilka/ffmpeg_libav_new | Dolphin Bot | |
| AVIDump: use new ffmpeg/libav API | |||
| 2014-07-06 | Merge pull request #546 from workhorsy/header_guard_to_pragma_once | Tony Wasserka | |
| Changed lingering header include guards to pragma once. | |||
| 2014-07-06 | Merge pull request #463 from degasus/vertex_format_cache | Ryan Houdek | |
| VideoCommon: Cache native vertex formats | |||
| 2014-07-05 | VideoCommon: Remove some unused constants from VertexShaderGen.h. | Lioncash | |
| 2014-07-04 | VideoCommon: Cache native vertex formats | degasus | |
| We are used to have a 1:1 mapping of GX vertex formats and the native (OGL + D3D) ones, but there are by far more GX ones. This new cache maps them directly so that we don't flush on GX vertex format changes as long as the native one doesn't change. The idea is stolen from galop1n. | |||
| 2014-07-02 | FPS counter cleanup | Lioncash | |
| - Isolate it into it's own namespace - Shorten function names, the namespace self-documents. - Just use the std I/O, we can just write directly to the stream for logging. | |||
| 2014-07-01 | Changed lingering header include guards to pragma once. | Matthew Brennan Jones | |
| Some headers where using #ifndef to guard being including multiple times. But most were using pragma once. So for consistency I changed them all to use pragma once. | |||
| 2014-06-27 | AVIDump: rename frame variables | Tillmann Karras | |
| 2014-06-27 | AVIDump: update ffmpeg/libav API usage | Tillmann Karras | |
| libav 10 was released on May 10th, 2014 and it drops support for some long-deprecated stuff like avcodec_encode_video(). | |||
| 2014-06-27 | AVIDump: cleanup | Tillmann Karras | |
| 2014-06-27 | Statistics: Reformat stats string | degasus | |
| 2014-06-27 | VideoCommon: remove unused stats | degasus | |
| 2014-06-25 | Centralize the logging code into its own folder in Common. | Lioncash | |
| 2014-06-24 | Remove the 32-bit config platform from the VS solution and projects | Lioncash | |
| 2014-06-22 | Merge pull request #500 from lioncash/ini | Pierre Bourdon | |
| Use only section-based ini reading. | |||
| 2014-06-19 | LightingShader: hard code const variable | degasus | |
| 2014-06-19 | PixelShader: remove the duplicated ppl constants | degasus | |
| 2014-06-19 | PixelShader: use the vertex const buffer for ppl | degasus | |
| 2014-06-19 | VideoCommon: use the Light struct in XF memory | degasus | |
| 2014-06-18 | Kill off replaceable usages of s[n]printf. | Lioncash | |
| 2014-06-16 | VideoCommon: small cleanups. No functional change. | magumagu | |
| 2014-06-16 | Use only section-based ini reading. | Lioncash | |
| 2014-06-15 | Merge pull request #492 from Armada651/master | Pierre Bourdon | |
| Remove EmuWindow | |||
| 2014-06-15 | Remove EmuWindow. | Armada | |
| All it did was raise complexity. | |||
| 2014-06-13 | Merge pull request #445 from magumagu/video-dead-code | Tony Wasserka | |
| Video backends: remove dead code. | |||
| 2014-06-13 | Merge pull request #470 from pauldacheez/s-Gamecube-GameCube | Tony Wasserka | |
| Fix the capitalization of "GameCube" throughout the project. | |||
| 2014-06-13 | Merge pull request #483 from neobrain/bitfield_fixes | Tony Wasserka | |
| BitField fixes | |||
| 2014-06-13 | Fix the vertexloader on non-x86 targets. | Ryan Houdek | |
| When I dropped ARM from a generic target, this caused the vertexloader to try using the JIT path. Instead of !_M_GENERIC, check for _M_X86 instead. Since it is only for the x86 target | |||
| 2014-06-11 | Fix a few warnings caused by using BitField with non-typesafe functions. | Tony Wasserka | |
| 2014-06-09 | Remove unused video config variable. | Rachel Bryk | |
| 2014-06-08 | Fix the capitalization of "GameCube" throughout the project. | Paul Olszewski | |
| 2014-06-07 | Make it so ARMv7 isn't a generic target. | Ryan Houdek | |
| Rearranges a bit of code so that ARM isn't a generic build anymore. Because it obviously isn't | |||
| 2014-06-06 | Merge pull request #457 from Tilka/jcc | Ryan Houdek | |
| x64Emitter: J_CC: use 32 bit offset automatically | |||
| 2014-06-06 | Merge pull request #458 from Tilka/warnings | Pierre Bourdon | |
| Fix some warnings | |||
| 2014-06-04 | Fix some warnings. | Tillmann Karras | |
| The 'offset' variable needs to stay because the disabled code below uses it. | |||
| 2014-06-03 | x64Emitter: J_CC: use 32 bit offset automatically | Tillmann Karras | |
| 2014-06-02 | Fix a typo in a BP register name (BPMEM_TX_SETLUT_4 -> BPMEM_TX_SETTLUT_4). | Lioncash | |
| Also fixed the alignment of the register values. | |||
| 2014-06-02 | Add missing registers in GetBPRegInfo | Lioncash | |
| 2014-06-01 | Video backends: remove dead code. | magumagu | |
| 2014-05-29 | Remove the min/max functions in CommonFuncs. | Lioncash | |
| The algorithm header has the same functions. | |||
| 2014-05-30 | Merge pull request #411 from lioncash/fifo-cleanup | Pierre Bourdon | |
| Make GetBPRegInfo just take two strings as parameters | |||
| 2014-05-29 | Make GetBPRegInfo just take two strings as parameters | Lioncash | |
| Gets rid of the size parameters. | |||
| 2014-05-25 | Use strings instead of arbitrary buffers for video statistics | Lioncash | |
| 2014-05-22 | Merge pull request #370 from Sonicadvance1/remove_specialized_memcmp | shuffle2 | |
| Removes ZeroFrog's "optimized" memcpy and memcmp functions. | |||
| 2014-05-20 | BPStructs: Consistently put the two shared copy args first | Jasper St. Pierre | |
| And rename them so they make a bit more sense. | |||
| 2014-05-20 | BPStructs: Remove another function wrapper | Jasper St. Pierre | |
| 2014-05-20 | BPStructs: Move LoadBPReg here | Jasper St. Pierre | |
| 2014-05-20 | BPStructs: Flatten out BPWritten | Jasper St. Pierre | |
| 2014-05-20 | BPStructs: Reindent BPWritten | Jasper St. Pierre | |
