This fixes a compilation warning with -Wformat-security.
CC: "9.2"
---
src/gallium/drivers/radeon/radeon_llvm_emit.c |2 +-
1 fil ändrad, 1 tillägg(+), 1 borttagning(-)
diff --git a/src/gallium/drivers/radeon/radeon_llvm_emit.c
b/src/gallium/drivers/radeon/radeon_llvm_emit.c
index 1a4d4fdd
On Sat, Aug 10, 2013 at 11:09 AM, Christian König
wrote:
> Am 10.08.2013 15:53, schrieb Marek Olšák:
>
>> The RCU approach sounds good, but you can never know if 16 is enough.
>> We should release the buffer once it is full and allocate a new one.
>> The cache bufmgr in the winsys will assure ther
https://bugs.freedesktop.org/show_bug.cgi?id=54805
Chris Forbes changed:
What|Removed |Added
Assignee|mesa-dev@lists.freedesktop. |chr...@ijw.co.nz
|org
https://bugs.freedesktop.org/show_bug.cgi?id=54805
Chris Forbes changed:
What|Removed |Added
CC||chr...@ijw.co.nz
--
You are receiving th
On Sun, Aug 11, 2013 at 08:42:45PM +0200, Eric Anholt wrote:
> Chris Wilson writes:
>
> > Currently we call XSync() to run the event queue to catch the invalidate
> > event before we wait for the reply from the DRI2SwapBuffers request.
> > However, the XServer sends the DRI2InvalidateNotify event
Chris Wilson writes:
> Currently we call XSync() to run the event queue to catch the invalidate
> event before we wait for the reply from the DRI2SwapBuffers request.
> However, the XServer sends the DRI2InvalidateNotify event before sending
> the DRI2SwapBuffers reply and so the invalidate event
https://bugs.freedesktop.org/show_bug.cgi?id=67962
--- Comment #3 from Armin K ---
(In reply to comment #2)
> I've sent a fix today
>
> http://lists.freedesktop.org/archives/mesa-dev/2013-August/043097.html
Discard this, I've sent a v2 patch today which really fixes the build.
--
You are rece
Link to internal libwayland-drm library if Wayland
EGL platform is enabled. The library needs to be
built before gbm.
Link to libdrm if gbm_dri is enabled, otherwise
library will report undefined references to
libdrm symbols when using libgbm without
libdrm.
Bugzilla: https://bugs.freedesktop.org
Currently we call XSync() to run the event queue to catch the invalidate
event before we wait for the reply from the DRI2SwapBuffers request.
However, the XServer sends the DRI2InvalidateNotify event before sending
the DRI2SwapBuffers reply and so the invalidate event is processed in
the normal man
>This looks good to me, but commit messages should have a prefix
>indicating which component is changed. In your case it's "gallium:"
>and "intel:", respectively.
>
>Marek
Ok, I've suppressed some trailing spaces and changed the commit message.
>From f48fdb44d638ae850c7f3df36211b33788088927 Mon
This looks good to me, but commit messages should have a prefix
indicating which component is changed. In your case it's "gallium:"
and "intel:", respectively.
Marek
On Sun, Aug 11, 2013 at 11:32 AM, wrote:
> Hello,
>
> To enable using prime on Wayland, we need to have a way to create shareable
On Sat, Aug 10, 2013 at 05:36:07PM +0200, Marek Olšák wrote:
> On Sat, Aug 10, 2013 at 5:09 PM, Christian König
> wrote:
> > Am 10.08.2013 15:53, schrieb Marek Olšák:
> >
> >> The RCU approach sounds good, but you can never know if 16 is enough.
> >> We should release the buffer once it is full an
Hello,
To enable using prime on Wayland, we need to have a way to create shareable
textures.
That's the purpose of __DRI_IMAGE_USE_SHARE and PIPE_BIND_SHARED, but these
flags don't
disable tiling. This patch change the behaviour of these flags so that they
disable tiling.
Disabling tiling is n
h264/mpeg4 remain disabled for pre-nvc0, there's some minor
bug/difference which causes the decoding to hang after some frames.
Signed-off-by: Ilia Mirkin
---
src/gallium/drivers/nouveau/nouveau_vp3_video.c | 39 ++-
src/gallium/drivers/nv50/Makefile.sources | 6 +-
src/gallium/drivers/
The upcoming vp3 logic will want the video layout, but allocated by the
miptree.
Signed-off-by: Ilia Mirkin
---
src/gallium/drivers/nv50/nv50_miptree.c | 6 --
src/gallium/drivers/nv50/nv50_resource.h | 1 +
src/gallium/drivers/nv50/nv84_video.c| 2 +-
3 files changed, 6 insertions(+),
Signed-off-by: Ilia Mirkin
---
src/gallium/drivers/nouveau/nouveau_vp3_video.c | 37 +
src/gallium/drivers/nouveau/nouveau_vp3_video.h | 10 +++
src/gallium/drivers/nvc0/nvc0_context.h | 5
src/gallium/drivers/nvc0/nvc0_screen.c | 18 +++-
Signed-off-by: Ilia Mirkin
---
src/gallium/drivers/nouveau/nouveau_vp3_video.c | 101
src/gallium/drivers/nouveau/nouveau_vp3_video.h | 5 ++
src/gallium/drivers/nvc0/nvc0_video.c | 92 +
3 files changed, 108 insertions(+), 90 deletions(-)
Signed-off-by: Ilia Mirkin
---
src/gallium/drivers/nouveau/nouveau_vp3_video.c | 63
src/gallium/drivers/nouveau/nouveau_vp3_video.h | 3 ++
src/gallium/drivers/nvc0/nvc0_video.c | 65 ++---
3 files changed, 69 insertions(+), 62 deletions(-)
Signed-off-by: Ilia Mirkin
---
src/gallium/drivers/nouveau/Makefile.sources | 3 +-
src/gallium/drivers/nouveau/nouveau_vp3_video.h| 6 +
src/gallium/drivers/nouveau/nouveau_vp3_video_vp.c | 485 +
src/gallium/drivers/nvc0/nvc0_video.h | 7 -
src/g
Signed-off-by: Ilia Mirkin
---
src/gallium/drivers/nouveau/Makefile.sources | 3 +-
src/gallium/drivers/nouveau/nouveau_vp3_video.h| 10 +-
.../drivers/nouveau/nouveau_vp3_video_bsp.c| 310 +
src/gallium/drivers/nvc0/nvc0_video_bsp.c | 277 +--
Signed-off-by: Ilia Mirkin
---
src/gallium/drivers/nouveau/nouveau_vp3_video.h | 160 +++
src/gallium/drivers/nvc0/nvc0_video.c | 22 ++--
src/gallium/drivers/nvc0/nvc0_video.h | 165 +---
src/gallium/drivers/nvc0/nvc0_video_bsp.c
Signed-off-by: Ilia Mirkin
---
src/gallium/drivers/nvc0/nvc0_video.c | 2 +-
src/gallium/drivers/nvc0/nvc0_video.h | 6 +++---
src/gallium/drivers/nvc0/nvc0_video_bsp.c | 4 ++--
src/gallium/drivers/nvc0/nvc0_video_ppp.c | 2 +-
src/gallium/drivers/nvc0/nvc0_video_vp.c | 2 +-
5 files ch
Signed-off-by: Ilia Mirkin
---
src/gallium/drivers/nouveau/Makefile.sources| 3 +-
src/gallium/drivers/nouveau/nouveau_vp3_video.c | 165
src/gallium/drivers/nouveau/nouveau_vp3_video.h | 38 ++
src/gallium/drivers/nvc0/nvc0_video.c | 135 +---
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.
24 matches
Mail list logo