summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2019-05-04common/zstd_compression: Remove #pragma once directive from source fileLioncash
2019-04-15common/{lz4_compression, zstd_compression}: Add missing header guardsLioncash
2019-04-12Merge pull request #2391 from lioncash/scopebunnei
2019-04-12common/swap: Improve codegen of the default swap fallbacksLioncash
2019-04-11common/swap: Mark byte swapping free functions with [[nodiscard]] and noexceptLioncash
2019-04-11common/swap: Simplify swap function ifdefsLioncash
2019-04-11common/swap: Remove 32-bit ARM pathLioncash
2019-04-11common/scope_exit: Replace std::move with std::forward in ScopeExit()Lioncash
2019-04-07Merge pull request #2300 from FernandoS27/null-shaderbunnei
2019-04-07Merge pull request #2098 from FreddyFunk/disk-cache-zstdbunnei
2019-04-07Permit a Null Shader in case of a bad host_ptr.Fernando Sahmkow
2019-04-05common/multi_level_queue: Silence truncation warning in iterator operator++Lioncash
2019-04-05common/bit_util: Make CountLeading/CountTrailing functions have the same retu...Lioncash
2019-04-03common/lz4_compression: Remove #pragma once directive from the cpp fileLioncash
2019-04-03Merge pull request #2093 from FreddyFunk/disk-cache-better-compressionbunnei
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash
2019-03-30Merge pull request #2303 from lioncash/threadbunnei
2019-03-29common/thread: Remove unused functionsLioncash
2019-03-29common/zstd_compression: simplify decompression interfaceunknown
2019-03-29common/zstd_compression: Add Zstandard wrapperunknown
2019-03-29common: Link libzstd_staticunknown
2019-03-29Addressed feedbackunknown
2019-03-29gl_shader_disk_cache: Use better compression for transferable and precompiled...unknown
2019-03-29data_compression: Move LZ4 compression from video_core/gl_shader_disk_cache t...unknown
2019-03-27Fixes and corrections on formatting.Fernando Sahmkow
2019-03-27Fixes to multilevelqueue's iterator.Fernando Sahmkow
2019-03-27Use MultiLevelQueue instead of old ThreadQueueListFernando Sahmkow
2019-03-27Implement intrinsics CountTrailingZeroes and test it.Fernando Sahmkow
2019-03-27Implement a MultiLevelQueueFernando Sahmkow
2019-03-22Merge pull request #2256 from bunnei/gpu-vmmbunnei
2019-03-20common/bit_util: Fix bad merge duplicating the copy constructorLioncash
2019-03-20Merge pull request #2090 from FearlessTobi/port-4599bunnei
2019-03-20common/uint128: Add missing header guardLioncash
2019-03-20common/uint128: Add missing top-file source textLioncash
2019-03-20gpu: Rewrite virtual memory manager using PageTable.bunnei
2019-03-20gpu: Move GPUVAddr definition to common_types.bunnei
2019-03-20common/CMakeLists: Amend boost dependencyLioncash
2019-03-20Merge pull request #2247 from lioncash/includebunnei
2019-03-16core: Move PageTable struct into Common.bunnei
2019-03-16Merge pull request #2129 from FernandoS27/cntpctbunnei
2019-03-16common/thread_queue_list: Remove unnecessary dependency on boostLioncash
2019-03-10Merge pull request #2147 from ReinUsesLisp/texture-cleanbunnei
2019-03-07common/bit_field: Make BitField trivially copyableLioncash
2019-03-02logging/backend: Make time_origin a class variable instead of a local staticLioncash
2019-03-02logging/backend: Move CreateEntry into the Impl classLioncash
2019-02-27common/math_util: Move contents into the Common namespaceLioncash
2019-02-26common/vector_math: Move Vec[x] types into the Common namespaceLioncash
2019-02-26common/quaternion: Move Quaternion into the Common namespaceLioncash
2019-02-26shader/decode: Split memory and texture instructions decodingReinUsesLisp
2019-02-24Remove GCC version checkstgsm