Since commit 96d63eb59e34 (" kmscube: Add gears mode") , kmscube fails
to build on platforms without .
Fix it by changing the header file to .
Reported-by: Martin Jansa
Suggested-by: Martin Jansa
Signed-off-by: Fabio Estevam
---
cube-gears.c | 2 +-
1 file changed, 1 insertion(+),
Hi Lucas,
On Mon, Sep 21, 2020 at 9:59 AM Lucas Stach wrote:
> Try starting glmark with --visual-config red=8 as a workaround to get a
> scanout capable visual.
You are right: passing --visual-config red=8 works with the old
version of glmark2.
The latest glmark2 version works without passing
starting glmark with --visual-config red=8 as a workaround to get a
> scanout capable visual.
Thanks for the suggestion.
I bumped the glmark2 version to the latest one in master and now it
runs fine without any extra parameters.
Thanks,
Fabio Estevam
__
anyone have any ideas?
Thanks,
Fabio Estevam
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev
Hi Jason and Ian,
On Tue, Mar 31, 2020 at 5:39 PM Jason Ekstrand wrote:
> My feelings aren't usually all that strong on this point though I
> generally prefer !=. That said, this is a float. I very strongly
> prefer != 0.0f.
Thanks for the feedback. I did as suggested:
https://gitlab.freedesk
On Tue, Mar 31, 2020 at 10:25 PM Fabio Estevam wrote:
>
> Hi Rob,
>
> On Tue, Mar 31, 2020 at 7:40 PM Rob Clark wrote:
>
> > thx.. I don't suppose I could talk you in to sending a gitlab merge request?
>
> Please find it at
> https://gitlab.freedesktop.org/mesa
Hi Rob,
On Tue, Mar 31, 2020 at 7:40 PM Rob Clark wrote:
> thx.. I don't suppose I could talk you in to sending a gitlab merge request?
Please find it at
https://gitlab.freedesktop.org/mesa/kmscube/-/merge_requests/22
Let me know if this is the correct process.
Thanks
Hi Rob,
On Tue, Mar 31, 2020 at 7:40 PM Rob Clark wrote:
> thx.. I don't suppose I could talk you in to sending a gitlab merge request?
I never did it, but let me try to learn it how to do it.
Thanks
___
mesa-dev mailing list
mesa-dev@lists.freedeskt
The 'complemented' variable is a pointer to boolean. Use the !! operator
to fix the following build warning:
../texturator.c:603:45: warning: '*' in boolean context, suggest '&&' instead
[-Wint-in-bool-context]
*complemented = (((float)rgba[2]) / 255.0)
When libpng is not present the following build warning is seen:
../texturator.c:98:13: warning: 'png' defined but not used [-Wunused-variable]
static bool png;
Fix it by only defining the png variable when HAVE_LIBPNG is defined.
Signed-off-by: Fabio Estevam
---
texturator.c | 2
and-c99-standard
c99 has been used since commit 6cbd03ab9406 ("Makefile.am: Add -std=c99 to
CFLAGS") to fix the following mips64el build failure:
"cube-tex.c:230:2: note: use option -std=c99 or -std=gnu99 to compile your code"
Use c_std=gnu99 to make both mips64el and ARM32 happy.
Hi Rob,
On Mon, Mar 30, 2020 at 6:29 PM Fabio Estevam wrote:
>
> When building kmscube in Buildroot for ARM the following
> errors are seen:
>
> ../common.c: In function 'get_time_ns':
> ../common.c:376:18: error: storage size of 'tv
IC, &tv);
Fix it by using the default for each compiler on every platform instead.
Inspired by this gst-plugins-good commit:
https://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=19f6559582c73123a3ec1fcf5a6b8651fbc2e83f
Signed-off-by: Fabio Estevam
---
meson.build | 6 +
Hi Christian,
On Fri, May 24, 2019 at 7:52 AM Christian Gmeiner
wrote:
>
> Signed-off-by: Christian Gmeiner
Maybe you could remove the '&& s/FALSE/false' from the Subject since
you are only replacing the TRUE occurrences in this patch.
___
mesa-dev ma
---
docs/features.txt | 46 +++---
1 file changed, 23 insertions(+), 23 deletions(-)
diff --git a/docs/features.txt b/docs/features.txt
index 46e5a25a75..1225042580 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -356,29 +356,29 @@ Vulkan 1.0 -- a
---
docs/features.txt | 46 +++---
1 file changed, 23 insertions(+), 23 deletions(-)
diff --git a/docs/features.txt b/docs/features.txt
index 46e5a25a75..1225042580 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -356,29 +356,29 @@ Vulkan 1.0 -- a
>
> Il 6 novembre 2017 alle 20.26 Matt Turner ha scritto:
>
> Wrong list, I think.
>
Indeed, sorry!
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev
[PATCH 1/2] Remove libtxc-dxtn* recommends for S3TC
[PATCH 2/2] Rename --enable-gallium-llvm to --enable-llvm
Fabio
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev
Hi Lucas,
On Fri, Aug 25, 2017 at 4:57 AM, Lucas Stach wrote:
> There is no fix for this. The terrain shaders are simply too big to be
> executed on GC2000. (You remember that 512 instruction limit mentioned
> in the reference manual? That's it.)
>
> This demo runs fine on GC3000.
Thanks for th
Hi,
Getting the following errors when running glmark2 terrain test on imx6q:
# glmark2-es2-drm -b terrain
** Failed to set swap interval. Results may be bounded above by refresh rate.
===
glmark2 2014.03
=
Hi Eric,
On Thu, Jun 22, 2017 at 8:08 PM, Eric Anholt wrote:
> I asked afrantzis today, and hopefully I'll get added as a co-maintainer
> so we can get maintenance patches like this in. Also, apparently
> something has been broken with his mail filters, so PRs weren't being
> seen at all.
Exce
Hi Lucas,
On Tue, Jun 13, 2017 at 7:10 PM, Lucas Stach wrote:
> Hi Fabio,
>
> the attached patch should fix the issue. I should really try to get
> this upstream, as some people complained about this already...
It seems that Eric has already sent a fix for this segfault issue
Hi Lucas,
On Tue, Jun 13, 2017 at 7:20 PM, Fabio Estevam wrote:
> Excellent! This fixes the segfault. Thanks a lot!
Got a different segfault now. Please see below.
Thanks
[ideas] speed=duration:[ 218.073898] etnaviv-gpu 13.gpu: hangcheck detected
gpu lockup!
[ 218.080195] etnaviv-
Hi Lucas,
On Tue, Jun 13, 2017 at 7:10 PM, Lucas Stach wrote:
> Hi Fabio,
>
> the attached patch should fix the issue. I should really try to get
> this upstream, as some people complained about this already...
Excellent! This fixes the segfault.
Hi,
I am running kernel 4.11.4 with Etnaviv 17.1.2 on a imx6qsabresd board
and when I try to run glmark I am getting a segmentation fault:
# glmark2-es2-drm
** Failed to set swap interval. Results may be bounded above by refresh rate.
===
gl
Hi Lucas,
On Sun, Jun 4, 2017 at 4:06 PM, Lucas Stach wrote:
> Hi all,
>
> I decided to take a look at our current piglit status and the following are
> some stright foward fixes for some of the issues.
>
> The first 3 patches fix some resource copy issues, that may send the blitter
> into an inf
On Sat, Apr 22, 2017 at 12:44 PM, Christian Gmeiner
wrote:
> 2017-04-18 0:36 GMT+02:00 Fabio Estevam :
>> The return code can be simplified by using the logical not operator.
>>
>> Signed-off-by: Fabio Estevam
>
> Reviewed-by: Christian Gmeiner
>
> Btw.
The return code can be simplified by using the logical not operator.
Signed-off-by: Fabio Estevam
---
src/gallium/drivers/freedreno/freedreno_fence.c | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/gallium/drivers/freedreno/freedreno_fence.c
b/src/gallium/drivers
The return code can be simplified by using the logical not operator.
Signed-off-by: Fabio Estevam
---
src/gallium/drivers/etnaviv/etnaviv_fence.c | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/gallium/drivers/etnaviv/etnaviv_fence.c
b/src/gallium/drivers/etnaviv
On Mon, Mar 27, 2017 at 11:42 AM, Rob Clark wrote:
> I'm undecided about whether or not to keep the autotools build. I
> know there is some OE recipe floating around to build kmscube (since
> it really is the killer-app of the embedded world :-P), but otherwise
> probably aren't many/any distro'
Hi Rob,
On Sun, Mar 26, 2017 at 10:59 AM, Rob Clark wrote:
> Figured I should figure out what this meson stuff is all about. After a
> bit of hunting around to find examples to look at (and interruptions) it
> took maybe ~1hr to convert (for someone who never looked at meson
> before). The buil
'for' loop initial declarations are only allowed in
C99 mode
for (uint32_t i = 0; i < texh/2; i++) {
^
Add the -std=c99 option in CFLAGS to fix this problem.
Signed-off-by: Fabio Estevam
---
Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile
Hi Eric,
On Tue, Mar 21, 2017 at 9:01 AM, Eric Engestrom
wrote:
> I think I'd prefer not going backwards. Does your compiler support C99?
> If so, I'd suggest using it explicitly by adding -std=c99 to the CFLAGS
> in Makefile.am.
Yes, that works too. Just sent a patch adding -std=c99.
Thanks
_
et = select(drm.fd + 1, &fds, NULL, NULL, NULL);
^
drm-legacy.c:101:4: warning: implicit declaration of function 'FD_ISSET'
[-Wimplicit-function-declaration]
} else if (FD_ISSET(0, &fds)) {
^
Signed-off-by: Fabio Estevam
---
drm-legacy.c | 1 +
1 file changed, 1 i
uv':
cube-tex.c:292:2: error: 'for' loop initial declarations are only allowed in
C99 mode
for (uint32_t i = 0; i < texh/2; i++) {
^
Signed-off-by: Fabio Estevam
---
Changes since v1:
- s/initialize/declare to match the build error
cube-tex.c | 12 ++--
1 file
'get_fd_uv':
cube-tex.c:292:2: error: 'for' loop initial declarations are only allowed in
C99 mode
for (uint32_t i = 0; i < texh/2; i++) {
^
Signed-off-by: Fabio Estevam
---
cube-tex.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/cube-tex
Hi Emil,
On Sun, Mar 19, 2017 at 7:57 AM, Emil Velikov wrote:
> On 18 March 2017 at 21:47, Fabio Estevam wrote:
>> There is no need to use brackets for single line if statements,
>> so simply remove them.
>>
>> Signed-off-by: Fabio Estevam
> R-b and pushed t
There is no need to use brackets for single line if statements,
so simply remove them.
Signed-off-by: Fabio Estevam
---
kmscube.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/kmscube.c b/kmscube.c
index 8057e66..fcfd902 100644
--- a/kmscube.c
+++ b/kmscube.c
inside init_tex() to fix the following
build warning:
cube-tex.c: In function 'init_tex':
cube-tex.c:438:2: warning: enumeration value 'SMOOTH' not handled in switch
[-Wswitch]
switch (mode) {
^
Signed-off-by: Fabio Estevam
---
cube-tex.c | 3 +++
1 file changed, 3 inserti
Hi Eric,
On Tue, Mar 14, 2017 at 10:33 AM, Eric Engestrom
wrote:
> Signed-off-by: Eric Engestrom
> ---
> drm-legacy.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drm-legacy.c b/drm-legacy.c
> index 2392a3d..8e49075 100644
> --- a/drm-legacy.c
> +++ b/drm-legacy.c
> @@ -33,6 +33,
Hi Wladimir,
On Tue, Mar 14, 2017 at 2:47 PM, Wladimir J. van der Laan
wrote:
> Yea, variants would be the way to render to RGBA succesfully
> on vivantes.
>
> Until then it's best to revert those two patches.
>
> Reverting only the one (latest) patch can give red/blue swapped issues when
> doin
Hi Otavio,
On Tue, Mar 14, 2017 at 1:58 PM, Otavio Salvador
wrote:
> On Tue, Mar 14, 2017 at 12:31 PM, Fabio Estevam wrote:
> ...
>> The cover of the movies are just black rectangles instead of showing
>> the actual movie pictures.
> ...
>
> I am attaching the two pa
Hi,
On a imx6q-sabresd board running kernel 4.9.14, mesa 17.0.1 and QT5.8:
# export QT_QPA_EGLFS_KMS_CONFIG=/media/sabresd.json
where sabresd.json contains:
{
"device": "/dev/dri/card1",
"hwcursor": false,
"pbuffers": true,
"outputs": [
{
"name": "HDMI-1",
"mode": "off"
Hi Emil,
On Mon, Mar 13, 2017 at 1:12 PM, Emil Velikov wrote:
> Since all these were getting a bit of a drag I've addressed most of
> the major issues.
> Can you please pull latest master and send any applicable fixes on top of it.
With the latest master all the kmscube errors are gone! Thanks!
ote: each undeclared identifier is reported only once for
each function it appears in
cube-tex.c:359:29: error: 'DRM_FORMAT_GR88' undeclared (first use in this
function)
EGL_LINUX_DRM_FOURCC_EXT, DRM_FORMAT_GR88,
Include to fix it.
Signed-off-by: Fabio Estevam
---
cube-tex.c | 1 +
1 file
: Gary Bisson
Signed-off-by: Fabio Estevam
---
Changes since v2:
- Only include
drm.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drm.h b/drm.h
index c41683b..5225c6c 100644
--- a/drm.h
+++ b/drm.h
@@ -24,6 +24,7 @@
#ifndef _DRM_H
#define _DRM_H
+#include
#include
#include
ote: each undeclared identifier is reported only once for
each function it appears in
cube-tex.c:359:29: error: 'DRM_FORMAT_GR88' undeclared (first use in this
function)
EGL_LINUX_DRM_FOURCC_EXT, DRM_FORMAT_GR88,
Include to fix it.
Signed-off-by: Fabio Estevam >
---
Changes since v1:
with Ubuntu 16.04.
Reported-by: Gary Bisson
Signed-off-by: Fabio Estevam
---
Changes since v1:
- Indicate kmscube in the Subject (Ilia)
drm.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drm.h b/drm.h
index c41683b..6ac7a82 100644
--- a/drm.h
+++ b/drm.h
@@ -24,6 +24,8 @@
#ifndef
On Mon, Mar 13, 2017 at 11:07 AM, Ilia Mirkin wrote:
> On Mon, Mar 13, 2017 at 10:04 AM, Fabio Estevam wrote:
>> Hi Ilia,
>>
>> On Mon, Mar 13, 2017 at 11:03 AM, Ilia Mirkin wrote:
>>> Which repository do these patches apply to? Also the proper way of
>>&g
Hi Ilia,
On Mon, Mar 13, 2017 at 11:03 AM, Ilia Mirkin wrote:
> Which repository do these patches apply to? Also the proper way of
> including drm headers is
These patches apply against kmscube repository:
https://cgit.freedesktop.org/mesa/kmscube
Regards,
Fabio E
identifier is reported only once for
each function it appears in
cube-tex.c:359:29: error: ‘DRM_FORMAT_GR88’ undeclared (first use in this
function)
EGL_LINUX_DRM_FOURCC_EXT, DRM_FORMAT_GR88,
Include to fix it.
Signed-off-by: Fabio Estevam >
---
cube-tex.c | 1 +
1 file changed, 1 insert
with Ubuntu 16.04.
Reported-by: Gary Bisson
Signed-off-by: Fabio Estevam
---
drm.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drm.h b/drm.h
index c41683b..6ac7a82 100644
--- a/drm.h
+++ b/drm.h
@@ -24,6 +24,8 @@
#ifndef _DRM_H
#define _DRM_H
+#include
+#include
#include
include
+#include
#include
#include
This should fix your issue as well as the one I see on my x86 host PC
and also this one on sparc64:
http://autobuild.buildroot.net/results/d7e/d7e82c67e0b04b0aea990bfb19dd6e4fd914bebe/build-end.log
Could you please give it a try?
Regards,
Fabio Esteva
1.4
As this is not an error message, change it to debug level in
order to have a cleaner log output.
Signed-off-by: Fabio Estevam
---
src/loader/loader.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/loader/loader.c b/src/loader/loader.c
index 3b28a0e..9b4752d 100644
1, sizeof(*drm.plane));
^
drm-atomic.c:346:14: warning: incompatible implicit declaration of built-in
function 'calloc'
drm-atomic.c:346:14: note: include '' or provide a declaration of
'calloc'
Signed-off-by: Fabio Estevam
---
Hi Rob,
This one is against your recent
On Mon, Feb 13, 2017 at 11:09 AM, Fabio Estevam wrote:
> Hi Emil,
>
> On Mon, Feb 13, 2017 at 10:10 AM, Emil Velikov
> wrote:
>> Hi all,
>>
>> Mesa 17.0.0 is now available.
>
> ftp://ftp.freedesktop.org/pub/mesa misses the 17.0.0 directory.
17.0
Hi Emil,
On Mon, Feb 13, 2017 at 10:10 AM, Emil Velikov wrote:
> Hi all,
>
> Mesa 17.0.0 is now available.
ftp://ftp.freedesktop.org/pub/mesa misses the 17.0.0 directory.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedeskto
Ping.
Feel free to push this, as I don't have commit privilege.
Fabio
>Messaggio originale
>Da: eocallag...@alterapraxis.com
>Data: 30/04/2016 16.20
>A: "Fabio Pedretti"
>Cc:
>Ogg: Re: [Mesa-dev] [PATCH] GL3: remove radeonsi occurrences in GL 4.2
Thanks. Feel free to push, as I don't have commit privilege.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev
---
docs/GL3.txt | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/GL3.txt b/docs/GL3.txt
index bb2bb6e..5a6be41 100644
--- a/docs/GL3.txt
+++ b/docs/GL3.txt
@@ -148,17 +148,17 @@ GL 4.1, GLSL 4.10 --- all DONE: nvc0, r600, radeonsi
GL 4.2, GLSL 4.20 -- all D
---
docs/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/index.html b/docs/index.html
index 138447f..e28c63d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -28,7 +28,7 @@ This is a bug-fix release.
This is a bug-fix release.
NOTE: It is anticipated th
---
docs/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/index.html b/docs/index.html
index 138447f..e28c63d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -28,7 +28,7 @@ This is a bug-fix release.
This is a bug-fix release.
NOTE: It is anticipated th
Yes, thanks.
Il 28/lug/2015 11:27 PM, Ilia Mirkin ha scritto:
>
> Fine by me. Do you need someone to commit this?
>
> On Tue, Jul 28, 2015 at 2:53 PM, Fabio Pedretti wrote:
> > ---
> > docs/GL3.txt | 36 ++--
> > 1 file
---
docs/GL3.txt | 36 ++--
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/docs/GL3.txt b/docs/GL3.txt
index 15bb57f..2e2a7e3 100644
--- a/docs/GL3.txt
+++ b/docs/GL3.txt
@@ -92,11 +92,11 @@ GL 3.3, GLSL 3.30 --- all DONE: i965, nv50, nvc0, r600,
r
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 1e5e496..b3d8a92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -287,7 +287,7 @@ case "x$enable_static$enable_shared" in
xnoyes )
;;
* )
-AC_MSG_WARN([Messa build supp
From: Julien Cristau
Patch from Debian package.
Cc: "10.1"
---
src/glx/dri2_query_renderer.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/src/glx/dri2_query_renderer.c b/src/glx/dri2_query_renderer.c
index b50a202..95560cb 100644
--- a/src/glx/dri2_query_renderer.c
+++ b/src/glx/dr
Reviewed-by: Matt Turner
---
configure.ac | 21 ++---
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0e0fd18..5f6f4cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,6 +38,13 @@ DRI3PROTO_REQUIRED=1.0
PRESENTPROTO_REQUIRED=1.0
Updated patches with the following changes:
[PATCH 1/2] glx/dri2: fix build failure on HURD
- improved commit message (thanks to Matt Turner and Ian Romanick)
- added Cc: for 10.1
[PATCH 2/2] configure.ac: consolidate dependencies version check
- added a missing $ (thanks to Matt Turner)
- add
From: Julien Cristau
---
src/glx/dri2_query_renderer.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/src/glx/dri2_query_renderer.c b/src/glx/dri2_query_renderer.c
index b50a202..95560cb 100644
--- a/src/glx/dri2_query_renderer.c
+++ b/src/glx/dri2_query_renderer.c
@@ -20,6 +20,9 @@
*
---
configure.ac | 21 ++---
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0e0fd18..a6ce794 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,6 +38,13 @@ DRI3PROTO_REQUIRED=1.0
PRESENTPROTO_REQUIRED=1.0
LIBUDEV_REQUIRED=151
GL
>Da: bri...@vmware.com
>Data: 12/11/2013 16.39
>A:
>Ogg: Re: [Mesa-dev] [PATCH 2/2] docs: update 10.0 relnotes for
GL_NV_vdpau_interop
>
>On 11/12/2013 02:51 AM, Fabio Pedretti wrote:
>> Cc: "10.0"
>> ---
>> docs/relnotes/10.0.html | 1 +
>>
>Looks OK to me. Do you need someone to commit this for you?
Yes, thanks.
>-Brian
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
From: Cyril Brulebois
Thanks to Pino Toscano.
Patch from Debian package.
Cc: "10.0"
---
src/gallium/auxiliary/os/os_thread.h | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/gallium/auxiliary/os/os_thread.h
b/src/gallium/auxiliary/os/os_thread.h
index e153
Cc: "10.0"
---
docs/relnotes/10.0.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/relnotes/10.0.html b/docs/relnotes/10.0.html
index eabe77f..bbb447f 100644
--- a/docs/relnotes/10.0.html
+++ b/docs/relnotes/10.0.html
@@ -55,6 +55,7 @@ Note: some of the new features are only availabl
From: Cyril Brulebois
Thanks to Pino Toscano.
Patch from Debian package.
---
src/gallium/auxiliary/os/os_thread.h | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/gallium/auxiliary/os/os_thread.h
b/src/gallium/auxiliary/os/os_thread.h
index e153ab4..4528abb
Patch from Debian package
---
src/gallium/auxiliary/rtasm/rtasm_execmem.c | 2 +-
src/gallium/include/pipe/p_config.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gallium/auxiliary/rtasm/rtasm_execmem.c
b/src/gallium/auxiliary/rtasm/rtasm_execmem.c
index 3c4b
Based on existing patch from Debian package.
Debian bug: http://bugs.debian.org/524690
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 0a25047..989168a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -974,7 +974,7 @@ if test "
Done, I also improved commit message of patches 3 and 4. Updated patches
follow.
>I think we could simplify this a bit.
>
>2013/11/5 Fabio Pedretti :
>> From: Aurelien Jarno
>> From: Cyril Brulebois
>>
>> mesa fails to build on GNU/kFreeBSD, since some parts
>On 11/05/2013 04:49 AM, Fabio Pedretti wrote:
>> Patch from Ubuntu package
>> ---
>> src/mesa/main/compiler.h | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
>> index 2820913..65c
Patch from Ubuntu package
---
src/mesa/main/compiler.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
index 2820913..d7a52d2 100644
--- a/src/mesa/main/compiler.h
+++ b/src/mesa/main/compiler.h
@@ -311,7 +311,7 @@ static INLI
I have no commit access, so feel free to push it.
>Reviewed-by: Marek Olšák
>
>Marek
>
>On Tue, Nov 5, 2013 at 12:49 PM, Fabio Pedretti wrote:
>> ---
>> src/gallium/drivers/r600/evergreen_compute.c | 1 -
>> 1 file changed, 1 deletion(-)
>>
&
Patch from Ubuntu package
---
src/mesa/main/compiler.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
index 2820913..65c4141 100644
--- a/src/mesa/main/compiler.h
+++ b/src/mesa/main/compiler.h
@@ -312,6 +312,7 @@ static INLINE GLuint CPU_TO
---
src/gallium/drivers/r600/evergreen_compute.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/gallium/drivers/r600/evergreen_compute.c
b/src/gallium/drivers/r600/evergreen_compute.c
index ea77f5e..ffdc5c3 100644
--- a/src/gallium/drivers/r600/evergreen_compute.c
+++ b/src/gallium/driver
Patch from Debian package
---
src/gallium/auxiliary/rtasm/rtasm_execmem.c | 2 +-
src/gallium/include/pipe/p_config.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gallium/auxiliary/rtasm/rtasm_execmem.c
b/src/gallium/auxiliary/rtasm/rtasm_execmem.c
index 3c4b
From: Aurelien Jarno
From: Cyril Brulebois
mesa fails to build on GNU/kFreeBSD, since some parts are not enabled.
Debian bug: http://bugs.debian.org/524690
Patch from Debian package
---
configure.ac | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/confi
diff --git a/src/mesa/drivers/dri/i965/brw_vec4_gs.c
b/src/mesa/drivers/dri/i965/brw_vec4_gs.c
index b52d646..2ae5818 100644
--- a/src/mesa/drivers/dri/i965/brw_vec4_gs.c
+++ b/src/mesa/drivers/dri/i965/brw_vec4_gs.c
@@ -283,9 +283,7 @@ brw_upload_gs_prog(struct brw_context *brw)
if (!brw_sear
diff --git a/src/egl/wayland/wayland-drm/wayland-drm.c
b/src/egl/wayland/wayland-drm/wayland-drm.c
index 2f5acb2..e9c6e0a 100644
--- a/src/egl/wayland/wayland-drm/wayland-drm.c
+++ b/src/egl/wayland/wayland-drm/wayland-drm.c
@@ -247,8 +247,6 @@ bind_drm(struct wl_client *client, void *data, uint32
diff --git a/src/gallium/drivers/r600/evergreen_compute.c
b/src/gallium/drivers/r600/evergreen_compute.c
index ea77f5e..ffdc5c3 100644
--- a/src/gallium/drivers/r600/evergreen_compute.c
+++ b/src/gallium/drivers/r600/evergreen_compute.c
@@ -392,7 +392,6 @@ static void compute_emit_cs(struct r600_c
Since 8d29b52 wayland 1.2.0 is required.--- configure.ac2013-08-12 13:17:10.0 +0200
+++ configure.ac2013-08-12 13:19:15.0 +0200
@@ -1433,7 +1433,7 @@ egl_platforms=`IFS=', '; echo $with_egl_
for plat in $egl_platforms; do
case "$plat" in
wayland)
-
After commit 122345876 there is no way to change compiler optimization flag on
a debug build, since -O0 gets added after your CFLAGS. Can this be changed?
Also it would be nice to always enable, also on non debug builds, the messages
about Mesa errors in output_if_debug. It can be enabled with M
>Da: bri...@vmware.com
>On 12/07/2012 02:59 PM, Fabio Pedretti wrote:
>>> Comments below.
>>
>> Thanks, updated patches follow.
>
>These look OK to me. Do you need me to commit them for you?
Yes, thanks.
_
So, is there a plan to do it?
>Da: mar...@gmail.com
>
>The Gallium version has no meaning to me. The renderer string could
>just be "ATI RV530".
>
>Marek
>
>On Wed, Oct 31, 2012 at 6:05 PM, Fabio Pedretti wrote:
>> Is there a reason to keep the '0.
diff --git a/src/gallium/state_trackers/vega/path.c b/src/gallium/state_trackers/vega/path.c
index 43755f4..31ec719 100644
--- a/src/gallium/state_trackers/vega/path.c
+++ b/src/gallium/state_trackers/vega/path.c
@@ -1085,10 +1085,8 @@ static INLINE VGubyte normalize_coords(struct path_iter_data *p
diff --git a/src/gallium/drivers/nvc0/nvc0_state_validate.c b/src/gallium/drivers/nvc0/nvc0_state_validate.c
index 0f92614..80a8c01 100644
--- a/src/gallium/drivers/nvc0/nvc0_state_validate.c
+++ b/src/gallium/drivers/nvc0/nvc0_state_validate.c
@@ -3,6 +3,7 @@
#include "nvc0_context.h"
+#if 0
diff --git a/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp b/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp
index ded4f61..ea81e53 100644
--- a/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp
+++ b/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp
@@ -67,26 +67,6 @@ static void init_co
>Comments below.
Thanks, updated patches follow.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
diff --git a/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp
b/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp
index ded4f61..ea81e53 100644
--- a/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp
+++ b/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp
@@ -67,26 +67,6 @@ static void init_c
Is there a reason to keep the '0.4' on Gallium renderer string ( 'Gallium 0.4
on ATI RV530' )? It never gets update, although the gallium interface changes,
similar to the old DRIVER_DATE that was then removed.
___
mesa-dev mailing list
mesa-dev@lists.f
>Da: bri...@vmware.com
>On 09/02/2012 01:42 PM, Fabio Pedretti wrote:
>> I noticed that mesa bug report got CCed to mesa-dev list, while driver mesa
bug
>> went to dri-devel.
>
>That does seem kind of weird.
>
>> Is this intended, why don't use mesa-dev for a
I noticed that mesa bug report got CCed to mesa-dev list, while driver mesa bug
went to dri-devel. Is this intended, why don't use mesa-dev for all mesa
related bug instead and use dri-devel for libdrm/kernel modules only?
___
mesa-dev mailing list
mesa
1 - 100 of 116 matches
Mail list logo