[Mesa-dev] [PATCH] i965: fix KHR-GL46.enhanced_layouts.varying_* failures

2017-11-27 Thread Clayton Craft
This resolves following test failures by partially reverting "mesa: shrink VERT_ATTRIB bitfields to 32 bits": KHR-GL46.enhanced_layouts.varying_array_locations KHR-GL46.enhanced_layouts.varying_locations KHR-GL46.enhanced_layouts.varying_structure_locations Fixes: 78942e7dbfd234c ("mesa: shrink

Re: [Mesa-dev] [PATCH] i965/glk: Add l3 banks count for 2x6 configuration

2018-05-21 Thread Clayton Craft
Quoting Anuj Phogat (2018-05-21 15:21:56) > 2x6 configuration with pci-id 0x3185 has same number of > banks (2) as 3x6 configuration (pci-id 0x3184). This passes testing, you can add me to the tested-by. > > Reported-by: Clayton Craft <clayton.a.cr...@intel.com> > Signe

Re: [Mesa-dev] [PATCH v2 00/18] anv: add shaderInt16 support

2018-05-03 Thread Clayton Craft
Quoting Iago Toral Quiroga (2018-04-30 07:18:08) > This version addresses the feedback received to v1, which includes moving the > bit-size lowering pass from intel to core NIR (patch 8) and a separate patch > to add Intel's specific configuration for int16 (patch 9), and then it also > adds a few

Re: [Mesa-dev] [PATCH] mesa: Update vertex processing mode on _mesa_UseProgram.

2018-02-23 Thread Clayton Craft
On Fri, Feb 23, 2018 at 09:01:17PM +0100, mathias.froehl...@gmx.net wrote: From: Mathias Fröhlich Hi Clayton, The following change fixes the reported problem on my site. Please test/review!! Just ran this through the CI and the previously failing test is now

Re: [Mesa-dev] [PATCH 13/13] vbo: Make use of _DrawVAO from the dlist code.

2018-02-23 Thread Clayton Craft
Hi Mathias, On Thu, Feb 22, 2018 at 06:45:19AM +0100, mathias.froehl...@gmx.net wrote: From: Mathias Fröhlich Finally use an internal VAO to execute display list draws. Avoid duplicate state validation for display list draws. Remove client arrays previously used

Re: [Mesa-dev] [PATCH] xlib: fix build break from _swrast_map_soft_renderbuffer() call

2018-07-27 Thread Clayton Craft
Quoting Brian Paul (2018-07-27 14:19:13) > We need to pass the new flip_y argument. > --- > src/mesa/drivers/x11/xm_buffer.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/mesa/drivers/x11/xm_buffer.c > b/src/mesa/drivers/x11/xm_buffer.c > index 97c7814..9c5383b

Re: [Mesa-dev] [PATCH v2 0/5] Use GitLab CI to build Mesa

2018-09-04 Thread Clayton Craft
Quoting Juan A. Suarez Romero (2018-08-29 03:12:33) > Hello. > > This is a first part, version 2, of a more complete proposal to use GitLab CI > to > build and test Mesa. This first part just adds the required pieces to build > Mesa, using the different supported tools (meson, autotools, and

Re: [Mesa-dev] [PATCH] vbo: fix incorrect min/max_index values in display list draw call

2018-01-23 Thread Clayton Craft
On Tue, Jan 23, 2018 at 11:44:01AM -0700, Brian Paul wrote: This fixes another regression from commit 8e4efdc895ea ("vbo: optimize some display list drawing"). The problem was the min_index, max_index values passed to the vbo drawing function were not computed to compensate for the biased

Re: [Mesa-dev] [PATCH 2/2 v2] nir: mako all the intrinsics

2018-03-27 Thread Clayton Craft
Quoting Ian Romanick (2018-03-27 12:21:36) > I haven't investigated the root cause yet, but something about this > patch *explodes* memory usage. My shader-db runs on an 8-thread, 16GB > RAM + 16GB swap system get OOM killed. Previous to this patch, RAM > usage would never exceed 3.1% (based on

[Mesa-dev] [PATCH] intel: Add missing includes for building on Android

2018-03-05 Thread Clayton Craft
This adds a missing library to the i965/Android.mk file, and updates intel/Android.mk to include the new library. Without this, mesa does not build on Android. Fixes: 272bef0601a "intel: Split gen_device_info out into libintel_dev" --- src/intel/Android.mk | 1 +

Re: [Mesa-dev] [PATCH v4] anv/device: fix maximum number of images supported

2019-01-17 Thread Clayton Craft
Quoting Mark Janes (2019-01-17 10:13:37) > Hi Iago, > > It looks like you tested this patch in CI and got the same failures that > we are seeing on master: > > http://mesa-ci-results.jf.intel.com/itoral/builds/263/group/63a9f0ea7bb98050796b649e85481845 The correct link is:

Re: [Mesa-dev] [PATCH] anv: destroy descriptor sets when pool gets reset

2019-03-11 Thread Clayton Craft
On Mon, Mar 11, 2019 at 06:33:54PM +0100, Juan A. Suarez Romero wrote: As stated in Vulkan spec: "Resetting a descriptor pool recycles all of the resources from all of the descriptor sets allocated from the descriptor pool back to the descriptor pool, and the descriptor sets are

Re: [Mesa-dev] [PATCH] android: virgl: fix libmesa_virgil_common build and dependencies

2019-06-19 Thread Clayton Craft
On Sat, Jun 15, 2019 at 07:39:02AM +0200, Mauro Rossi wrote: Fixes the following building errors and resolves Bug 110922 Fixes gallium_dri target missing symbols at linking. Tested in CI, android build test completes successfully. Feel free to add my tested-by. Thanks for the fix!

Re: [Mesa-dev] ?= [PATCH] android:=?utf-8?q? virgl: fix libmesa_virgil_common build and dependencies

2019-06-20 Thread Clayton Craft
On Thu, Jun 20, 2019 at 08:20:12AM +0100, Alexandros Frantzis wrote: On Saturday, June 15, 2019 06:39 BST, Mauro Rossi wrote: Fixes the following building errors and resolves Bug 110922 Fixes gallium_dri target missing symbols at linking. Thanks for the fix. I wonder what would be involved

[Mesa-dev] preserve bugzilla issue subscriptions on migration to gitlab?

2019-09-25 Thread Clayton Craft
I'm subscribed to a number of bugs in bugzilla, but it seems like I must manually open each one once it has been migrated to gitlab to click on the 'notify me' thing to continue to get notified when there are updates/changes. Is there some way to automatically have this done? I really don't want

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

2020-04-23 Thread Clayton Craft
On Thu, Apr 23, 2020 at 08:14:59AM -0700, Mark Janes wrote: Danylo Piliaiev writes: I want to sum up what happened from my perspective, I think it could be useful to improve the process: 1) There was a regression in 20.* (https://gitlab.freedesktop.org/mesa/mesa/-/issues/2758) 2) I "fixed"