https://bugs.freedesktop.org/show_bug.cgi?id=79629
meng changed:
What|Removed |Added
Severity|major |critical
Priority|high
On Saturday, August 16, 2014 08:57:01 PM Francisco Jerez wrote:
> EdB writes:
> > ---
> >
> > src/gallium/state_trackers/clover/api/program.cpp | 18 ++
> > 1 file changed, 18 insertions(+)
> >
> > diff --git a/src/gallium/state_trackers/clover/api/program.cpp
> > b/src/gallium/
Hello
There is a crash with your version.
This one works
---
diff --git a/src/gallium/state_trackers/clover/api/program.cpp
b/src/gallium/state_trackers/clover/api/program.cpp
index b81ce69..ab6cf7c 100644
--- a/src/gallium/state_trackers/clover/api/program.cpp
+++ b/src/gallium/state_trackers/c
On Sat, Aug 16, 2014 at 3:18 PM, Kenneth Graunke wrote:
> The optimization relies on CMP setting the destination to 0, which is
> equivalent to 0.0f. However, early platforms only set the least
> significant byte, leaving the other bits undefined. So, we must disable
> the optimization on those
Reviewed-by: Chris Forbes
On Aug 17, 2014 10:14 AM, "Kenneth Graunke" wrote:
> The optimization relies on CMP setting the destination to 0, which is
> equivalent to 0.0f. However, early platforms only set the least
> significant byte, leaving the other bits undefined. So, we must disable
> the
The optimization relies on CMP setting the destination to 0, which is
equivalent to 0.0f. However, early platforms only set the least
significant byte, leaving the other bits undefined. So, we must disable
the optimization on those platforms.
Oddly, Sandybridge wasn't reported as broken, even th
On Thu, Aug 14, 2014 at 8:39 PM, Ilia Mirkin wrote:
> On Wed, Aug 13, 2014 at 10:10 PM, Ilia Mirkin wrote:
>> Signed-off-by: Ilia Mirkin
>> ---
>
> Perhaps I might have mentioned more about this... the situation is
> that nouveau_vieux doesn't support EGL (it doesn't have DRIimage or
> something
On Sat, Aug 16, 2014 at 1:56 PM, Francisco Jerez wrote:
> Ilia Mirkin writes:
>
>> Signed-off-by: Ilia Mirkin
>> ---
>> src/mesa/drivers/dri/nouveau/nouveau_state.c | 1 +
>> src/mesa/drivers/dri/nouveau/nv10_state_raster.c | 5 +++--
>> 2 files changed, 4 insertions(+), 2 deletions(-)
>>
>
EdB writes:
> ---
> src/gallium/state_trackers/clover/api/program.cpp | 18 ++
> 1 file changed, 18 insertions(+)
>
> diff --git a/src/gallium/state_trackers/clover/api/program.cpp
> b/src/gallium/state_trackers/clover/api/program.cpp
> index b81ce69..05f3840 100644
> --- a/src/
Ilia Mirkin writes:
> Signed-off-by: Ilia Mirkin
> ---
> src/mesa/drivers/dri/nouveau/nouveau_state.c | 1 +
> src/mesa/drivers/dri/nouveau/nv10_state_raster.c | 3 ++-
> 2 files changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/src/mesa/drivers/dri/nouveau/nouveau_state.c
> b/src/m
Ilia Mirkin writes:
> Signed-off-by: Ilia Mirkin
> ---
> src/mesa/drivers/dri/nouveau/nouveau_state.c | 1 +
> src/mesa/drivers/dri/nouveau/nv10_state_raster.c | 5 +++--
> 2 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/src/mesa/drivers/dri/nouveau/nouveau_state.c
> b/sr
Ilia Mirkin writes:
> If ->sys is non-null, we might decide that it's where the data is
> stored.
>
> Signed-off-by: Ilia Mirkin
> Cc:
> ---
> src/mesa/drivers/dri/nouveau/nouveau_bufferobj.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/mesa/drivers/dri/nouveau/nouveau_bufferob
If ->sys is non-null, we might decide that it's where the data is
stored.
Signed-off-by: Ilia Mirkin
Cc:
---
src/mesa/drivers/dri/nouveau/nouveau_bufferobj.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_bufferobj.c
b/src/mesa/drivers/dri/nouveau/nouv
Signed-off-by: Ilia Mirkin
---
src/mesa/drivers/dri/nouveau/nouveau_state.c | 1 +
src/mesa/drivers/dri/nouveau/nv10_state_raster.c | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_state.c
b/src/mesa/drivers/dri/nouveau/nouveau_state
Signed-off-by: Ilia Mirkin
---
src/mesa/drivers/dri/nouveau/nouveau_state.c | 1 +
src/mesa/drivers/dri/nouveau/nv10_state_raster.c | 5 +++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_state.c
b/src/mesa/drivers/dri/nouveau/nouveau_st
https://bugs.freedesktop.org/show_bug.cgi?id=82628
Marek Olšák changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=50754
--- Comment #36 from Marek Olšák ---
We need --build. See $host_cpu in configure.ac.
--
You are receiving this mail because:
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.
EdB writes:
> On Saturday, August 16, 2014 04:37:08 PM Francisco Jerez wrote:
>> EdB writes:
>> > program build should failed if there is created kernel attached to program
>> >
>> > piglit error:
>> > "Trigger CL_INVALID_OPERATION if there are kernel objects attached to
>> > program">
>> >[...
On Saturday, August 16, 2014 04:37:08 PM Francisco Jerez wrote:
> EdB writes:
> > program build should failed if there is created kernel attached to program
> >
> > piglit error:
> > "Trigger CL_INVALID_OPERATION if there are kernel objects attached to
> > program">
> >[...]
>
> How about doing
EdB writes:
> program build should failed if there is created kernel attached to program
>
> piglit error:
> "Trigger CL_INVALID_OPERATION if there are kernel objects attached to program"
>[...]
How about doing it as follows?
From 4c18eaad1a2c741152a913795814092bf026 Mon Sep 17 00:00:00 200
On Sat, Aug 16, 2014 at 1:59 AM, Tobias Klausmann
wrote:
> Signed-off-by: Tobias Klausmann
> ---
> docs/GL3.txt| 2 +-
> docs/relnotes/10.3.html | 3 ++-
> 2 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/docs/GL3.txt b/docs/GL3.txt
> index b38e42c..bbd1838 100644
>
Jan Vesely writes:
> On Thu, 2014-08-07 at 16:02 +0300, Francisco Jerez wrote:
>> Jan Vesely writes:
>>
>> > This respin includes Francisco's approach of providing implicit
>> > in the arg vector passed from clover, and Tom's idea of appending
>> > implicit args after the kernel args.
>> >
>>
On Thu, Aug 14, 2014 at 4:11 AM, Iago Toral Quiroga wrote:
> Hi,
>
> this series brings support for geometry shaders in Sandy Bridge (gen6) and is
> combined work from Samuel and myself. A few notes:
>
> 1.- Some patches have been based on original work by Ilia Mirkin, specifically
> the idea of u
23 matches
Mail list logo