Quoting Ian Romanick (2017-06-26 16:22:34)
> From: Ian Romanick
>
> v2: Use textwrap.dedent to make the source line a lot shorter.
> Shortening (?) the line was requested by Jason.
>
> Signed-off-by: Ian Romanick
> ---
> src/intel/genxml/gen_pack_header.py | 9 +++--
> 1 file changed, 7 in
Reviewed-by: Marek Olšák
Marek
On Tue, Jun 27, 2017 at 6:19 PM, Nicolai Hähnle wrote:
> From: Nicolai Hähnle
>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100242
> Fixes: fb827c055cb1 ("winsys/radeon: enable buffer allocation from slabs")
> Cc: mesa-sta...@lists.freedesktop.org
>
From: Ian Romanick
On NV20 (and probably also on earlier NV GPUs that lack
GL_ARB_texture_border_clamp) fixes the following piglit tests:
gl-1.0-beginend-coverage gltexparameter[if]{v,}
push-pop-texture-state
texwrap 1d
texwrap 1d proj
texwrap 2d proj
texwrap formats
All
From: Ilia Mirkin
Fixes quite a few 'texwrap [12]d border color only' tests on NV20
(10de:0201). All told, 40 more tests pass.
Signed-off-by: Ilia Mirkin
---
src/mesa/drivers/dri/nouveau/nv20_state_tex.c | 29 ++-
1 file changed, 28 insertions(+), 1 deletion(-)
diff -
From: Ian Romanick
v2: Force T and R wrap modes to GL_CLAMP_TO_EDGE for 1D textures.
This fixes a regression in tex1d-2dborder. The test uses a 1D texture
but it provides S and T texture coordinates. Since the T wrap mode
would (correctly) be set to GL_CLAMP, the texture would gradually
blend (
On Tuesday, 2017-06-27 19:02:22 +0300, Andres Gomez wrote:
> Sound like a good inclusion for -stable (?)
It's extremely unlikely to break anything, so sure, go ahead :)
>
> On Mon, 2017-06-12 at 12:00 +0100, Eric Engestrom wrote:
> > From: Eric Le Bihan
> >
> > KHR/khrplatform.h is required by
On Tue, Jun 27, 2017 at 5:47 AM, Eric Engestrom
wrote:
> Signed-off-by: Eric Engestrom
> ---
> Note: Autotools and SCons are tested, but Android isn't.
> ---
> git_sha1_gen.sh | 13 +
> src/Makefile.am | 13 +
> src/SConscript
On 06/27/2017 02:59 AM, Timothy Arceri wrote:
> Just curious. Can this extension be added to NV04 and NV10? As those are
> the only drivers that don't currently support it.
>
> I have cards I could test those with, but don't have an NV20.
I just sent out an updated series that I tested on NV20.
On Mon 26 Jun 2017, Eero Tamminen wrote:
> Hi,
>
> On 22.06.2017 23:14, Chad Versace wrote:
> > On Thu 22 Jun 2017, Chad Versace wrote:
> > > On Thu 22 Jun 2017, Kenneth Graunke wrote:
> > > > The author eventually emailed me and said that he considers it a
> > > > "finished experiment" and said t
On 06/27/2017 10:04 AM, Dylan Baker wrote:
> Quoting Ian Romanick (2017-06-26 16:22:34)
>> From: Ian Romanick
>>
>> v2: Use textwrap.dedent to make the source line a lot shorter.
>> Shortening (?) the line was requested by Jason.
>>
>> Signed-off-by: Ian Romanick
>> ---
>> src/intel/genxml/gen_p
On Thu, Jun 22, 2017 at 10:32:42AM -0700, Jason Ekstrand wrote:
> On Thu, Jun 22, 2017 at 10:02 AM, Nanley Chery
> wrote:
>
> > On Thu, Jun 22, 2017 at 09:59:44AM -0700, Nanley Chery wrote:
> > > On Thu, Jun 22, 2017 at 09:55:50AM -0700, Nanley Chery wrote:
> > > > On Wed, Jun 21, 2017 at 06:07:2
On 27.06.2017 18:59, Marek Olšák wrote:
On Tue, Jun 27, 2017 at 6:50 PM, Nicolai Hähnle wrote:
On 27.06.2017 17:07, Marek Olšák wrote:
On Tue, Jun 27, 2017 at 9:22 AM, Nicolai Hähnle
wrote:
On 27.06.2017 02:14, Marek Olšák wrote:
From: Marek Olšák
Shader key size: 107 -> 47
Nice i
On 27 June 2017 18:11:14 BST, Matt Turner wrote:
> On Tue, Jun 27, 2017 at 5:47 AM, Eric Engestrom
> wrote:
> > Signed-off-by: Eric Engestrom
> > ---
> > Note: Autotools and SCons are tested, but Android isn't.
> > ---
> > git_sha1_gen.sh | 13 +
> > src/Makefil
From: Eero Tamminen
Commit f8d69beed49c64f883bb8ffb28d4960306baf575 moving sampler
handling to genxml messed up change done by commit
6a7c5257cac23cd9767aa4bc8fdab68925b11157.
This broke rendering in SynMark CSDof and TexFilterAniso tests.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=
Right you are. Thanks.
Reviewed-by: Matt Turner
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev
Ouch. The frustrating thing is that anisotropic filtering is so
underspecified (intentionally) that it's hard to write tests that will
detect these kinds of problems and also work across multiple vendors. :(
Reviewed-by: Ian Romanick
On 06/27/2017 10:37 AM, Rafael Antognolli wrote:
> From: Eero
On Monday, June 26, 2017 4:22:45 PM PDT Ian Romanick wrote:
> From: Ian Romanick
>
> ---
> src/mesa/drivers/dri/i965/brw_blorp.c | 2 ++
> src/mesa/drivers/dri/i965/intel_fbo.c | 3 +++
> 2 files changed, 5 insertions(+)
>
> diff --git a/src/mesa/drivers/dri/i965/brw_blorp.c
> b/src/mesa/drive
On Tuesday, June 27, 2017 10:37:16 AM PDT Rafael Antognolli wrote:
> From: Eero Tamminen
>
> Commit f8d69beed49c64f883bb8ffb28d4960306baf575 moving sampler
> handling to genxml messed up change done by commit
> 6a7c5257cac23cd9767aa4bc8fdab68925b11157.
>
> This broke rendering in SynMark CSDof a
On Tue, Jun 27, 2017 at 1:11 PM, Ian Romanick wrote:
> On 06/27/2017 02:59 AM, Timothy Arceri wrote:
>> Just curious. Can this extension be added to NV04 and NV10? As those are
>> the only drivers that don't currently support it.
>>
>> I have cards I could test those with, but don't have an NV20.
The Android framework requires support for EGLConfigs with
HAL_PIXEL_FORMAT_RGBX_ and HAL_PIXEL_FORMAT_RGBA_. This prevents
Chrome OS from updating its Android drivers, because earlier this year
Intel disabled all rgbx formats for gen >=9 in brw_surface_formats.c.
This patch series safely (
On Mon, Jun 26, 2017 at 09:36:34PM +0300, Pohjolainen, Topi wrote:
> On Fri, Jun 16, 2017 at 03:41:34PM -0700, Jason Ekstrand wrote:
> > From: Ben Widawsky
> >
> > Allows us to continue utilizing common miptree creation using __DRIimage
> > without creating a new DRIimage (for the intel_process_d
The new function takes a mesa_format and, if the format is an alpha
format with a non-alpha variant, returns the non-alpha format.
Otherwise, it returns the original format.
Example:
input -> output
// Fallback exists
MESA_FORMAT_R8G8B8X8_UNORM -> MESA_FORMAT_R8G8B8A8_UNORM
MESA_FORMAT_RG
This enables support for importing RGBX EGLImage textures on
Skylake.
Chrome OS needs support for RGBX EGLImage textures because because
the Android framework produces HAL_PIXEL_FORMAT_RGBX winsys
surfaces, which the Chrome OS compositor consumes as dma_bufs. On
hardware for which RGB
Intended for header files which are not meant to be included directly.
---
scons/custom.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scons/custom.py b/scons/custom.py
index 544b15d..955247c 100644
--- a/scons/custom.py
+++ b/scons/custom.py
@@ -281,7 +281,7 @@ def parse_s
---
src/gallium/drivers/swr/rasterizer/core/binner.cpp | 6 --
1 file changed, 6 deletions(-)
diff --git a/src/gallium/drivers/swr/rasterizer/core/binner.cpp
b/src/gallium/drivers/swr/rasterizer/core/binner.cpp
index 19eef9b..29d2f1c 100644
--- a/src/gallium/drivers/swr/rasterizer/core/binne
---
src/gallium/drivers/swr/rasterizer/codegen/gen_common.py | 7 +++
1 file changed, 7 insertions(+)
diff --git a/src/gallium/drivers/swr/rasterizer/codegen/gen_common.py
b/src/gallium/drivers/swr/rasterizer/codegen/gen_common.py
index 07b455a..7f53ec6 100644
--- a/src/gallium/drivers/swr/r
---
src/gallium/drivers/swr/rasterizer/codegen/knob_defs.py | 2 +-
src/gallium/drivers/swr/swr_screen.cpp | 4
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/src/gallium/drivers/swr/rasterizer/codegen/knob_defs.py
b/src/gallium/drivers/swr/rasterizer/codegen/
Fixes render target read access from pixel shaders.
---
.../drivers/swr/rasterizer/core/backend_sample.cpp| 15 +++
.../drivers/swr/rasterizer/core/backend_singlesample.cpp | 15 +++
2 files changed, 14 insertions(+), 16 deletions(-)
diff --git a/src/gallium/drive
Increases performance of some large workloads on KNL by ~30%.
---
src/gallium/drivers/swr/rasterizer/codegen/knob_defs.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers/swr/rasterizer/codegen/knob_defs.py
b/src/gallium/drivers/swr/rasterizer/codegen/knob_d
---
src/gallium/drivers/swr/rasterizer/codegen/gen_backends.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/gallium/drivers/swr/rasterizer/codegen/gen_backends.py
b/src/gallium/drivers/swr/rasterizer/codegen/gen_backends.py
index 3f0790c..2fc91d1 100644
--- a/src/gall
Highlights include splitting the heavily templated files into multiple
chunks to speed compile (2x for a large machine), and switching the
simd intrinsic usage from a macro-based header to a more c++ feeling
library.
No regressions on piglit or vtk tests, passes "make dist"/compile.
v2:
* split
---
.../drivers/swr/rasterizer/codegen/gen_backends.py | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/gallium/drivers/swr/rasterizer/codegen/gen_backends.py
b/src/gallium/drivers/swr/rasterizer/codegen/gen_backends.py
index d9e938a..09f40fa 100644
-
Each shader stage state (VS, TS, GS, SO, BE/CLIP) now has a
vertexAttribOffset to specify the offset to the start of the
general attribute section of the incoming verts for that stage.
It is up to the driver to set this up correctly based on the
active stages. All the shader stages use this value i
---
src/gallium/drivers/swr/rasterizer/codegen/gen_backends.py | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/src/gallium/drivers/swr/rasterizer/codegen/gen_backends.py
b/src/gallium/drivers/swr/rasterizer/codegen/gen_backends.py
index 09f40fa..f65f764 100644
--- a/src/ga
The Android framework requires support for EGLConfigs with
HAL_PIXEL_FORMAT_RGBX_ and HAL_PIXEL_FORMAT_RGBA_.
Even though all RGBX formats are disabled on gen9 by
brw_surface_formats.c, the new configs work correctly on Broxton thanks
to _mesa_format_fallback_rgbx_to_rgba().
On GLX, this
On 06/27/2017 11:00 AM, Ilia Mirkin wrote:
> On Tue, Jun 27, 2017 at 1:11 PM, Ian Romanick wrote:
>> On 06/27/2017 02:59 AM, Timothy Arceri wrote:
>>> Just curious. Can this extension be added to NV04 and NV10? As those are
>>> the only drivers that don't currently support it.
>>>
>>> I have cards
On 06/27/2017 10:53 AM, Kenneth Graunke wrote:
> On Monday, June 26, 2017 4:22:45 PM PDT Ian Romanick wrote:
>> From: Ian Romanick
>>
>> ---
>> src/mesa/drivers/dri/i965/brw_blorp.c | 2 ++
>> src/mesa/drivers/dri/i965/intel_fbo.c | 3 +++
>> 2 files changed, 5 insertions(+)
>>
>> diff --git a/sr
On Tue, Jun 27, 2017 at 2:10 PM, Ian Romanick wrote:
> On 06/27/2017 11:00 AM, Ilia Mirkin wrote:
>> On Tue, Jun 27, 2017 at 1:11 PM, Ian Romanick wrote:
>>> On 06/27/2017 02:59 AM, Timothy Arceri wrote:
Just curious. Can this extension be added to NV04 and NV10? As those are
the only d
Am 27.06.2017 um 20:10 schrieb Ian Romanick:
> On 06/27/2017 11:00 AM, Ilia Mirkin wrote:
>> On Tue, Jun 27, 2017 at 1:11 PM, Ian Romanick wrote:
>>> On 06/27/2017 02:59 AM, Timothy Arceri wrote:
Just curious. Can this extension be added to NV04 and NV10? As those are
the only drivers th
In the subject: s/fro/from/
On Fri, Jun 16, 2017 at 03:41:41PM -0700, Jason Ekstrand wrote:
> ---
> src/intel/isl/isl.h | 3 +++
> src/intel/isl/isl_drm.c | 23 +++
> 2 files changed, 26 insertions(+)
>
> diff --git a/src/intel/isl/isl.h b/src/intel/isl/isl.h
> index eb
On Wed, Jun 21, 2017 at 05:51:00PM -0700, Jason Ekstrand wrote:
> On Fri, Jun 16, 2017 at 3:41 PM, Jason Ekstrand
> wrote:
>
> > This series is a rework of Ben's series to enable the CCS format modifier.
> > It started as an attempt to rebase his original patches on top of my
> > resolve reworks
On Tue, Jun 27, 2017 at 1:09 PM, Ian Romanick wrote:
> From: Ian Romanick
>
> On NV20 (and probably also on earlier NV GPUs that lack
> GL_ARB_texture_border_clamp) fixes the following piglit tests:
>
> gl-1.0-beginend-coverage gltexparameter[if]{v,}
> push-pop-texture-state
> texwrap
On 06/27/2017 11:16 AM, Roland Scheidegger wrote:
> Am 27.06.2017 um 20:10 schrieb Ian Romanick:
>> On 06/27/2017 11:00 AM, Ilia Mirkin wrote:
>>> On Tue, Jun 27, 2017 at 1:11 PM, Ian Romanick wrote:
On 06/27/2017 02:59 AM, Timothy Arceri wrote:
> Just curious. Can this extension be added
On 06/27/2017 11:23 AM, Ilia Mirkin wrote:
> On Tue, Jun 27, 2017 at 1:09 PM, Ian Romanick wrote:
>> From: Ian Romanick
>>
>> On NV20 (and probably also on earlier NV GPUs that lack
>> GL_ARB_texture_border_clamp) fixes the following piglit tests:
>>
>> gl-1.0-beginend-coverage gltexparameter
On Mon 26 Jun 2017, Pohjolainen, Topi wrote:
> On Fri, Jun 16, 2017 at 03:41:34PM -0700, Jason Ekstrand wrote:
> > From: Ben Widawsky
> >
> > Allows us to continue utilizing common miptree creation using __DRIimage
> > without creating a new DRIimage (for the intel_process_dri2_buffer()
> > case)
On Tue 20 Jun 2017, Jason Ekstrand wrote:
> From: Chad Versace
>
> The new function takes a mesa_format and, if the format is an alpha
> format with a non-alpha variant, returns the non-alpha format.
> Otherwise, it returns the original format.
>
> Example:
> input -> output
>
> // Fallback
On Tuesday, June 27, 2017 11:00:48 AM PDT Chad Versace wrote:
> The Android framework requires support for EGLConfigs with
> HAL_PIXEL_FORMAT_RGBX_ and HAL_PIXEL_FORMAT_RGBA_.
>
> Even though all RGBX formats are disabled on gen9 by
> brw_surface_formats.c, the new configs work correctly o
On Fri 16 Jun 2017, Jason Ekstrand wrote:
> ---
> src/mesa/drivers/dri/i965/intel_fbo.c | 3 ++-
> src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 7 ---
> src/mesa/drivers/dri/i965/intel_mipmap_tree.h | 3 ++-
> src/mesa/drivers/dri/i965/intel_tex_image.c | 3 ++-
> 4 files changed,
On Fri 16 Jun 2017, Jason Ekstrand wrote:
> ---
> src/mesa/drivers/dri/i965/brw_context.c | 2 +-
> src/mesa/drivers/dri/i965/intel_screen.c | 3 +++
> src/mesa/drivers/dri/i965/intel_screen.h | 4
> 3 files changed, 8 insertions(+), 1 deletion(-)
Patch 17 is
Reviewed-by: Chad Versace
___
On Fri 16 Jun 2017, Jason Ekstrand wrote:
> ---
> src/intel/Makefile.am | 1 +
> src/intel/Makefile.sources | 1 +
> src/intel/isl/isl.h| 22 +
> src/intel/isl/isl_drm.c| 59
> ++
> 4 files changed, 83 insertions(+)
>
On Tue, Jun 27, 2017 at 3:18 PM, Ian Romanick wrote:
> On 06/27/2017 11:23 AM, Ilia Mirkin wrote:
>> On Tue, Jun 27, 2017 at 1:09 PM, Ian Romanick wrote:
>>> From: Ian Romanick
>>>
>>> On NV20 (and probably also on earlier NV GPUs that lack
>>> GL_ARB_texture_border_clamp) fixes the following pi
Vertex buffer state doesn't need to be validated on every call,
only on dirty _NEW_VERTEX or indexed draws.
Unconditional validation was introduced as part of patch 330d0607ed6,
"remove pipe_index_buffer and set_index_buffer", with the expectation
we'd optimize later.
---
src/gallium/drivers/swr/
This optimization has been removed on gen10+.
Signed-off-by: Anuj Phogat
---
src/intel/compiler/brw_fs.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/intel/compiler/brw_fs.cpp b/src/intel/compiler/brw_fs.cpp
index 43b6e34..a2a99b7 100644
--- a/src/intel/compiler/brw_
On 27/06/17 21:20, Samuel Pitoiset wrote:
Signed-off-by: Samuel Pitoiset
---
src/mapi/glapi/gen/gl_API.xml | 4 ++--
src/mesa/main/shaderapi.c | 28
src/mesa/main/shaderapi.h | 7 ++-
3 files changed, 36 insertions(+), 3 deletions(-)
diff --git a/
On 27/06/17 21:20, Samuel Pitoiset wrote:
Signed-off-by: Samuel Pitoiset
---
src/mesa/main/shaderapi.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/mesa/main/shaderapi.c b/src/mesa/main/shaderapi.c
index 7318833e9b8..bb944191813 100644
--- a/src/mesa/
5-15:
Reviewed-by: Timothy Arceri
On 27/06/17 21:20, Samuel Pitoiset wrote:
Signed-off-by: Samuel Pitoiset
---
src/mapi/glapi/gen/ARB_direct_state_access.xml | 2 +-
src/mesa/main/texobj.c | 8
src/mesa/main/texobj.h | 3 +++
3 fil
On 27/06/17 21:20, Samuel Pitoiset wrote:
Signed-off-by: Samuel Pitoiset
---
src/mesa/main/bufferobj.c | 45 ++---
1 file changed, 26 insertions(+), 19 deletions(-)
diff --git a/src/mesa/main/bufferobj.c b/src/mesa/main/bufferobj.c
index 6e2979f6db9..e
On Fri 23 Jun 2017, alexandros.frant...@collabora.com wrote:
> From: Alexandros Frantzis
>
> Introduce utilities to describe, find and compare Vulkan formats based
> on their color component masks, taking into account system endianness.
> ---
> src/vulkan/Makefile.sources | 2 +
> src/vul
On 27/06/17 21:20, Samuel Pitoiset wrote:
Signed-off-by: Samuel Pitoiset
---
src/mesa/main/texobj.c | 34 +-
1 file changed, 21 insertions(+), 13 deletions(-)
diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c
index 0fcf5839689..1b2bb50d1d3 100644
--
On Fri 23 Jun 2017, alexandros.frant...@collabora.com wrote:
> From: Alexandros Frantzis
>
> Improve the surface format support in the Wayland Vulkan WSI, by
> automating the matching between wl_drm and Vulkan formats. The same
> mechanism can be used to improve format support in vulkan/wsi/x11
>
On 27/06/17 21:20, Samuel Pitoiset wrote:
Signed-off-by: Samuel Pitoiset
---
src/mesa/main/samplerobj.c | 37 ++---
1 file changed, 22 insertions(+), 15 deletions(-)
diff --git a/src/mesa/main/samplerobj.c b/src/mesa/main/samplerobj.c
index d3ed4da3932..2fbaab
On 27/06/17 21:20, Samuel Pitoiset wrote:
Signed-off-by: Samuel Pitoiset
---
src/mesa/main/pipelineobj.c | 33 +++--
1 file changed, 19 insertions(+), 14 deletions(-)
diff --git a/src/mesa/main/pipelineobj.c b/src/mesa/main/pipelineobj.c
index 0f0d1dafffe..ca17f
Daniel, I have a question for you below.
On Tue 27 Jun 2017, Kenneth Graunke wrote:
> On Tuesday, June 27, 2017 11:00:48 AM PDT Chad Versace wrote:
> > The Android framework requires support for EGLConfigs with
> > HAL_PIXEL_FORMAT_RGBX_ and HAL_PIXEL_FORMAT_RGBA_.
> >
> > Even though all
Build mesa 4772 failed
Commit 74db56b97a by Chad Versace on 5/30/2017 7:27 PM:
i965: Add a RGBX->RGBA fallback for glEGLImageTextureTarget2D()\n\nThis enables support for importing RGBX EGLImage textures on\nSkylake.\n\nChrome OS needs support for RGBX
On Tue, Jun 27, 2017 at 4:29 PM, Chad Versace
wrote:
> On Fri 23 Jun 2017, alexandros.frant...@collabora.com wrote:
> > From: Alexandros Frantzis
> >
> > Introduce utilities to describe, find and compare Vulkan formats based
> > on their color component masks, taking into account system endianne
>
>
> Drive-by: Yes, I agree that this doesn't match Vulkan particularly well.
> It's a very X11 or drm_fourcc way of described formats and is nothing like
> anything else we have in mesa. That doesn't mean it's strictly wrong, just
> that it's awkward to people who are used to some of the other m
On Mon, Jun 26, 2017 at 12:50 PM, Pohjolainen, Topi <
topi.pohjolai...@gmail.com> wrote:
> On Fri, Jun 16, 2017 at 03:41:49PM -0700, Jason Ekstrand wrote:
> > ---
> > src/mesa/drivers/dri/i965/intel_screen.c | 55
> +---
> > 1 file changed, 50 insertions(+), 5 deletion
On Tue, Jun 27, 2017 at 12:19 PM, Chad Versace
wrote:
> On Mon 26 Jun 2017, Pohjolainen, Topi wrote:
> > On Fri, Jun 16, 2017 at 03:41:34PM -0700, Jason Ekstrand wrote:
> > > From: Ben Widawsky
> > >
> > > Allows us to continue utilizing common miptree creation using
> __DRIimage
> > > without c
On Tue, Jun 27, 2017 at 12:49 PM, Chad Versace
wrote:
> On Fri 16 Jun 2017, Jason Ekstrand wrote:
> > ---
> > src/mesa/drivers/dri/i965/intel_fbo.c | 3 ++-
> > src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 7 ---
> > src/mesa/drivers/dri/i965/intel_mipmap_tree.h | 3 ++-
> > src/m
On 27/06/17 21:20, Samuel Pitoiset wrote:
Signed-off-by: Samuel Pitoiset
---
src/mesa/main/fbobject.c | 30 --
1 file changed, 20 insertions(+), 10 deletions(-)
diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c
index 74b38180900..d16fe6bd21a 10064
https://bugs.freedesktop.org/show_bug.cgi?id=101614
Bug ID: 101614
Summary: OSMesa 17.1.3 simd16intrin build FAIL on Win/MinGW -
'expected initializer before _simd16_setzero_ps ...'
Product: Mesa
Version: 17.1
Hardware: x86
Quoting Dylan Baker (2017-06-27 10:04:47)
> Quoting Ian Romanick (2017-06-26 16:22:34)
> > From: Ian Romanick
> >
> > v2: Use textwrap.dedent to make the source line a lot shorter.
> > Shortening (?) the line was requested by Jason.
> >
> > Signed-off-by: Ian Romanick
> > ---
> > src/intel/gen
On 27/06/17 21:20, Samuel Pitoiset wrote:
Signed-off-by: Samuel Pitoiset
---
src/mesa/main/buffers.c | 46 +-
1 file changed, 29 insertions(+), 17 deletions(-)
diff --git a/src/mesa/main/buffers.c b/src/mesa/main/buffers.c
index d85974afe60..dfee7a
On 27/06/17 21:20, Samuel Pitoiset wrote:
Signed-off-by: Samuel Pitoiset
---
src/mapi/glapi/gen/gl_API.xml | 2 +-
src/mesa/main/shader_query.cpp | 11 +++
src/mesa/main/shaderapi.h | 3 +++
3 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/src/mapi/glapi/gen/
41-42:
Reviewed-by: Timothy Arceri
On 27/06/17 21:20, Samuel Pitoiset wrote:
Signed-off-by: Samuel Pitoiset
---
src/mapi/glapi/gen/gl_API.xml | 2 +-
src/mesa/main/clear.c | 8
src/mesa/main/clear.h | 2 ++
3 files changed, 11 insertions(+), 1 deletion(-)
diff -
Fixes broken SCons build since a1983223d8839a0c9
---
src/mesa/SConscript | 7 +++
1 file changed, 7 insertions(+)
diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index fa4efe1..b63e15a 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SConscript
@@ -79,6 +79,13 @@ format_unpack = env.Cod
We do the same check in the shared code in the set_tex_parameterf()
call.
---
src/mesa/main/texparam.c | 4
1 file changed, 4 deletions(-)
diff --git a/src/mesa/main/texparam.c b/src/mesa/main/texparam.c
index 3c110de..6c908af 100644
--- a/src/mesa/main/texparam.c
+++ b/src/mesa/main/texpara
---
src/mesa/main/blend.c | 25 -
1 file changed, 16 insertions(+), 9 deletions(-)
diff --git a/src/mesa/main/blend.c b/src/mesa/main/blend.c
index 881e9c8..541c248 100644
--- a/src/mesa/main/blend.c
+++ b/src/mesa/main/blend.c
@@ -755,6 +755,21 @@ _mesa_AlphaFunc( GLenum
---
src/mapi/glapi/gen/gl_API.xml | 2 +-
src/mesa/main/blend.c | 8
src/mesa/main/blend.h | 4
3 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index 4820c7f..9482ab5 100644
--- a/src/mapi/gl
---
src/mapi/glapi/gen/gl_API.xml | 2 +-
src/mesa/main/uniforms.c | 11 +++
src/mesa/main/uniforms.h | 2 ++
3 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index 17fea47..d545050 100644
--- a/src/map
Once this and Samuels latest patchset lands there should only be
3 more major calls to go.
glTexParameteri()
glEnable/Disable()
TexParameteri is non trival to rework for no error I'm still
thinking about how best to do it. glEnable/Disable is just
really large, I think we will probably just pass
---
src/mapi/glapi/gen/ARB_direct_state_access.xml | 2 +-
src/mapi/glapi/gen/gl_API.xml | 2 +-
src/mesa/main/varray.c | 18 ++
src/mesa/main/varray.h | 7 +++
4 files changed, 27 insertions(+), 2 deletions(-)
This will let us just call disable_vertex_array_attrib() for
KHR_no_error support.
---
src/mesa/main/varray.c | 24 ++--
1 file changed, 14 insertions(+), 10 deletions(-)
diff --git a/src/mesa/main/varray.c b/src/mesa/main/varray.c
index 7665e77..207fa78 100644
--- a/src/mesa/
---
src/mapi/glapi/gen/gl_API.xml | 4 ++--
src/mesa/main/pixelstore.c| 13 +
src/mesa/main/pixelstore.h| 8
3 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index d878a04..4820c7f 100644
--
---
src/mapi/glapi/gen/ARB_blend_func_extended.xml | 2 +-
src/mapi/glapi/gen/GL3x.xml| 2 +-
src/mesa/main/shader_query.cpp | 24
src/mesa/main/shaderapi.h | 8
4 files changed, 34 insertions(+), 2 delet
---
src/mapi/glapi/gen/gl_API.xml | 4 ++--
src/mesa/main/blend.c | 25 +
src/mesa/main/blend.h | 5 +
3 files changed, 32 insertions(+), 2 deletions(-)
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index d545050..0635177
---
src/mapi/glapi/gen/ARB_direct_state_access.xml | 2 +-
src/mapi/glapi/gen/gl_API.xml | 2 +-
src/mesa/main/varray.c | 17 +
src/mesa/main/varray.h | 6 ++
4 files changed, 25 insertions(+), 2 deletions(-)
Will be used to add KHR_no_error support.
---
src/mesa/main/pixelstore.c | 103 +
1 file changed, 57 insertions(+), 46 deletions(-)
diff --git a/src/mesa/main/pixelstore.c b/src/mesa/main/pixelstore.c
index fc81533..841ff48 100644
--- a/src/mesa/main/pi
---
src/mesa/main/blend.c | 131 +++---
1 file changed, 81 insertions(+), 50 deletions(-)
diff --git a/src/mesa/main/blend.c b/src/mesa/main/blend.c
index 3fa9678..b06ec33 100644
--- a/src/mesa/main/blend.c
+++ b/src/mesa/main/blend.c
@@ -157,20 +157,6
---
src/mesa/main/shader_query.cpp | 30 +++---
1 file changed, 19 insertions(+), 11 deletions(-)
diff --git a/src/mesa/main/shader_query.cpp b/src/mesa/main/shader_query.cpp
index 6efbc37..d571846 100644
--- a/src/mesa/main/shader_query.cpp
+++ b/src/mesa/main/shader_quer
---
src/mesa/main/context.c | 23 +++
src/mesa/main/context.h | 3 ---
2 files changed, 7 insertions(+), 19 deletions(-)
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index b801322..2ed4ae8 100644
--- a/src/mesa/main/context.c
+++ b/src/mesa/main/context.c
@@
Looks good to me, thanks!
Reviewed-by: Roland Scheidegger
Am 28.06.2017 um 04:58 schrieb Brian Paul:
> Fixes broken SCons build since a1983223d8839a0c9
> ---
> src/mesa/SConscript | 7 +++
> 1 file changed, 7 insertions(+)
>
> diff --git a/src/mesa/SConscript b/src/mesa/SConscript
> index f
101 - 192 of 192 matches
Mail list logo