On Wed, 25 Mar 2015 13:10:24 +0100
Emmanuel Gil Peyrot wrote:
> This makes the generated protocol headers a lot more readable.
> ---
> src/egl/wayland/wayland-drm/wayland-drm.xml | 159
> +---
> 1 file changed, 100 insertions(+), 59 deletions(-)
>
> diff --git a/src/egl
Evergreen and later chips support S8, but there are limitations: if
you want to bind a separate depth buffer to it, it must have the same
tiling parameters except for the tile split (that's the only one that
can be different) and HTILE must be disabled. Not really worth
implementing.
S8 without a
Putting S8 last in the list is like not putting it there at all.
Marek
On Mon, Apr 6, 2015 at 5:07 AM, Dave Airlie wrote:
> if we support stencil texturing, enable texture_stencil8
> there is no requirement to support native S8 for this,
> the texture can be converted to x24s8 fine.
>
> v2: fold
On 4 April 2015 at 08:46, Jordan Justen wrote:
> On 2015-04-03 19:18:35, Stéphane Marchesin wrote:
>> > Perhaps EGL_MESA_platform_surfaceless and platform_surfaceless.c?
>>
>> That's a very good name. As it happens, it also matches Chrome's naming.
>
> Chad made the point that this probably isn't
On Sun, Apr 05, 2015 at 08:22:13PM +0300, Pohjolainen, Topi wrote:
> On Sun, Apr 05, 2015 at 08:06:50PM +0300, Pohjolainen, Topi wrote:
> > On Sun, Apr 05, 2015 at 08:46:16AM -0400, Ilia Mirkin wrote:
> > > While this change is correct, the Intel guys will yell at you, because
> > > they're somehow
On Mon, Apr 6, 2015 at 11:33 AM, Pohjolainen, Topi
wrote:
> On Sun, Apr 05, 2015 at 08:22:13PM +0300, Pohjolainen, Topi wrote:
>> On Sun, Apr 05, 2015 at 08:06:50PM +0300, Pohjolainen, Topi wrote:
>> > On Sun, Apr 05, 2015 at 08:46:16AM -0400, Ilia Mirkin wrote:
>> > > While this change is correct
From: Rob Clark
Just because there is array access, doesn't mean everything is an array.
Signed-off-by: Rob Clark
---
src/gallium/auxiliary/nir/tgsi_to_nir.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/auxiliary/nir/tgsi_to_nir.c
b/src/gallium/auxiliary/nir
On Sat, Apr 4, 2015 at 3:46 AM, Kenneth Graunke wrote:
> Presumably no one has noticed this breakage because
> ARB_transform_feedback3 isn't exposed on Haswell due to the ongoing
> command streamer shenanigans, and ARB_gpu_shader5 isn't exposed on
> Broadwell because we keep forgetting about it.
>
On 04/02/2015 10:55 AM, Thomas Helland wrote:
> This reminds me of a patch Eric wrote that probably
> fell through the cracks when he migrated jobs:
>
> https://freedesktop.org/patch/26778/
> "Free the compiled shader IR after it has been linked"
There's a pretty significant bug triggered by that
https://bugs.freedesktop.org/show_bug.cgi?id=89920
Bug ID: 89920
Summary: eglCreatePlatformWindowSurfaceEXT() should not
dereference native_window
Product: Mesa
Version: 10.5
Hardware: All
OS: All
https://bugs.freedesktop.org/show_bug.cgi?id=89920
Daniel Stone changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
On Mon, Apr 06, 2015 at 12:05:56PM -0400, Ilia Mirkin wrote:
> On Mon, Apr 6, 2015 at 11:33 AM, Pohjolainen, Topi
> wrote:
> > On Sun, Apr 05, 2015 at 08:22:13PM +0300, Pohjolainen, Topi wrote:
> >> On Sun, Apr 05, 2015 at 08:06:50PM +0300, Pohjolainen, Topi wrote:
> >> > On Sun, Apr 05, 2015 at 0
Rob Clark writes:
> From: Rob Clark
>
> Just because there is array access, doesn't mean everything is an array.
Reviewed-by: Eric Anholt
signature.asc
Description: PGP signature
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists
On 04/04/2015 11:48 PM, Dave Airlie wrote:
> This was using the wrong extension, ARB_stencil_texturing
> doesn't mention any changes in this area.
Right... that extension only enables reading the stencil value from a
GL_DEPTH_STENCIL texture. This patch is
Reviewed-by: Ian Romanick
> Signed-of
On Fri, Mar 20, 2015 at 1:58 PM, Ian Romanick wrote:
> From: Ian Romanick
>
> On SNB+, the Boolean result is always 0 or ~0, so MOV.nz produces the
> same effect as AND.nz. However, later cmod propagation passes can
> handle the MOV.nz, but they cannot handle the AND.nz because the source
> is n
On 04/06/2015 08:33 AM, Pohjolainen, Topi wrote:
> On Sun, Apr 05, 2015 at 08:22:13PM +0300, Pohjolainen, Topi wrote:
>> On Sun, Apr 05, 2015 at 08:06:50PM +0300, Pohjolainen, Topi wrote:
>>> On Sun, Apr 05, 2015 at 08:46:16AM -0400, Ilia Mirkin wrote:
While this change is correct, the Intel g
On Mon, Apr 06, 2015 at 11:37:08AM -0700, Ian Romanick wrote:
> On 04/06/2015 08:33 AM, Pohjolainen, Topi wrote:
> > On Sun, Apr 05, 2015 at 08:22:13PM +0300, Pohjolainen, Topi wrote:
> >> On Sun, Apr 05, 2015 at 08:06:50PM +0300, Pohjolainen, Topi wrote:
> >>> On Sun, Apr 05, 2015 at 08:46:16AM -0
Rob Clark writes:
> From: Rob Clark
>
> Originally you had to have one or the other. But actually I don't want
> either. (Or rather I want whatever is the minimum # of instructions.)
>
> TODO: not sure where the best place to insert a check that driver hasn't
> set *both* lower_negate and lowe
On 04/06/2015 11:35 AM, Matt Turner wrote:
> On Fri, Mar 20, 2015 at 1:58 PM, Ian Romanick wrote:
>> From: Ian Romanick
>>
>> On SNB+, the Boolean result is always 0 or ~0, so MOV.nz produces the
>> same effect as AND.nz. However, later cmod propagation passes can
>> handle the MOV.nz, but they
This allows _mesa_base_tex_format() to be fixed to use correct
extension when choosing format for stencil, ARB_texture_stencil8
and not ARB_stencil_texturing.
No piglit regressions on BDW.
Signed-off-by: Topi Pohjolainen
---
src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c | 4
src/mesa/d
Suggested by Topi Pohjolainen.
Signed-off-by: Kenneth Graunke
Cc: Topi Pohjolainen
---
src/mesa/drivers/dri/i965/gen7_sol_state.c | 16
src/mesa/drivers/dri/i965/gen8_sol_state.c | 16
2 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/src/mesa/dr
On Monday, April 06, 2015 10:01:16 AM Matt Turner wrote:
> On Sat, Apr 4, 2015 at 3:46 AM, Kenneth Graunke wrote:
> > Presumably no one has noticed this breakage because
> > ARB_transform_feedback3 isn't exposed on Haswell due to the ongoing
> > command streamer shenanigans, and ARB_gpu_shader5 is
On Fri, Apr 3, 2015 at 2:06 PM, Jason Ekstrand wrote:
> There can be problems with floats and conditional modifiers when
> copy-propagating a negated UD source. Previously, we checked the source to
> be copied for the negate and then checked the source being propagated to for
> the type. This is
On Fri, Apr 3, 2015 at 2:06 PM, Jason Ekstrand wrote:
> SEL and MOV instructions, as long as they don't have source modifiers, are
> just copying bits around. This commit adds support to copy propagation to
> switch the type of a SEL or MOV instruction as needed so that it can
> propagate source
This allows those formats to work with the meta PBO upload path.
Signed-off-by: Kenneth Graunke
---
src/mesa/drivers/dri/i965/brw_surface_formats.c | 8
1 file changed, 8 insertions(+)
diff --git a/src/mesa/drivers/dri/i965/brw_surface_formats.c
b/src/mesa/drivers/dri/i965/brw_surface
From: Dave Airlie
arb_stencil_texturing-draw failed under softpipe because we got a float
back from the texturing function, and then tried to U2F it, stencil
texturing returns ints, so we should fix the tiling to retrieve
the stencil values as integers not floats.
Signed-off-by: Dave Airlie
---
Am 07.04.2015 um 02:15 schrieb Dave Airlie:
> From: Dave Airlie
>
> arb_stencil_texturing-draw failed under softpipe because we got a float
> back from the texturing function, and then tried to U2F it, stencil
> texturing returns ints, so we should fix the tiling to retrieve
> the stencil values
Add SV_GEOMETRY_EMIT special variable type to track the
implicit dependencies between CUT/EMIT_VERTEX/MEM_RING
instructions so GCM/scheduler doesn't reorder them.
Mark emit instructions as unkillable so DCE doesn't eat them.
Enable only for evergreen/cayman as there are a few
unexplained GS pigli
On Mon, Apr 6, 2015 at 4:50 PM, Matt Turner wrote:
> On Fri, Apr 3, 2015 at 2:06 PM, Jason Ekstrand wrote:
>> There can be problems with floats and conditional modifiers when
>> copy-propagating a negated UD source. Previously, we checked the source to
>> be copied for the negate and then checke
On Mon, Apr 6, 2015 at 4:55 PM, Matt Turner wrote:
> On Fri, Apr 3, 2015 at 2:06 PM, Jason Ekstrand wrote:
>> SEL and MOV instructions, as long as they don't have source modifiers, are
>> just copying bits around. This commit adds support to copy propagation to
>> switch the type of a SEL or MOV
On 7 April 2015 at 11:00, Glenn Kennard wrote:
> Add SV_GEOMETRY_EMIT special variable type to track the
> implicit dependencies between CUT/EMIT_VERTEX/MEM_RING
> instructions so GCM/scheduler doesn't reorder them.
>
> Mark emit instructions as unkillable so DCE doesn't eat them.
>
> Enable only
These don't work in MSVC or in older versions of GCC
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89899
Cc: Eric Anholt
---
src/glsl/nir/nir_lower_tex_projector.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/glsl/nir/nir_lower_tex_projector.c
b/src/glsl/ni
Signed-off-by: Ilia Mirkin
---
Pushing this through a complete piglit run, but it seems to fix
bin/arb-provoking-vertex-render
on a3xx. Please take special care to double-check that I didn't mess
up cw/ccw order or something. I'm especially weak on the quadstrip
case.
src/gallium/auxiliary/
On Gen7/8 for RAW surface format, the depth field (surf[3]) in surface
state means [30:21] bits of number of entries which is different from
other surface format which uses [26:21] bits field.
Signed-off-by: Zhenyu Wang
---
src/mesa/drivers/dri/i965/gen7_wm_surface_state.c | 7 +--
src/mesa/
On Mon, Apr 06, 2015 at 05:06:39PM -0700, Kenneth Graunke wrote:
> This allows those formats to work with the meta PBO upload path.
>
> Signed-off-by: Kenneth Graunke
Reviewed-by: Topi Pohjolainen
> ---
> src/mesa/drivers/dri/i965/brw_surface_formats.c | 8
> 1 file changed, 8 insert
On Tue, Apr 7, 2015 at 1:44 AM, Ilia Mirkin wrote:
> Signed-off-by: Ilia Mirkin
> ---
>
> Pushing this through a complete piglit run, but it seems to fix
>
> bin/arb-provoking-vertex-render
>
> on a3xx. Please take special care to double-check that I didn't mess
> up cw/ccw order or something.
On Mon, Apr 06, 2015 at 04:12:32PM -0700, Kenneth Graunke wrote:
> Suggested by Topi Pohjolainen.
>
> Signed-off-by: Kenneth Graunke
> Cc: Topi Pohjolainen
Thanks Ken!
Reviewed-by: Topi Pohjolainen
> ---
> src/mesa/drivers/dri/i965/gen7_sol_state.c | 16
> src/mesa/drivers/
37 matches
Mail list logo