Displaying 2 results from an estimated 2 matches for "nv40getsurfaceformat".
Did you mean:
nv30getsurfaceformat
2019 Jan 21
5
[PATCH xf86-video-nouveau 0/4] Compiler warnings series
...rg-server
utility macros.
Rhys Kidd (4):
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
src/nouveau_dri2.c | 12 ++++++------
src/nouveau_xv.c | 2 +-
src/nv30_xv_tex.c | 2 +-
src/nv40_xv_tex.c | 2 +-
src/nv_proto.h | 1 -
5 files changed, 9 insertions(+), 10 deletions(-)
--
2.19.1
2019 Jan 29
0
[ANNOUNCE] xf86-video-nouveau 1.0.16
...9;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 A...