On 06/16/2014 09:55 AM, Tapani Pälli wrote:
> This set (1..13)
>
> Reviewed-by: Tapani Pälli
>
> There's still some unused variables and one unused function
> (svga_draw.c:294) left but this set makes build much more silent.
now I see that this func is for debugging so it is ok
>
> On 06/15/2014
This set (1..13)
Reviewed-by: Tapani Pälli
There's still some unused variables and one unused function
(svga_draw.c:294) left but this set makes build much more silent.
On 06/15/2014 08:15 PM, Matt Turner wrote:
> ---
> src/glsl/opt_dead_builtin_varyings.cpp | 2 +-
> 1 file changed, 1 insert
https://bugs.freedesktop.org/show_bug.cgi?id=80034
--- Comment #2 from charlie ---
>Which version of mesa is this ? Is this a regression ?
mesa git and probably a regression.
>I'm assuming that you have some thing that is messing with CFLAGS.
I don't believe the CFLAGS have changed since I las
On 16 June 2014 15:55, Dave Airlie wrote:
>> diff --git a/src/mesa/drivers/dri/common/xmlconfig.h
>> b/src/mesa/drivers/dri/common/xmlconfig.h
>> index 786caae..a4daa6b 100644
>> --- a/src/mesa/drivers/dri/common/xmlconfig.h
>> +++ b/src/mesa/drivers/dri/common/xmlconfig.h
>> @@ -30,6 +30,8 @@
>>
> diff --git a/src/mesa/drivers/dri/common/xmlconfig.h
> b/src/mesa/drivers/dri/common/xmlconfig.h
> index 786caae..a4daa6b 100644
> --- a/src/mesa/drivers/dri/common/xmlconfig.h
> +++ b/src/mesa/drivers/dri/common/xmlconfig.h
> @@ -30,6 +30,8 @@
> #ifndef __XMLCONFIG_H
> #define __XMLCONFIG_H
>
On Sun, 15 Jun 2014 13:49:48 +0200
Giovanni Campagna wrote:
> Hello all,
>
> This is the third attempt at swrast/llvmpipe support for DRM
> drivers that don't have userspace support (qxl, cirrus, simpledrm, etc.)
>
> I hope I addressed all of Emil's comments.
Hi,
this sounds cool work to me,
Looks good. Thanks!
Reviewed-by: Matt Turner
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
Hello all,
This is the third attempt at swrast/llvmpipe support for DRM
drivers that don't have userspace support (qxl, cirrus, simpledrm, etc.)
I hope I addressed all of Emil's comments.
Giovanni
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.o
From: Giovanni Campagna
Turn GBM into a swrast loader (providing putimage/getimage backed
by a dumb KMS buffer). This allows to run KMS+DRM GL applications
(such as weston or mutter-wayland) unmodified on cards that don't
have any client side HW acceleration component but that can do
modeset (exa
From: Giovanni Campagna
The kms-dri swrast driver cannot share buffers using the GEM,
so it must tell the loader to disable extensions relying on
that, without disabling the image DRI extension altogheter
(which would prevent the loader from working at all).
This requires a new gallium capability
From: Giovanni Campagna
Add a new winsys and target that can be used with a dri2 state tracker and
loader instead of drisw. This allows to use gbm as a dri2/image loader
and avoid the extra copy from the backbuffer to the shadow frontbuffer.
The new driver is called "kms_swrast", and is only loa
On Wed, Jun 11, 2014 at 12:31 PM, Jordan Justen wrote:
> On Wed, Jun 11, 2014 at 2:49 AM, Iago Toral wrote:
>> Hi Chris,
>>
>> thanks for the quick review!
>>
>> On Wed, 2014-06-11 at 21:45 +1200, Chris Forbes wrote:
>>> I sent comments on patches 1, 3, 5, 9, 11, 16, 18
>>
>> We will look into th
https://bugs.freedesktop.org/show_bug.cgi?id=80069
--- Comment #2 from CarlEitsger <4607vrfcr84spd21...@weg-werf-email.de> ---
Created attachment 101127
--> https://bugs.freedesktop.org/attachment.cgi?id=101127&action=edit
screenshot: more black areas. Green is edited out for privacy reasons
--
https://bugs.freedesktop.org/show_bug.cgi?id=80069
--- Comment #1 from CarlEitsger <4607vrfcr84spd21...@weg-werf-email.de> ---
Created attachment 101125
--> https://bugs.freedesktop.org/attachment.cgi?id=101125&action=edit
screenshot: a program window with black areas
--
You are receiving this
https://bugs.freedesktop.org/show_bug.cgi?id=80069
CarlEitsger <4607vrfcr84spd21...@weg-werf-email.de> changed:
What|Removed |Added
Hardware|Other |x86
https://bugs.freedesktop.org/show_bug.cgi?id=80069
Priority: medium
Bug ID: 80069
Assignee: mesa-dev@lists.freedesktop.org
Summary: rendering problems: black areas in KDE desktop. [mesa
10.2.1 (not with 10.1.4)]
Severity: nor
Ping.
This has been broken for ages, and at least tesseract is carrying
hacks to work around it (extra color buffer containing depth values,
in their g-buffer). Getting rid of that wins us about 15%.
-- Chris
On Sat, Feb 8, 2014 at 3:54 PM, Chris Forbes wrote:
> Previously, we would program the
I've made a few small fixes to this -- you forget to set the
scissors/viewports dirty to ~0 on context switch, and also marking the
first scissor dirty after a 3d blit (which I was forgetting to do on
nv50 as well... oops). I'll push this out shortly with my
modifications.
Thanks for the contribut
On Sun, Jun 15, 2014 at 1:18 PM, Matt Turner wrote:
> ---
> src/mesa/drivers/dri/i965/intel_tex_subimage.c | 12 +++-
> 1 file changed, 7 insertions(+), 5 deletions(-)
>
> diff --git a/src/mesa/drivers/dri/i965/intel_tex_subimage.c
> b/src/mesa/drivers/dri/i965/intel_tex_subimage.c
> ind
Reviewed-by: Marek Olšák
Marek
On Sun, Jun 15, 2014 at 7:17 PM, Matt Turner wrote:
> Unused since commit b6475f94.
> ---
> src/mesa/main/get.c | 5 -
> 1 file changed, 5 deletions(-)
>
> diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c
> index 9b56edb..74ef1c9 100644
> --- a/src/mesa
Signed-off-by: Tobias Klausmann
---
src/gallium/drivers/nouveau/nvc0/nvc0_context.h| 7 +-
src/gallium/drivers/nouveau/nvc0/nvc0_program.c| 2 +-
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 20 ++--
src/gallium/drivers/nouveau/nvc0/nvc0_screen.h | 3 +
src/gallium/driv
Signed-off-by: Tobias Klausmann
---
docs/GL3.txt| 2 +-
docs/relnotes/10.3.html | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/GL3.txt b/docs/GL3.txt
index f5f940c..a392b92 100644
--- a/docs/GL3.txt
+++ b/docs/GL3.txt
@@ -132,7 +132,7 @@ GL 4.1:
GL_ARB_se
This patch-series implements the ARB_viewport_array for nvc0 and does
a little house-cleanig afterwords.
V2:
Add Release-Notes, mark this in GL3 as done for nvc0
Don't mark the scissors dirty when we don't need to do that
Tobias Klausmann (3):
nvc0: implement multiple viewports/scissors, e
Use TGSI_SEMANTIC_VIEWPORT_INDEX for the last consumer.
Signed-off-by: Tobias Klausmann
---
src/gallium/drivers/nouveau/codegen/nv50_ir_driver.h| 1 -
src/gallium/drivers/nouveau/codegen/nv50_ir_target_nv50.cpp | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/gal
---
src/mesa/drivers/dri/i965/brw_eu_emit.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_eu_emit.c
b/src/mesa/drivers/dri/i965/brw_eu_emit.c
index c18b783..daf4eb1 100644
--- a/src/mesa/drivers/dri/i965/brw_eu_emit.c
+++ b/src/mesa/drivers/dr
---
src/mesa/drivers/dri/i965/brw_vec4_gs.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mesa/drivers/dri/i965/brw_vec4_gs.c
b/src/mesa/drivers/dri/i965/brw_vec4_gs.c
index b48c420..4b1ba36 100644
--- a/src/mesa/drivers/dri/i965/brw_vec4_gs.c
+++ b/src/mesa/drivers/dri/i965/brw_vec4_gs
---
src/mesa/drivers/dri/i965/brw_blorp_clear.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
b/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
index 17d9325..5efdf71 100644
--- a/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
+++ b/src/mesa/dri
---
src/mesa/drivers/dri/i965/brw_disasm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mesa/drivers/dri/i965/brw_disasm.c
b/src/mesa/drivers/dri/i965/brw_disasm.c
index 99052f8..c10a12f 100644
--- a/src/mesa/drivers/dri/i965/brw_disasm.c
+++ b/src/mesa/drivers/dri/i965
---
src/mesa/drivers/dri/i965/intel_tex_subimage.c | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/intel_tex_subimage.c
b/src/mesa/drivers/dri/i965/intel_tex_subimage.c
index 5d79750..fe909e4 100644
--- a/src/mesa/drivers/dri/i965/intel_t
They have to be marked as structs for C code elsewhere. bblock_t is
already defined as a struct, and all of backend_instruction's fields are
public anyway.
---
src/mesa/drivers/dri/i965/brw_fs.h | 2 +-
src/mesa/drivers/dri/i965/brw_shader.h | 2 +-
2 files changed, 2 insertions(+), 2 deletion
---
src/mesa/drivers/dri/i965/brw_blorp_clear.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
b/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
index 064a5fb..17d9325 100644
--- a/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
+++ b/src/mesa/driv
Perhaps useful for debugging? Never used otherwise. Added by commit
8cf5bdad.
---
src/mesa/main/performance_monitor.c | 13 -
1 file changed, 13 deletions(-)
diff --git a/src/mesa/main/performance_monitor.c
b/src/mesa/main/performance_monitor.c
index 9d1a6b4..c26eda4 100644
--- a/src
Unused since commit b6475f94.
---
src/mesa/main/get.c | 5 -
1 file changed, 5 deletions(-)
diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c
index 9b56edb..74ef1c9 100644
--- a/src/mesa/main/get.c
+++ b/src/mesa/main/get.c
@@ -278,11 +278,6 @@ static const int extra_flush_current[] = {
Warned about 'coord' being undefined in the default case, which is
unreachable.
---
src/mesa/drivers/common/meta.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mesa/drivers/common/meta.c b/src/mesa/drivers/common/meta.c
index cab0dd8..dc9cce5 100644
--- a/src/mesa/drivers/common/meta.c
Unused since commit 9e8a961d.
---
src/mesa/swrast/s_aatriangle.c | 14 --
1 file changed, 14 deletions(-)
diff --git a/src/mesa/swrast/s_aatriangle.c b/src/mesa/swrast/s_aatriangle.c
index d670d31..2192827 100644
--- a/src/mesa/swrast/s_aatriangle.c
+++ b/src/mesa/swrast/s_aatriangle.
---
src/egl/drivers/dri2/egl_dri2.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c
index eb6abfd..cc7531c 100644
--- a/src/egl/drivers/dri2/egl_dri2.c
+++ b/src/egl/drivers/dri2/egl_dri2.c
@@ -304,8 +304,6 @@ const __DRIimageL
---
src/glsl/opt_dead_builtin_varyings.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/glsl/opt_dead_builtin_varyings.cpp
b/src/glsl/opt_dead_builtin_varyings.cpp
index 6612592..50c8aa7 100644
--- a/src/glsl/opt_dead_builtin_varyings.cpp
+++ b/src/glsl/opt_dead_builtin
On Sun, Jun 15, 2014 at 3:58 AM, Thomas Helland
wrote:
> Ooops. My bad. Thanks for fixing this. LGTM
>
> Reading up on this warning it seems name mangling is pretty messed up with
> MSVC.
> I'll get a MSVC build system set up to make sure my future work
> extraneous includes does not introduce iss
Chia-I Wu writes:
> This unit test demonstrates a subtle bug fixed by
> 4ddf51db6af36736d5d42c1043eeea86e47459ce.
Reviewed-by: Eric Anholt
pgp_vjrlXGJiT.pgp
Description: PGP signature
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://l
Tom Stellard writes:
> We were serializing the binaries once when clGetProgramInfo was called
> with CL_PROGRAM_BINARY_SIZES and then again when it was called with
> CL_PROGRAM_BINARIES. This was slowing down some OpenCV tests which were
> building binary kernel caches.
>
> This improves the run
Ooops. My bad. Thanks for fixing this. LGTM
Reading up on this warning it seems name mangling is pretty messed up with
MSVC.
I'll get a MSVC build system set up to make sure my future work
extraneous includes does not introduce issues with MSVC.
2014-06-15 9:38 GMT+02:00 Matt Turner :
> I just
https://bugs.freedesktop.org/show_bug.cgi?id=79706
Vinson Lee changed:
What|Removed |Added
Depends on||75661
--
You are receiving this mail becau
https://bugs.freedesktop.org/show_bug.cgi?id=75661
Vinson Lee changed:
What|Removed |Added
Blocks||79706
--
You are receiving this mail becau
I just wrote the same patch tonight. :)
Reviewed-by: Matt Turner
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
44 matches
Mail list logo