summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-20[Vulkan] Hash and track vertex descriptor sets (similar to texture cache)crash_dumpsDrChat
2018-02-20[SPIR-V] Handle 32-bit normalized unsigned formatsDrChat
2018-02-19[SPIR-V] Fix offsetof on TravisDrChat
2018-02-19Disable warning C4996 on spirv-toolsDrChat
2018-02-19[SPIR-V] Remove is_signed/is_integer check on float formats (they're ignored)DrChat
2018-02-19[SPIR-V] Don't bother setting up vertex bindings if they aren't used.DrChat
2018-02-19[SPIR-V] Size the vertex bindings input based on actual number of bindingsDrChat
2018-02-19[Vulkan] Fix a couple validation errorsDrChat
2018-02-19[SPIR-V] 32 [u]int formatsDrChat
2018-02-19[SPIR-V] Handle 16/16, 16/16/16/16 (float and norm) and 32fDrChat
2018-02-19Update spirv-toolsDrChat
2018-02-19[SPIR-V] Don't group together unimplemented fetchesDrChat
2018-02-19Update spirv-tools and spirv-headers submodulesDrChat
2018-02-19[SPIR-V] Convert 8888, 32, 2/10/10/10DrChat
2018-02-18[Vulkan] First working version of dynamic vfetch!DrChat
2018-02-18[SPIR-V] Update SPIRV-ToolsDrChat
2018-02-18[Vulkan] BufferCache: Fix a few problemsDrChat
2018-02-18[SPIR-V] Update glslangDrChat
2018-02-18[Vulkan] Bind the vertex set to DS slot 2DrChat
2018-02-18[Vulkan] BufferCache::PrepareVertexSetDrChat
2018-02-18[Vulkan] Create/Free Vertex Descriptor PoolDrChat
2018-02-18[Vulkan] Move the constant descriptor set to its own setup/destroy functionsDrChat
2018-02-18Merge branch 'master' into vk_vfetchDrChat
2018-02-18[Base] Copy up to alignment boundary in aligned swap boundaries and then use ...DrChat
2018-02-18Merge branch 'vtx_cache'DrChat
2018-02-18[Vulkan] Disable vertex buffer cache expansion for now.vtx_cacheDrChat
2018-02-18[Vulkan] Declare feature samplerAnisotropyDrChat
2018-02-18[Vulkan] Prevent negative scissor offsetsDrChat
2018-02-18[Vulkan] Fix cube texture uploadsDrChat
2018-02-18[Base] RingBuffer: Add ReadAndSwap instead of piggybacking off of ReadDrChat
2018-02-17[Docs] Add more notes on the single-page offsetDrChat
2018-02-16[GPU] Update vizquery documentationDr. Chat
2018-02-16[Kernel] Document XMP[G/S]etPlaybackControllerDrChat
2018-02-16[GPU] Update the docs of a few registersDrChat
2018-02-16[Vulkan] Handle primitive reset index on copyDrChat
2018-02-16[Vulkan] BufferCache: Add VertexBuffer structDrChat
2018-02-16Merge branch 'master'DrChat
2018-02-16[JIT] Rewrite CNTLZ and remove one branchDrChat
2018-02-15[Base] Faster copy-and-swap routinesDrChat
2018-02-15[Vulkan] Buffers typically aren't aligned.DrChat
2018-02-15[Vulkan] Update the loader to SDK 1.0.68.0DrChat
2018-02-14[JIT] Apply the same ZeroExtend/Truncate to rlwimix and rlwnmxDrChat
2018-02-14[Core] Protect the last 64kb of memoryDrChat
2018-02-14Merge branch 'master' into vk_vfetchDrChat
2018-02-14[Base] Enable aligned copy and swap routinesDrChat
2018-02-14[JIT] New opcodes: OPCODE_LOAD_OFFSET and OPCODE_STORE_OFFSETDrChat
2018-02-14[JIT] Comment the offsets in PPCContextDrChat
2018-02-14[CPU] Check for RawModule memory allocation successDrChat
2018-02-14[JIT] rlwinmx: Use Truncate/ZeroExtend instead of And 0xFFFFFFFFDrChat
2018-02-14[Travis] Fix TravisDrChat