V2: fix alignment
---
src/mesa/main/shader_query.cpp | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/mesa/main/shader_query.cpp b/src/mesa/main/shader_query.cpp
index a1813ac..3a730af 100644
--- a/src/mesa/main/shader_query.cpp
+++ b/src/mesa/main/shader_query.cpp
@@
On Wed, Dec 23, 2015 at 8:03 PM, Timothy Arceri
wrote:
> ---
> src/mesa/main/shader_query.cpp | 6 +-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/src/mesa/main/shader_query.cpp b/src/mesa/main/shader_query.cpp
> index a1813ac..2c92e4e 100644
> --- a/src/mesa/main/shader_
---
src/mesa/main/shader_query.cpp | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/mesa/main/shader_query.cpp b/src/mesa/main/shader_query.cpp
index a1813ac..2c92e4e 100644
--- a/src/mesa/main/shader_query.cpp
+++ b/src/mesa/main/shader_query.cpp
@@ -765,7 +765,11 @@ s
An SSO program can have multiple stages and we only want to add the externally
facing varyings. The current code was adding both the packed inputs and outputs
for the first and last stage of each program.
Cc: Tapani Pälli
---
src/glsl/linker.cpp | 17 ++---
1 file changed, 10 inserti
On Wed, Dec 23, 2015 at 1:12 PM, Ben Widawsky wrote:
> On Wed, Dec 23, 2015 at 12:09:44PM -0800, Anuj Phogat wrote:
> > Cc: Ben Widawsky
> > Signed-off-by: Anuj Phogat
> > ---
> > src/mesa/drivers/dri/i965/brw_state_dump.c | 7 +--
> > 1 file changed, 5 insertions(+), 2 deletions(-)
> >
>
On Wed, Dec 23, 2015 at 12:09:44PM -0800, Anuj Phogat wrote:
> Cc: Ben Widawsky
> Signed-off-by: Anuj Phogat
> ---
> src/mesa/drivers/dri/i965/brw_state_dump.c | 7 +--
> 1 file changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/src/mesa/drivers/dri/i965/brw_state_dump.c
> b/src/mes
Cc: Ben Widawsky
Signed-off-by: Anuj Phogat
---
src/mesa/drivers/dri/i965/brw_state_dump.c | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_state_dump.c
b/src/mesa/drivers/dri/i965/brw_state_dump.c
index 3d3a6cf..facd4dc 100644
--- a/src/m
https://bugs.freedesktop.org/show_bug.cgi?id=92687
Eduardo Lima Mitev changed:
What|Removed |Added
CC||bri...@vmware.com,
https://bugs.freedesktop.org/show_bug.cgi?id=92687
--- Comment #1 from Eduardo Lima Mitev ---
About time for an update! The "we" below refers to Antía, Alejandro and I, as
the team working primarily on this extension for almost 2 months now.
>From a high level point of view, we have completed mo
On Tue, Dec 22, 2015 at 4:11 PM, Giuseppe Bilotta
wrote:
[snip]
Doh, apparently I got Thomas' Tanner name wrong 8-/ I'm sure you guys
will be loving how much I'm managing to spam the list with this stupid
thing 8-P Do I send I patch to be squashed on top of this or a v5 of
the patch?
--
Giusep
On 23.12.2015 10:28, Julien Isorce wrote:
The counter was not set but used by the driver.
It is required otherwise visual output is garbage.
Signed-off-by: Julien Isorce
One minor nit pick below, apart from that the patch look good to me.
---
src/gallium/state_trackers/va/picture.c
The counter was not set but used by the driver.
It is required otherwise visual output is garbage.
Signed-off-by: Julien Isorce
---
src/gallium/state_trackers/va/picture.c| 22 ++
src/gallium/state_trackers/va/picture_h264.c | 2 ++
src/gallium/state_trackers/va/pi
It allows to call nouveau_vp3_bsp_next multiple times
between one begin/end.
It is required to support st/va.
https://bugs.freedesktop.org/show_bug.cgi?id=89969
Signed-off-by: Julien Isorce
---
src/gallium/drivers/nouveau/nouveau_vp3_video.h| 16 +++-
.../drivers/nouveau/nouveau_vp3_video_
- split nvc0_decoder_bsp in begin/next/end
- preserve content buffer when calling nvc0_decoder_bsp_next
- implement pipe_video_codec::begin_frame/end_frame
https://bugs.freedesktop.org/show_bug.cgi?id=89969
Signed-off-by: Julien Isorce
---
src/gallium/drivers/nouveau/nvc0/nvc0_video.c | 44
On 17 December 2015 at 04:02, Ilia Mirkin wrote:
> On Wed, Dec 16, 2015 at 9:39 AM, Julien Isorce
> wrote:
> > It allows to call nouveau_vp3_bsp_next multiple times
> > between one begin/end.
> >
> > It is required to support st/va.
> >
> > https://bugs.freedesktop.org/show_bug.cgi?id=89969
> >
On 17 December 2015 at 04:16, Ilia Mirkin wrote:
> Is there any guarantee that bsp_next is called a number of times equal
> to the number of slices? Seems like it's just for appending on more
> data, which may or may not be equal to the number of slices... Why is
> the value in the descriptor wro
On 17 December 2015 at 04:13, Ilia Mirkin wrote:
> On Wed, Dec 16, 2015 at 9:39 AM, Julien Isorce
> wrote:
> > - split nvc0_decoder_bsp in begin/next/end
> > - preserve content buffer when calling nvc0_decoder_bsp_next
> > - implement pipe_video_codec::begin_frame/end_frame
> >
> > https://bugs.
17 matches
Mail list logo