3.5-1729 10 blwyddyn,8 mis ago D3D11: Implement zcomploc for hardware supporting D3D 11.0.
3.5-1728 10 blwyddyn,8 mis ago Fix a merge fail that happened when I merged in Android. It is just a bit of duplicate code, no issues came from it.
3.5-1727 10 blwyddyn,8 mis ago Revert "Fix a memory leak in ExpressionParser.cpp"
3.5-1726 10 blwyddyn,8 mis ago Remove -0 from stable release version numbers.
3.5-1725 10 blwyddyn,8 mis ago Use a multibyte-neutral codepage when calling *printf on Windows.
3.5-1724 10 blwyddyn,8 mis ago Fix a memory leak in ExpressionParser.cpp
3.5-1723 10 blwyddyn,8 mis ago Fix a stack corruption in ExtendedTrace.
3.5-1722 10 blwyddyn,8 mis ago fix lightning for inconsitent config
3.5-1721 10 blwyddyn,8 mis ago Free two memory leaks in ArmCPUDetect.cpp
3.5-1720 10 blwyddyn,8 mis ago disable emulate format changes on glsl120
3.5-1719 10 blwyddyn,8 mis ago Add new Netplay headers to the VS project.
3.5-1718 10 blwyddyn,8 mis ago [ARM] Some initial support for immediates in integer. Plenty more to go.
3.5-1717 10 blwyddyn,8 mis ago [ARM] Fix IMM support in the register cache.
3.5-1716 10 blwyddyn,9 mis ago Merge branch 'netplay'
3.5-1709 10 blwyddyn,9 mis ago [ARM] Make sure to flush a register location. IMM still doesn't work...
3.5-1708 10 blwyddyn,9 mis ago [ARM] Add support for IMMs to the GPR reg cache. Not yet using it since it doesn't quite work
3.5-1707 10 blwyddyn,9 mis ago [ARM] Remove Fastmem. It is buggy and may never have the potential to work correctly.
3.5-1706 10 blwyddyn,9 mis ago Core: Remove dead code
3.5-1705 10 blwyddyn,9 mis ago [ARM] Missed flushing our register caches in mtmsr. This would cause a buttload of problems, including the suspected ori being wrong issue. So flush caches and reenable ori.
3.5-1704 10 blwyddyn,9 mis ago [ARM] dcbst implementation.