renderdoc-devel-1.24-bp155.1.9 >  A dk\I%z *bˑ,>/ s_Z9͏n 4OSyj03AT I";-,jA&J֬(hMhK}{QbX 6%U{ 5zt)V=_Jh u]sI9-ol{_bh(X 7 D,c43SJkpŽD\qap" [[b[]5f!pW_ p}5h9T_W9`| B9:FM2r$ӽU ޏh@2&צ0n<2-eꑇɇ@+?JHFiND*W=gaV< R}Ez/IɔL^Q F|G1_xsіv9%q3@WNR:p:Z(w=X>k\dzeLWpHJ95X\e27883d3bf67dd8ba0246e13f672968009fa82ee44f8fbadc8c1746b9cf08e529db625bcb739bd3a1c5a28e40e5b07c9e60091afPdk\I%z l7 H۹w)7(%BG@'ೞuoS]IA=+2Yڭ˕bs0ER+jeD[41l8lt H&kp$l9+A~\E"זF]Sv oS{4" 7\gazx sl?є+W4vʹ(UBPMjB:LY%wךek6(b \uvłFߐp#_O!,TMOv X^Η;BJnfaU229ޔρ خ-ȶB! ;w(z4X_u^<|~qT|63gA k]շ߳Dc.glP\3U j:=-{Ұ30m/OE|``l7nVN}G9r|6w֓-Wڑ|'rMW??eӤF G>Ed&f4>CDJ +>Tz >p;+?+td ! A  <SYdh j l p  ((898:lF)YG)pH)tI)xX)|Y)\)])^)b)c*od*e*f*l*u*v*z++$+(+.+pCrenderdoc-devel1.24bp155.1.9Development files for renderdocRenderDoc is a frame-capture based graphics debugger, currently available for Vulkan, D3D11, D3D12, OpenGL, and OpenGL ES development.dk\9obs-arm-10ySUSE Linux Enterprise 15 SP5openSUSEMIThttps://bugs.opensuse.orgDevelopment/Tools/Debuggershttps://renderdoc.org/linuxaarch64yc2100bdc0b1a3d49b7b1b9a893907deeb770867a8fa64a3ea59dc36c1619e9f4erootrootrenderdoc-1.24-bp155.1.9.src.rpmrenderdoc-develrenderdoc-devel(aarch-64)    renderdocrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.243.0.4-14.6.0-14.0-15.2-14.14.3cR@c@cD @cbb5@b@bZa@a@ad'@a8a8a8a8a/k@a /``&m_h_FN_6|_6|^^@@^^^@^@^bPatrik Jakobsson Patrik Jakobsson Patrik Jakobsson Patrik Jakobsson Patrik Jakobsson Patrik Jakobsson Patrik Jakobsson Mark Nefedov Patrik Jakobsson Patrik Jakobsson Patrik Jakobsson Patrik Jakobsson Jan Engelhardt Patrik Jakobsson Patrik Jakobsson Patrik Jakobsson Patrik Jakobsson Patrik Jakobsson Patrik Jakobsson Patrik Jakobsson Patrik Jakobsson Patrik Jakobsson Patrik Jakobsson Patrik Jakobsson Patrik Jakobsson Patrik Jakobsson Patrik Jakobsson Patrik Jakobsson Patrik Jakobsson Patrik Jakobsson - Update to version 1.24 * This is a hotfix release, containing a fix for a common D3D12 crash that could happen when analysing a capture using bindless resource access.- Update to version 1.23 - UI: When trying to connect to a remote host using an incompatible version, display the version it is running. This is only supported as of v1.23 and newer, older versions will all report as 'older than v1.23'. - UI: The buffer formatted allows stdint types like uint8_t or int32_t. - All: Add an in-application API function to set a title for an ongoing capture. - Linux: Use $HOME as a backup if getpwuid fails. - Vulkan/D3D12: Add a number of optimisations to D3D12 and Vulkan both during capture and on replay, to improve performance. This would affect programs using bindless and large number of resources most. - Vulkan/D3D12: When doing feedback on bindless resources, if a pixel shader is never invoked due to being offscreen/clipped, treat that as valid and display no resources as used instead of falling back to showing all resources. - Vulkan: Give a default name to un-named children in constant buffer structs. - Vulkan: Add support for extensions: * VK_EXT_mutable_descriptor_type * VK_AMD_memory_overallocation_behavior * VK_EXT_pageable_device_local_memory - D3D12: Relax the requirement for D3D12Core.dll to be signed by microsoft on trusted captures. This works around an issue where UE5.1 re-signed D3D12Core.dll as coming from epic, causing it to be rejected. The signature check will still be applied on files marked as untrusted e.g. downloaded from the internet. - OpenGL: Allow use of OVR extensions on desktop GL. - OpenGL: In the case that two different incompatibly-typed shader variables are both bound to the same texture slot, display this as an error in the pipeline state view.- Update to version 1.22 * UI: Improved the highlighting of changed variables when stepping/running in the shader debugger. * OpenGL: When capture is unsupported on a running program, display the reason why in the connection window as well as in the overlay text. * OpenGL: Show bicubic filtering functions in pipeline state viewer. * OpenGL: Replay multisampled backbuffers on OpenGL ES. * D3D: Display magic quality values better in texture viewer status bar. * D3D12: Improve performance for adding patterns into discarded resources. * Vulkan: On fastest replay optimisation level don't override renderpass load ops. * Vulkan: Optimise contiguous bindings of sparse pages in buffers before passing to the driver. * Vulkan: Add support for extensions: - VK_EXT_attachment_feedback_loop_layout - VK_EXT_primitive_topology_list_restart - VK_EXT_primitives_generated_query - VK_EXT_depth_clip_control - VK_EXT_multisampled_render_to_single_sampled- Update to version 1.21 * UI: Highlight the current event in the texture viewer context menu that shows resource usage. * UI: Improve handling of source-level shader debugging breakpoints. * All: Show status in mesh viewer when geometry data is not available, e.g. when using multiview and geometry/tessellation on vulkan. * All: Tweaked the in-program overlay to be more readable and better organised, especially around multiple windows. * All: Handle applications that don't create any graphics-compatible queues on Vulkan or D3D12 to still be able to capture and replay correctly. * Vulkan: Improve the clarity of error messages for incompatible captures, showing the reason for the incompatibility and what device was captured on and replayed on. * Vulkan: Implemented tracking of printf statements from geometry shaders. * Vulkan: Allow buffer format re-interpreting of push constants. * OpenGL: Display the 'intuitive' state of face culling winding, rather than strictly following enums (e.g. when clip origin is non-default, GL_CCW frontface means that clockwise wound polygons are front-facing).- Added patch file 0001-Fix-install-rpaths.patch- Remove install rpaths from binaries. Factory no longer allows them.- Update to version 1.20 * Views of buffers, either storage/raw buffers or constant buffers, have been refactored and improved. * Most complex error messages (particularly those that reference some error replaying or problem with the API like a fatal error) now contain better explanations of what problem has happened. * UI: Tweak behaviour around closing all captures on shutdown to be more consistent. * D3D12: Support the encoded color in obfuscated PIX-style markers. * ARM: Update hardware counter library. * Vulkan: Add support for some extensions: - VK_KHR_pipeline_library - VK_EXT_graphics_pipeline_library - VK_QCOM_render_pass_store_ops - VK_GOOGLE_surfaceless_query- Update to version 1.19 * Custom visualisation shaders have been refactored to be more portable and re-usable between APIs. * The location breadcrumbs in the event browser now has an edit button to edit the 'path' as a text string.- Update to version 1.18 * Full support for Vulkan 1.3 as well as the Roadmap 2022 profile including the new VK_KHR_global_priority promoted extension. * The primary font used in the UI can now be customised, as well as the secondary monospaced font.- Update to version 1.17 * Support for the new Vulkan extension VK_KHR_dynamic_rendering. * The resource inspector has some sorting options now. * Compute shader debugging can now be launched either by split workgroup & thread ID, or by global thread ID. * The mesh viewer now allows you to select the axis convention of input vertex data for e.g. Z-up instead of Y-up or left/right-handed.- Update to version 1.16 * The bindless feedback for D3D12 which was added in v1.15 now supports DXIL SM6.x shaders, via DXIL patching. * The API backends have been hardened to handle the majority of cases where an API fatal error happens during replay while analysing a capture - device lost/TDR, out of GPU memory, or when using remote-replay if the remote server crashes or disconnects. - osc build apparently auto-cleans your spec-file now (without even asking)- Use pcre-devel instead of pcre-devel-static- Trim redundant metadata from description.- Remove unused LIB_INSTALL_DIR- Use %autosetup during %prep - Update source0 to get proper filename - Use %cmake_build instead of %make_build for consistency- Use correct LIB_SUFFIX- Update to version 1.15 * Highlights - The Event Browser has been significantly refactored. - Bindless feedback is available on D3D12 for DXBC shaders (SM5.1). - Python API changes - Bug fixes- Update to version 1.14 * Highlights - RenderDoc can now display print statements from shaders in Vulkan. - The pipeline state view will now show thumbnail previews of textures on hover to help quickly identify which texture is bound to a given slot- Update to version 1.12 * Highlights - Qt version updated to Qt 5.15.2. - Python docstrings improved- Update to version 1.10 * Highlights - Reduced idle overhead while injected into programs, while not actively capturing a frame. - All APIs have seen improvements, though some will see greater savings than others especially depending on API usage patterns. Modern APIs (D3D12/Vulkan) with high frequency API calls and command buffer recording will likely see bigger savings. - Improved speed of capturing a frame on Vulkan when GPU-local host-visible uncached memory is mapped. - Improved application startup time from cold. - Improved replay time for switching events for Vulkan captures with large numbers of descriptors bound with few actually used (i.e. 'bindless' type workflows).- Explicitly enable build for xcb and xlib - Build as stable version- Forgot to remove unneeded qpainterpath patch- Update to version 1.9- Increase %limit_build to 1750- Add %limit_build -m 1400 - Changed devel description to description to silence rpmlint warning - Exclude duplicate of LICENSE.md- Clean specfile with spec-cleaner- Add group specification - Patch desktop menu file to add debugger to category- Remove vulkan-devel from build requirements - Add correct release type for the build- Fix directories and summary errors- Initial version 1.8obs-arm-10 16847575611.24-bp155.1.91.24-bp155.1.9renderdoc_app.h/usr/include/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/0ffb1f78b549f2ab47edc9a4cdc8426c-renderdoccpioxz5aarch64-suse-linuxC source, ASCII text}z &putf-841e8634684e9b70af049a0a9ce09ac4f02a749add1d453e50fee33994a2f6004?P7zXZ !t/z ! ] crv(vX0?Ks+ۏf:@iE8C=91ɌFXCpn -Jt`2+@qд?Bώ@ݷ+g_{Hwõ!* YÚZR;N̏D~lBz ଋe[*x EwToO\یzsZ!tf!w ߽ז^e&+Yܯ;\a9,%/=^)SGt%[V^,JP͗vϱT1RTvQٯKݼ;E6kA2M-X:M2Yg~?(ؿ8. BZlifSSI;ۏKPL8qw$RZӌ+_e'// %IL@U=alɈ5k][+RH:X)^OM,nX%{Nӫ(AKB6 blH>3v7Os1Y{bFU _r9PۖΈ5Iz؅RSr KG1%K`x.d/;J4{Ir EAX֋Zg^p@kqhfm+OI{T/,D2sa{Bphh!ۆ#'I;D 89Tyϵ4} j.v 'rlr3* F)?a1}@C=Qʩo07G~Fn\QLv!.P QR,DpEW~s,GQڻ&ݓWxa],ƎzJm"u${.":4=SV7UX}6rBw! Z~w3$>Tb ط̛=B1bXn(r {zN&އlj*ͶhHl.8@; s"~45n{D7}Tb NH|;"!wVxLvL]b֤S>);MRB Tw wT<90FFй㏎<2F 砂 n[/^XzBW )җe?K9'T0EQyJalcJEQ O *U|Fb{B傛,jjb?JlR=Qz݌O(ز`!^}Gj7D1ol";S3IOxDQ9 ^# ,ǏI`~4xV.*̳`CQ٧OgAB2׳<_xJAh1* ιIptVU[1A= բջ|tF !ɀ\VނĶק0jbHߤXcYl``tYdb]2K6(irF~2z*'6IvI|37U~.]1z *\%ȒavHn0 gNnp{lJd= 3Fj: ϛKLd?2_/%Px/t羅ցWWw@0fT2(5"8>+k}D$_6.?dSG^r hfh=*`$DdɑOAcW.Mi^r#5 4Sڍ=u)3T)Ir'W4K;p- 9мq.|YSpkv9E27M8ۜZW%Ĉ c ¡(T_ ,Sn2z緈65 ks[`g߄f[PAp,&T] GeX~X %3)k{{ 8Ʉ0OeM}p *ǘ'@$;l"d6ع D*iE`v:(l:wC95=Gɩ9^? 'o-V4.+^I)Sm[{k u}K-uŬNN7c!5'ug.f &M MM!c)+B\ ٗK"گқE75+ 7`OT%bOInQhn4I{(,Y XlQhg_Z Kg$yq̹z6dj]磓agp %)Z4 .}Y3^:yx}Xsv{ `Aj- saՍȺC&QYDؽl ;tdE.EqI{ @eX: *vZR= &;'MSCڠU*-$j}zyIXx=`˩D<}o2jJr^˼6e)LBg `N |<^.X`V@3XP|%.;J:eT[ G)$-Л@V1tDJHM>\C"q^{uė= `u[ٹл秆*T ݎy׬o1Bz)VŒI49)a$(m:GPm]ᝬaL MI̶ﰗ6R M6R rxݏBV!q+Y;{lx,Q$rEWܷtIC\,UKL+dZߦ bs"D>Dq{z'hH f'k[\5-oi欀SM2-s&4 ʚP Fjvз_ 6e02p »u-7筚j7Ӌ xԧ k槄#]:%BZNF|VoOIKuC=5?ճJݒxAGaMҿxC1p#.rFJp6vXŠAjշ 3Ĺ{SY>j{bȏ|i|&{c{<.}Z#{bsRSnnFIg4&)rw{7$e2ّ(XJ .bUtSv4-D}. -T ok!ﹹ™(t xj9߹mAP߸)n7`Iʋt2c]Q>0C}/xp8 zoXC1kܗ'y)ƍovz1Mh=bmnB~긞ǰX؏wJ'CUȕNQ9Xt땿m:)4$4\5-D}b8Gw ̧}7+8׬R<ī(,Kd[FayZK*.E& BH'1x5 }tz=o1%;U F ?ǟc[@̧W i6}].-5`rǂ}lKby0u)&^0 fhGrOwzJsk@۱|K>@EUh =&y=RKIoI&R]A%d~m])?FZtAڎx,~b$QD>!t55>;NƅW$a@V(ޞ=eU7e-=fY!YcSSP*$R ޺=HdO-d "OyO9nK":ARv/sPQϦGwވ8jMHGwju )WlRnyҪkh$6Y#9ov~[;fǘ~qALxrurHI+1izV{^k!Y2HuID$n^$[[Zj{Ni1 8Tp].W)#C=6_FdRC8\5gͦ/O)֓XVUͧ$E<~ 铁-Y6E:Y7*K<]aW'2CCvg\1g }ZpGdz?2/ W3~5RoR!ofݍRaD*& ³^;zY1 1k's0X"nWFo84)Ư B'oLp oR$${j 4/u4h)3e_6|,[zeaђ?9+}t$ |4vAϑ+F:aޓ&=0E~Z#;kFH fINfѲjaj0XT3LQdd,BKY]=UT {\XQk.(@ ] c6A ՃꕨZkg*m-0!] ۚ:8a @bd;8ǵm9}̈́k=~$CoN}f7Su6E~Ԓ8GF^Gn rv_6L4 `.TMvʗ wkG˸y҆",LH\&c}yPyu"&&7·h v |71@Rf:ӕL~pEs z7E/TX+Jʄ@g/g;>0:tINa.X[!t-i">3{pgCThkj_22Nվy -/0Uyԫ X9IPHƶA=|ݖ0@V'~>"#KTǒsl9;];% n K׭`Nn. B]_ʐS2aK7Yh{JӒj.dSoBX[,#V9,?Y]o+ߪw=/]3H`X'OGdtUdaFZx9h6({Ktyq-޵T,}&-3LVr'(P3h\8j{ǁPC%Z$ѿ <*&~˚z&NpLa>u$b ) 3UuXAGluiT;u"Vwf#Vʠ:AQ5fHcmu`i - nSdw*„3W+$B YZ