search for: uav

Displaying 20 results from an estimated 27 matches for "uav".

Did you mean: av
2012 Mar 27
1
[Bug 8829] New: rsync -uav --delete --dry-run prints delete file list in reverse order
https://bugzilla.samba.org/show_bug.cgi?id=8829 Summary: rsync -uav --delete --dry-run prints delete file list in reverse order Product: rsync Version: 3.0.9 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 Component: core AssignedTo: w...
2011 Sep 15
2
[LLVMdev] new dwarf tokens for AMDIL
...handle this best? (which numbers to use for the new tokens): Two new tokens will be added: DW_AT_AMDIL_address_space (currently 0x3ff1) : needed in order to know which address space to read data from DW_AT_AMDIL_resource (currently 0x3ff2) : the resource ID information for when we read memory from UAV ---Yousef -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110915/93fcebe7/attachment.html>
2010 Jul 14
2
Wine installation error in openSuSE 11.2
Hello, when I execute my wineinstall file, i get the following error: William at linux-uavs:~/Documents/wine-1.0.1> ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking whether make sets $(MAKE)... no checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: no acceptable C compiler found in...
2016 Nov 25
0
Wine release 1.9.24
...ARG from GetData() when "data" is NULL and "data_size" is non-zero. wined3d: Use glGetQueryObjectui64v() for occlusion queries when available. d3d11/tests: Add test for occlusion query with result bigger than UINT32_MAX. wined3d: Do not record sampler usage for UAVs. wined3d: Add ARB_shader_image_load_store extension. wined3d: Generate GLSL declarations for UAVs. wined3d: Introduce wined3d_device_set_unordered_access_view(). d3d11: Implement UAV binding. wined3d: Invalidate texture locations while binding UAVs. wined3d: Imp...
2011 Sep 15
0
[LLVMdev] new dwarf tokens for AMDIL
...for the new tokens): > > Two new tokens will be added: > > DW_AT_AMDIL_address_space (currently 0x3ff1) : needed in order to know > which address space to read data from > > DW_AT_AMDIL_resource (currently 0x3ff2) : the resource ID information > for when we read memory from UAV Does it make sense to go through http://www.dwarfstd.org/Issues.php first? Or do you expect this to be a long-lived LLVM extension with no intention of becoming standardized? Nick
2007 Aug 28
1
Can files be changed to hard links?
I have an rsync cron script that copies one entire hard drive containing hard links to another drive. It does this by selecting the directories to be rsync'ed and copying them one by one. My rsync line is: rsync -uav source/ target and the problem is this would not copy hard links. If I change the rsync line to: rsync uaHv --delete source/ target will the files copied using the original line be deleted and replaced with hard links? Larry -- Larry Alkoff N2LA - Austin TX Using Thunderbird on Linux
2017 Aug 20
0
Wine release 2.15
...RelativeName. shell32: Implement SHCreateItemInKnownFolder. shell32/tests: Add more tests for SHGetKnownFolderIDList. Julian Rüger (1): po: Update German translation. Józef Kucia (10): wined3d: Factor out context_copy_bo_address() function. wined3d: Implement copying UAV counters. d3d11: Implement d3d11_immediate_context_CopyStructureCount(). wined3d: Add support for initial UAV counters values. wined3d: Change wined3d_buffer_copy() return type to void. wined3d: Implement indirect compute dispatch. d3d11: Implement d3d11_immediate_cont...
2016 Dec 16
0
Wine release 2.0-rc2
...2: Check for a valid pointer before yanking the line. appwiz.cpl: Remove list entries left over from an earlier uninstall. Jacek Caban (1): wininet: Get rid of no longer needed INTERNET_INVALID_PORT_NUMBER in get_server. Józef Kucia (14): wined3d: Add suport for 2D array texture UAVs. d3d11/tests: Add test for 2D array texture UAVs. wined3d: Use depth/stencil formats for typeless resources only when WINED3DUSAGE_DEPTHSTENCIL is set. d3d11/tests: Add test for depth/stencil shader resource views. wined3d: Recognize SM5 vCoverage input registers. win...
2016 Dec 09
0
Wine release 2.0-rc1
...orderedAccessViews(). wined3d: Unbind image textures in context_bind_unordered_access_views(). wined3d: Implement wined3d_unordered_access_view_invalidate_location() for 3D textures. wined3d: Add ARB_shader_image_size extension. wined3d: Extend resinfo instruction to support UAVs. wined3d: Implement SM5 ld_uav_typed instruction. d3d11/tests: Add test for typed UAV loads. wined3d: Recognize SM5 sync opcode. wined3d: Recognize SM5 dcl_uav_raw opcode. wined3d: Recognize SM5 dcl_uav_structured opcode. wined3d: Use signed integers for address...
2005 Apr 30
5
problems installing wine
I just downloaded the latest version of wine from the site to install on my system. My system is an Athalon XP 2400+ running Fedora Core 3, fully updated. I downloaded the file wine-20050419-1fc3winehq.athlon.rpm and installed it, then installed winetools-2.1.1-jo.i386.rpm to go with it. I started winetools to do the configuration and completed each step of the base install one at a time until
2017 Mar 03
0
Wine release 2.3
...re binding set for compute pipeline. wined3d: Load sampler bindings for compute shaders. wined3d: Implement compute shader resource binding. wined3d: Fix return type for surface_load_texture(). wined3d: Fix handling of SM4+ integer registers. wined3d: Handle structured UAV declarations. wined3d: Implement SM5 store_structured instruction. wined3d: Pass structure byte stride to wined3d_buffer_create(). wined3d: Implement structured buffer views. d3d11/tests: Add test for compute shader input registers. wined3d: Extract common code to vali...
2017 Feb 17
0
Wine release 2.2
...EXTURELOAD. wined3d: Recognize SM5 imm_atomic_iadd opcode. wined3d: Implement applying state for compute pipeline. wined3d: Group compute states together. wined3d: Allow passing compute states to device_invalidate_state(). wined3d: Use more suitable bind target for SRV/UAV buffers. d3d11/tests: Add test for interleaved Draw() and Dispatch() calls. wined3d: Implement SM5 store_uav_typed instruction. wined3d: Fix order of command stream functions. wined3d: Implement compute pipeline UAV binding. wined3d: Acquire unordered access resources...
2018 Sep 13
0
Wine release 3.0.3
...miere Elements 14 (trial) crashes inside winmm.dll 44976 ConEmu-Maximus5 Windows console emulator causes crash of builtin 'wineconsole.exe' (division by zero) 45051 cmd.exe for loop does not resolve wildcards with subdirectory 45067 UNORM/SNORM immediate constants not supported for UAV stores (Claybook, Just Cause 3) 45078 UFOHD2 crashes inside devenum 45081 DsEnumerateDomainTrusts stubbed without A/W suffix 45118 Microsoft Windows PowerShell 6.x reports 'PowerShell Gallery is currently unavailable.' (WinHttpSetOption returns incorrect lasterror on unsupported o...
2017 Mar 17
0
Wine release 2.4
...r::GetClassID(). Julian Rüger (3): po: Update German translation. readme: Update German translation. readme: Fix typo in German translation. Józef Kucia (52): wined3d: Bind unordered access views even if they are not used by current shaders. d3d11/tests: Add test for UAV counters. d3d11/tests: Use 256-byte aligned offsets for bufinfo test. wined3d: Implement SM5 bufinfo instruction. d3d11: Print FIXME() about ignoring initial UAV count values only when necessary. d3d11/tests: Accept additional value as expected result in test_tgsm(). o...
2018 May 23
0
vkd3d release 1.0
...complex geometry shaders. - A significant number of shader instructions are supported in this release, including: - Arithmetic instructions. - Bit instructions. - Comparison instructions. - Control flow instructions. - Sample, gather and load instructions. - Atomic instructions. - UAV instructions. - Root signature serialization and deserialization is implemented. - Shader model 4 and 5 bytecode parser is imported from wined3d. - Shader model 5.1 is not supported yet. *** libvkd3d-utils - libvkd3d-utils contains simple implementations of various functions which might be...
2017 Dec 15
0
Wine release 3.0-rc2
...3.0. user.exe16: Implemented OldExitWindows() user.exe16 function. user.exe16: Fix handling of 16-bit HBITMAPs in InsertMenu16. Martin Storsjo (1): msvcrt: Fix copy/paste typos in arm64 setjmp/longjmp. Matteo Bruni (3): d3d11/tests: Add a couple of testcases for UINT, sRGB UAVs. d3d11/tests: Add tests for GenerateMips(). d3d11/tests: Add a couple of testcases for sRGB SRVs. Nikolay Sivov (7): wshom: Implement Popup() method. comctl32/listview: Directly reset focused item on item count change. user32/tests: Release window DCs consistently....
2017 Feb 03
0
Wine release 2.1
...wined3d: Add Rx 460 binary driver. Jefferson Carpenter (1): wmvcore: Implement WMCreateReaderPriv. Józef Kucia (56): ddraw: Cleanup ddraw7_GetAvailableVidMem(). ddraw: Relax "dwSize" validation in ddraw_surface*_Lock(). d3d11/tests: Add test for writing to UAVs. d3d11/tests: Add optional "rect" parameter to check_texture_sub_resource_* functions. wined3d: Introduce wined3d_device_set_compute_shader(). d3d11: Implement d3d11_immediate_context_CSSetShader(). wined3d: Remove inaccurate comments. include/d3d11: Add D3D...
2017 Oct 31
0
Wine release 2.20
...ase. mshtml/tests: Added addEventListener tests. mshtml: Don't set no_event_obj for XHR events. mshtml: Release listeners in call_event_handlers. Józef Kucia (12): wined3d: Use correct data type for immediate constants. d3d11/tests: Add test for immediate constant UAV stores. wined3d: Unroll SM4+ pixel shader inputs. wined3d: Use GLSL 4.40 if available. wined3d: Implement interpolation mode when GLSL 4.40 is available. wined3d: Implement SM4+ interpolation modifiers for GLSL < 4.40. wined3d: Pack interpolation modes. d3d11/...
2018 Jul 09
0
Wine release 3.12
...d by valgrind. xcopy: Add support for xcopy /k. Julian Rüger (1): po: Update German translation. Józef Kucia (4): include/d3d12: Fix typos. dxgi: Avoid possible NULL pointer access in d3d11_swapchain_SetFullscreenState(). wined3d: Fix snorm/unorm immediate values for UAV writes. d3d11/tests: Add test for unorm/snorm immediate constants. Kim Malmo (1): po: Update Norwegian translation. Lauri Kenttä (2): po: Update Finnish translation. po: Update Finnish translation. Louis Lenders (1): ntoskrnl.exe: Add stub for IoUnregisterPlugPlayNo...
2018 Sep 14
0
Wine release 3.16
...e(). winevulkan: Enable vkGetDeviceProcAddr() quirk for idTech engine. iphlpapi: Fix FILE leak in get_ipv6_addr_scope_table() (Coverity). d3d11/tests: Test D3D11_BLEND_DESC normalization. d3d10core/tests: Test D3D10_BLEND_DESC normalization. wined3d: Add support for 1D UAVs in shaders. wined3d: Use >= for shader model checks in feature_level_from_caps(). wined3d: Set WINED3DFMT_FLAG_COMPRESSED based on format block info. Louis Lenders (2): pidgen: Add stub for PIDGenSimpW. advapi32: Add stub for TraceSetInformation. Michael Müller (3):...