Llightningterrorcommon-ogl: Fix Shader compiled with warnings log spam on gl.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Common: Warning fixes for clang-cl | 3 年前 | |
D3D12/Texture: Fix crash when upload buffer exhausts | 3 年前 | |
Common: Add Threading::SleepUntil() | 3 年前 | |
common-ogl: Fix Shader compiled with warnings log spam on gl. Observed on intel igpu. | 3 年前 | |
Common: Get rid of pxTrap() wx rubbish, no longer needed | 3 年前 | |
Vulkan: Use pool of semaphores instead of per-image Some drivers apparently don't iterate images in the order you expect. | 3 年前 | |
Common: Warning fixes for clang-cl | 3 年前 | |
Misc: Latest round of warning cleanups | 3 年前 | |
MSBuild: Support building with clang-cl | 3 年前 | |
System: Revamp memory allocation Guest memory is now mapped into a shared memory/file mapping, for use with fastmem. 64-bit and 128-bit arguments are passed by register/value instead of by reference/address. LDL/LDR/SDL/SDR now use 64-bit GPRs instead of SSE. | 3 年前 | |
Common: Fix slow emulator startup on M1s | 3 年前 | |
common: Remove pxUSE_SECURE_MALLOC. | 3 年前 | |
Assertions: Fix message not being included for pxAssert() | 4 年前 | |
Debugger: Update enums and fix 32 bit support Also move bitcast to a proper location | 4 年前 | |
Common: Add WAVWriter To replace WAVFile with a questionable license history. | 3 年前 | |
Updater: MacOS support | 3 年前 | |
Updater: MacOS support | 3 年前 | |
Everything: Remove a **lot** of wx, and px nonsense - common has no wx left except for Path. - pcsx2core only has it in a few places (memory cards and path related stuff). | 4 年前 | |
Everything: Remove a **lot** of wx, and px nonsense - common has no wx left except for Path. - pcsx2core only has it in a few places (memory cards and path related stuff). | 4 年前 | |
Common: Warning fixes for clang-cl | 3 年前 | |
Common: Redo assertions, purge DiagnosticOrigin | 4 年前 | |
Common: Add DynamicLibrary | 3 年前 | |
Common: Add DynamicLibrary | 3 年前 | |
Common: Add Image and Easing classes | 3 年前 | |
Common: Add helpers for enum classes | 4 年前 | |
Everything: Remove a **lot** of wx, and px nonsense - common has no wx left except for Path. - pcsx2core only has it in a few places (memory cards and path related stuff). | 4 年前 | |
Misc: Replace use of Threading::Mutex with std::mutex in core code | 4 年前 | |
Everything: Remove a **lot** of wx, and px nonsense - common has no wx left except for Path. - pcsx2core only has it in a few places (memory cards and path related stuff). | 4 年前 | |
Common: Get rid of pxTrap() wx rubbish, no longer needed | 3 年前 | |
Common: Get rid of pxTrap() wx rubbish, no longer needed | 3 年前 | |
common: Clean up 32bit code. | 4 年前 | |
common: Clean up 32bit code. | 4 年前 | |
Misc: Remove __fastcall, __fc, __concall and friends These have no meaning in x64 (apart from throwing compiler warnings), and we don't do 32-bit anymore. Also saves needing to include `Pcsx2Defs.h` in files which don't otherwise need it. | 4 年前 | |
FileSystem: Use _stat64 routines | 3 年前 | |
Qt: Add play time tracking based on serials | 3 年前 | |
Misc: Remove more wxWidgets references | 3 年前 | |
HTTPDownloader: Pass content type by reference | 3 年前 | |
HTTPDownloader: Pass content type by reference | 3 年前 | |
Common: Add HTTPDownloader implementation | 3 年前 | |
Common: Add HTTPDownloader implementation | 3 年前 | |
common: Drop windows 8.1 and server 2012 r2 support. We already require windows 10 (build 1809) with the recent recompiler changes. | 3 年前 | |
Common: Add HTTPDownloader implementation | 3 年前 | |
Common: Add HashCombine.h | 4 年前 | |
Common: Add HeapArray | 3 年前 | |
MemorySettingsInterface: Add {Set,Get}KeyValueList | 3 年前 | |
Common: Add Image and Easing classes | 3 年前 | |
Common: Add Image and Easing classes | 3 年前 | |
LRUCache: Fix Evict() removing too many items | 3 年前 | |
Common: Add MD5Digest | 4 年前 | |
Common: Add MD5Digest | 4 年前 | |
GS: Add Metal renderer | 4 年前 | |
Common: reformat (#4720) * common: format AlignedMalloc.cpp * common: format AppTrait.h * common: format Assertions.h * common: format CheckedStaticBox * common: format Console * common: format Dependencies.h * common: format EmbeddedImage * common: format EventSource * common: format Exceptions * common: format FastFormatString.cpp * common: format General.h * common: format InitInterface * common: format MathUtils.h * common: format MemsetFast/MemcpyFast * common: format Mutex.cpp * common: format PageFaultSource.h * common: format Path.h * common: format PathUtils.cpp * common: format Pcsx2Types.h * common: format Perf * common: format PersistentThread.h * common: format RwMutex * common: format SafeArray * common: format ScopedAlloc.h * common: format ScopedPtrMT.h * common: format Semaphore.cpp * common: format StringHelpers * common: format ThreadTools.cpp * common: format Threading.h * common: format ThreadingDialogs * common: format ThreadingInternal.h * common: format TraceLog.h * common: format VirtualMemory.cpp * common: format pxCheckBox * common: format pxEvents.h * common: format pxForwardDefs.h * common: format pxRadioPanel * common: format pxStaticText * common: format pxStreams * common: format pxTranslate.cpp * common: format pxWindowTextWriter.cpp * common: format wxAppWithHelpers * common: format wxBaseTools.h * common: format wxGuiTools * common: format wxHelpers.cpp * common: format Darwin directory * common: format Linux directory * common: format Windows directory * common: format LnxCpuDetect.cpp * common: format WinCpuDetect.cpp * common: format bmi.cpp * common: format cpudetect.cpp * common: format cpu_detect_internal.h * common: format fpu.cpp * common: format groups.cpp * common: format instructions.h * common: format internal.h * common: format jmp.cpp * common: format legacy.cpp * common: format legacy_instructions.h * common: format legacy_internal.h * common: format movs.cpp * common: format simd.cpp * common: format tools.h * common: format x86emitter.cpp * common: format x86types.h * common: format bmi.h * common: format dwshift.h * common: format group1.h group2.h group3.h * common: format incdec.h * common: format jmpcall.h * common: format movs.h * common: format simd_arithmetic.h * common: format simd_comparisons.h * common: format simd_helpers.h * common: format simd_moremovs.h * common: format simd_shufflepack.h * common: format simd_templated_helpers.h * common: format test.h | 4 年前 | |
Core: Remove memcmp_mmx. | 4 年前 | |
MemorySettingsInterface: Add {Set,Get}KeyValueList | 3 年前 | |
MemorySettingsInterface: Add {Set,Get}KeyValueList | 3 年前 | |
Core: Replace alignment macros with alignas | 4 年前 | |
Misc: Improve pause speed measurements Avoids issues with cores being clocked down during the measurement | 3 年前 | |
EE Rec/IOP Rec: Rewrite large portions - Add fastmem - Add delay slot swapping - Add COP2 sync elision - Add block analysis and use analysis - Add GPR register caching and renaming | 3 年前 | |
Path: Make sanitize routine follow OS rules | 3 年前 | |
Misc: Remove more wxWidgets references | 3 年前 | |
Everything: Remove a **lot** of wx, and px nonsense - common has no wx left except for Path. - pcsx2core only has it in a few places (memory cards and path related stuff). | 4 年前 | |
Profiling: Fix QT builds where USE_VTUNE is true | 3 年前 | |
Common: reformat (#4720) * common: format AlignedMalloc.cpp * common: format AppTrait.h * common: format Assertions.h * common: format CheckedStaticBox * common: format Console * common: format Dependencies.h * common: format EmbeddedImage * common: format EventSource * common: format Exceptions * common: format FastFormatString.cpp * common: format General.h * common: format InitInterface * common: format MathUtils.h * common: format MemsetFast/MemcpyFast * common: format Mutex.cpp * common: format PageFaultSource.h * common: format Path.h * common: format PathUtils.cpp * common: format Pcsx2Types.h * common: format Perf * common: format PersistentThread.h * common: format RwMutex * common: format SafeArray * common: format ScopedAlloc.h * common: format ScopedPtrMT.h * common: format Semaphore.cpp * common: format StringHelpers * common: format ThreadTools.cpp * common: format Threading.h * common: format ThreadingDialogs * common: format ThreadingInternal.h * common: format TraceLog.h * common: format VirtualMemory.cpp * common: format pxCheckBox * common: format pxEvents.h * common: format pxForwardDefs.h * common: format pxRadioPanel * common: format pxStaticText * common: format pxStreams * common: format pxTranslate.cpp * common: format pxWindowTextWriter.cpp * common: format wxAppWithHelpers * common: format wxBaseTools.h * common: format wxGuiTools * common: format wxHelpers.cpp * common: format Darwin directory * common: format Linux directory * common: format Windows directory * common: format LnxCpuDetect.cpp * common: format WinCpuDetect.cpp * common: format bmi.cpp * common: format cpudetect.cpp * common: format cpu_detect_internal.h * common: format fpu.cpp * common: format groups.cpp * common: format instructions.h * common: format internal.h * common: format jmp.cpp * common: format legacy.cpp * common: format legacy_instructions.h * common: format legacy_internal.h * common: format movs.cpp * common: format simd.cpp * common: format tools.h * common: format x86emitter.cpp * common: format x86types.h * common: format bmi.h * common: format dwshift.h * common: format group1.h group2.h group3.h * common: format incdec.h * common: format jmpcall.h * common: format movs.h * common: format simd_arithmetic.h * common: format simd_comparisons.h * common: format simd_helpers.h * common: format simd_moremovs.h * common: format simd_shufflepack.h * common: format simd_templated_helpers.h * common: format test.h | 4 年前 | |
common: reorganize | 4 年前 | |
Everything: Remove a **lot** of wx, and px nonsense - common has no wx left except for Path. - pcsx2core only has it in a few places (memory cards and path related stuff). | 4 年前 | |
Updater: Thread the UI updates, add a taskbar progress bar, add a marquee progress bar for indeterminate actions | 4 年前 | |
Updater: Thread the UI updates, add a taskbar progress bar, add a marquee progress bar for indeterminate actions | 4 年前 | |
Common: Add class for spinning GPUs | 3 年前 | |
Common: Add class for spinning GPUs | 3 年前 | |
Common: Warning fixes for clang-cl | 3 年前 | |
Common: Slim down RedtapeWindows and correct case | 3 年前 | |
common: Remove pxUSE_SECURE_MALLOC. | 3 年前 | |
System: Remove/move out a bunch more leftover stuff from wx The exceptions are particularly nasty, because there's nothing which catches them. | 3 年前 | |
GL/ContextWGL: Fix running surfaceless | 3 年前 | |
MTGS: Support 'running idle', i.e. redisplaying the current frame | 3 年前 | |
SettingsInterface: Add Key+Value setting support | 3 年前 | |
Config: Fix frame rate being parsed ever-so-slightly off Also converts from double to float, we don't need additional precision for storing these values. | 3 年前 | |
Config: Fix frame rate being parsed ever-so-slightly off Also converts from double to float, we don't need additional precision for storing these values. | 3 年前 | |
Common: Warning fixes for clang-cl | 3 年前 | |
Common: Add CrashHandler | 4 年前 | |
StringUtil: Add UTF-8 encode and decode | 3 年前 | |
SDLInputSource: Support joysticks as well as controllers | 3 年前 | |
Common: Add HTTPDownloader implementation | 3 年前 | |
Common: Add HTTPDownloader implementation | 3 年前 | |
Common: Add Threading::SleepUntil() | 3 年前 | |
Common: Remove ThreadCPUTimer as it's unused now | 4 年前 | |
Common: Remove ThreadCPUTimer as it's unused now | 4 年前 | |
Everything: Remove a **lot** of wx, and px nonsense - common has no wx left except for Path. - pcsx2core only has it in a few places (memory cards and path related stuff). | 4 年前 | |
Common: Warning fixes for clang-cl | 3 年前 | |
Common: Add WAVWriter To replace WAVFile with a questionable license history. | 3 年前 | |
Common: Add WAVWriter To replace WAVFile with a questionable license history. | 3 年前 | |
Common: Remove unused code | 3 年前 | |
Qt: Implement screensaver inhibit | 3 年前 | |
Qt: Add RetroAchievements implementation | 3 年前 | |
Everything: Remove a **lot** of wx, and px nonsense - common has no wx left except for Path. - pcsx2core only has it in a few places (memory cards and path related stuff). | 4 年前 | |
MSBuild: Support building with clang-cl | 3 年前 | |
Common: Add WAVWriter To replace WAVFile with a questionable license history. | 3 年前 |