Commit Graph

  • 5c4e21d6b5 printf fix for signed %zd formatters on 32-bit baldurk 2017-09-07 13:37:38 +01:00
  • 8833effbd8 Add reference to SPIR-V library in AMD library baldurk 2017-09-18 15:38:55 +01:00
  • 7b2af6b381 Auto-guess format of thumbnail from .jpg file extension baldurk 2017-09-20 17:05:34 +01:00
  • e037ac02ff Add note to error message about possible startup fault - missing DLLs baldurk 2017-09-26 10:16:18 +01:00
  • 9c1de3a876 Get NULL-check the right way around in ?: operator. Refs #754 baldurk 2017-09-26 10:12:05 +01:00
  • 1992183e8e Add support for specifying a subfolder under the lib/ target. Refs #750 baldurk 2017-09-26 11:00:17 +01:00
  • a9cd8c6870 Add note to error message about possible startup fault - missing DLLs baldurk 2017-09-26 10:16:18 +01:00
  • 3f943ea0f1 Get NULL-check the right way around in ?: operator. Refs #754 baldurk 2017-09-26 10:12:05 +01:00
  • 6eb9969d37 Disable CMAKE_INSTALL_PREFIX message for android builds baldurk 2017-09-19 19:43:59 +01:00
  • 8a98ba0baf Add hack for replaying ASTC textures with GL driver Janos PantosandBaldur Karlsson 2017-09-21 17:56:37 +02:00
  • 45d67fdac2 Improve the retrieval of compressed textures on GLES Janos PantosandBaldur Karlsson 2017-09-21 17:56:08 +02:00
  • 96e93294fa android: Update layer push to support 64-bit Cody NorthropandBaldur Karlsson 2017-09-18 23:45:04 -06:00
  • 83697f4e85 android: Update server installation to allow 64-bit Cody NorthropandBaldur Karlsson 2017-09-18 23:40:10 -06:00
  • 8bf32ac560 Disable CMAKE_INSTALL_PREFIX message for android builds baldurk 2017-09-19 19:43:59 +01:00
  • 04df0d60cd Fix offscreen render setting GLWindowingData::wnd=0, an error condition. michaelrgbandbaldurk 2017-09-19 12:04:50 +01:00
  • 57a897c5b0 Use ES color-renderable SRGB8_ALPHA8 for output window backbuffer. michaelrgbandbaldurk 2017-09-18 17:32:12 +01:00
  • 4465c37fe7 Don't strip capture's device extensions away with backwards strcmp baldurk 2017-09-19 17:06:52 +01:00
  • bf3214e8a2 Don't display a register/slot index for built-in shader variables baldurk 2017-09-19 17:04:33 +01:00
  • 67bea64070 Make it non-fatal to be missing WSI extensions at runtime baldurk 2017-09-19 17:01:58 +01:00
  • 86c3ee4086 Fixes for compiling with disabled xcb, or disabled xlib & xcb baldurk 2017-09-19 16:57:40 +01:00
  • ba64ae6274 Add a warning if only CMAKE_INSTALL_PREFIX is customised baldurk 2017-09-19 16:56:38 +01:00
  • 6ec2aa55a0 Change logging to use native line-endings - i.e. CRLF on windows baldurk 2017-09-19 16:23:48 +01:00
  • 61606d8aea Fix offscreen render setting GLWindowingData::wnd=0, an error condition. michaelrgbandBaldur Karlsson 2017-09-19 12:04:50 +01:00
  • 3c05b25653 Use ES color-renderable SRGB8_ALPHA8 for output window backbuffer. michaelrgbandBaldur Karlsson 2017-09-18 17:32:12 +01:00
  • fad2ce6964 Don't strip capture's device extensions away with backwards strcmp baldurk 2017-09-19 17:06:52 +01:00
  • 4d5ab22e97 Don't display a register/slot index for built-in shader variables baldurk 2017-09-19 17:04:33 +01:00
  • 3f2d82acfb Fixes for compiling with disabled xcb, or disabled xlib & xcb baldurk 2017-09-19 16:57:40 +01:00
  • 9e102f801a Add a warning if only CMAKE_INSTALL_PREFIX is customised baldurk 2017-09-19 16:56:38 +01:00
  • e6a746623c Fix D3D11 counters trying to sample "FirstAMD", and early out. Matthäus G. ChajdasandBaldur Karlsson 2017-09-15 11:57:45 +02:00
  • cad64db864 Use the correct role instead of a magic number. Matthäus G. ChajdasandBaldur Karlsson 2017-09-15 11:56:57 +02:00
  • 68d6873302 android: Check server version for compatibility Cody NorthropandBaldur Karlsson 2017-09-07 14:13:51 -06:00
  • 2b1bc02a22 android: Set versionName and versionCode during build Cody NorthropandBaldur Karlsson 2017-09-07 10:16:57 -06:00
  • ff084037a5 Fix detecting renderdoccmd as a replay application on android Janos PantosandBaldur Karlsson 2017-09-14 18:01:28 +02:00
  • 06cfd5383f Save in app's own /sdcard directory, doesnt need WRITE_EXTERNAL_STORAGE. michaelrgbandBaldur Karlsson 2017-09-11 15:38:58 +01:00
  • bae429332d Fix GetModifiedTimestamp to work with >2GB files on win32 (see 43946540) baldurk 2017-09-14 11:11:44 +01:00
  • 43946540f1 Fixed a problem with opening capture files larger than 2gb on windows Jimmy LeeandBaldur Karlsson 2017-09-12 19:55:47 -07:00
  • 022188c4b7 Fix assertion to allow 8 color attachments. Refs #743 baldurk 2017-09-14 10:48:44 +01:00
  • 2a8cb39ef7 Use GL_DEPTH_ATTACHMENT when attaching depth-only texture to FBO baldurk 2017-09-14 10:47:43 +01:00
  • 139b122cc4 Fix assertion to allow 8 color attachments. Refs #743 baldurk 2017-09-14 10:48:44 +01:00
  • dbc445de49 Use GL_DEPTH_ATTACHMENT when attaching depth-only texture to FBO baldurk 2017-09-14 10:47:43 +01:00
  • 7a78ae67ff Revert mistakenly cherry-picked follow up to change not on v0.x baldurk 2017-09-13 16:00:55 +01:00
  • 04b715890c find previous button should be left of the find next button baldurk 2017-08-15 13:08:34 +01:00
  • c7dda154ab Fix format string baldurk 2017-08-17 13:00:41 +01:00
  • e8d9efb844 Reset hover index when widget is cleared, don't leave it to be stale baldurk 2017-08-25 12:26:45 +01:00
  • 4e275421bb Set basevertex to 0 when calculating column data width baldurk 2017-08-25 12:26:54 +01:00
  • b603230023 Fix texture saving not propagating the right settings baldurk 2017-08-29 13:29:25 +01:00
  • d129222464 Make sure to refresh model if only children were added baldurk 2017-08-31 15:14:29 +01:00
  • 9e6cee3f5c Turn off tracing after execution finishes baldurk 2017-09-11 10:45:32 +01:00
  • e588b496e5 Immediately delete any open LiveCapture windows when closing baldurk 2017-09-13 11:10:35 +01:00
  • 9d54cf6b79 Special case - manually backport "Don't select unused bindings..." to C# baldurk 2017-09-13 14:52:18 +01:00
  • 8617a7fad3 Fix display of 3D textures not applying mip offset to slice baldurk 2017-09-13 14:50:02 +01:00
  • 809217ec60 Fix formatting of string to not append an int interpreted as a QChar baldurk 2017-09-13 14:49:42 +01:00
  • 7a38f9d853 Add alpha2coverage to VK state view, move it & alpha2one to MSAA group baldurk 2017-09-13 14:24:48 +01:00
  • 43c3bf5cf8 Don't select unused bindings over a valid bind in vk pipeline state baldurk 2017-09-13 14:16:15 +01:00
  • 6a4cb2664f Fix display of 3D textures not applying mip offset to slice baldurk 2017-09-13 14:50:02 +01:00
  • 4e092940fc Fix formatting of string to not append an int interpreted as a QChar baldurk 2017-09-13 14:49:42 +01:00
  • aabea30012 Add alpha2coverage to VK state view, move it & alpha2one to MSAA group baldurk 2017-09-13 14:24:48 +01:00
  • 7259f9a04a Check samplers array for resources in descriptor sets too baldurk 2017-09-13 14:16:29 +01:00
  • cb644313db Don't select unused bindings over a valid bind in vk pipeline state baldurk 2017-09-13 14:16:15 +01:00
  • 2ae8fb9602 Fix tracking of dynamic offsets when binding multiple descriptor sets Alex Smithandbaldurk 2017-09-12 16:16:26 +01:00
  • 41ba1dcba5 Use sudo to update pip packages baldurk 2017-09-13 12:26:22 +01:00
  • 0a215a03ea Set proper 3D texture resolution for histogram calculations baldurk 2017-09-13 11:11:36 +01:00
  • 4c2a4512e7 Only set graphics dynamic state on binding graphics pipeline. Refs #740 baldurk 2017-09-13 11:11:23 +01:00
  • 3a934cf66c Use sudo to update pip packages baldurk 2017-09-13 12:26:22 +01:00
  • ac62a124a5 Don't try and look up the descriptor for push constants in pipe export baldurk 2017-09-13 12:25:10 +01:00
  • f4c3254435 Set command buffer info for all re-recorded commands, including partials baldurk 2017-09-13 11:24:26 +01:00
  • d4149985ea Set proper 3D texture resolution for histogram calculations baldurk 2017-09-13 11:11:36 +01:00
  • ffb8a6b2e8 Only set graphics dynamic state on binding graphics pipeline. Refs #740 baldurk 2017-09-13 11:11:23 +01:00
  • 329f06eb50 Immediately delete any open LiveCapture windows when closing baldurk 2017-09-13 11:10:35 +01:00
  • aeb7a85895 Fix tracking of dynamic offsets when binding multiple descriptor sets Alex SmithandBaldur Karlsson 2017-09-12 16:16:26 +01:00
  • 456f8bbf0c Don't perform occlusion/statistics queries that aren't needed baldurk 2017-09-11 18:22:44 +01:00
  • 7a34ebb934 Use correct IsDrawInRenderPass() for vkCmdDraw validity check baldurk 2017-09-11 18:19:29 +01:00
  • 529dec8c65 Add a fallback if TF varyings cause program not to link baldurk 2017-09-11 15:32:09 +01:00
  • a19cc17bdd When applying TF varyings workaround, handle matrix variables with :row baldurk 2017-09-11 13:56:12 +01:00
  • 08aa7399cd Don't perform occlusion/statistics queries that aren't needed baldurk 2017-09-11 18:22:44 +01:00
  • d6ffd19178 Use correct IsDrawInRenderPass() for vkCmdDraw validity check baldurk 2017-09-11 18:19:29 +01:00
  • 3ef0c52e73 Add single-flush-validate code to queue submission baldurk 2017-09-11 18:19:12 +01:00
  • eaec6b501e Set command buffer info under recorded command buffer IDs baldurk 2017-09-11 17:53:29 +01:00
  • 80ec87fdd2 Pass -rdynamic to qrenderdoc link, ensures replay marker sym is exported baldurk 2017-09-11 16:13:09 +01:00
  • 268e122990 Convert to sized format before calling into real GL baldurk 2017-09-11 15:34:29 +01:00
  • 5696cafe7a VK_KHR_get_memory_requirements2 is a device, not instance, extension baldurk 2017-09-11 11:08:39 +01:00
  • f8af44b569 Fetch dispatch thread dimension always even if we don't disassemble baldurk 2017-09-11 10:46:40 +01:00
  • 3b02ea0a3b Turn off tracing after execution finishes baldurk 2017-09-11 10:45:32 +01:00
  • e25af7685b Add a fallback if TF varyings cause program not to link baldurk 2017-09-11 15:32:09 +01:00
  • 6c4f407b62 When applying TF varyings workaround, handle matrix variables with :row baldurk 2017-09-11 13:56:12 +01:00
  • 25fc6550bb Remove placeholder items. Matthäus G. ChajdasandBaldur Karlsson 2017-09-08 14:59:23 +02:00
  • fa94794b09 Fix remote replay issue caused by 9b4ee72. Refs #735 Janos PantosandBaldur Karlsson 2017-09-07 19:01:54 +02:00
  • cf95e7a3f6 VK_KHR_get_memory_requirements2 is a device, not instance, extension baldurk 2017-09-11 11:08:39 +01:00
  • dd5590f8e5 Fetch dispatch thread dimension always even if we don't disassemble baldurk 2017-09-11 10:46:40 +01:00
  • d6c03f58bc Select the next highest event when replaying from an event baldurk 2017-08-15 15:21:09 +01:00
  • 8d7b4d2f81 Set TF mode for all initProg varyings, to stop driver culling uniforms. michaelrgbandbaldurk 2017-09-04 16:47:37 +01:00
  • 501b1a846c Don't do full-image transitions per subresource, just do it once baldurk 2017-09-07 10:41:23 +01:00
  • bcd342aa79 Set TF mode for all initProg varyings, to stop driver culling uniforms. michaelrgbandBaldur Karlsson 2017-09-04 16:47:37 +01:00
  • 6ce8a8ec5f Apply same fix to apple baldurk 2017-09-01 09:46:38 +01:00
  • 60a29a28ed Android compile fix for missing definition of NULL baldurk 2017-08-31 19:53:00 +01:00
  • 82a0e055ba Change how replay programs are identified, from filename to sym export baldurk 2017-08-31 18:33:23 +01:00
  • fbd1c40654 Add python typemap handling for rdctype::pair baldurk 2017-08-31 18:31:56 +01:00
  • f51a41251e Add GL format unit tests and fix a couple of issues found baldurk 2017-08-31 16:32:54 +01:00
  • 24eba47de9 Make unbound thumbnails render their own colour not a checkerboard baldurk 2017-08-31 15:33:17 +01:00
  • b1031c8036 Remove samplers from ReadOnlyResources array, put them in their own list baldurk 2017-08-31 15:33:03 +01:00