search for: bruni

Displaying 20 results from an estimated 195 matches for "bruni".

Did you mean: bruno
2015 Sep 30
2
InstCombine wrongful (?) optimization on BinOp with SameOperands
...while isTruncateFree returns true). The comment on binop simplification says that binop over truncs should be optimize only if trunc is not free, so I do not understand the point of adding !isZExtFree at this point. Can someone enlighten my ignorance on this optimization ? best regards, Nicolas Brunie -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150930/fecff467/attachment.html>
2003 Feb 06
1
Net ADS JOIN error
...Many thanks guys PS Clive: I've read your document join W2K domain, but I'm blocked now by this thing to make it work. Sorry to botter you. ---------------------------------------------------------------------------- ------------------------------------------------------------ Alessandro BRUNI Local Systems & Mail Administrator European Commission Directorate General TRADE E-mail : Alessandro.BRUNI@cec.eu.int Web site : http://europa.eu.int/comm/trade ---------------------------------------------------------------------------- -----------------------------------------------...
2011 Sep 03
2
Screwy guide on the regression testing wiki page
I'm confused by this: > > ... then you need to reset your bisect and use that "Release x.x.xx" as your first good bisect (wine-x.x.xx). This particular bisect output is just a version tag, meaning that no real code was changed (and so cannot have made your problem appear). All the "good" bisects you've set tells GIT that all that code is good, until wine-x.x.xx
2003 Feb 03
1
Error in configure Last CVS and 3.0.alpha21 on Solaris 8
...ber -lldap 1>&5 configure: failed program was: #line 16091 "configure" #include "confdefs.h" #include "./tests/summary.c" I've made some search in the newsgroup, but nothing seems to be fixed. Anyone has some ideas to fix it? Thanks in advance Alessandro Bruni Brussels, Belgium
2012 Feb 02
3
Wine versioning
hello I'm trying to find out what represents the third number in the numeration of Wine versions. To give an example, there is wine-1.3.35-168-g5b93bb9 I concluded "168" means that the g5b93bb9 commit is 168th in succession after wine-1.3.35, with 1.3.35 being zeroth. Am I right?
2012 Feb 09
2
Use Wine when running OS from USB drive?
Can Wine be used when the Linux install is running from a bootable USB thumb drive? I have a laptop that currently has Win7 on it and that cannot be changed since the machine is shared and another user needs programs that won't work through Wine at this time.
2015 Apr 16
2
[LLVMdev] CPU information in the LLVMTargetMachine constructor
Hi everyone, I'm working in a company to port LLVM on their own processors. I'm try to support several set of instructions and several architectures. I'm using the "--target" options to choose my set of instructions, and I would like to use the "-mcpu" to choose the architecture of which I want to compile the code. Does it seem right? But at the moment I cannot
2016 Feb 03
0
Wine release 1.8.1
...ation of DnsFlushResolverCacheEntry_A/UTF8/W. Henri Verbeet (1): wined3d: Set WINED3D_BUFFER_DOUBLEBUFFER for managed buffers as well. Jactry Zeng (1): po: Update Simplified Chinese translation. J?zef Kucia (1): d3d9: Implement d3d9_device_CreateDepthStencilSurfaceEx(). Matteo Bruni (1): wined3d: Regenerate FFP replacement VS on changes to the normal attribute in the vertex declaration. Nikolay Sivov (10): ole2disp: Implement VariantInit(). ole2: Fix error handling in ReadClassStg(). ole2: Implement ReadClassStm(). ole2disp: Implement SafeArrayAl...
2019 Jan 18
0
Wine release 4.0-rc7
...e to buffer size. d3d9: Clamp vertex buffer upload range to buffer size. d3d8: Clamp index buffer upload range to buffer size. d3d9: Clamp index buffer upload range to buffer size. wined3d: Avoid potential out-of-bounds memory access in surface_cpu_blt_colour_fill(). Matteo Bruni (1): wined3d: Set proper GL internal format for sRGB formats. Sven Baars (13): shell32/tests: Fix a typo. mstask/tests: Fix some memory leaks (Valgrind). oleaut32/tests: Fix some memory leaks (Valgrind). shell32/tests: Fix some memory leaks (Valgrind). xmllite/t...
2015 Apr 02
3
[LLVMdev] Cross Compiling LLVM's test-suite
Hi all, I'm working in a company to port LLVM on their own processor. I'm trying to run the test-suite, but it seems that it is usually run directly on the processor which is tested. In my case, I cannot run it on the processor, but I have a simulator on which I would like to run the test-suite. Also, it seems to me that the test-suite start by compiling some tools that have to be run
2019 Jan 11
0
Wine release 4.0-rc6
...r different size resources in ffp_blitter_clear(). wined3d: Limit surface_cpu_blt_colour_fill() to dimensions of render target view. wined3d: Do not limit draw rect to intersection of all render target views. d3d9/tests: Add test for clearing surfaces with different sizes. Matteo Bruni (1): d3dcompiler_43: Define D3D_COMPILER_VERSION. Nikolay Sivov (4): gdiplus/tests: Add some missing return value checks (Coverity). gdi32/tests: Fix copy-paste issue with test message (Coverity). msi/tests: Use more reasonable buffer sizes for guid strings (Coverity)....
2018 Jan 12
0
Wine release 3.0-rc6
...(). wined3d: Fix linestrips output for geometry shaders. ddraw/tests: Avoid touching unsupported clip planes. ddraw/tests: Fully initialize surface desc in surface enumeration tests. ddraw/tests: Rewrite LimitTest(). ddraw/tests: Rewrite SetRenderState() tests. Matteo Bruni (2): advapi32/tests: Fully initialize ACLs (Valgrind). advapi32/tests: Fix a couple of leaks (Valgrind). Nikolay Sivov (13): user32/tests: Add some more tests for message data conversion in dialog procedures. dwrite/tests: Add missing return value test (Coverity). msx...
2017 Dec 15
0
Wine release 3.0-rc2
...quot;.exe" rather than ".dll" extension on Windows < 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...
2018 Dec 21
0
Wine release 4.0-rc3
...handling of WINHTTP_OPTION_SECURITY_FLAGS. Henri Verbeet (1): d3d9: Support drawing from D3DPOOL_SYSTEMMEM vertex buffers. Huw D. M. Davies (2): gdi32: Fix building with versions of fontconfig < 2.11.0. gdi32: Try to update the default families with fonts that exist. Matteo Bruni (4): d3d9: Support drawing from D3DPOOL_SYSTEMMEM index buffers. d3d8: Support drawing from D3DPOOL_SYSTEMMEM vertex buffers. d3d8: Support drawing from D3DPOOL_SYSTEMMEM index buffers. ddraw: Support drawing from D3DVBCAPS_SYSTEMMEMORY vertex buffers. Michael Stefaniuc (1)...
2016 Dec 19
0
Wine release 1.8.6
...tStoreACP::UnadviseSink in context destructor. msctf: Added Push/Pop context tests. vbscript: Call GetItemInfo() with original item name. secur32: Use %LATEST_RECORD_VERSION gnutls priority. Józef Kucia (1): wined3d: Improve advertized driver version for Windows 10. Matteo Bruni (2): wined3d: Recognize a couple of Haswell / Broadwell GPUs on macOS. wined3d: Add a bunch of Broadwell and Skylake PCI ids and descriptions. Michael Müller (2): ntdll: Open current working directory with FILE_TRAVERSE access. msvfw32: Use case insensitive compare in ICInf...
2020 Jan 11
0
Wine release 5.0-rc5
...rrorapi.h header. wmp/tests: Don't use round to avoid dependency on mingwex. Kim Malmo (2): po: Update Norwegian translation. po: Fix a typo in Norwegian translation. Louis Lenders (1): combase: Add GetRestrictedErrorInfo and RoOriginateLanguageException stubs. Matteo Bruni (3): ucrtbase: Export _o_to{lower, upper}() as to{lower, upper}(). ucrtbase: Add _o_fmod() and _o_fmodf(). ucrtbase/tests: Add tests for the various tolower() and toupper() variants. Michael Stefaniuc (1): dmime/tests: Destroy the performance on an error path (Valgrind). N...
2017 Feb 28
0
Wine release 1.8.7
...ined3d: Filter messages for fullscreen mode changes. Lauri Kenttä (3): user32: Fix caret disappearing after scrolling. cmd: Fix copying when the dest is one of the sources. winefile: Fix horizontal scrolling. Louis Lenders (1): wine.inf: Add Drivers32 registry key. Matteo Bruni (3): wined3d: Also check BLENDWEIGHT for immediate mode fallback. d3d9/tests: Add a vertex blending test with D3DCOLOR weights. wined3d: Swizzle D3DCOLOR attributes in the GLSL FFP replacement when necessary. Michael Cronenworth (1): wined3d: Add Iris Haswell PCI ids and de...
2013 Jun 28
0
Wine release 1.6-rc4
...). gdi32: Close handle in mfdrv (Coverity). msvf32: Fixed incorrect sizeof (Coverity). ole32: LeaveCriticalSection in one exit case (Coverity). ole32: Fixed bad sizeof()s in composite moniker (Coverity). winmm: Fix incorrect parameter for test debug (Coverity). Matteo Bruni (2): wined3d: Fix handling of cnd instruction with coissue flag. d3d9/tests: Improve cnd instruction test. Michael Stefaniuc (1): po: Update the Romanian translation. Mykola Zadorozhnyy (1): po: Update Ukrainian translation. Petr Ko?andrle (1): po: Fix some Czech sp...
2013 Jun 21
0
Wine release 1.6-rc3
...ixel format number. winemac: Avoid overdriving single-buffered GL if possible; the system throttles us. Lauri Kentt? (1): po: Update Swedish translation. Marcus Meissner (2): wbemprox: Add missing FindClose() (Coverity). wbemprox: Fixed leaking dirstack (Coverity). Matteo Bruni (3): wined3d: Fix NP2 surface repacking in surface_download_data. d3d9/tests: Reset texture 0 to NULL at the end of texop_test(). d3d9/tests: Skip unbound_sampler_test if cube or volume textures aren't supported. Nikolay Sivov (1): po: Update Russian translation. Pavel...
2016 Aug 22
0
Wine release 1.8.4
...64. Ken Thomases (2): winspool.drv: Include <cups/ppd.h> to fix building against the macOS 10.12 SDK. winemac: Don't define kVK_RightCommand when building against the macOS 10.12 SDK. Luis Sahagun (1): winevdm: Tell dosbox to read the current user's config. Matteo Bruni (1): wined3d: Add a setting to check relative addressing indices when accessing uniforms. Michael Cronenworth (1): secur32: Provide a static declaration for gnutls_cipher_get_block_size. Michael Müller (1): amstream: Implement IDirectDrawMediaStream::GetMultiMediaStream. Michae...