[PATCH kmscube] cube-gears: Change header file to

2024-01-08 Thread Fabio Estevam
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(+),

Re: [Mesa-dev] Etnaviv: eglCreateWindowSurface fails with glmark2

2020-09-21 Thread Fabio Estevam
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

Re: [Mesa-dev] Etnaviv: eglCreateWindowSurface fails with glmark2

2020-09-21 Thread Fabio Estevam
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 __

[Mesa-dev] Etnaviv: eglCreateWindowSurface fails with glmark2

2020-09-21 Thread 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

Re: [Mesa-dev] [PATCH kmscube] texturator: Use !! for boolean assignment

2020-03-31 Thread Fabio Estevam
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

Re: [Mesa-dev] [PATCH kmscube] meson.build: Do not set c_std

2020-03-31 Thread Fabio Estevam
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

Re: [Mesa-dev] [PATCH kmscube] meson.build: Do not set c_std

2020-03-31 Thread Fabio Estevam
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

Re: [Mesa-dev] [PATCH kmscube] meson.build: Do not set c_std

2020-03-31 Thread Fabio Estevam
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

[Mesa-dev] [PATCH kmscube] texturator: Use !! for boolean assignment

2020-03-31 Thread Fabio Estevam
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)

[Mesa-dev] [PATCH kmscube] texturator: Only define png variable when libpng is present

2020-03-31 Thread Fabio Estevam
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

[Mesa-dev] [PATCH kmscube v2] meson.build: Change c_std to gnu99

2020-03-30 Thread Fabio Estevam
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.

Re: [Mesa-dev] [PATCH kmscube] meson.build: Do not set c_std

2020-03-30 Thread Fabio Estevam
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&#x

[Mesa-dev] [PATCH kmscube] meson.build: Do not set c_std

2020-03-30 Thread Fabio Estevam
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 +

Re: [Mesa-dev] [PATCH 2/2] etnaviv: blt: s/TRUE/true && s/FALSE/false

2019-05-24 Thread Fabio Estevam
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

[Mesa-dev] [PATCH] docs/features: update vulkan 1.1 status

2018-08-02 Thread Fabio Pedretti
--- 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

[Mesa-dev] [PATCH] docs/features: update vulkan 1.1 status

2018-08-02 Thread Fabio Pedretti
--- 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

Re: [Mesa-dev] Couple patches for debian-experimental mesa branch

2017-11-07 Thread Fabio
> > 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

[Mesa-dev] Couple patches for debian-experimental mesa branch

2017-11-06 Thread Fabio Pedretti
[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

Re: [Mesa-dev] glmark2 terrain errors on imx6q

2017-08-25 Thread Fabio Estevam
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

[Mesa-dev] glmark2 terrain errors on imx6q

2017-08-24 Thread Fabio Estevam
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 =

Re: [Mesa-dev] glmark2 segfault on imx6

2017-06-22 Thread Fabio Estevam
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

Re: [Mesa-dev] glmark2 segfault on imx6

2017-06-22 Thread Fabio Estevam
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

Re: [Mesa-dev] glmark2 segfault on imx6

2017-06-13 Thread Fabio Estevam
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-

Re: [Mesa-dev] glmark2 segfault on imx6

2017-06-13 Thread Fabio Estevam
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.

[Mesa-dev] glmark2 segfault on imx6

2017-06-13 Thread Fabio Estevam
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

Re: [Mesa-dev] [PATCH 0/6] Shooting some piglits

2017-06-04 Thread Fabio Estevam
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

Re: [Mesa-dev] [PATCH] etnaviv: etnaviv_fence: Simplify the return code logic

2017-04-22 Thread Fabio Estevam
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.

[Mesa-dev] [PATCH] freedreno: freedreno_fence: Simplify the return code logic

2017-04-22 Thread Fabio Estevam
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

[Mesa-dev] [PATCH] etnaviv: etnaviv_fence: Simplify the return code logic

2017-04-17 Thread Fabio Estevam
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

Re: [Mesa-dev] [PATCH kmscube 3/3] meson build support (v2)

2017-03-27 Thread Fabio Estevam
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'

Re: [Mesa-dev] [PATCH kmscube 3/3] meson build support (v2)

2017-03-27 Thread Fabio Estevam
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

[Mesa-dev] [PATCH kmscube] Makefile.am: Add -std=c99 to CFLAGS

2017-03-21 Thread Fabio Estevam
'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

Re: [Mesa-dev] [PATCH v2 kmscube] cube-tex: Do not declare counter inside 'for' loop

2017-03-21 Thread Fabio Estevam
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 _

[Mesa-dev] [PATCH kmscube] drm-legacy: Include

2017-03-20 Thread Fabio Estevam
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

[Mesa-dev] [PATCH v2 kmscube] cube-tex: Do not declare counter inside 'for' loop

2017-03-20 Thread Fabio Estevam
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

[Mesa-dev] [PATCH kmscube] cube-tex: Do not initialize counter inside 'for' loop

2017-03-20 Thread Fabio Estevam
'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

Re: [Mesa-dev] [PATCH kmscube] kmscube: Remove unneeded brackets

2017-03-19 Thread Fabio Estevam
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

[Mesa-dev] [PATCH kmscube] kmscube: Remove unneeded brackets

2017-03-18 Thread Fabio Estevam
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

[Mesa-dev] [PATCH kmscube] cube-tex: Handle SMOOTH switch case

2017-03-15 Thread Fabio Estevam
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

Re: [Mesa-dev] [PATCH kmscube 7/7] drm-legacy.c: suppress 'unused parameter warnings

2017-03-15 Thread Fabio Estevam
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,

Re: [Mesa-dev] mx6q: Cannot run Cinematic demo correctly

2017-03-14 Thread Fabio Estevam
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

Re: [Mesa-dev] mx6q: Cannot run Cinematic demo correctly

2017-03-14 Thread Fabio Estevam
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

[Mesa-dev] mx6q: Cannot run Cinematic demo correctly

2017-03-14 Thread Fabio Estevam
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"

Re: [Mesa-dev] [PATCH kmscube v3 2/2] cube-tex: Include

2017-03-13 Thread Fabio Estevam
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!

[Mesa-dev] [PATCH kmscube v3 2/2] cube-tex: Include

2017-03-13 Thread Fabio Estevam
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

[Mesa-dev] [PATCH kmscube v3 1/2] drm.h: Include

2017-03-13 Thread Fabio Estevam
: 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

[Mesa-dev] [PATCH kmscube v2 2/2] cube-tex: Include

2017-03-13 Thread Fabio Estevam
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:

[Mesa-dev] [PATCH kmscube v2 1/2] drm.h: Include libdrm headers

2017-03-13 Thread Fabio Estevam
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

Re: [Mesa-dev] [PATCH 1/2] drm.h: Include libdrm headers

2017-03-13 Thread Fabio Estevam
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

Re: [Mesa-dev] [PATCH 1/2] drm.h: Include libdrm headers

2017-03-13 Thread Fabio Estevam
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

[Mesa-dev] [PATCH 2/2] cube-tex: Include

2017-03-13 Thread Fabio Estevam
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

[Mesa-dev] [PATCH 1/2] drm.h: Include libdrm headers

2017-03-13 Thread Fabio Estevam
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

Re: [Mesa-dev] [PATCH] drm-atomic: Include header file

2017-03-13 Thread Fabio Estevam
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

[Mesa-dev] [PATCH] loader: Move non-error message to debug level

2017-03-04 Thread Fabio Estevam
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

[Mesa-dev] [PATCH] drm-atomic: Include header file

2017-03-04 Thread Fabio Estevam
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

Re: [Mesa-dev] [ANNOUNCE] mesa 17.0.0

2017-02-13 Thread Fabio Estevam
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

Re: [Mesa-dev] [ANNOUNCE] mesa 17.0.0

2017-02-13 Thread Fabio Estevam
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

[Mesa-dev] R: Re: [PATCH] GL3: remove radeonsi occurrences in GL 4.2, already specified as "all DONE"

2016-05-16 Thread Fabio
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

Re: [Mesa-dev] [PATCH] GL3: remove radeonsi occurrences in GL 4.2, already specified as "all DONE"

2016-05-01 Thread Fabio Pedretti
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

[Mesa-dev] [PATCH] GL3: remove radeonsi occurrences in GL 4.2, already specified as "all DONE"

2016-04-29 Thread Fabio Pedretti
--- 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

[Mesa-dev] [PATCH] docs/index.html: fix typo

2015-10-20 Thread Fabio Pedretti
--- 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

[Mesa-dev] [PATCH] docs/index.html: fix typo

2015-10-15 Thread Fabio Pedretti
--- 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

Re: [Mesa-dev] [PATCH] docs/GL3.txt: consolidate nvc0 status

2015-07-28 Thread Fabio Pedretti
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

[Mesa-dev] [PATCH] docs/GL3.txt: consolidate nvc0 status

2015-07-28 Thread Fabio Pedretti
--- 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

[Mesa-dev] [PATCH] configure.ac: fix typo in error message

2014-03-26 Thread Fabio Pedretti
--- 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

[Mesa-dev] [PATCH 1/2] glx/dri2: fix build failure on HURD

2014-03-01 Thread Fabio Pedretti
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

[Mesa-dev] [PATCH 2/2] configure.ac: consolidate dependencies version check

2014-03-01 Thread Fabio Pedretti
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

[Mesa-dev] Build patches v2

2014-03-01 Thread Fabio Pedretti
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

[Mesa-dev] [PATCH 1/2] glx/dri2: fix FTBFS on hurd

2014-02-28 Thread Fabio Pedretti
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 @@ *

[Mesa-dev] [PATCH 2/2] configure.ac: consolidate dependencies version check

2014-02-28 Thread Fabio Pedretti
--- 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

[Mesa-dev] R: Re: [PATCH 2/2] docs: update 10.0 relnotes for GL_NV_vdpau_interop

2013-11-12 Thread Fabio Pedretti
>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 + >>

[Mesa-dev] R: Re: [PATCH 1/2] gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detection

2013-11-12 Thread Fabio Pedretti
>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

[Mesa-dev] [PATCH 1/2] gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detection

2013-11-12 Thread Fabio Pedretti
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

[Mesa-dev] [PATCH 2/2] docs: update 10.0 relnotes for GL_NV_vdpau_interop

2013-11-12 Thread Fabio Pedretti
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

[Mesa-dev] [PATCH] Fix FTBFS on GNU/Hurd due to missing PIPE_OS_HURD detection.

2013-11-07 Thread Fabio Pedretti
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

[Mesa-dev] [PATCH 4/4] gallium: fix build on GNU/kFreeBSD

2013-11-06 Thread Fabio Pedretti
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

[Mesa-dev] [PATCH 3/4] configure.ac: fix build on GNU/kFreeBSD

2013-11-06 Thread Fabio Pedretti
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 "

[Mesa-dev] R: Re: [PATCH 3/4] mesa: fix build on kFreeBSD

2013-11-06 Thread Fabio Pedretti
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

[Mesa-dev] R: Re: [PATCH 2/4] mesa: add aarch64 support

2013-11-05 Thread Fabio Pedretti
>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

[Mesa-dev] [PATCH 2/4] mesa: add arm64 support

2013-11-05 Thread Fabio Pedretti
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

[Mesa-dev] R: Re: [PATCH 1/4] r600/compute: silence unused var warning

2013-11-05 Thread Fabio Pedretti
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(-) >> &

[Mesa-dev] [PATCH 2/4] mesa: add aarch64 support

2013-11-05 Thread Fabio Pedretti
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

[Mesa-dev] [PATCH 1/4] r600/compute: silence unused var warning

2013-11-05 Thread Fabio Pedretti
--- 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

[Mesa-dev] [PATCH 4/4] mesa: fix build on kFreeBSD

2013-11-05 Thread Fabio Pedretti
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

[Mesa-dev] [PATCH 3/4] mesa: fix build on kFreeBSD

2013-11-05 Thread Fabio Pedretti
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

[Mesa-dev] [PATCH] i965: silence unused var warning in non-debug mode

2013-10-30 Thread Fabio Pedretti
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

[Mesa-dev] [PATCH] wayland: silence unused var warning

2013-10-30 Thread Fabio Pedretti
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

[Mesa-dev] [PATCH] r600: silence unused var warning

2013-10-30 Thread Fabio Pedretti
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

[Mesa-dev] [PATCH] update wayland requirement

2013-08-12 Thread Fabio Pedretti
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) -

[Mesa-dev] Build with optimization + debug and 'Mesa errors' messages

2012-12-31 Thread Fabio Pedretti
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

[Mesa-dev] R: Re: R: Re: [PATCH] silence unused code warnings

2012-12-10 Thread Fabio Pedretti
>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. _

[Mesa-dev] R: Re: Gallium versioning, currently at 0.4

2012-12-09 Thread Fabio Pedretti
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.

[Mesa-dev] [PATCH] vega: remove unused variables

2012-12-09 Thread Fabio Pedretti
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

[Mesa-dev] [PATCH] nvc0: comment unused nvc0_validate_zcull function

2012-12-09 Thread Fabio Pedretti
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

[Mesa-dev] [PATCH] nv50: remove unused OpClassStr array

2012-12-09 Thread Fabio Pedretti
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

[Mesa-dev] R: Re: [PATCH] silence unused code warnings

2012-12-09 Thread Fabio Pedretti
>Comments below. Thanks, updated patches follow. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] silence unused code warnings

2012-12-05 Thread Fabio Pedretti
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

[Mesa-dev] Gallium versioning, currently at 0.4

2012-11-01 Thread Fabio Pedretti
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

[Mesa-dev] R: Re: Default CC list of mesa driver bug

2012-10-19 Thread Fabio Pedretti
>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

[Mesa-dev] Default CC list of mesa driver bug

2012-09-02 Thread Fabio Pedretti
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   2   >