https://bugs.freedesktop.org/show_bug.cgi?id=91254
--- Comment #21 from Rhys Kidd ---
Confirmed as resolved for me on IronLake with Mesa git. Thanks.
--
You are receiving this mail because:
You are the assignee for the bug.
___
mesa-dev mailing list
m
On 2015-08-28 17:12:31, Matt Turner wrote:
> See commit 3b7f683f.
That commit message seems short enough to replicate, although it is
also valuable to mention the hash here too.
Reviewed-by: Jordan Justen
It almost seems like we could rename emit_minmax to emit_cmpsel,
optionally make it privat
On Aug 28, 2015 2:31 PM, "Brian Paul" wrote:
>
> v2: fix errant _GNU_SOURCE test, per Matt Turner.
> ---
> src/gallium/auxiliary/util/u_math.h | 20
> 1 file changed, 20 insertions(+)
>
> diff --git a/src/gallium/auxiliary/util/u_math.h
b/src/gallium/auxiliary/util/u_math.h
>
On Fri, Aug 28, 2015 at 8:27 PM, Jordan Justen
wrote:
> On 2015-08-05 01:30:17, Iago Toral Quiroga wrote:
>> From: Samuel Iglesias Gonsalvez
>>
>> This commit also adds functions to calculate std430 base alignment and sizes
>>
>> Signed-off-by: Samuel Iglesias Gonsalvez
>> ---
>> src/glsl/ast.h
On 2015-08-05 01:30:17, Iago Toral Quiroga wrote:
> From: Samuel Iglesias Gonsalvez
>
> This commit also adds functions to calculate std430 base alignment and sizes
>
> Signed-off-by: Samuel Iglesias Gonsalvez
> ---
> src/glsl/ast.h | 1 +
> src/glsl/ast_to_hir.cpp
See commit 3b7f683f.
---
src/mesa/drivers/dri/i965/brw_fs_builder.h | 2 ++
src/mesa/drivers/dri/i965/brw_fs_surface_builder.cpp | 8
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_fs_builder.h
b/src/mesa/drivers/dri/i965/brw_fs_bui
On Wed, Aug 5, 2015 at 1:30 AM, Iago Toral Quiroga wrote:
> From: Samuel Iglesias Gonsalvez
>
> Signed-off-by: Samuel Iglesias Gonsalvez
> ---
> src/mesa/drivers/dri/i965/brw_fs_nir.cpp | 49
>
> 1 file changed, 49 insertions(+)
>
> diff --git a/src/mesa/driver
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.cgi?id=91643
---
demo1 and eglscreen didn't look useful, bu
On 2015-08-05 01:30:16, Iago Toral Quiroga wrote:
> From: Samuel Iglesias Gonsalvez
>
> The returned drm buffer object has a size multiple of 4096 but that should not
> be exposed to the API user, which is working with a different size.
Would the only API where this would be visible be unsized a
Reviewed-by: Jordan Justen
On 2015-08-05 01:30:15, Iago Toral Quiroga wrote:
> From: Samuel Iglesias Gonsalvez
>
> Otherwise we can expect odd things to happen if, for example, we ask
> for the size of the attached buffer from shader code, since that
> might query this value from the surface we
On 2015-08-05 01:30:14, Iago Toral Quiroga wrote:
> From: Samuel Iglesias Gonsalvez
>
> Signed-off-by: Samuel Iglesias Gonsalvez
> ---
> src/mesa/drivers/dri/i965/brw_fs_nir.cpp | 49
>
> 1 file changed, 49 insertions(+)
>
> diff --git a/src/mesa/drivers/dri/i
Reviewed-by: Matt Turner
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
On 08/28/2015 10:00 AM, Brian Paul wrote:
On 08/28/2015 06:12 AM, Emil Velikov wrote:
On 28 August 2015 at 00:47, Brian Paul wrote:
The first 15 patches or so are general gallium util/tgsi/etc changes.
They've all been reviewed in-house but Mesa developers are more than
welcome
to review the
Like util_set_vertex_buffers_count(), this basically just copies a
pipe_index_buffer object, taking care of refcounting.
---
src/gallium/auxiliary/util/u_helpers.c | 15 +++
src/gallium/auxiliary/util/u_helpers.h | 3 +++
2 files changed, 18 insertions(+)
diff --git a/src/gallium/aux
On 08/28/2015 11:03 AM, Jason Ekstrand wrote:
On Fri, Aug 28, 2015 at 7:43 AM, Brian Paul wrote:
On 08/28/2015 12:43 AM, Jason Ekstrand wrote:
On Thu, Aug 27, 2015 at 11:42 PM, Jason Ekstrand
wrote:
From: Brian Paul
Previously, core Mesa's _mesa_CopyImageSubData() created temporary
textu
---
src/gallium/auxiliary/tgsi/tgsi_util.c | 18 ++
src/gallium/auxiliary/tgsi/tgsi_util.h | 3 +++
2 files changed, 21 insertions(+)
diff --git a/src/gallium/auxiliary/tgsi/tgsi_util.c
b/src/gallium/auxiliary/tgsi/tgsi_util.c
index e5b8427..653e650 100644
--- a/src/gallium/auxi
From: José Fonseca
Let it be defined externally instead, allowing setting mechanisms other
than environment variables.
Reviewed-by: Zack Rusin
Reviewed-by: Matthew McClure
---
src/gallium/auxiliary/os/os_misc.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/gallium/auxiliary/os/os_
From: Roland Scheidegger
It isn't really obvious if intersection test should take into account empty
rectangles or if the caller should do it. But it looks like most callers
actually verified one of the rects but not the other, but since correctly
returning an empty rect that other rect could act
From: Charmaine Lee
This adds a tgsi utility tgsi_add_point_sprite to transform a geometry
shader to emulate wide points by drawing quads. This utility adds an
extra output for the original point position if the point position is
to be written to a stream output buffer. It also assumes the driver
v2: fix errant _GNU_SOURCE test, per Matt Turner.
---
src/gallium/auxiliary/util/u_math.h | 20
1 file changed, 20 insertions(+)
diff --git a/src/gallium/auxiliary/util/u_math.h
b/src/gallium/auxiliary/util/u_math.h
index 56bd185..c551974 100644
--- a/src/gallium/auxiliary/u
Reviewed-by: Jose Fonseca
---
src/gallium/auxiliary/util/u_string.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/gallium/auxiliary/util/u_string.h
b/src/gallium/auxiliary/util/u_string.h
index f7ab09c..adcdf20 100644
--- a/src/gallium/auxiliary/util/u_string.h
+++ b/src/gallium/aux
This could be used by any driver where the device doesn't directly
support two-sided lighting. This code modifies a fragment shader
to accecpt back-face colors and choose between the front/back colors
depending on the triangle's front-face sign.
---
src/gallium/auxiliary/Makefile.sources |
From: Charmaine Lee
This adds a tgsi utility tgsi_add_aa_point to transform a fragment shader
to support anti-aliased wide point by computing the fragment distance from
the point center. This utility assumes the geometry shader is emitting
an extra generic output with point coord data. The semant
Reviewed-by: Charmaine Lee
---
src/gallium/auxiliary/draw/draw_pipe_aapoint.c | 3 ++-
src/gallium/auxiliary/draw/draw_pipe_pstipple.c | 3 ++-
src/gallium/auxiliary/tgsi/tgsi_transform.h | 5 +++--
src/gallium/auxiliary/util/u_pstipple.c | 2 +-
4 files changed, 8 insertions(+), 5 d
From: Charmaine Lee
This patch adds some more helper functions such as
. tgsi_transform_temps_decl
. tgsi_transform_output_decl
. tgsi_transform_dst_reg
. tgsi_transform_src_reg
Reviewed-by: Brian Paul
---
src/gallium/auxiliary/tgsi/tgsi_transform.h | 69 +++
From: Charmaine Lee
Reviewed-by: Brian Paul
---
src/gallium/auxiliary/util/u_simple_shaders.c | 51 +++
src/gallium/auxiliary/util/u_simple_shaders.h | 6
2 files changed, 57 insertions(+)
diff --git a/src/gallium/auxiliary/util/u_simple_shaders.c
b/src/gallium/a
The first function translates prim restart indexes to be 0x or
0x.
The second splits indexed primitives with restart indexes into sub-
primitives without restart indexes.
Reviewed-by: Roland Scheidegger
---
src/gallium/auxiliary/Makefile.sources | 2 +
src/gallium/auxiliary/u
From: Roland Scheidegger
These functions deal with inclusive coordinates, hence a 0/0/0/0 rect
returned when there's no intersection doesn't actually represent an empty
rectangle. Hence return 0/-1/0/-1 instead.
This fixes some problems in llvmpipe with empty scissor rects (which up
to now didn't
On Mon, Aug 24, 2015 at 2:02 PM, Erik Faye-Lund wrote:
> There's no point in repeatedly looking up the base-format of an
> internalformat. So let's cache it in a variable instead.
>
> Signed-off-by: Erik Faye-Lund
> ---
I actually measure an increase in .text size with this patch, but
marking th
From: Ray Strode
At the moment if a gbm buffer is imported and the gbm buffer
has an old-style GBM_BO_FORMAT format, the import will crash,
since it's passed directly to DRI functions that expect
a fourcc format (as provided by the newer GBM_FORMAT
definitions)
This commit addresses the problem
---
Here's another glapi patch that I never got upstream.
src/mapi/entry_x86-64_tls.h | 10 ++
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/src/mapi/entry_x86-64_tls.h b/src/mapi/entry_x86-64_tls.h
index 5c03b04..38faccc 100644
--- a/src/mapi/entry_x86-64_tls.h
+++ b/src/
Hi,
> + switch (fd_data->format) {
> + case GBM_FORMAT_RGB565:
> + case GBM_FORMAT_XRGB:
> + case GBM_FORMAT_ARGB:
> + case GBM_FORMAT_ABGR:
> + case GBM_FORMAT_ARGB2101010:
> + case GBM_FORMAT_XRGB2101010:
So Rob Clark pointed out on IRC that this mi
From: Ray Strode
At the moment if a gbm buffer is imported and the gbm buffer
has an old-style GBM_BO_FORMAT format, the import will crash,
since it's passed directly to DRI functions that expect
a fourcc format (as provided by the newer GBM_FORMAT
definitions)
This commit addresses the problem
On Fri, Aug 28, 2015 at 10:49 AM, Connor Abbott wrote:
>
> On Aug 27, 2015 11:45 AM, "Jason Ekstrand" wrote:
>>
>> On Tue, Aug 25, 2015 at 1:24 PM, Kenneth Graunke
>> wrote:
>> > This is a lot more reasonable than returning an offset from NULL.
>> >
>> > Signed-off-by: Kenneth Graunke
>> > ---
On Aug 27, 2015 11:45 AM, "Jason Ekstrand" wrote:
>
> On Tue, Aug 25, 2015 at 1:24 PM, Kenneth Graunke
wrote:
> > This is a lot more reasonable than returning an offset from NULL.
> >
> > Signed-off-by: Kenneth Graunke
> > ---
> > src/glsl/nir/nir.h | 4 ++--
> > 1 file changed, 2 insertions(+)
Signed-off-by: Samuel Pitoiset
---
src/gallium/drivers/nouveau/nvc0/nvc0_screen.h | 243 +
1 file changed, 123 insertions(+), 120 deletions(-)
diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h
b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h
index 41008d2..cc67
Signed-off-by: Samuel Pitoiset
---
src/gallium/drivers/nouveau/nvc0/nvc0_screen.h | 20
1 file changed, 20 deletions(-)
diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h
b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h
index d8826ae..41008d2 100644
--- a/src/galli
Signed-off-by: Samuel Pitoiset
---
src/gallium/drivers/nouveau/nvc0/nvc0_query.c | 56 +-
src/gallium/drivers/nouveau/nvc0/nvc0_screen.h | 56 +-
2 files changed, 56 insertions(+), 56 deletions(-)
diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0
On Fri, Aug 28, 2015 at 7:43 AM, Brian Paul wrote:
> On 08/28/2015 12:43 AM, Jason Ekstrand wrote:
>>
>> On Thu, Aug 27, 2015 at 11:42 PM, Jason Ekstrand
>> wrote:
>>>
>>> From: Brian Paul
>>>
>>> Previously, core Mesa's _mesa_CopyImageSubData() created temporary
>>> textures
>>> to wrap renderb
On Fri, Aug 28, 2015 at 6:58 AM, Francisco Jerez wrote:
> Ilia Mirkin writes:
>
>> This should include everything. I sent a test for textureSamples to
>> piglit a while ago, not sure how to test imageSamples -- apparently ms
>> images aren't entirely supported on i965? But I'm not sure via what
>
On Fri, Aug 28, 2015 at 12:51 PM, Neil Roberts wrote:
> Ilia Mirkin writes:
>
>> @@ -2757,6 +2764,11 @@ builtin_builder::add_image_functions(bool glsl)
>>"__intrinsic_image_size",
>>&builtin_builder::_image_size_prototype, 1,
>>
I've pushed both patches with my reviewed-by tags.
Thanks,
Fredrik
On Friday 28 August 2015, Daniel Scharrer wrote:
> This adds index queries (glGet*i_v) for GL_TEXTURE_BINDING_* and
> GL_SAMPLER_BINDING, as well as textue queries
> (glGetTex{,ture}Parameter*) for GL_TEXTURE_TARGET.
>
> CC: "10
Ilia Mirkin writes:
> @@ -2757,6 +2764,11 @@ builtin_builder::add_image_functions(bool glsl)
>"__intrinsic_image_size",
>&builtin_builder::_image_size_prototype, 1,
>flags | IMAGE_FUNCTION_SUPPORTS_FLOAT_DATA_TYPE);
> +
> +
On Fri, Aug 28, 2015 at 2:08 AM, Francisco Jerez wrote:
> Marta Lofstedt writes:
>
>> From: Marta Lofstedt
>>
>> Zero sized uniforms can exist in the list, but they
>> don't get get any space allocated in
>> prog_data->params or in the param_size array, so
>> the size should not be set for them.
On 08/28/2015 03:45 AM, Daniel Scharrer wrote:
This adds index queries (glGet*i_v) for GL_TEXTURE_BINDING_* and
GL_SAMPLER_BINDING, as well as textue queries
(glGetTex{,ture}Parameter*) for GL_TEXTURE_TARGET.
CC: "10.6 11.0"
---
v4: fixed trivial merge conflict in texparam.c
added 11.0 to
On Fri, Aug 28, 2015 at 10:15:30AM +0300, Pohjolainen, Topi wrote:
> On Fri, Aug 28, 2015 at 09:56:43AM +0300, Pohjolainen, Topi wrote:
> > On Thu, Aug 27, 2015 at 10:05:14AM -0700, Ben Widawsky wrote:
> > > On Thu, Aug 27, 2015 at 10:51:59AM +0300, Pohjolainen, Topi wrote:
> > > > On Wed, Aug 26,
On Fri, Aug 28, 2015 at 10:50 AM, Nanley Chery wrote:
> From: Nanley Chery
>
> According to the extensions table and our glext headers, these
> extensions are only supported in the core and compatibility
> profiles of desktop GL.
>
> Signed-off-by: Nanley Chery
> ---
> src/mesa/main/glformats.c
From: Nanley Chery
Determines if a compressed format is non-palettized and specific.
Signed-off-by: Nanley Chery
---
src/mesa/main/texcompress.c | 10 ++
src/mesa/main/texcompress.h | 3 +++
2 files changed, 13 insertions(+)
diff --git a/src/mesa/main/texcompress.c b/src/mesa/main/te
From: Nanley Chery
Catches all specific, non-palettized compressed formats as color
formats. This enables ASTC to be recognized as one such format type.
Signed-off-by: Nanley Chery
---
src/mesa/main/glformats.c | 44 +---
1 file changed, 5 insertions(+),
On 08/28/2015 06:12 AM, Emil Velikov wrote:
On 28 August 2015 at 00:47, Brian Paul wrote:
If you've seen the announcement of VMware Workstation 12 / Fusion 8, we now
support OpenGL 3.3 in the guest.
The Mesa/gallium patches for this can be seen in my git repo at
cgit.freedesktop.org/~brianp/m
On 08/27/2015 06:35 PM, Matt Turner wrote:
On Thu, Aug 27, 2015 at 4:56 PM, Ilia Mirkin wrote:
The ffsll patch seems dodgy... among other things the same logic is in
imports.c and thus would probably best refactored to src/util, but
additionally it's only defined if !_GNU_SOURCE -- is that OK?
From: Nanley Chery
Adds S3TC and PALETTE formats.
Signed-off-by: Nanley Chery
---
src/mesa/main/texcompress.c | 14 ++
1 file changed, 14 insertions(+)
diff --git a/src/mesa/main/texcompress.c b/src/mesa/main/texcompress.c
index e0294a8..84973d3 100644
--- a/src/mesa/main/texcompr
From: Nanley Chery
According to the extensions table and our glext headers,
OES_compressed_ETC1_RGB8_texture is only supported in
GLES1 and GLES2.
Signed-off-by: Nanley Chery
---
src/mesa/main/teximage.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/mesa/main/texima
From: Nanley Chery
Reuse utility functions instead of reimplementing the same logic.
* _mesa_is_compressed_format() performs the required checking to
determine format support in the current context.
* _mesa_gl_compressed_format_base_format() returns the base format.
Signed-off-by: Nanley Cher
From: Nanley Chery
Instead of case statements, use _mesa_get_format_layout() to
determine if a GL format is part of a family of compressed formats.
Signed-off-by: Nanley Chery
---
src/mesa/main/glformats.c | 119 --
1 file changed, 40 insertions(+),
From: Nanley Chery
According to the extensions table and our glext headers, these
extensions are only supported in the core and compatibility
profiles of desktop GL.
Signed-off-by: Nanley Chery
---
src/mesa/main/glformats.c | 4 ++--
src/mesa/main/teximage.c | 6 --
2 files changed, 6 ins
From: Nanley Chery
This enables us to predicate statments on a compressed format being
a type of LATC format. Also, remove the comment that lists the enum
(which was getting a tad long).
Signed-off-by: Nanley Chery
---
src/mesa/main/format_info.py | 2 +-
src/mesa/main/formats.c | 11 ---
On Thu, 27 Aug 2015 23:24:26 -0700
Kenneth Graunke wrote:
> On Thursday, August 27, 2015 11:50:52 AM Ben Widawsky wrote:
> > Gen9 changes the meaning of this to coarse LOD quality mode.
> > Although that's a desirable thing to be setting, it doesn't match
> > the gen8 behavior and this was uninte
I should add that this patch enables this function to handle ASTC formats.
This in turn enables such formats to be used for GL calls such as
Tex*Storage*.
- Nanley
On Wed, Aug 26, 2015 at 2:38 PM, Nanley Chery wrote:
> From: Nanley Chery
>
> This function's cases for non-generic compressed for
On 08/28/2015 12:43 AM, Jason Ekstrand wrote:
On Thu, Aug 27, 2015 at 11:42 PM, Jason Ekstrand wrote:
From: Brian Paul
Previously, core Mesa's _mesa_CopyImageSubData() created temporary textures
to wrap renderbuffer sources/destinations. This caused a bit of a mess in
the Mesa/gallium state
On Fri, Aug 28, 2015 at 12:35 AM, Ilia Mirkin wrote:
> Just an observation... this was previously only done for EG+, while
> now R600/R700 will get this too.
VGT flush is valid on r6xx/r7xx too and probably should have been
applied for them as well originally.
Alex
>
> On Fri, Aug 28, 2015 at
IIRC, VGT_FLUSH should be emitted before any of the ring registers are
changed, but this code emits it after they're changed.
Marek
On Fri, Aug 28, 2015 at 6:31 AM, Dave Airlie wrote:
> From: Dave Airlie
>
> The geom shader rings require a VGT FLUSH, but up until now
> it was just hacked into t
Ben Widawsky writes:
> Also, I just noticed:
> "It is INVALID to store both the VertexID and InstanceID in the same
> element/component location within the VUE."
>
> Aren't we potentially doing that today (and still with your patch)?
Perhaps this means you can't store the VID and the IID in the
On 28 August 2015 at 00:47, Brian Paul wrote:
>
> If you've seen the announcement of VMware Workstation 12 / Fusion 8, we now
> support OpenGL 3.3 in the guest.
>
> The Mesa/gallium patches for this can be seen in my git repo at
> cgit.freedesktop.org/~brianp/mesa/log/?h=vmware-gl3
>
If you don't
On Fri, 28 Aug 2015 02:47:44 +0200, Dave Airlie wrote:
From: Dave Airlie
This code we broken by the tess merge, and I totally missed it
was broken
until now. I'm not sure this fixes anything but it stops the assert.
Cc: "11.0"
Signed-off-by: Dave Airlie
---
src/gallium/drivers/r600/r6
https://bugs.freedesktop.org/show_bug.cgi?id=91793
YuGiOhJCJ changed:
What|Removed |Added
CC||yugioh...@1s.fr
--
You are receiving this m
https://bugs.freedesktop.org/show_bug.cgi?id=91793
Bug ID: 91793
Summary: the "bin" directory is not created
Product: Mesa
Version: unspecified
Hardware: x86 (IA32)
OS: Linux (All)
Status: NEW
Severity: no
> -Original Message-
> From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On
> Behalf Of Ilia Mirkin
> Sent: Thursday, August 27, 2015 11:51 PM
> To: Marta Lofstedt
> Cc: mesa-dev@lists.freedesktop.org
> Subject: Re: [Mesa-dev] [PATCH v2] mesa/es3.1: Expose
> GL_ARB_framebuffer_
The commit message mentions PRIu, but patch uses PRIi. Other than that:
Reviewed-by: Marek Olšák
Marek
On Fri, Aug 28, 2015 at 1:58 AM, Dave Airlie wrote:
> From: Dave Airlie
>
> Otherwise this will crash on 32-bit, and it gets rid of
> warnings building on 32-bit.
>
> Signed-off-by: Dave Air
Reviewed-by: Marek Olšák
Marek
On Fri, Aug 28, 2015 at 1:58 AM, Dave Airlie wrote:
> From: Dave Airlie
>
> On 32-bit we need to use PRIu64 flags for printfs,
> otherwise this segfaults in R600_DEBUG=help otherwise.
>
> Cc: "11.0"
> Signed-off-by: Dave Airlie
> ---
> src/gallium/auxiliary/ut
Reviewed-by: Marek Olšák
Marek
On Fri, Aug 28, 2015 at 1:48 AM, Brian Paul wrote:
> We have to disallow the 8 and 16-bit 3-component formats for non-display
> target surfaces as we do for softpipe (see earlier commit).
>
> v2: Simplify 3-component format check, per Marek.
> Also check that targ
On Fri, Aug 28, 2015 at 2:28 AM, Ilia Mirkin wrote:
> On Thu, Aug 27, 2015 at 8:19 PM, Brian Paul wrote:
>> On 08/27/2015 06:01 PM, Ilia Mirkin wrote:
>>>
>>> Are you sure you want to enable it in spite of the fact that it
>>> doesn't handle swizzling (which you've slightly papered over by
>>> sw
Reviewed-by: Marek Olšák
Marek
On Fri, Aug 28, 2015 at 1:47 AM, Brian Paul wrote:
> Mesa and gallium don't have a complete set of matching 3-component
> texture formats. For example, 8-bit sRGB unorm. To fully support
> the GL_ARB_copy_image extension we need to have support for all of
> thes
Hi,
On 28-08-15 13:01, Marek Olšák wrote:
Your first question was about shader translation, but now you're
talking about texture allocations, which are completely unrelated.
Like I said, visuals and textures have NOTHING to do with shader
compilations.
My first mail in this thread had 2 questi
Your first question was about shader translation, but now you're
talking about texture allocations, which are completely unrelated.
Like I said, visuals and textures have NOTHING to do with shader
compilations.
Marek
On Fri, Aug 28, 2015 at 10:54 AM, Hans de Goede wrote:
> Hi,
>
> On 27-08-15 20
Ilia Mirkin writes:
> This should include everything. I sent a test for textureSamples to
> piglit a while ago, not sure how to test imageSamples -- apparently ms
> images aren't entirely supported on i965? But I'm not sure via what
> feat that happens.
>
i965 doesn't support MS images because on
This adds index queries (glGet*i_v) for GL_TEXTURE_BINDING_* and
GL_SAMPLER_BINDING, as well as textue queries
(glGetTex{,ture}Parameter*) for GL_TEXTURE_TARGET.
CC: "10.6 11.0"
---
v4: fixed trivial merge conflict in texparam.c
added 11.0 to stable tag
v3: fixed uper limit for texture units
If the sampler object has been deleted in the same context the binding
will have been cleared. If it has been deleted in another context, the
spec does not say what should returned. None of the other binding point
queries check for deletion in another context.
Also, as names of deleted objects are
Marta Lofstedt writes:
> From: Marta Lofstedt
>
> Zero sized uniforms can exist in the list, but they
> don't get get any space allocated in
> prog_data->params or in the param_size array, so
> the size should not be set for them.
> This was previously fixed in:
> commit: 781dc7c0e1f41502f18e07c
On Fri, Aug 28, 2015 at 4:54 AM, Hans de Goede wrote:
> Hi,
>
> On 27-08-15 20:19, Ilia Mirkin wrote:
>>
>> On Thu, Aug 27, 2015 at 1:59 PM, Alex Deucher
>> wrote:
>
>
>
>
>> 2) Since the glretrace does work outside of libreoffice impress, I
>> think
>> it may have something to do wi
Hi,
On 27-08-15 20:19, Ilia Mirkin wrote:
On Thu, Aug 27, 2015 at 1:59 PM, Alex Deucher wrote:
2) Since the glretrace does work outside of libreoffice impress, I think
it may have something to do with the visual chosen by libreoffice
impress,
is there an easy way to find out what visual lo
From: Marta Lofstedt
Zero sized uniforms can exist in the list, but they
don't get get any space allocated in
prog_data->params or in the param_size array, so
the size should not be set for them.
This was previously fixed in:
commit: 781dc7c0e1f41502f18e07c0940af949a78d2792.
However,
commit: 259f
https://bugs.freedesktop.org/show_bug.cgi?id=91785
--- Comment #3 from Tapani Pälli ---
Thanks Ilia, I'm travelling ATM and did not spot this.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
__
On Fri, Aug 28, 2015 at 12:10 AM, Ilia Mirkin wrote:
> On Fri, Aug 28, 2015 at 3:02 AM, Matt Turner wrote:
>> On Thu, Aug 27, 2015 at 8:48 PM, Ilia Mirkin wrote:
>>> Signed-off-by: Ilia Mirkin
>>> ---
>>> src/glsl/builtin_functions.cpp | 48
>>> +++---
>>>
On Fri, Aug 28, 2015 at 09:56:43AM +0300, Pohjolainen, Topi wrote:
> On Thu, Aug 27, 2015 at 10:05:14AM -0700, Ben Widawsky wrote:
> > On Thu, Aug 27, 2015 at 10:51:59AM +0300, Pohjolainen, Topi wrote:
> > > On Wed, Aug 26, 2015 at 03:46:05PM -0700, Ben Widawsky wrote:
> > > > This reverts commit 1
https://bugs.freedesktop.org/show_bug.cgi?id=91785
Ilia Mirkin changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
On Fri, Aug 28, 2015 at 3:02 AM, Matt Turner wrote:
> On Thu, Aug 27, 2015 at 8:48 PM, Ilia Mirkin wrote:
>> Signed-off-by: Ilia Mirkin
>> ---
>> src/glsl/builtin_functions.cpp | 48
>> +++---
>> 1 file changed, 45 insertions(+), 3 deletions(-)
>>
>> diff --
On Fri, Aug 28, 2015 at 12:02 AM, Ilia Mirkin wrote:
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91785
> Signed-off-by: Ilia Mirkin
> ---
Thanks. Please commit immediately.
Acked-by: Matt Turner
___
mesa-dev mailing list
mesa-dev@lists.f
On Thu, Aug 27, 2015 at 8:48 PM, Ilia Mirkin wrote:
> Signed-off-by: Ilia Mirkin
> ---
> src/glsl/builtin_functions.cpp | 48
> +++---
> 1 file changed, 45 insertions(+), 3 deletions(-)
>
> diff --git a/src/glsl/builtin_functions.cpp b/src/glsl/builtin_functi
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91785
Signed-off-by: Ilia Mirkin
---
src/mesa/main/tests/dispatch_sanity.cpp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp
b/src/mesa/main/tests/dispatch_sanity.cpp
index 59107eb..b941f3e 1006
90 matches
Mail list logo