https://bugs.freedesktop.org/show_bug.cgi?id=84145
Michel Dänzer changed:
What|Removed |Added
Assignee|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.
Just a reminder, if you have projects that are suitable for the OPW please
add them to the wiki page or, if you can't access the wiki, send me a
summary and I'll add it.
http://www.x.org/wiki/XorgOPW/
Prospective participants can start submitting applications on Sep 22 and
it'd be great if we had
Reviewed-by: Matt Turner
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
Rather than duplicating the libdeps, extra define... all over the
targets, define them only once and use when applicable.
Signed-off-by: Emil Velikov
---
src/gallium/drivers/i915/Automake.inc | 11 +++
src/gallium/targets/dri/Makefile.am| 9 +
src/gallium/targets/eg
Rather than duplicating the libdeps, extra define... all over the
targets, define them only once and use when applicable.
Signed-off-by: Emil Velikov
---
src/gallium/drivers/freedreno/Automake.inc | 11 +++
src/gallium/targets/dri/Makefile.am| 10 +-
src/gallium/targets/e
Avoid building the relatively large object every time and forcing
on the non-vl targets. This gives us the following size improvement
textdata bss dec hex filename
5898697 189212 1977864 8065773 7b12ed before/nouveau_dri.so
5771203 189228 391176 6351607 60eaf7 after/nouveau
Rather than duplicating the libdeps, extra define... all over the
targets, define them only once and use when applicable.
Signed-off-by: Emil Velikov
---
src/gallium/drivers/ilo/Automake.inc | 11 +++
src/gallium/targets/dri/Makefile.am| 9 +
src/gallium/targets/eg
The definition of rc_pair_regalloc_inputs_only() is no longer
around so drop the declaration.
Signed-off-by: Emil Velikov
---
src/gallium/drivers/r300/compiler/radeon_program_pair.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/gallium/drivers/r300/compiler/radeon_program_pair.h
b/src/
The dri, vdpau, omx, xvmc and gbm targets don't need any authentication
even the VL ones never used it. Either the respective loader or the
library itself (vl) is doing is auth prior to calling create_screen()
Signed-off-by: Emil Velikov
---
src/gallium/auxiliary/vl/vl_winsys_dri.c | 2 +-
src/g
Both variables are identical thus we can fold them into AM_LDFLAGS.
Signed-off-by: Emil Velikov
---
src/gallium/targets/egl-static/Makefile.am | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/gallium/targets/egl-static/Makefile.am
b/src/gallium/targets/egl-static/Ma
No longer used/needed as of last commit.
Signed-off-by: Emil Velikov
---
src/gallium/targets/dri/Makefile.am| 15 +--
src/gallium/targets/egl-static/Makefile.am | 6 ++
src/gallium/targets/gbm/Makefile.am| 10 +++---
src/gallium/targets/omx/Makefile.am
Rather than duplicating the libdeps, extra define... all over the
targets, define them only once and use when applicable.
Signed-off-by: Emil Velikov
---
src/gallium/drivers/llvmpipe/Automake.inc | 7 +++
src/gallium/drivers/softpipe/Automake.inc | 15 +++
src/gallium/targets/
Rather than duplicating the libdeps, extra define... all over the
targets, define them only once and use when applicable.
Signed-off-by: Emil Velikov
---
src/gallium/drivers/svga/Automake.inc | 10 ++
src/gallium/targets/dri/Makefile.am| 8 +---
src/gallium/targets/egl-
Rather than duplicating the libdeps, extra define... all over the
targets, define them only once and use when applicable.
Signed-off-by: Emil Velikov
---
src/gallium/drivers/vc4/Automake.inc | 13 +
src/gallium/targets/dri/Makefile.am | 12 +---
2 files changed, 14 insertion
Rather than duplicating the libdeps, extra define... all over the
targets, define them only once and use when applicable.
Signed-off-by: Emil Velikov
---
src/gallium/drivers/nouveau/Automake.inc | 11 +++
src/gallium/targets/dri/Makefile.am| 21 +
src/galliu
Make sure that MEGADRIVERS is set in order to create the hardlinks.
The variable name is not the most appropriate and will be sorted
out in upcoming commits.
Signed-off-by: Emil Velikov
---
src/gallium/targets/dri/Makefile.am | 4 ++--
src/gallium/targets/vdpau/Makefile.am | 4 ++--
src/galliu
Leftover from the static Makefiles
Signed-off-by: Emil Velikov
---
configure.ac | 2 --
1 file changed, 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 12f914e..0cfe970 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1238,12 +1238,10 @@ if test "x$enable_osmesa" = xyes -o
"x$ena
Hello list,
As usual another boring series with a patch or two that stand out.
Patches 01-03: Remove some unused variables/header inclusions/etc
Patch 04: Split out the vl code into a separate static lib. Gives us
noticable size improvement for the dri, gbm and xa targets.
Patches 05-06: misc pi
Rather than duplicating the libdeps, extra define... all over the
targets, define them only once and use when applicable.
Signed-off-by: Emil Velikov
---
src/gallium/drivers/r300/Automake.inc | 18 +
src/gallium/drivers/r600/Automake.inc | 16
src/gallium/drive
The respective HAVE_{SOFT,LLVM}PIPE are already descriptive
enough. Additionally the svga modules does not really use either
one, but the auxiliary draw & gallivm modules.
Signed-off-by: Emil Velikov
---
configure.ac | 5 -
src/gallium/Makefile.am
Signed-off-by: Emil Velikov
---
src/gallium/drivers/freedreno/freedreno_context.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/gallium/drivers/freedreno/freedreno_context.h
b/src/gallium/drivers/freedreno/freedreno_context.h
index c59390a..b7e016b 100644
--- a/src/gallium/drivers/freed
https://bugs.freedesktop.org/show_bug.cgi?id=84124
--- Comment #1 from Marek Olšák ---
You can revert the commit locally if you want. Sorry, I cannot let a medium
like Phoronix abuse it, break apps and then telling people that our driver is
broken.
--
You are receiving this mail because:
You ar
https://bugs.freedesktop.org/show_bug.cgi?id=49777
Matt Turner changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=60723
Matt Turner changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=75165
Matt Turner changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #2 from Matt Turner
https://bugs.freedesktop.org/show_bug.cgi?id=74563
Matt Turner changed:
What|Removed |Added
Component|Other |EGL
--
You are receiving this mail becaus
https://bugs.freedesktop.org/show_bug.cgi?id=84124
Matt Turner changed:
What|Removed |Added
Assignee|mesa-dev@lists.freedesktop. |mar...@gmail.com
|org
https://bugs.freedesktop.org/show_bug.cgi?id=77240
Matt Turner changed:
What|Removed |Added
Status|NEW |NEEDINFO
CC|
https://bugs.freedesktop.org/show_bug.cgi?id=74760
Matt Turner changed:
What|Removed |Added
Assignee|mesa-dev@lists.freedesktop. |i...@freedesktop.org
|or
https://bugs.freedesktop.org/show_bug.cgi?id=64392
Matt Turner changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=64084
Matt Turner changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=61527
Matt Turner changed:
What|Removed |Added
Status|NEW |NEEDINFO
--
You are receiving this mail b
https://bugs.freedesktop.org/show_bug.cgi?id=61361
Matt Turner changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #9 from Matt Turner
https://bugs.freedesktop.org/show_bug.cgi?id=61333
Matt Turner changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=60395
Matt Turner changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=42651
Matt Turner changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=33786
Matt Turner changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Matt Turner
https://bugs.freedesktop.org/show_bug.cgi?id=30353
Matt Turner changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
On Sat, Sep 20, 2014 at 11:40 AM, Ilia Mirkin wrote:
> On Sat, Sep 20, 2014 at 11:34 AM, Rob Clark wrote:
>> On Fri, Sep 19, 2014 at 3:16 PM, Rob Clark wrote:
>>> For the mesa part, it looks like there is a bit of work needed to
>>> teach egl about multi-planar buffers, buffers where offset[n] !
---
src/mesa/main/shaderobj.h | 7 ---
1 file changed, 7 deletions(-)
diff --git a/src/mesa/main/shaderobj.h b/src/mesa/main/shaderobj.h
index fae8be8..d72919c 100644
--- a/src/mesa/main/shaderobj.h
+++ b/src/mesa/main/shaderobj.h
@@ -94,13 +94,6 @@ _mesa_free_shader_program_data(struct gl_co
From: Rob Clark
External images do not need to be render targets.
Signed-off-by: Rob Clark
---
We would need this if we manage to teach gallium about external egl
images. I may instead cop-out and just use vl_compositor to blit
imported YUV buffers into an RGB texture. All the same, this seem
From: Rob Clark
If app tries to use EGL_EXT_image_dma_buf_import without checking that
it is supported, we should at least be a bit kinder than segfaulting.
Signed-off-by: Rob Clark
---
Not 100% sure which error we should report.. doing *anything* other than
segfault seems like an improvement,
From: Rob Clark
Push offset down to driver when importing dmabuf. This is needed to
more fully support EGL_EXT_image_dma_buf_import (ie. when a non-zero
offset is specified).
Still requires driver support, but the per-driver support for this
should be relatively straightforward.
Signed-off-by:
From: Rob Clark
Cleanup the two fd -> img paths (dri2_from_fds() and dri2_from_dma_bufs()
to consolidate the code better. And in the process, fix the incorrect
assumption about 4 bytes per pixel.
Signed-off-by: Rob Clark
---
src/gallium/state_trackers/dri/dri2.c | 96 ++---
From: Rob Clark
Signed-off-by: Rob Clark
---
src/gallium/drivers/freedreno/freedreno_resource.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/gallium/drivers/freedreno/freedreno_resource.c
b/src/gallium/drivers/freedreno/freedreno_resource.c
index 9fe9cc5..16810d9
On Sat, Sep 20, 2014 at 9:41 PM, Chris Forbes wrote:
> From: Ilia Mirkin
>
> Tessellation control outputs can be read in directly without first
> having been written. Accessing these will require some special logic
> anyways, so just let them through.
>
> Signed-off-by: Ilia Mirkin
> ---
> src/
Hi,
On Thursday, September 18, 2014 03:56:11 Roland Scheidegger wrote:
> I agree it is something which would be nice to have in mesa, however I'm
> not really a big proponent of implementing some half-baked bogus mess
> extension, which is further more completely different to what the only
> avai
47 matches
Mail list logo