search for: editorconfig

Displaying 14 results from an estimated 14 matches for "editorconfig".

2023 Aug 30
2
[libnbd PATCH 0/2] (Attempt to) fix Rust on BSD-based builds
..., I'd really like Tage's review on patch 2 to see if my Rust makes sense. Eric Blake (2): maint: Favor 4-space indent in .rs files rust: Use mio::poll instead of requiring epoll rust/Cargo.toml | 2 +- rust/src/async_handle.rs | 46 +++++++++++++++++++++++++--------------- .editorconfig | 4 ++++ 3 files changed, 34 insertions(+), 18 deletions(-) -- 2.41.0
2020 May 18
0
[ANNOUNCE] xisxwayland 1
...rs to check whether they're on a Wayland or X session. Internally it currently checks the RandR output names so it's basically xrandr | grep XWAYLAND. Should the output names ever change we'll update the tool accordingly. Peter Hutterer (11): Add the xiswayland tool Add an editorconfig file Move the code minus the main() to a new file Add test cases through a fake Xlib editorconfig: meson.build uses spaces gitlab CI: add a basic meson build/test run meson.build: whitespace fixes Add a --verbose option for human-readable printing man: simp...
2017 Jul 19
0
[ANNOUNCE] libdrm 2.4.82
...move decode sum to common tests/amdgpu: add vcn tests support and sets tests/amdgpu: implement vcn dec unit tests Lucas Stach (1): configure.ac: bump version for release Michel Dänzer (2): tests/amdgpu: s/uvd_messages.h/decode_messages.h/ in Makefile.am amdgpu: Add .editorconfig file for amdgpu coding style Paulo Zanoni (1): intel: add GEN10 to IS_9XX. Rob Herring (1): Android: fix missing trailing \ Rodrigo Vivi (3): intel: Add Cannonlake PCI IDs for U-skus. intel: Add Cannonlake PCI IDs for Y-skus. intel/intel_chipset: Move IS_9XX below I...
2017 Jan 28
0
[ANNOUNCE] libdrm 2.4.75
...error in drmGetDevice[s]2 Neil Armstrong (1): tests/util: Add support for meson module Seung-Woo Kim (1): libkms/exynos: fix memory leak in error path Taro Yamada (1): xf86drm: fix null termination of string buffer Thierry Reding (10): xf86drm: Fix indentation Add .editorconfig xf86drmMode.h: Use consistent padding xf86drmMode.h: Add DisplayPort MST and DPI encoders/connectors xf86drm: Fix type-punned pointer build warning xf86drm: Factor out drmDeviceAlloc() xf86drm: Add USB support xf86drm: Add platform and host1x bus support te...
2017 Mar 16
0
[ANNOUNCE] xf86-video-ati 7.9.0
...tents_intersect for GPU screens Call ValidateGC after ChangeClip in radeon_sync_scanout_pixmaps Call radeon_drm_abort_entry on failure to flip to a scanout pixmap Simplify drmmode_handle_uevents Pass pitch from drmmode_crtc_scanout_allocate to drmmode_create_bo_pixmap .editorconfig: src/ati.c only uses spaces for indentation ati: Support loading the amdgpu driver from the ati wrapper Add 10-radeon.conf xorg.conf.d snippet Enable tiling by default with glamor on PALM Don't handle Option "SwapbuffersWait" at all with glamor Fix flip e...
2018 Feb 17
0
[ANNOUNCE] libdrm 2.4.90
...info for querying high bits of 32-bit address space configure.ac: bump version to 2.4.90 Michel Dänzer (7): amdgpu: Don't print error message if parse_one_line returned -EAGAIN amdgpu: Don't dereference device_handle after amdgpu_device_deinitialize amdgpu: Symlink .editorconfig to tests/amdgpu amdgpu: Disable deadlock test suite by default for SI ASICs amdgpu: Disable VM test suite by default for SI ASICs Revert "amdgpu: clean up non list code path for vamgr" amdgpu: Add amdgpu_query_sw_info to amdgpu-symbol-check Rob Clark (1): fr...
2016 Nov 17
0
[ANNOUNCE] xf86-video-ati 7.8.0
...7.0 release version bump Add support for async flips to radeon_do_pageflip present: Support async flips Handle Zaphod mode correctly in radeon_mode_hotplug Enable DRI3 by default when building for Xorg >= 1.18.3 Explicitly set the fbcon pixmap pitch again Add .editorconfig file Adapt to XF86_CRTC_VERSION 7 Only use RandR APIs if RandR is enabled Add explicit RADEON_DRM_QUEUE_ERROR define Don't enable micro-tiling for scanout buffers on pre-R600 Don't enable DRI3 by default with EXA Use EventCallback to avoid flushing every...
2018 Dec 21
0
Wine release 4.0-rc3
...Add a test for passing dialog template with bad control class to PropertySheet. comctl32: Don't ignore page creation error for a non-modal propery sheet. comdlg32: When FOS_PICKFOLDERS is specified item selection box should contain full path name. Eberhard Beilharz (1): Add .editorconfig file. François Gouget (1): wined3d: Make wined3d_adapter_init_format_info() static. Hans Leidekker (2): bcrypt: Clear magic bytes on destroy. winhttp: Fix handling of WINHTTP_OPTION_SECURITY_FLAGS. Henri Verbeet (1): d3d9: Support drawing from D3DPOOL_SYSTEMMEM vertex buf...
2016 Nov 17
0
[ANNOUNCE] xf86-video-amdgpu 1.2.0
...e Destroy all dedicated scanout buffers during CloseScreen Make the dedicated scanout mechanism work with arbitrary transforms v2 Remove w/h parameters from amdgpu_scanout_extents_intersect Clear damage in amdgpu_scanout_update if it doesn't intersect the CRTC Add .editorconfig file Only use RandR APIs if RandR is enabled DRI2: Add interpolated_vblanks in amdgpu_dri2_get_crtc_msc Remove unused lut_r/g/b arrays from drmmode_crtc_private_rec Add Mullins PCI IDs Add missing Kaveri PCI ID (1318) Only list each unique chipset family once in...
2023 May 30
2
[libnbd PATCH v3 04/22] states: Prepare to send 64-bit requests
...2,6 +232,7 @@ check_PROGRAMS += \ > > closure-lifetimes \ > > pread-initialize \ > > socket-activation-name \ > > + pwrite-extended \ > > $(NULL) > > > > TESTS += \ > > (2) Incorrect indentation: two spaces rather than one tab. Arrgh. ./.editorconfig is supposed to do this correctly, but obviously its interaction with emacs is a bit botched when it comes to Makefile syntax. Will clean up. > > +++ b/tests/pwrite-extended.c > > +static void > > +check (int experr, const char *prefix) > > +{ > > + const char *msg...
2019 Jan 22
0
Wine release 4.0
...elper dlls inside a test, to allow testing features that require loading an external library. - The test framework supports testing Windows kernel drivers. - It is possible to build and run a WoW64 tree from inside the Wine source directory. Previously an out-of-tree build was required. - A .editorconfig file is provided with the recommended indentation parameters. *** Miscellaneous - The Task Scheduler service and APIs are implemented. - The Windows Management Instrumentation service is implemented. - The OPC Services (Open Packaging Conventions, used for Microsoft Office XML files) libra...
2019 Feb 15
0
Wine release 4.2
...m ffp_blit_supported(). wined3d: Remove unnecessary src_format NULL check from glsl_blitter_supported(). ddraw/tests: Destroy viewport in test_lighting_interface_versions() (Valgrind). wined3d: Mark dcl_input_ps_{siv, sgv} shader instructions as implemented. Kai Krakow (1): editorconfig: Indent Makefiles properly. Ken Thomases (1): winemac: Fix failure to render OpenGL on macOS 10.14 (Mojave). Lauri Kenttä (1): po: Update Finnish translation. Matteo Bruni (7): d3d9: Refuse to create D3DUSAGE_WRITEONLY textures. d3d8: Refuse to create D3DUSAGE_WRITEONLY t...
2017 Oct 04
0
[ANNOUNCE] intel-gpu-tools 1.20
...the configuration_data object meson: Simple makefile integration Dave Airlie (2): igt: add syncobj_basic. configure.ac: bump libdrm requirement to 2.4.82 Dhinakaran Pandiyan (1): tests/psr: Don't strcmp CRCs that are not NULL terminated. Eric Anholt (11): Add an editorconfig file for the basics of igt style. Make autogen.sh set the default format.subjectPrefix Use PATH_MAX to fix some sprintf-into-short-buffers warnings. intel_watermark: Fix a warning about "const char" return being silly. intel_display_poller: Fix truncation of a test...
2019 Mar 29
0
Wine release 4.5
...Avoid using gl_info in wined3d_get_device_caps(). wined3d: Get rid of wined3d_check_render_target_format(). Ken Thomases (3): msvcrt: Fix vtable alignment on macOS and certain non-x86 architectures. msvcp90: Fix vtable alignment on macOS and certain non-x86 architectures. .editorconfig: Remove the trim_trailing_whitespace setting. Lass Safin (1): krnl386.exe: Add comment explaining what ZeroBits argument of NtMapViewOfSection is for. Lauri Kenttä (2): po: Update Finnish translation. po: Update Finnish translation. Louis Lenders (6): explorerframe: Retur...