[Nouveau] [Bug 89969] vaDriverInit fails with gallium/nouveau driver

2015-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89969 Julien Isorce julien.iso...@gmail.com changed: What|Removed |Added Attachment #117910|0 |1 is

[Nouveau] [Bug 89969] vaDriverInit fails with gallium/nouveau driver

2015-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89969 Julien Isorce julien.iso...@gmail.com changed: What|Removed |Added Attachment #114987|0 |1 is

[Nouveau] [Bug 89969] vaDriverInit fails with gallium/nouveau driver

2015-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89969 Julien Isorce julien.iso...@gmail.com changed: What|Removed |Added Attachment #117358|0 |1 is

[Nouveau] [Bug 89969] vaDriverInit fails with gallium/nouveau driver

2015-07-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89969 Julien Isorce julien.iso...@gmail.com changed: What|Removed |Added Attachment #117215|0 |1 is

[Nouveau] [Bug 89969] vaDriverInit fails with gallium/nouveau driver

2015-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89969 --- Comment #11 from Christian König deathsim...@vodafone.de --- (In reply to Ilia Mirkin from comment #10) Wouldn't it be simpler to just accumulate user buffers and then do all the work in end_frame instead? And like Christian said, it'd be

[Nouveau] [Bug 89969] vaDriverInit fails with gallium/nouveau driver

2015-07-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89969 Julien Isorce julien.iso...@gmail.com changed: What|Removed |Added Attachment #117214|0 |1 is

[Nouveau] [Bug 89969] vaDriverInit fails with gallium/nouveau driver

2015-07-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89969 --- Comment #8 from Julien Isorce julien.iso...@gmail.com --- Created attachment 117214 -- https://bugs.freedesktop.org/attachment.cgi?id=117214action=edit WIP - nouveau: add support for chunk decoding A: resize buffer in nvc0_decoder_bsp:

[Nouveau] [Bug 89969] vaDriverInit fails with gallium/nouveau driver

2015-07-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89969 --- Comment #10 from Ilia Mirkin imir...@alum.mit.edu --- Wouldn't it be simpler to just accumulate user buffers and then do all the work in end_frame instead? And like Christian said, it'd be easy enough to get st/va to do this. -- You are

[Nouveau] [Bug 89969] vaDriverInit fails with gallium/nouveau driver

2015-04-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89969 --- Comment #1 from Ilia Mirkin imir...@alum.mit.edu --- Does it actually work though? (i.e. decode videos, display them, etc) -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.

[Nouveau] [Bug 89969] vaDriverInit fails with gallium/nouveau driver

2015-04-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89969 --- Comment #6 from Ilia Mirkin imir...@alum.mit.edu --- Unlike public API's, gallium API's are fluid and not extremely well-defined. They're primarily defined by the existing users, and secondarily by documentation when those users disagree.

[Nouveau] [Bug 89969] vaDriverInit fails with gallium/nouveau driver

2015-04-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89969 --- Comment #3 from Julien Isorce julien.iso...@gmail.com --- basic libva unit tests passes but it fails to decode 2 videos mpeg12 (nouveau_vp3_fill_picparm_mpeg12_bsp) and h264 (nouveau_vp3_fill_picparm_h264_bsp).

[Nouveau] [Bug 89969] vaDriverInit fails with gallium/nouveau driver

2015-04-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89969 --- Comment #7 from Christian König deathsim...@vodafone.de --- Chunked decoding means that between begin picture and end picture the state tracker calls the decode function multiple times for the same picture. E.g. you don't get the bitstream

[Nouveau] [Bug 89969] vaDriverInit fails with gallium/nouveau driver

2015-04-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89969 --- Comment #5 from Julien Isorce julien.iso...@gmail.com --- I am interested but I would need some infos to start :) Also I do not understand why a functionality is missing in drivers/nouveau since st/vdpau works (which means

[Nouveau] [Bug 89969] vaDriverInit fails with gallium/nouveau driver

2015-04-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89969 --- Comment #2 from Emil Velikov emil.l.veli...@gmail.com --- It didn't last time I've checked. st/va requires chunked decoding which nouveau does not support atm. -- You are receiving this mail because: You are the QA Contact for the bug. You

[Nouveau] [Bug 89969] vaDriverInit fails with gallium/nouveau driver

2015-04-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89969 --- Comment #4 from Emil Velikov emil.l.veli...@gmail.com --- Seems (almost) identical to the ones I've seen. Iirc the debug build does assert out a bit earlier. If interested you can take a look at adding the missing functionality (to