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

2018-05-18 Thread Andreas Boll
2018-05-17 20:48 GMT+02:00 Juan A. Suarez Romero : > Mesa 18.0.4 is now available. > > In this release we have: > > r600 driver gets a fix for constant buffer boounds, which fixes rendering bugs > in Trine and Witcher 1. > > Several fixes for RADV driver: fixes around alpha channel in Pre-Vega, fix

[Mesa-dev] [ANNOUNCE] mesa-demos 8.4.0

2018-02-23 Thread Andreas Boll
; function eglinfo: Add EXT_platform_* awareness eglinfo: Restore eglTerminate eglinfo: Learn about EGL_EXT_platform_device Andreas Boll (7): configure.ac: Fix default behavior of AC_ARG_WITH(glut) if glut isn't available configure.ac: Auto-detect wayland support

Re: [Mesa-dev] [PATCH 2/2] glxinfo/wglinfo: print list of 4.3 shading language versions

2018-02-22 Thread Andreas Boll
Reviewed-by: Andreas Boll 2018-02-21 21:09 GMT+01:00 Brian Paul : > v2: fix indentation, prefix with "4.3:" like other sections. > --- > src/xdemos/glinfo_common.c | 14 ++ > 1 file changed, 14 insertions(+) > > diff --git a/src/xdemos/glinfo_common.c

Re: [Mesa-dev] [PATCH 1/2] glxinfo/wglinfo: fix indentation for listing compression formats

2018-02-22 Thread Andreas Boll
Reviewed-by: Andreas Boll 2018-02-21 21:09 GMT+01:00 Brian Paul : > And prefix with "GL_ARB_texture_compression:" like other sections. > --- > src/xdemos/glinfo_common.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/xdemos/

[Mesa-dev] [PATCH demos 2/4] glxinfo/wglinfo: Fix typo

2018-02-09 Thread Andreas Boll
Fixes: 6eaf6ab3 "glxinfo/wglinfo: query/print more GL limits" Signed-off-by: Andreas Boll --- src/xdemos/glinfo_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdemos/glinfo_common.c b/src/xdemos/glinfo_common.c index 07af9898..a61061c6 100644 --- a/

[Mesa-dev] [PATCH demos 1/4] egl: Update .gitignore

2018-02-09 Thread Andreas Boll
There are no *_screen binaries anymore. Fixes: 66136b95 "egl: Build some OpenGL demos for Wayland" Signed-off-by: Andreas Boll --- src/egl/opengl/.gitignore| 2 -- src/egl/opengles2/.gitignore | 1 - 2 files changed, 3 deletions(-) diff --git a/src/egl/opengl/.gitignore b/src/

[Mesa-dev] [PATCH demos 4/4] egl: Install eglinfo binary

2018-02-09 Thread Andreas Boll
Signed-off-by: Andreas Boll --- I'd like to ship eglinfo inside Debian's mesa-utils-extra package and I thought other distributions could be interested in this patch as well. src/egl/opengl/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/

[Mesa-dev] [PATCH demos 3/4] demos: Add missing binaries to .gitignore

2018-02-09 Thread Andreas Boll
Signed-off-by: Andreas Boll --- src/perf/.gitignore | 1 + src/tests/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/src/perf/.gitignore b/src/perf/.gitignore index 91d0d8b4..2180727a 100644 --- a/src/perf/.gitignore +++ b/src/perf/.gitignore @@ -3,6 +3,7 @@ drawoverhead

[Mesa-dev] [PATCH 3/3] glsl: Fix typo fragement -> fragment

2017-11-08 Thread Andreas Boll
Fixes: 94d669b0d2f ("glsl: enforce fragment shader input restrictions in GLSL ES 3.10") Signed-off-by: Andreas Boll --- src/compiler/glsl/ast_to_hir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/glsl/ast_to_hir.cpp b/src/compiler/glsl/ast_

[Mesa-dev] [PATCH 1/3] broadcom/vc5: Add vc5_drm.h to the release tarball

2017-11-08 Thread Andreas Boll
Fixes: 45bb8f29571 ("broadcom: Add V3D 3.3 gallium driver called "vc5", for BCM7268.") Cc: 17.3 Cc: Eric Anholt Signed-off-by: Andreas Boll --- src/gallium/drivers/vc5/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/vc5/Mak

[Mesa-dev] [PATCH 2/3] broadcom/vc5: Remove unused v3d_compiler.c

2017-11-08 Thread Andreas Boll
Unused since original import of VC5. Fixes: ade416d0236 ("broadcom: Add VC5 NIR compiler.") Cc: Eric Anholt Signed-off-by: Andreas Boll --- src/broadcom/compiler/v3d_compiler.c | 43 1 file changed, 43 deletions(-) delete mode 100644 src/broadco

Re: [Mesa-dev] [PATCH] radeon/video: only support h264 baseline encode

2017-04-04 Thread Andreas Boll
2017-04-04 17:58 GMT+02:00 Christian König : > Am 04.04.2017 um 17:38 schrieb boyuan.zh...@amd.com: >> >> From: Boyuan Zhang >> >> Signed-off-by: Boyuan Zhang > > > Reviewed-by: Christian König > Cc: stable? >> --- >> src/gallium/drivers/radeon/radeon_video.c | 2 +- >> 1 file changed, 1 in

Re: [Mesa-dev] [PATCH v4 00/28] i965: Ivybridge ARB_gpu_shader_fp64 / OpenGL 4.0

2017-04-04 Thread Andreas Boll
Please update the release notes in the last patch. Thanks, Andreas 2017-03-20 10:16 GMT+01:00 Samuel Iglesias Gonsálvez : > Hi, > > This series implements initial support for Ivybridge FP64 for both > align16 and align1 backends, and with that we can enable FP64 and > OpenGL 4.0 in Ivybridge. > >

Re: [Mesa-dev] [PATCH v2] docs: mark GL_ARB_vertex_attrib_64bit and OpenGL 4.2 as supported by i965/gen7+

2017-04-04 Thread Andreas Boll
I guess that this patch is meant to be squashed into 4/4. For the series: Reviewed-by: Andreas Boll 2017-04-03 13:28 GMT+02:00 Juan A. Suarez Romero : > v2 (Andreas Boll): > - Mark GL 4.1 as supported by i965/gen7+ > - Mark GL_ARB_shader_precision as supported by i965/gen7+ > - Up

Re: [Mesa-dev] [PATCH 4/4] docs: mark GL_ARB_vertex_attrib_64bit and OpenGL 4.2 as supported by i965/gen7+

2017-03-30 Thread Andreas Boll
2017-03-30 13:13 GMT+02:00 Juan A. Suarez Romero : > --- > docs/features.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/docs/features.txt b/docs/features.txt > index d34bef157c..5c22acfb17 100644 > --- a/docs/features.txt > +++ b/docs/features.txt > @@ -142,11 +1

Re: [Mesa-dev] [PATCH 37/37] bin/get-fixes-pick-list.sh: do not mandate bash

2017-02-24 Thread Andreas Boll
Reviewed-by: Andreas Boll I'll let someone else review the python changes. 2017-02-23 18:14 GMT+01:00 Emil Velikov : > From: Emil Velikov > > Silly thinko on my end, as I was writing the script. There is nothing > bash specific in there. > > Signed-off-by: Emil Velikov

Re: [Mesa-dev] [PATCH 36/37] in/shortlog_mesa.sh: remove the final bashism

2017-02-24 Thread Andreas Boll
Typo in commit summary (in/ -> bin/) with that fixed: Reviewed-by: Andreas Boll 2017-02-23 18:14 GMT+01:00 Emil Velikov : > From: Emil Velikov > > Remove the typeset built-in and toggle to /bin/sh > > Signed-off-by: Emil Velikov > --- > Sidenote: seems like there is

Re: [Mesa-dev] [PATCH 35/37] bin/bugzilla_mesa.sh: rework the looping method

2017-02-24 Thread Andreas Boll
mesa-9.0.3 > -# $ DRYRUN=yes bin/bugzilla_mesa.sh mesa-9.0.2..mesa-9.0.3 | wc -l I guess it was only useful for offline usage and fast counting ;-) Reviewed-by: Andreas Boll > > > # regex pattern: trim before bug number > @@ -21,29 +19,17 @@ trim_before='s/.*show_bug

Re: [Mesa-dev] [PATCH 34/37] wayland-egl/wayland-egl-symbols-check: do not mandate bash

2017-02-24 Thread Andreas Boll
Reviewed-by: Andreas Boll 2017-02-23 18:14 GMT+01:00 Emil Velikov : > From: Emil Velikov > > Signed-off-by: Emil Velikov > --- > src/egl/wayland/wayland-egl/wayland-egl-symbols-check | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/egl/way

Re: [Mesa-dev] [PATCH 33/37] gbm/gbm-symbols-check: do not mandate bash

2017-02-24 Thread Andreas Boll
Reviewed-by: Andreas Boll 2017-02-23 18:14 GMT+01:00 Emil Velikov : > From: Emil Velikov > > Analogous to previous commit. > > Signed-off-by: Emil Velikov > --- > src/gbm/gbm-symbols-check | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/s

Re: [Mesa-dev] [PATCH 32/37] egl/egl-symbols-check: do not mandate bash

2017-02-24 Thread Andreas Boll
Reviewed-by: Andreas Boll 2017-02-23 18:13 GMT+01:00 Emil Velikov : > From: Emil Velikov > > There's nothing bash specific in the script. > > Signed-off-by: Emil Velikov > --- > src/egl/egl-symbols-check | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [Mesa-dev] [PATCH 31/37] glsl/tests: remove any bashisms

2017-02-24 Thread Andreas Boll
Reviewed-by: Andreas Boll 2017-02-23 18:13 GMT+01:00 Emil Velikov : > From: Emil Velikov > > Signed-off-by: Emil Velikov > --- > src/compiler/glsl/tests/optimization-test.sh | 4 ++-- > src/compiler/glsl/tests/warnings-test.sh | 4 ++-- > 2 files changed, 4 inser

Re: [Mesa-dev] [PATCH 30/37] dri: use correct shebang for gen-symbol-redefs.py

2017-02-24 Thread Andreas Boll
Reviewed-by: Andreas Boll 2017-02-23 18:13 GMT+01:00 Emil Velikov : > From: Emil Velikov > > This is a python2 script and the generic "python" may point to python3. > > Cc: Andreas Boll > Signed-off-by: Emil Velikov > --- > We really want to prune/rena

Re: [Mesa-dev] [PATCH 23/37] gallium/tools: do not hardcode bash location

2017-02-24 Thread Andreas Boll
Reviewed-by: Andreas Boll 2017-02-23 18:13 GMT+01:00 Emil Velikov : > It is not guaranteed to be in /bin > > Signed-off-by: Emil Velikov > --- > src/gallium/tools/addr2line.sh | 2 +- > src/gallium/tools/trace/tracediff.sh | 2 +- > 2 files changed, 2 inser

Re: [Mesa-dev] [PATCH 20/37] mapi: do not mandate bash for es*api/ABI-check

2017-02-24 Thread Andreas Boll
Reviewed-by: Andreas Boll 2017-02-23 18:13 GMT+01:00 Emil Velikov : > From: Emil Velikov > > Seemingly there is nothing bash specific in these. The Debian > checkbashisms does not spot neither run in zsh. > > Signed-off-by: Emil Velikov > --- > src/mapi/es1api/ABI-

Re: [Mesa-dev] [PATCH 03/37] mesa: drop the execute bit from gl.xml

2017-02-24 Thread Andreas Boll
Reviewed-by: Andreas Boll 2017-02-23 18:13 GMT+01:00 Emil Velikov : > This is a spec file which is parsed by scripts. > > Signed-off-by: Emil Velikov > --- > src/mapi/glapi/registry/gl.xml | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > mode change 100755 =&g

Re: [Mesa-dev] [PATCH 30/37] dri: use correct shebang for gen-symbol-redefs.py

2017-02-24 Thread Andreas Boll
2017-02-23 18:13 GMT+01:00 Emil Velikov : > From: Emil Velikov > > This is a python2 script and the generic "python" may point to python3. > > Cc: Andreas Boll > Signed-off-by: Emil Velikov > --- > We really want to prune/rename all the conflicting entrypoin

Re: [Mesa-dev] [PATCH 5/5] mapi: remove unused mapi.[ch]

2017-02-24 Thread Andreas Boll
2017-02-23 17:48 GMT+01:00 Emil Velikov : > From: Emil Velikov > > The final user of it was st/vega. > > Cc: Andreas Boll > Signed-off-by: Emil Velikov > --- > Andreas this (and earlier) patches address some of the > extend-diff-ignore cases. Thanks for these. Ni

Re: [Mesa-dev] Mesa 13.0.5 release candidate

2017-02-17 Thread Andreas Boll
2017-02-17 16:15 GMT+01:00 Emil Velikov : > Hello list, > > The candidate for the Mesa 13.0.5 is now available. Currently we have: > - 70 queued > - 5 nominated (outstanding) > - and 0 rejected patch(es) > > > Testing reports/general approval > > Any testing repo

[Mesa-dev] [PATCH] configure.ac: Require LLVM for r300 only on x86 and x86_64

2017-01-26 Thread Andreas Boll
86_64 architectures as we have done before b3119a3. Fixes: b3119a3 ("configure.ac: Check gallium LLVM version in gallium_require_llvm") Cc: 17.0 Signed-off-by: Andreas Boll --- configure.ac | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/configure.ac

[Mesa-dev] [PATCH demos] configure.ac: Auto-detect wayland support

2016-12-22 Thread Andreas Boll
Automatically enables building of wayland demo(s) if the required build dependencies are available. Signed-off-by: Andreas Boll --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index ddc68b5..517d196 100644 --- a/configure.ac

Re: [Mesa-dev] [PATCH 1/2] radeonsi: add Polaris12 support (v3)

2016-12-21 Thread Andreas Boll
2016-12-20 16:31 GMT+01:00 Alex Deucher : > On Tue, Dec 20, 2016 at 6:49 AM, Andreas Boll > wrote: >> 2016-12-19 23:45 GMT+01:00 Alex Deucher : >>> From: Junwei Zhang >>> >>> v2: use gfxip names for llvm 4.0+ >>> v3: use tonga for llvm <= 3.8 &

Re: [Mesa-dev] [PATCH 1/2] radeonsi: add Polaris12 support (v3)

2016-12-20 Thread Andreas Boll
2016-12-19 23:45 GMT+01:00 Alex Deucher : > From: Junwei Zhang > > v2: use gfxip names for llvm 4.0+ > v3: use tonga for llvm <= 3.8 > > Signed-off-by: Junwei Zhang > Reviewed-by: Nicolai Hähnle > Acked-by: Christian König > --- snip > diff --git a/src/gallium/drivers/radeon/r600_pipe_common.

Re: [Mesa-dev] [PATCH 1/2] radeonsi: add Polaris12 support (v2)

2016-12-19 Thread Andreas Boll
2016-12-19 21:41 GMT+01:00 Alex Deucher : > diff --git a/src/gallium/drivers/radeon/r600_pipe_common.c > b/src/gallium/drivers/radeon/r600_pipe_common.c > index 0b5c6dc..76a34fe 100644 > --- a/src/gallium/drivers/radeon/r600_pipe_common.c > +++ b/src/gallium/drivers/radeon/r600_pipe_common.c > @@

Re: [Mesa-dev] Proposal of date-based Mesa versioning for 2017

2016-12-15 Thread Andreas Boll
2016-12-12 20:01 GMT+01:00 Emil Velikov : > [Re-adding mesa-maintainers] > > On 12 December 2016 at 18:08, Laurent Carlier wrote: >> Le lundi 12 décembre 2016, 17:57:28 CET Marek Olšák a écrit : >>> >>> I second that. YY.AA where YY=year, AA \in {0,1,2,3}. >>> >>> Marek >> >> I agree, using month

Re: [Mesa-dev] [PATCH 1/2] configure: enable glx-tls by default

2016-12-06 Thread Andreas Boll
.ac b/configure.ac > index adca49d..52bd9a6 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -1707,7 +1707,7 @@ AC_ARG_ENABLE([glx-tls], > [AS_HELP_STRING([--enable-glx-tls], > [enable TLS support in GLX @<:@default=disabled@:>@])], Please u

[Mesa-dev] [PATCH] glx/windows: Add wgl.h to the sources list

2016-11-02 Thread Andreas Boll
Otherwise it won't be picked in the tarball and the build will fail. Fixes: 533b3530c12 ("direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI")") Cc: "13.0" Signed-off-by: Andreas Boll --- src/glx/windows/Makefile.am | 3 ++- 1 file changed, 2 inserti

Re: [Mesa-dev] [PATCH v2] doc/features.txt: factor out nvc0/radeonsi as GL45 complete

2016-10-13 Thread Andreas Boll
nak, neither radeonsi nor i965 advertise GLSL 4.50. Nicolai hasn't pushed the patch to enable GLSL 4.50 [1]. I'm not sure what's the plan for nouveau is [2]. See also https://patchwork.freedesktop.org/patch/115441/ Thanks, Andreas [1] https://patchwork.freedesktop.org/patch/114577/ [2] https://p

[Mesa-dev] [PATCH] docs: Fix GL status of radeonsi

2016-10-13 Thread Andreas Boll
le ARB_enhanced_layouts and turn the cap on") Signed-off-by: Andreas Boll --- docs/features.txt | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/features.txt b/docs/features.txt index ec2634f..9cc9111 100644 --- a/docs/features.txt +++ b/docs/features.tx

Re: [Mesa-dev] [Mesa-stable] [PATCH] mapi: Export all GLES 3.1 functions in libGLESv2.so

2016-07-20 Thread Andreas Boll
2016-07-19 13:20 GMT+02:00 Emil Velikov : > On 19 July 2016 at 09:55, Andreas Boll wrote: >> Hi, >> >> sorry for being late but this patch doesn't mention that all those >> symbols should be exported in libGL.so too [1]. >> If you look at the history o

[Mesa-dev] [PATCH] build: Remove unused AX_CHECK_COMPILE_FLAG macro

2016-07-20 Thread Andreas Boll
Unused since 1a6ae840413d7fb6d2e83f6a83081d5246c7ac9e Signed-off-by: Andreas Boll --- m4/ax_check_compile_flag.m4 | 72 - 1 file changed, 72 deletions(-) delete mode 100644 m4/ax_check_compile_flag.m4 diff --git a/m4/ax_check_compile_flag.m4 b/m4

[Mesa-dev] [PATCH] configure.ac: Use ${datarootdir} for --with-vulkan-icddir help string too

2016-07-19 Thread Andreas Boll
The help string wasn't updated in cbc37f7. Fixes: cbc37f7 ("anv: install the intel_icd.json to ${datarootdir} by default") Signed-off-by: Andreas Boll --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 54416b4.

Re: [Mesa-dev] [Mesa-stable] [PATCH] mapi: Export all GLES 3.1 functions in libGLESv2.so

2016-07-19 Thread Andreas Boll
Hi, sorry for being late but this patch doesn't mention that all those symbols should be exported in libGL.so too [1]. If you look at the history of static_data.py it was mentioned that this list of functions should never grow [2]. Thanks, Andreas [1] https://anonscm.debian.org/cgit/pkg-xorg/li

Re: [Mesa-dev] mesa: Reduce libGL.so binary size by about 15%

2016-01-21 Thread Andreas Boll
I've pushed this patch. Thanks, Andreas 2016-01-21 1:35 GMT+01:00 Jeremy Huddleston Sequoia : > Sorry, I thought I responded to this a while ago. > > Reviewed-by: Jeremy Huddleston Sequoia > Tested-by: Jeremy Huddleston Sequoia > > --Jeremy > >> On Jan 19, 201

Re: [Mesa-dev] mesa: Reduce libGL.so binary size by about 15%

2016-01-19 Thread Andreas Boll
Jeremy, did you have a chance to test this patch? This patch would be still useful for OS X. For non-OS X this patch [1] reduces the size of libGL.so further more. Thanks, Andreas [1] https://patchwork.freedesktop.org/patch/70372/ 2015-09-28 19:46 GMT+02:00 Jeremy Huddleston Sequoia : > I'll giv

Re: [Mesa-dev] [PATCH v3] glapi: Build glapi_gentable.c only on Darwin

2016-01-19 Thread Andreas Boll
Thanks for reviewing! Oh, I was motivated to do this patch to remove an unneeded symbol on linux as we started tracking libGL's exported symbols in Debian. As a side effect it accelerates the build a bit and reduces the size of libGL significantly. From looking at these threads [1][2] I found out

[Mesa-dev] [PATCH v3] glapi: Build glapi_gentable.c only on Darwin

2016-01-13 Thread Andreas Boll
he release tarball v3: Fix commit message: s/gl_gentable.c/glapi_gentable.c/ Cc: Jeremy Huddleston Signed-off-by: Andreas Boll --- src/mapi/Makefile.am | 6 +- src/mapi/glapi/gen/Makefile.am | 14 +++--- src/mapi/glapi/glapi.h | 2 ++ 3 files changed, 18 insert

Re: [Mesa-dev] [PATCH demos] configure.ac: Fix default behavior of AC_ARG_WITH(glut) if glut isn't available

2016-01-13 Thread Andreas Boll
ping 2015-12-10 16:32 GMT+01:00 Andreas Boll : > Fixes a regression introduced in > 406248811eb0dfabf75ae9495b54529ec59cce66 > > It wrongly sets glut_enabled=yes if glut isn't available and neither > option --with-glut nor --without-glut was given. > > The default behav

Re: [Mesa-dev] [PATCH 2/2] st/osmesa: add OSMesaCreateContextAttribs() function

2015-12-22 Thread Andreas Boll
Sorry for being late... Do you need to update the version scripts for this new function? src/gallium/targets/osmesa/osmesa.{sym,def,mingw.def} Andreas 2015-12-16 1:59 GMT+01:00 Brian Paul : > As with the previous commit, except for gallium. > --- > src/gallium/state_trackers/osmesa/osmesa.c |

[Mesa-dev] [PATCH] docs: Replace sourceforge logo with a text link

2015-12-14 Thread Andreas Boll
as they don't also make calls to remote services. Please ensure that the remote resources are suitable for Debian main before making local copies of them. Severity: serious, Certainty: possible Check: files, Type: binary, udeb Signed-off-by: Andreas Boll --- docs/contents.html

[Mesa-dev] [PATCH demos] configure.ac: Fix default behavior of AC_ARG_WITH(glut) if glut isn't available

2015-12-10 Thread Andreas Boll
sable glut. To fix this the default value of glut_enabled is set back to yes and in case --without-glut was given glut_enabled is set to no. Cc: Ross Burton Signed-off-by: Andreas Boll --- configure.ac | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/configure

Re: [Mesa-dev] [PATCH v2] glapi: Build gl_gentable.c only on Darwin

2015-12-10 Thread Andreas Boll
I noticed that I've typed gl_gentable.c instead of glapi_gentable.c in the commit message. Fixed that locally. 2015-12-10 14:35 GMT+01:00 Andreas Boll : > Removes the public symbol _glapi_create_table_from_handle from > libGL.so.1 on all platforms except Darwin. > > Since the s

Re: [Mesa-dev] [RFC] glapi: Build gl_gentable.c only on Darwin

2015-12-10 Thread Andreas Boll
; On Dec 9, 2015, at 09:07, Emil Velikov wrote: >> >> On 9 December 2015 at 14:11, Andreas Boll wrote: >>> Removes the public symbol _glapi_create_table_from_handle from >>> libGL.so.1 on all plattforms except Darwin. >>> >> typo -> platforms >>

Re: [Mesa-dev] [RFC] glapi: Build gl_gentable.c only on Darwin

2015-12-10 Thread Andreas Boll
2015-12-09 18:07 GMT+01:00 Emil Velikov : > On 9 December 2015 at 14:11, Andreas Boll wrote: >> Removes the public symbol _glapi_create_table_from_handle from >> libGL.so.1 on all plattforms except Darwin. >> > typo -> platforms > fixed in v2 >> Since the sy

[Mesa-dev] [PATCH v2] glapi: Build gl_gentable.c only on Darwin

2015-12-10 Thread Andreas Boll
tarball Cc: Jeremy Huddleston Signed-off-by: Andreas Boll --- src/mapi/Makefile.am | 6 +- src/mapi/glapi/gen/Makefile.am | 14 +++--- src/mapi/glapi/glapi.h | 2 ++ 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/src/mapi/Makefile.am

[Mesa-dev] [ANNOUNCE] mesa-demos 8.3.0

2015-12-09 Thread Andreas Boll
This new mesa-demos release fixes the build issue against mesa 10.6 (Bug #91643) and picks up the latest glxinfo changes. For the misc changes see below. Andreas. Adam Jackson (1): glxinfo: Add support for GLX_MESA_query_renderer Andreas Boll (3): demos: add missing binaries to

[Mesa-dev] [PATCH 2/2] mesa: Fix a typo in a comment

2015-12-09 Thread Andreas Boll
s/suports/supports/ Signed-off-by: Andreas Boll --- src/mesa/main/extensions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/extensions.h b/src/mesa/main/extensions.h index 1615e1c..b5e0350 100644 --- a/src/mesa/main/extensions.h +++ b/src/mesa/main

[Mesa-dev] [PATCH 1/2] glx: Fix a typo in a comment

2015-12-09 Thread Andreas Boll
s/suports/supports/ Signed-off-by: Andreas Boll --- Found two more "suports" typos. I could squash all patches together if that's preferred. src/glx/dri2_glx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glx/dri2_glx.c b/src/glx/dri2_glx.c index 2

[Mesa-dev] [PATCH 2/4] mesa: Fix typos in print messages

2015-12-09 Thread Andreas Boll
s/inconsistant/inconsistent/ s/occurences/occurrences/ Signed-off-by: Andreas Boll --- src/mesa/main/teximage.c | 2 +- src/mesa/main/transformfeedback.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index

[Mesa-dev] [PATCH 1/4] glsl: Fix a typo in a comment

2015-12-09 Thread Andreas Boll
s/suports/supports/ Signed-off-by: Andreas Boll --- src/glsl/glsl_parser_extras.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/glsl_parser_extras.h b/src/glsl/glsl_parser_extras.h index 6bded3e..a4bda77 100644 --- a/src/glsl/glsl_parser_extras.h +++ b/src/glsl

[Mesa-dev] [PATCH 4/4] st/osmesa: Fix a typo in a comment

2015-12-09 Thread Andreas Boll
s/suport/support/ Signed-off-by: Andreas Boll --- src/gallium/state_trackers/osmesa/osmesa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/state_trackers/osmesa/osmesa.c b/src/gallium/state_trackers/osmesa/osmesa.c index 0285cb0..0f27ba8 100644 --- a/src

[Mesa-dev] [PATCH 3/4] meta: Fix a typo in a print message

2015-12-09 Thread Andreas Boll
s/Unkown/Unknown/ Signed-off-by: Andreas Boll --- src/mesa/drivers/common/meta_blit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/common/meta_blit.c b/src/mesa/drivers/common/meta_blit.c index c5faf61..4dbf0a7 100644 --- a/src/mesa/drivers/common

[Mesa-dev] [RFC] glapi: Build gl_gentable.c only on Darwin

2015-12-09 Thread Andreas Boll
ialize our dispatch table Signed-off-by: Jeremy Huddleston gl_gentable.py was also used for XQuartz in xserver 1.11 - 1.14. Cc: Jeremy Huddleston Signed-off-by: Andreas Boll --- XXX If we still want to distribute gl_gentable.c in the release tarball we could drop the changes in src/mapi

Re: [Mesa-dev] [PATCH][mesa-demos] configure.ac: fix AC_WITH(glut) so that --without-glut works

2015-12-07 Thread Andreas Boll
Pushed, thanks for the patch. Andreas 2015-12-07 10:18 GMT+01:00 Burton, Ross : > > On 6 December 2015 at 13:21, Andreas Boll > wrote: >> >> Do you need someone to push this for you? > > > I do, yes. Much appreciated! > > Ross

[Mesa-dev] Plan to release mesa-demos 8.3.0

2015-12-07 Thread Andreas Boll
gt; I guess that's the reason for it: > > commit 74443c6ee79f3251f643ea05e94df58183e37d0d > Author: Matt Turner > Date: Fri Aug 28 15:57:38 2015 -0700 > > egl: Remove demos using EGL_MESA_screen_surface. > > The remnants of the extension were removed from Mesa

[Mesa-dev] [PATCH demos] util: Remove unused glstate.[ch]

2015-12-07 Thread Andreas Boll
Unused and not built for years. Cc: Brian Paul Signed-off-by: Andreas Boll --- src/util/README| 1 - src/util/glstate.c | 502 - src/util/glstate.h | 51 -- 3 files changed, 554 deletions(-) delete mode 100644 src/util/glstate.c

Re: [Mesa-dev] [PATCH] mesa-demos: xeglthreads needs to add "-lX11 -lpthread" itself

2015-12-06 Thread Andreas Boll
Is this still an issue? Could you give us the build log of a verbose build? Thanks, Andreas 2015-08-21 10:37 GMT+02:00 Stefan Dirsch : > Hi > > This is just a simple buildfix for current mesa-demos git master branch. > > Thanks, > Stefan > > Author: Stefan Dirsch > Subject: xeglthreads needs to

Re: [Mesa-dev] [PATCH][mesa-demos] configure.ac: fix AC_WITH(glut) so that --without-glut works

2015-12-06 Thread Andreas Boll
Reviewed-by: Andreas Boll Do you need someone to push this for you? 2015-11-11 12:39 GMT+01:00 Ross Burton : > Currently if --without-glut is used on a system that has the GLUT libraries > installed, GLUT is used regardless. > > Change the logic so that GLUT is searched for if and

[Mesa-dev] [PATCH demos 2/2] demos: add missing binaries to .gitignore

2015-12-06 Thread Andreas Boll
Signed-off-by: Andreas Boll --- src/tests/.gitignore | 1 + src/trivial/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/src/tests/.gitignore b/src/tests/.gitignore index 8f9cb58..1e86e68 100644 --- a/src/tests/.gitignore +++ b/src/tests/.gitignore @@ -57,6 +57,7 @@ invert

[Mesa-dev] [PATCH demos 1/2] util/glstate.[ch]: Update FSF address in licence header

2015-12-06 Thread Andreas Boll
. Severity: normal, Certainty: certain Check: copyright-file, Type: binary Cc: Brian Paul Signed-off-by: Andreas Boll --- src/util/glstate.c | 5 +++-- src/util/glstate.h | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/util/glstate.c b/src/util/glstate.c index

Re: [Mesa-dev] [PATCH demos] egl: Remove demos using EGL_MESA_screen_surface.

2015-09-01 Thread Andreas Boll
2015-09-01 18:55 GMT+02:00 Matt Turner : > On Tue, Sep 1, 2015 at 9:42 AM, Andreas Boll > wrote: >> Hi Matt, >> >> 2015-08-29 1:09 GMT+02:00 Matt Turner : >>> The remnants of the extension were removed from Mesa in commit 7a58262e. >>> >>> Bugzi

Re: [Mesa-dev] [PATCH demos] egl: Remove demos using EGL_MESA_screen_surface.

2015-09-01 Thread Andreas Boll
Hi Matt, 2015-08-29 1:09 GMT+02:00 Matt Turner : > The remnants of the extension were removed from Mesa in commit 7a58262e. > > Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=555186 > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91020 > Bugzilla: https://bugs.freedesktop.org/show_bug.

[Mesa-dev] [PATCH 1/2] dri/common: Update comment about driQueryRendererIntegerCommon

2015-02-24 Thread Andreas Boll
Since 87d3ae0b45b6b6bb50b583dafa55eb109449a005 driQueryRendererIntegerCommon handles __DRI2_RENDERER_PREFFERED_PROFILE too. Cc: Ian Romanick Signed-off-by: Andreas Boll --- src/mesa/drivers/dri/common/utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/drivers/dri/common

[Mesa-dev] [PATCH 2/2] glx: Fix returned values of GLX_RENDERER_PREFERRED_PROFILE_MESA

2015-02-24 Thread Andreas Boll
profile and GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB (0x2) for a preferred compatibility context profile. This patch implements the above translation in the glx module. v2: Fix the incorrect behavior in the glx module Cc: "10.3 10.4 10.5" Cc: Ian Romanick Signed-off-by: Andreas Boll --- I've noticed this wrong be

[Mesa-dev] [PATCH 1/3] dri/common: Update comment about driQueryRendererIntegerCommon

2015-02-09 Thread Andreas Boll
Since 87d3ae0b45b6b6bb50b583dafa55eb109449a005 driQueryRendererIntegerCommon handles __DRI2_RENDERER_PREFFERED_PROFILE too. Signed-off-by: Andreas Boll --- src/mesa/drivers/dri/common/utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/drivers/dri/common/utils.c b/src/mesa

[Mesa-dev] [PATCH 2/3] mesa: Redefine GLX_CONTEXT_{CORE|COMPATIBILITY}_PROFILE_BIT_ARB

2015-02-09 Thread Andreas Boll
GLX_MESA_query_renderer uses these values for its query GLX_RENDERER_PREFERRED_PROFILE_MESA. Since GLX header files may not be available everywhere they need to be used, redefine them here. This is needed for the next patch. Cc: "10.3 10.4 10.5" Signed-off-by: Andreas Boll --- I ho

[Mesa-dev] [PATCH 3/3] dri/common: Fix returned value of __DRI2_RENDERER_PREFERRED_PROFILE

2015-02-09 Thread Andreas Boll
lity context profile. Cc: "10.3 10.4 10.5" Signed-off-by: Andreas Boll --- I've noticed this wrong behavior while testing Adam's glxinfo changes [1] (glxinfo: Add support for GLX_MESA_query_renderer) For reproducing this bug and/or testing this and the previous patch just

[Mesa-dev] [PATCH] radeon: enable Hyper-Z on r600g and radeonsi by default

2014-10-23 Thread Andreas Boll
variable R600_DEBUG=nohyperz and please report the issue on the bugtracker. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=75011 See also: https://bugs.freedesktop.org/show_bug.cgi?id=75112 Signed-off-by: Andreas Boll --- No piglit regressions on r600g/BARTS. src/gallium/drivers/r600

Re: [Mesa-dev] [PATCH 3/3] ra: assert against unsigned underflow in q_total

2014-09-12 Thread Andreas Boll
I've pushed this series. Thanks! Andreas. 2014-09-06 20:12 GMT+02:00 Connor Abbott : > On Sat, Sep 6, 2014 at 3:23 AM, Kenneth Graunke wrote: >> On Friday, September 05, 2014 08:59:32 PM Connor Abbott wrote: >>> q_total should never go below 0 (which is why it's defined as unsigned), >>> and if

[Mesa-dev] [PATCH] gallium/util: add missing u_debug include

2014-09-12 Thread Andreas Boll
/auxiliary/util/u_math.h:810:4: error: implicit declaration of function 'assert' [-Werror=implicit-function-declaration] assert(n % 4 == 0); ^ Cc: "10.3" Signed-off-by: Andreas Boll --- src/gallium/auxiliary/util/u_math.h | 1 + 1 file changed, 1 insertion(+) diff

[Mesa-dev] [PATCH] winsys/radeon: fix hawaii accel_working2 comment

2014-08-13 Thread Andreas Boll
accel_working2 returns 3 if the new firmware is used. The comment wasn't updated in v3 of commit: 36771dc winsys/radeon: fix nop packet padding for hawaii Signed-off-by: Andreas Boll --- src/gallium/winsys/radeon/drm/radeon_drm_cs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [Mesa-dev] [PATCH 2/4] r600g: fix constant buffer fetches

2014-08-13 Thread Andreas Boll
Thanks for fixing! Tested-by: Andreas Boll 2014-08-11 22:46 GMT+02:00 Marek Olšák : > From: Marek Olšák > > Somebody forgot to do this. It was uncovered by recent st/mesa changes. > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=82139 > > Cc: mesa-sta...@lis

Re: [Mesa-dev] [PATCH v4] winsys/radeon: fix nop packet padding for hawaii

2014-08-04 Thread Andreas Boll
2014-08-04 13:40 GMT+02:00 Christian König : > Am 04.08.2014 um 12:48 schrieb Andreas Boll: >> >> The initial firmware for hawaii does not support type3 nop packet. >> >> Detect the new hawaii firmware with query RADEON_INFO_ACCEL_WORKING2. >> If the returned val

[Mesa-dev] [PATCH v4] winsys/radeon: fix nop packet padding for hawaii

2014-08-04 Thread Andreas Boll
cket for returned value < 3 v4: - Fail to initialize winsys for returned value < 2 Cc: mesa-sta...@lists.freedesktop.org Cc: Alex Deucher Cc: Jérôme Glisse Cc: Marek Olšák Cc: Michel Dänzer Signed-off-by: Andreas Boll --- Unfortunately I can't test this patch myself since I don&

[Mesa-dev] [PATCH v3] winsys/radeon: fix nop packet padding for hawaii

2014-08-01 Thread Andreas Boll
radeon_drm_winsys instead of public struct radeon_info - Rename r600_accel_working2 to accel_working2 v3: - Use type2 nop packet for returned value < 3 Cc: mesa-sta...@lists.freedesktop.org Cc: Alex Deucher Cc: Jérôme Glisse Cc: Marek Olšák Signed-off-by: Andreas Boll --- Unfortunately I ca

Re: [Mesa-dev] [Mesa-stable] [PATCH] winsys/radeon: fix nop packet padding for hawaii

2014-08-01 Thread Andreas Boll
2014-08-01 16:50 GMT+02:00 Michel Dänzer : > On 01.08.2014 23:46, Andreas Boll wrote: >> 2014-08-01 16:32 GMT+02:00 Michel Dänzer : >>> On 01.08.2014 22:09, Andreas Boll wrote: >>>> The initial firmware for hawaii does not support type3 nop packet. >>>>

Re: [Mesa-dev] [PATCH] winsys/radeon: fix nop packet padding for hawaii

2014-08-01 Thread Andreas Boll
2014-08-01 16:32 GMT+02:00 Michel Dänzer : > On 01.08.2014 22:09, Andreas Boll wrote: >> The initial firmware for hawaii does not support type3 nop packet. >> Detect the new hawaii firmware with query RADEON_INFO_ACCEL_WORKING2. >> If the returned value is 2, then the

[Mesa-dev] [PATCH] winsys/radeon: fix nop packet padding for hawaii

2014-08-01 Thread Andreas Boll
radeon_drm_winsys instead of public struct radeon_info - Rename r600_accel_working2 to accel_working2 Cc: mesa-sta...@lists.freedesktop.org Cc: Alex Deucher Cc: Jérôme Glisse Cc: Marek Olšák Signed-off-by: Andreas Boll --- Unfortunately I can't test this patch myself since I don't ow

[Mesa-dev] [PATCH] winsys/radeon: fix nop packet padding for hawaii

2014-08-01 Thread Andreas Boll
Deucher Cc: Jérôme Glisse Signed-off-by: Andreas Boll --- Unfortunately I can't test this patch myself since I don't own a hawaii card. So I'd need someone to test this patch on kernel >= 3.16-rc7. This patch would bring us one step further for hawaii acceleration on kernel 1.1

Re: [Mesa-dev] [PATCH] r600g: Implement GL_ARB_texture_query_lod

2014-07-31 Thread Andreas Boll
2014-07-23 18:49 GMT+02:00 Ilia Mirkin : > On Wed, Jul 23, 2014 at 12:45 PM, Matt Turner wrote: >> On Wed, Jul 23, 2014 at 1:48 AM, Glenn Kennard >> wrote: >>> Requires Evergreen or later >>> --- >>> Passes ARB_texture_query_lod piglits, no other regressions, >>> tested on radeon 6670. >> >> Oh,

Re: [Mesa-dev] [PATCH] r600g: gpu_shader5 gl_SampleMaskIn support

2014-07-31 Thread Andreas Boll
Thanks! Pushed. 2014-07-23 18:32 GMT+02:00 Alex Deucher : > On Wed, Jul 23, 2014 at 5:57 AM, Glenn Kennard > wrote: >> Map TGSI_SEMANTIC_SAMPLEMASK to register/component. >> Enable face register when sample mask is needed by shader. >> Requires Evergreen/Cayman >> --- >> I think the rest of the

Re: [Mesa-dev] [PATCH] r600g: Implement gpu_shader5 integer ops

2014-07-31 Thread Andreas Boll
Thanks! Pushed. 2014-07-23 18:29 GMT+02:00 Alex Deucher : > On Wed, Jul 23, 2014 at 5:36 AM, Glenn Kennard > wrote: >> --- >> Together with separate MUL_HI/UMUL_HI patch this passes piglit >> ARB_gpu_shader5 integer tests. >> >> This patch trivially depends on r600g-Implement-GL_ARB_texture_quer

Re: [Mesa-dev] [PATCH] r600g: Add IMUL_HI/UMUL_HI support

2014-07-31 Thread Andreas Boll
Thanks! Pushed. 2014-07-23 18:26 GMT+02:00 Alex Deucher : > On Wed, Jul 23, 2014 at 5:10 AM, Glenn Kennard > wrote: >> Fixes fs-imulExtended, fs-imulExtended-only-msb, fs-umulExtended, >> fs-umulExtended-only-msb piglit tests. >> --- >> Tested on radeon 6670 > > Reviewed-by: Alex Deucher > >> >

Re: [Mesa-dev] [PATCH] r600g: Implement GL_ARB_texture_query_lod

2014-07-31 Thread Andreas Boll
Thanks! Pushed. 2014-07-23 18:26 GMT+02:00 Alex Deucher : > On Wed, Jul 23, 2014 at 4:48 AM, Glenn Kennard > wrote: >> Requires Evergreen or later > > Reviewed-by: Alex Deucher > >> --- >> Passes ARB_texture_query_lod piglits, no other regressions, >> tested on radeon 6670. >> >> docs/GL3.txt

Re: [Mesa-dev] [PATCH] [demos] fix direct rendering context in glxinfo

2014-07-28 Thread Andreas Boll
Reviewed and pushed. Thanks! 2014-07-28 16:08 GMT+02:00 Marc Dietrich : > anyone? > > Am Dienstag, 22. Juli 2014, 10:35:40 schrieb Marc Dietrich: >> commit e769bc682b4a0d0f597286b067f54f923d159866 broke direct rendering >> context because it defaults to indirect rendering and there is no way >> to

[Mesa-dev] [ANNOUNCE] mesa-demos 8.2.0

2014-07-05 Thread Andreas Boll
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This new mesa-demos release fixes the build issue against mesa 10.2 (Bug #78101) and picks up the latest glxinfo changes. For the misc changes see below. Andreas. Andreas Boll (6): cmake: bump version to 8.1.0 demos: add missing

[Mesa-dev] [PATCH demos 1/2] demos: Fix make distcheck

2014-07-04 Thread Andreas Boll
Signed-off-by: Andreas Boll --- src/xdemos/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xdemos/Makefile.am b/src/xdemos/Makefile.am index 0bdf13d..cfd23b1 100644 --- a/src/xdemos/Makefile.am +++ b/src/xdemos/Makefile.am @@ -79,7 +79,8

[Mesa-dev] [PATCH demos 2/2] configure.ac: Fix help text

2014-07-04 Thread Andreas Boll
Matches behavior with action-if-not-given Signed-off-by: Andreas Boll --- configure.ac | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/configure.ac b/configure.ac index cd523c1..09c2cd5 100644 --- a/configure.ac +++ b/configure.ac @@ -111,7 +111,7

Re: [Mesa-dev] [PATCH 1/2] glxinfo: remove query of GL_MAX_VERTEX_ATTRIB_STRIDE

2014-07-04 Thread Andreas Boll
Both patches are Reviewed-by: Andreas Boll Thanks for fixing this issue! I'll make the release after this series has been merged. Andreas. 2014-07-03 16:19 GMT+02:00 Brian Paul : > This is not part of the GL_ARB_vertex_attrib_binding extension. > It's part of OpenGL 4.4. >

Re: [Mesa-dev] [PATCH demos 0/3] demos release plan and glxinfo: Print more limits

2014-07-03 Thread Andreas Boll
2014-07-03 7:39 GMT+02:00 Steven Newbury : > On Wed, 2014-07-02 at 21:04 +0200, Andreas Boll wrote: > >> I'd like to make a new demos release on Friday, July 4th. >> The last release was on February 24th, 2013. Additionally this >> release is needed to fix the bui

  1   2   3   4   >