search for: nv84_video_vp

Displaying 7 results from an estimated 7 matches for "nv84_video_vp".

2013 Jun 29
0
[PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...+- > src/gallium/drivers/nv50/nv50_winsys.h | 4 + > src/gallium/drivers/nv50/nv84_video.c | 778 ++++++++++++++++++++++++++++++ > src/gallium/drivers/nv50/nv84_video.h | 134 +++++ > src/gallium/drivers/nv50/nv84_video_bsp.c | 251 ++++++++++ > src/gallium/drivers/nv50/nv84_video_vp.c | 521 ++++++++++++++++++++ > 11 files changed, 1768 insertions(+), 3 deletions(-) > create mode 100644 src/gallium/drivers/nv50/nv84_video.c > create mode 100644 src/gallium/drivers/nv50/nv84_video.h > create mode 100644 src/gallium/drivers/nv50/nv84_video_bsp.c > create mode...
2015 Dec 20
10
[Bug 93454] New: Can't build with LLVM/clang 3.7.0
...Assignee: nouveau at lists.freedesktop.org Reporter: tpgxyz at gmail.com QA Contact: nouveau at lists.freedesktop.org System is OpenMandriva Cooker running LLVM/clang 3.7.0 as default compiler. When i build mesa i got this error: Makefile:1205: recipe for target 'nv50/nv84_video_vp.lo' failed make[3]: Leaving directory '/builddir/build/BUILD/mesa-11.0.7/src/gallium/drivers/nouveau' In file included from nv50/nv84_video_vp.c:25: In file included from ../../../../src/gallium/auxiliary/util/u_sse.h:140: /usr/bin/../lib64/clang/3.7.0/include/tmmintrin.h:28:2: error: &...
2013 Jun 29
2
[PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...lium/drivers/nv50/nv50_winsys.h | 4 + >> src/gallium/drivers/nv50/nv84_video.c | 778 ++++++++++++++++++++++++++++++ >> src/gallium/drivers/nv50/nv84_video.h | 134 +++++ >> src/gallium/drivers/nv50/nv84_video_bsp.c | 251 ++++++++++ >> src/gallium/drivers/nv50/nv84_video_vp.c | 521 ++++++++++++++++++++ >> 11 files changed, 1768 insertions(+), 3 deletions(-) >> create mode 100644 src/gallium/drivers/nv50/nv84_video.c >> create mode 100644 src/gallium/drivers/nv50/nv84_video.h >> create mode 100644 src/gallium/drivers/nv50/nv84_video_bsp.c &...
2013 Jun 30
0
[PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...0/nv50_winsys.h | 4 + >>> src/gallium/drivers/nv50/nv84_video.c | 778 ++++++++++++++++++++++++++++++ >>> src/gallium/drivers/nv50/nv84_video.h | 134 +++++ >>> src/gallium/drivers/nv50/nv84_video_bsp.c | 251 ++++++++++ >>> src/gallium/drivers/nv50/nv84_video_vp.c | 521 ++++++++++++++++++++ >>> 11 files changed, 1768 insertions(+), 3 deletions(-) >>> create mode 100644 src/gallium/drivers/nv50/nv84_video.c >>> create mode 100644 src/gallium/drivers/nv50/nv84_video.h >>> create mode 100644 src/gallium/drivers/nv50/nv...
2013 Jun 27
4
[PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...0/nv50_screen.c | 13 +- src/gallium/drivers/nv50/nv50_winsys.h | 4 + src/gallium/drivers/nv50/nv84_video.c | 778 ++++++++++++++++++++++++++++++ src/gallium/drivers/nv50/nv84_video.h | 134 +++++ src/gallium/drivers/nv50/nv84_video_bsp.c | 251 ++++++++++ src/gallium/drivers/nv50/nv84_video_vp.c | 521 ++++++++++++++++++++ 11 files changed, 1768 insertions(+), 3 deletions(-) create mode 100644 src/gallium/drivers/nv50/nv84_video.c create mode 100644 src/gallium/drivers/nv50/nv84_video.h create mode 100644 src/gallium/drivers/nv50/nv84_video_bsp.c create mode 100644 src/gallium/drive...
2013 Jun 30
0
[PATCH v2] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...0/nv50_screen.c | 13 +- src/gallium/drivers/nv50/nv50_winsys.h | 4 + src/gallium/drivers/nv50/nv84_video.c | 793 ++++++++++++++++++++++++++++++ src/gallium/drivers/nv50/nv84_video.h | 134 +++++ src/gallium/drivers/nv50/nv84_video_bsp.c | 251 ++++++++++ src/gallium/drivers/nv50/nv84_video_vp.c | 547 +++++++++++++++++++++ 11 files changed, 1809 insertions(+), 3 deletions(-) create mode 100644 src/gallium/drivers/nv50/nv84_video.c create mode 100644 src/gallium/drivers/nv50/nv84_video.h create mode 100644 src/gallium/drivers/nv50/nv84_video_bsp.c create mode 100644 src/gallium/driv...
2013 Aug 11
10
[PATCH 00/10] Add support for MPEG2 and VC-1 on VP3/VP4 for NV98-NVAF
As it turns out, with the proprietary firmware, the VP3 and VP4 interfaces are identical. Furthermore, this is all already implemented for nvc0. So these patches (a) move the easily sharable bits of the nvc0 implementation into the nouveau directory, and then (b) implement the other parts in nv50. The non-shared parts are still largely copies, but there are some differences, not the least of which