Opened 7 years ago
Closed 7 years ago
#11603 closed enhancement (fixed)
xf86-video-nouveau-1.0.16
| Reported by: | Douglas R. Reno | Owned by: | Douglas R. Reno |
|---|---|---|---|
| Priority: | normal | Milestone: | 8.4 |
| Component: | BOOK | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New point version
Change History (3)
comment:1 by , 7 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 7 years ago
Note:
See TracTickets
for help on using tickets.

Full log below, but most notably: - Better 30bpp handling - DP-MST hotplug support - DRI3/Present support in the presence of rotated RandR screens - Updates for various Xorg API changes - Autoconf cleanups Adam Jackson (1): modesetting: Validate the atom for enum properties Ilia Mirkin (10): man: remove reference to glamor under DRI option dri3: remove bogus condition for creating pixmap nv50/xv: add support for depth 30 xv output dri3: don't check permissions on render node drmmode: provide better error when failing to set gamma drmmode: update logic for dynamic connectors, paths, and tiles present: rotated crtc's work fine Revert "wfb: Fix missing init function decls behind FB_ACCESS_WRAPPER" update known chipsets list Bump version to 1.0.16 Mario Kleiner (1): Fix colormap handling at screen depth 30. (v2) Rhys Kidd (27): Check for xf86CursorResetCursor() xv: Silence build warning regarding const qualifier wfb: Fix missing init function decls behind FB_ACCESS_WRAPPER xv: Avoid shadowed declaration of 'int i' in NVPutImage xv: Avoid shadowed declaration of 'int ret' in NVPutImage wfb: Remove declaration for undefined function nouveau_wfb_init() dri2: Mark local create/destroy buffer and copy region functions as static xv: Mark local NVSetupTexturedVideo function as static xv/nv30, nv40: Mark local NV30GetSurfaceFormat and NV40GetSurfaceFormat as static config: Fix typo in comment config, nv: Use xorg-macros PACKAGE_VERSION_{MAJOR, MINOR, PATCHLEVEL} config: Only check for presence of libdrm package once config: Rely upon list.h as at least xorg-server 1.8 required config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 gitignore: Update to mirror modern X.org drivers config: libtoolize: put macros in AC_CONFIG_MACRO_DIR, 'm4' config: Use XORG_DEFAULT_OPTIONS which replaces six XORG_* macros config: remove unrequired AC_HEADER_STDC config: Utilize util-macros 1.8 for additional man page support config: Use LT_INIT option instead of AC_DISABLE_STATIC config: Add comments for main statements config: Remove unrequired AC_SUBST for LIBDRM_NOUVEAU and LIBUDEV config: remove unused sdkdir=$(pkg-config...) statement config: Set automake options consistently in one location config: Complete bug report URL for Xorg DDX nouveau driver config: Suggest upstream to find macros in case they are missing Adapt to PixmapDirtyUpdateRec::src being a DrawablePtr