Commit Graph

  • 157c7780af [JIT] Add V128 ADD/SUB (fixes #1095) DrChat 2018-03-03 18:24:57 -06:00
  • 1c1fdb4ccd [JIT] Properly mask NaNs in vctsxs DrChat 2018-03-03 13:56:30 -06:00
  • a9d2a50082 [Vulkan] Add AMD shader statistics info support DrChat 2018-03-03 12:34:19 -06:00
  • 3fb7b9d944 [Vulkan UI] VulkanDevice::HasEnabledExtension DrChat 2018-03-03 11:53:24 -06:00
  • 199328f971 [Vulkan] PipelineCache ClearCache support and pipelines counter DrChat 2018-03-03 11:36:12 -06:00
  • 43043fd4a8 [Vulkan] Track pixel center in pipeline cache (but don't apply it quite yet) DrChat 2018-03-03 10:30:59 -06:00
  • 7c5c389ce8 [Vulkan UI] Travis, why? DrChat 2018-03-03 10:09:16 -06:00
  • 3a0903672c [Vulkan UI] Try to fix Travis again :/ DrChat 2018-03-03 00:01:23 -06:00
  • c8698f912f [Vulkan] Add pending delete textures counter DrChat 2018-03-02 23:46:58 -06:00
  • 9235a8107b [Vulkan] Track active textures in the texture cache DrChat 2018-03-02 23:28:29 -06:00
  • f7026cb17b [Base] Add support for microprofile counters DrChat 2018-03-02 23:28:01 -06:00
  • 6c67fe4b29 [Vulkan UI] Fix Travis DrChat 2018-03-02 22:35:29 -06:00
  • 2180280c8e [Vulkan UI] Stash the last signalled fence to speed up Scavenge DrChat 2018-03-02 22:13:59 -06:00
  • 82e8781549 [Vulkan UI] Use an underlying queue instead of a list of pointers in CircularBuffer DrChat 2018-03-02 22:01:55 -06:00
  • 2e3115660f [Vulkan] Scavenge Profiling DrChat 2018-03-02 21:42:49 -06:00
  • 894bbf9e26 [JIT] Fix incorrect definition for constant VectorConvertX2X DrChat 2018-03-02 19:03:48 -06:00
  • 3a8f8f2ecb [JIT] Fix OPCODE_SELECT V128 with certain combinations of constants DrChat 2018-03-02 18:56:28 -06:00
  • 2af0a3c2f4 [JIT] Mask extraction constants in Value::Extract DrChat 2018-03-02 18:55:52 -06:00
  • 49866e970b [JIT] VectorConvertX2X unsigned support DrChat 2018-03-02 16:34:57 -06:00
  • fd0d2185ef [JIT] Full support for vcfux DrChat 2018-03-02 15:11:29 -06:00
  • b0b920c040 Linting. DrChat 2018-03-02 12:14:09 -06:00
  • 6c97dbaf81 [JIT] Simplify VECTOR_ADD/SUB i32 with saturate DrChat 2018-03-02 11:48:19 -06:00
  • 131fcd1320 [JIT] Kill a couple instructions in VECTOR_CONVERT_F2I DrChat 2018-03-02 11:41:04 -06:00
  • 04d20e33a5 [JIT] Add another test case to vctuxs DrChat 2018-03-02 00:05:43 -06:00
  • 0577b6c9be [JIT] Full vctuxs support DrChat 2018-03-01 23:49:44 -06:00
  • 4766a5ec24 [JIT] Add FIXME on constant Vector F2I (saturation unsupported) DrChat 2018-03-01 21:15:54 -06:00
  • 6fd75cea91 [CPU] Handle constant multiply in fmadd/fmsub in constant propagation pass DrChat 2018-03-01 20:04:56 -06:00
  • d31db60a75 [SPIR-V] tfetch UseRegisterLOD support DrChat 2018-03-01 13:46:44 -06:00
  • ea3ee2db2b [SPIR-V] No implicit lod on vertex shaders DrChat 2018-03-01 13:30:21 -06:00
  • 3d80ed4853 Add microprofile presets to .gitignore DrChat 2018-03-01 10:22:53 -06:00
  • 6e5f70d39f [Vulkan UI] WaitAndSignalSemaphore -> WaitOnSemaphore Fix a would-be bug dealing with pWaitDstStageMask DrChat 2018-03-01 10:20:07 -06:00
  • b3626a039b [Vulkan] Remove backend swap event (unused and confusing) DrChat 2018-03-01 10:19:11 -06:00
  • b2f1bf914a [Vulkan] Set proper aspect mask in depth uploads DrChat 2018-02-28 21:01:12 -06:00
  • 63a489d4c6 [Vulkan] Unset kBatchOwnsFence when transferring fences DrChat 2018-02-28 21:00:31 -06:00
  • 7fbd55369e [UI] Update microprofile to latest DrChat 2018-02-28 18:52:45 -06:00
  • 702a8732c8 [GPU] Free the command processor in the destructor rather than on shutdown DrChat 2018-02-28 15:09:40 -06:00
  • a976056afb [UI] Shut down the profiler before the graphics context DrChat 2018-02-28 15:05:10 -06:00
  • 2a52156edf [Vulkan] Change invalidated_textures_ to an unordered set DrChat 2018-02-24 14:23:22 -06:00
  • a753dbed15 [Vulkan] Update the rest of the shaders DrChat 2018-02-24 11:15:58 -06:00
  • 8fd9ab8387 [Vulkan] Fix input mismatch in dummy.frag DrChat 2018-02-24 11:15:27 -06:00
  • d781c7b6b1 [Vulkan] We need VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE DrChat 2018-02-24 10:28:33 -06:00
  • 24baf58ae3 [SPIR-V] Proper implementation of getGradients DrChat 2018-02-23 00:00:07 -06:00
  • 5a4dcd7043 [Vulkan] Shader module debug object names DrChat 2018-02-22 23:07:54 -06:00
  • 824c39c38a [Vulkan] Get debug markers working again DrChat 2018-02-22 22:58:29 -06:00
  • 5b6766b210 [SPIR-V] Fix a few issues with shaders (validation) Properly calculating the number of texture bindings DrChat 2018-02-22 22:06:05 -06:00
  • f5ee9b256c [Vulkan] Report vkCreateDebugReportCallbackEXT error codes DrChat 2018-02-22 21:12:37 -06:00
  • 77da785d70 [Vulkan] Use locally generated texture binding indices instead of GPU indices DrChat 2018-02-22 19:47:51 -06:00
  • da4cf1bc80 [SPIR-V] 2_10_10_10 is actually 10_10_10_2 DrChat 2018-02-22 18:37:24 -06:00
  • ea5c98248f [Vulkan] Remove dead vertex input code from the pipeline cache DrChat 2018-02-22 14:01:52 -06:00
  • 1a263f14a2 [Vulkan] Hash and track vertex descriptor sets (similar to texture cache) DrChat 2018-02-20 21:25:51 -06:00
  • 2a908eb86d [SPIR-V] Handle 32-bit normalized unsigned formats DrChat 2018-02-20 16:25:37 -06:00
  • b3de604f9e [SPIR-V] Fix offsetof on Travis DrChat 2018-02-19 19:09:06 -06:00
  • eb6ce26d43 Disable warning C4996 on spirv-tools DrChat 2018-02-19 12:58:17 -06:00
  • b5127cf924 [SPIR-V] Remove is_signed/is_integer check on float formats (they're ignored) DrChat 2018-02-19 12:53:53 -06:00
  • a3cf3a7694 [SPIR-V] Don't bother setting up vertex bindings if they aren't used. DrChat 2018-02-19 12:45:17 -06:00
  • be687f5f27 [SPIR-V] Size the vertex bindings input based on actual number of bindings DrChat 2018-02-19 11:28:22 -06:00
  • 16cf9883ca [Vulkan] Fix a couple validation errors DrChat 2018-02-19 11:18:10 -06:00
  • 103ecbab7e [SPIR-V] 32 [u]int formats DrChat 2018-02-19 11:01:45 -06:00
  • ff6d306728 [SPIR-V] Handle 16/16, 16/16/16/16 (float and norm) and 32f DrChat 2018-02-19 08:11:31 -06:00
  • 5ca81f4c9f Update spirv-tools DrChat 2018-02-19 07:45:54 -06:00
  • 6fb176528b [SPIR-V] Don't group together unimplemented fetches DrChat 2018-02-19 00:23:15 -06:00
  • 9479444b3e Update spirv-tools and spirv-headers submodules DrChat 2018-02-19 00:20:30 -06:00
  • 081c142c4c [SPIR-V] Convert 8888, 32, 2/10/10/10 DrChat 2018-02-19 00:14:38 -06:00
  • fe9c83c15b [Vulkan] First working version of dynamic vfetch! DrChat 2018-02-18 23:22:02 -06:00
  • 6bd25940b9 [SPIR-V] Update SPIRV-Tools DrChat 2018-02-18 22:20:52 -06:00
  • 4c766dcc61 [Vulkan] BufferCache: Fix a few problems DrChat 2018-02-18 20:54:29 -06:00
  • f3f1a7fe42 [SPIR-V] Update glslang WIP new vertex fetching DrChat 2018-02-18 20:13:38 -06:00
  • 4e1a55f585 [Vulkan] Bind the vertex set to DS slot 2 DrChat 2018-02-18 18:50:53 -06:00
  • 9463732709 [Vulkan] BufferCache::PrepareVertexSet DrChat 2018-02-18 18:46:00 -06:00
  • 4be725c4b4 [Vulkan] Create/Free Vertex Descriptor Pool DrChat 2018-02-18 18:26:28 -06:00
  • af406df793 [Vulkan] Move the constant descriptor set to its own setup/destroy functions DrChat 2018-02-18 18:11:52 -06:00
  • 300656f788 Merge branch 'master' into vk_vfetch DrChat 2018-02-18 17:02:59 -06:00
  • 09d16f4b7b [Base] Copy up to alignment boundary in aligned swap boundaries and then use aligned load/store DrChat 2018-02-18 17:02:26 -06:00
  • 79308b477f Merge branch 'vtx_cache' DrChat 2018-02-18 16:49:32 -06:00
  • 71e5e967ec [Vulkan] Disable vertex buffer cache expansion for now. DrChat 2018-02-18 16:49:15 -06:00
  • 7fa27343c7 [Vulkan] Declare feature samplerAnisotropy DrChat 2018-02-18 16:23:29 -06:00
  • 05192e3c0f [Vulkan] Prevent negative scissor offsets DrChat 2018-02-18 15:14:34 -06:00
  • 1a113fb82b [Vulkan] Fix cube texture uploads DrChat 2018-02-18 14:59:34 -06:00
  • ffef59aaa5 [Base] RingBuffer: Add ReadAndSwap instead of piggybacking off of Read DrChat 2018-02-18 12:18:20 -06:00
  • 705fd7594a [Docs] Add more notes on the single-page offset DrChat 2018-02-17 10:33:34 -06:00
  • 3d1c2a6c9a [GPU] Update vizquery documentation Dr. Chat 2018-02-16 22:03:33 -06:00
  • 766974c30a [Kernel] Document XMP[G/S]etPlaybackController DrChat 2018-02-16 18:34:13 -06:00
  • 22929182e6 [GPU] Update the docs of a few registers DrChat 2018-02-16 18:33:01 -06:00
  • 1dba231049 [Vulkan] Handle primitive reset index on copy DrChat 2018-02-16 18:31:43 -06:00
  • 776b5eff36 [Vulkan] BufferCache: Add VertexBuffer struct DrChat 2018-02-16 16:51:32 -06:00
  • db53559611 Merge branch 'master' DrChat 2018-02-16 16:33:49 -06:00
  • 43f9cebb0c [JIT] Rewrite CNTLZ and remove one branch DrChat 2018-02-16 12:51:39 -06:00
  • e4bc596887 [Base] Faster copy-and-swap routines DrChat 2018-02-15 21:14:52 -06:00
  • 30e0a258e4 [Vulkan] Buffers typically aren't aligned. DrChat 2018-02-15 17:05:54 -06:00
  • abd21e5034 [Vulkan] Update the loader to SDK 1.0.68.0 DrChat 2018-02-15 11:14:47 -06:00
  • 83ddf27392 [Test] Fix build_bin_path for case sensitive FS Sandy Carter 2018-02-14 20:57:45 -08:00
  • ec501a32c6 [JIT] Apply the same ZeroExtend/Truncate to rlwimix and rlwnmx DrChat 2018-02-14 22:05:54 -06:00
  • 0cc2b0fc9f [Core] Protect the last 64kb of memory DrChat 2018-02-14 21:58:05 -06:00
  • 310606d0f6 Merge branch 'master' into vk_vfetch DrChat 2018-02-14 20:31:31 -06:00
  • b17d6f5088 [Base] Enable aligned copy and swap routines DrChat 2018-02-14 20:28:34 -06:00
  • e54c24e150 [JIT] New opcodes: OPCODE_LOAD_OFFSET and OPCODE_STORE_OFFSET DrChat 2018-02-14 16:26:49 -06:00
  • 1de598e4ce [JIT] Comment the offsets in PPCContext DrChat 2018-02-14 16:22:14 -06:00
  • 7818cdab60 [CPU] Check for RawModule memory allocation success DrChat 2018-02-14 16:21:16 -06:00
  • 02b5a07bc9 [JIT] rlwinmx: Use Truncate/ZeroExtend instead of And 0xFFFFFFFF DrChat 2018-02-14 13:50:57 -06:00
  • bbafcc089d [Travis] Fix Travis DrChat 2018-02-14 07:44:21 -06:00