[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 --

[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 --

[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] [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

[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

[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

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

2015-07-29 Thread Fabio Pedretti
Yes, thanks. Il 28/lug/2015 11:27 PM, Ilia Mirkin imir...@alum.mit.edu ha scritto: Fine by me. Do you need someone to commit this? On Tue, Jul 28, 2015 at 2:53 PM, Fabio Pedretti fabio@libero.it wrote: ---   docs/GL3.txt | 36 ++--   1 file changed

[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,

[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

[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) -

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

2014-03-01 Thread Fabio Pedretti
From: Julien Cristau jcris...@debian.org Patch from Debian package. Cc: 10.1 mesa-sta...@lists.freedesktop.org --- 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

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

2014-03-01 Thread Fabio Pedretti
Reviewed-by: Matt Turner matts...@gmail.com --- 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

[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

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

2014-02-28 Thread Fabio Pedretti
From: Julien Cristau jcris...@debian.org --- 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

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

2013-11-12 Thread Fabio Pedretti
Cc: 10.0 mesa-sta...@lists.freedesktop.org --- 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

[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 k...@debian.org Thanks to Pino Toscano. Patch from Debian package. Cc: 10.0 mesa-sta...@lists.freedesktop.org --- 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

[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] 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: mesa-dev@lists.freedesktop.org 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 mesa-sta...@lists.freedesktop.org --- docs/relnotes/10.0.html | 1 + 1

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

2013-11-07 Thread Fabio Pedretti
From: Cyril Brulebois k...@debian.org 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

[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 fabio@libero.it: From: Aurelien Jarno aure...@debian.org From: Cyril Brulebois k...@debian.org mesa fails to build on GNU/kFreeBSD, since some

[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] [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

[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

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

2013-11-05 Thread Fabio Pedretti
From: Aurelien Jarno aure...@debian.org From: Cyril Brulebois k...@debian.org 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(-)

[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 +++

[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

[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..65c4141 100644 --- a/src/mesa/main/compiler.h +++ b/src/mesa/main

[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

[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,

[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

[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

[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 mailing list mesa-dev@lists.freedesktop.org

[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] 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

[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

[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 fabio@libero.it wrote: Is there a reason to keep the '0.4' on Gallium renderer string ( 'Gallium

[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

[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] 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 all mesa related bug instead and use dri-devel

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

2012-09-03 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-dev] [PATCH] remove some unused variables

2011-12-05 Thread Fabio Pedretti
The attached patches remove some unused-but-set-variables from mesa.diff -purN mesa-7.12_orig//src/mesa/drivers/osmesa/osmesa.c mesa-7.12/src/mesa/drivers/osmesa/osmesa.c --- mesa-7.12_orig//src/mesa/drivers/osmesa/osmesa.c 2011-06-10 12:05:04.0 +0200 +++

[Mesa-dev] [PATCH] radeon: further cleanup of shared code

2011-11-13 Thread Fabio Pedretti
diff --git a/src/mesa/drivers/dri/radeon/radeon_chipset.h b/src/mesa/drivers/dri/radeon/radeon_chipset.h index 445e085..10cf348 100644 --- a/src/mesa/drivers/dri/radeon/radeon_chipset.h +++ b/src/mesa/drivers/dri/radeon/radeon_chipset.h @@ -1,7 +1,5 @@ #ifndef _RADEON_CHIPSET_H #define

[Mesa-dev] [PATCH] cleanup radeon shared code after r300 and r600 classic drivers removal

2011-11-06 Thread Fabio Pedretti
Only compile tested.diff -purN mesa-7.12_//include/pci_ids/r600_pci_ids.h mesa-7.12/include/pci_ids/r600_pci_ids.h --- mesa-7.12_//include/pci_ids/r600_pci_ids.h 2011-07-18 11:48:14.0 +0200 +++ mesa-7.12/include/pci_ids/r600_pci_ids.h 2011-11-05 21:02:52.799146824 +0100 @@ -205,7 +205,6 @@

[Mesa-dev] remove unused but set variables

2011-10-19 Thread Fabio Pedretti
from osmesa, radeon and r600 classic drivers.diff --git a/src/mesa/drivers/dri/r600/evergreen_fragprog.c b/src/mesa/drivers/dri/r600/evergreen_fragprog.c index cc584ca..10c88d7 100644 --- a/src/mesa/drivers/dri/r600/evergreen_fragprog.c +++ b/src/mesa/drivers/dri/r600/evergreen_fragprog.c @@

[Mesa-dev] [PATCH] build fix (bug 40343)

2011-08-25 Thread Fabio Pedretti
--- a/src/mesa/drivers/x11/xm_dd.c 2011-08-24 09:34:07.994841678 +0200 +++ b/src/mesa/drivers/x11/xm_dd.c 2011-08-24 12:22:10.756839418 +0200 @@ -588,7 +588,7 @@ xmesa_DrawPixels_5R6G5B( struct gl_conte glDrawPixels(invalid PBO access)); return; } -

[Mesa-dev] [PATCH] silence unused variable warning

2011-08-25 Thread Fabio Pedretti
--- a/src/mesa/vbo/vbo_exec_draw.c 2011-08-24 09:34:08.038841896 +0200 +++ b/src/mesa/vbo/vbo_exec_draw.c 2011-08-24 12:17:57.359582871 +0200 @@ -260,8 +260,6 @@ vbo_exec_bind_arrays( struct gl_context static void vbo_exec_vtx_unmap( struct vbo_exec_context *exec ) { - GLenum target =

[Mesa-dev] [PATCH] fix unused variable warnings

2011-08-09 Thread Fabio Pedretti
The attached patch fixes the following swrast warnings: swrast/s_span.c: In function 'interpolate_int_colors': swrast/s_span.c:216:11: warning: unused variable 'i' swrast/s_span.c:215:17: warning: unused variable 'n'--- a/src/mesa/swrast/s_span.c 2011-07-21 09:57:48.183225983 +0200 +++