[Mesa-dev] [ANNOUNCE] mesa 19.2.0-rc3

2019-09-11 Thread Dylan Baker
Hi list, Mesa 19.2.0-rc3 is now available. There's a bit of everything here, but the majority of it is nir related changes. It's a nice size for an rc3, and I'm happy to report that we've closed about half the blocking bugs since rc2. I'm currently thinking that rc4 will be the last rc and we'll

[Mesa-dev] [Bug 111478] Add OpenGL ES (GLES) 1.0, 1.1 and 2.0 to docs/features.txt

2019-09-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111478 --- Comment #8 from Creak --- (In reply to Rob Clark from comment #7) > hmm, [1] looks like an older iteration of drm-shim.. have a look at: > > ./src/freedreno/drm-shim > ./src/broadcom/drm-shim > > in the mesa src tree. They are an

Re: [Mesa-dev] [PATCH] st/nir: fix illegal designated initializer in st_glsl_to_nir.cpp

2019-09-11 Thread Ian Romanick
On 9/10/19 10:53 PM, Brian Paul wrote: > IIRC, designated initializers are not legal C++. > Fixes the MSVC build. > > Fixes: 83fd1e58 ("glsl/nir: Add and use a gl_nir_link() function") > --- > src/mesa/state_tracker/st_glsl_to_nir.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

[Mesa-dev] [Bug 111666] drm.h:50:9: error: unknown type name 'uint8_t'

2019-09-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111666 Bug ID: 111666 Summary: drm.h:50:9: error: unknown type name 'uint8_t' Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Mac OS X (All) Status: NEW

Re: [Mesa-dev] [PATCH] st/nir: fix illegal designated initializer in st_glsl_to_nir.cpp

2019-09-11 Thread Matt Turner
On Tue, Sep 10, 2019 at 10:54 PM Brian Paul wrote: > > IIRC, designated initializers are not legal C++. > Fixes the MSVC build. > > Fixes: 83fd1e58 ("glsl/nir: Add and use a gl_nir_link() function") > --- > src/mesa/state_tracker/st_glsl_to_nir.cpp | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [Mesa-dev] Moving libglvnd to FreeDesktop Gitlab

2019-09-11 Thread Kyle Brenneman
On 9/9/19 12:07 PM, Adam Jackson wrote: On Wed, 2019-09-04 at 14:27 -0600, Kyle Brenneman wrote: On 9/4/19 8:44 AM, Daniel Stone wrote: Hi, On Wed, 4 Sep 2019 at 15:12, Chuck Atkins wrote: Can we use Gitlab's GitHub import feature?

[Mesa-dev] Propose: Add transform buffer in egl/drivers/dir2/platform_android.c

2019-09-11 Thread Cici Ruan
Hi Mesa developers, I would like to add a feature in egl/drivers/dir2/platform_android.c to respect he transform hint and rotation in Android buffer and transform buffer to pre-rotated buffer, so display hardware can do a simple linear read from the buffer to scan it out. It's my first time to

[Mesa-dev] [Bug 111529] EGL_PLATFORM=drm doesn't expose MESA_query_driver extension

2019-09-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111529 Adam Jackson changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[Mesa-dev] [Bug 111478] Add OpenGL ES (GLES) 1.0, 1.1 and 2.0 to docs/features.txt

2019-09-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111478 --- Comment #7 from Rob Clark --- (In reply to Creak from comment #6) > (In reply to Rob Clark from comment #4) > > And now that we are using drm_shim to run shader-db in CI for a few drivers > > (freedreno and vc4), I'm secretly hoping someone

[Mesa-dev] [ANNOUNCE] mesa 19.2.0-rc3

2019-09-11 Thread Dylan Baker
Hi List, I'm pleased to announce that mesa 19.2.0-rc3 is now available. This wasn't nearly as busy as the last rc, which is expected as it's only one week of work. There's a little but of everything in this release, but nir dominates the changes. We've seen a fair number of bugs on the release

Re: [Mesa-dev] [PATCH 1/3] panfrost/ci: Run dEQP with the surfaceless platform

2019-09-11 Thread Alyssa Rosenzweig
Series A-b On Tue, Sep 10, 2019 at 07:13:07PM +0100, Tomeu Vizoso wrote: > Instead of running it with the Wayland platform, which introduces > unwanted dependencies and complexity. > > Makes tests run 30% faster, as well. > > Signed-off-by: Tomeu Vizoso > --- >

[Mesa-dev] [Bug 111478] Add OpenGL ES (GLES) 1.0, 1.1 and 2.0 to docs/features.txt

2019-09-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111478 --- Comment #6 from Creak --- (In reply to Rob Clark from comment #4) > And now that we are using drm_shim to run shader-db in CI for a few drivers > (freedreno and vc4), I'm secretly hoping someone comes up w/ a way to > generate features.txt

Re: [Mesa-dev] [PATCH] st/nir: fix illegal designated initializer in st_glsl_to_nir.cpp

2019-09-11 Thread Neha Bhende
Looks good to me. Reviewed-by: Neha Bhende Regards, Neha From: Brian Paul Sent: Wednesday, September 11, 2019 11:23 AM To: mesa-dev@lists.freedesktop.org Cc: Neha Bhende; Charmaine Lee; aio.olive...@intel.com Subject: [PATCH] st/nir: fix illegal