On Wed, 2014-05-21 at 18:05 -0400, Ilia Mirkin wrote:
> On Wed, May 21, 2014 at 6:02 PM, Timothy Arceri wrote:
> > Unless we run out of memory the old if statement would always fail so
> > reflect the more likely outcome. Should be be faster most of the time and
> > slightly cleaner looking cod
On Wed, May 21, 2014 at 01:47:05PM -0700, Eric Anholt wrote:
> "Pohjolainen, Topi" writes:
>
> > On Wed, May 21, 2014 at 12:51:07PM -0700, Eric Anholt wrote:
> >> "Pohjolainen, Topi" writes:
> >>
> >> > On Wed, May 21, 2014 at 09:41:39PM +0300, Pohjolainen, Topi wrote:
> >> >> On Wed, May 21, 2
Signed-off-by: Topi Pohjolainen
Cc: "10.2"
v2 (Ken): Only restore the mode if it has changed.
---
src/mesa/drivers/common/meta.h | 4 ++--
src/mesa/drivers/common/meta_blit.c | 13 -
2 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/src/mesa/drivers/common/meta.h
Introduce a simple PCI identification method of looking up the answer
the /sys filesystem (available on Linux). Attempted after libudev, but
before DRM.
Disabled by default (available only when the --enable-sysfs configure
option is specified).
Signed-off-by: Gary Wong
---
configure.ac
loader_get_pci_id_for_fd() and loader_get_device_name_for_fd() now attempt
all available strategies to identify the hardware, instead of conditionally
compiling in a single test. The existing libudev and DRM approaches have
been retained, attempting first libudev (if available) and then DRM (if
ne
loader_get_pci_id_for_fd() and loader_get_device_name_for_fd() now attempt
all available strategies to identify the hardware, instead of conditionally
compiling in a single test. The existing libudev and DRM approaches have
been retained, and another simple alternative of looking up the answer in
On Wed, May 21, 2014 at 07:46:52PM +0100, Emil Velikov wrote:
> On 21/05/14 02:40, Gary Wong wrote:
> > Introduce a simple PCI identification method of looking up the answer
> > the /sys filesystem (available on Linux). Attempted after libudev, but
> > before DRM.
> >
> > Disabled by default (ava
On Wed, May 21, 2014 at 4:18 PM, Jordan Justen
wrote:
> If the source renderbuffer has a depth > 0, then send a Z texcoord
> which is set to the source attachment Z index.
>
> This fixes piglit's gl-3.2-layered-rendering-gl-layer-render with the
> GL_TEXTURE_2D_MULTISAMPLE_ARRAY case test on i965/
On Wed, May 21, 2014 at 4:26 PM, Eric Anholt wrote:
> Matt Turner writes:
>
>> Available from
>>
>>git://people.freedesktop.org/~mattst88/mesa compaction
>>
>> Highlights
>>
>>- Print disassembly after instruction compaction, while still
>> having control-flow graph information and h
https://bugs.freedesktop.org/show_bug.cgi?id=77161
--- Comment #3 from Marek Olšák ---
FWIW, ARB_texture_view allows changing to the texture target to a compatible
texture target, e.g. cubemap <-> texture 2D array.
--
You are receiving this mail because:
You are the assignee for the bug.
__
https://bugs.freedesktop.org/show_bug.cgi?id=77161
--- Comment #2 from Roland Scheidegger ---
I don't think this qualifies as a blocker. Cubemaps aren't quite right on
softpipe anyway due to doing face selection per quad (which I suspect is also
what's causing this bug, probably pick the wrong fa
Matt Turner writes:
> Available from
>
>git://people.freedesktop.org/~mattst88/mesa compaction
>
> Highlights
>
>- Print disassembly after instruction compaction, while still
> having control-flow graph information and higher-level IR
> annotations.
>
>- Three improvements t
If the source renderbuffer has a depth > 0, then send a Z texcoord
which is set to the source attachment Z index.
This fixes piglit's gl-3.2-layered-rendering-gl-layer-render with the
GL_TEXTURE_2D_MULTISAMPLE_ARRAY case test on i965/gen8.
Signed-off-by: Jordan Justen
Cc: "10.2"
---
No piglit
Matt Turner writes:
> Number of compacted instructions: 827404 -> 833045 (0.68%)
> ---
> src/mesa/drivers/dri/i965/brw_eu_emit.c | 20
> 1 file changed, 20 insertions(+)
>
> diff --git a/src/mesa/drivers/dri/i965/brw_eu_emit.c
> b/src/mesa/drivers/dri/i965/brw_eu_emit.c
> i
On Wed, May 21, 2014 at 3:37 PM, Eric Anholt wrote:
> Matt Turner writes:
>
>> Running shader-db without INTEL_DEBUG=annotation reduces the runtime
>> from ~90 to ~80 seconds on my machine. It also reduces the disk space
>> consumed by the .out files from 660 MB (676 on disk) to 343 MB (358 on
>>
Matt Turner writes:
> Similar to Paul's commit e9fa3a944 except brw_fs_generator's debug_flag
> is for DEBUG_WM and DEBUG_BLORP.
> @@ -2160,7 +2162,6 @@ brw_blorp_blit_test_compile(struct brw_context *brw,
> FILE *out)
> {
> GLuint program_size;
> - brw_blorp_
https://bugs.freedesktop.org/show_bug.cgi?id=77161
--- Comment #1 from Marek Olšák ---
There may be precision issues in cubemap texture addressing in softpipe. I
haven't seen any failures with r600g and radeonsi.
--
You are receiving this mail because:
You are the assignee for the bug.
Matt Turner writes:
> Running shader-db without INTEL_DEBUG=annotation reduces the runtime
> from ~90 to ~80 seconds on my machine. It also reduces the disk space
> consumed by the .out files from 660 MB (676 on disk) to 343 MB (358 on
> disk).
I'd prefer to invert the debug flag here: people ha
The original patch below works for me.
Tested-by: Brian Paul
On 05/20/2014 06:07 PM, Emil Velikov wrote:
Just realised that I had forgotten about mangled gl. So this patch will need
an extra line in the global symbols list.
mgl*;
I would still appreciate if someone familiar with OSMesa'
https://bugs.freedesktop.org/show_bug.cgi?id=77161
Vinson Lee changed:
What|Removed |Added
Blocks||79039
--
You are receiving this mail becau
https://bugs.freedesktop.org/show_bug.cgi?id=79039
Vinson Lee changed:
What|Removed |Added
Depends on||77161
--
You are receiving this mail becau
On Wed, May 21, 2014 at 3:02 PM, Timothy Arceri wrote:
> Again probably wont make a huge difference but
> u_upload_data() is hit around 1.7 million times in 20 seconds during the
> Nexuiz PTS benchmark so implement the most likely flow
Instead of sending separate emails, you can use
git send-em
https://bugs.freedesktop.org/show_bug.cgi?id=78318
Vinson Lee changed:
What|Removed |Added
Blocks||79039
--
You are receiving this mail becau
https://bugs.freedesktop.org/show_bug.cgi?id=79039
Vinson Lee changed:
What|Removed |Added
Depends on||78318
--
You are receiving this mail becau
On Wed, May 21, 2014 at 6:02 PM, Timothy Arceri wrote:
> Unless we run out of memory the old if statement would always fail so reflect
> the more likely outcome. Should be be faster most of the time and slightly
> cleaner looking code.
>
> Signed-off-by: Timothy Arceri
> ---
> src/gallium/auxi
I noticed this when trying to find comments about pull constant buffers.
---
src/mesa/drivers/dri/i965/brw_wm_surface_state.c | 8
src/mesa/drivers/dri/i965/gen7_wm_surface_state.c | 8
src/mesa/drivers/dri/i965/gen8_surface_state.c| 8 ++--
3 files changed, 22 insertion
---
src/mesa/drivers/dri/i965/brw_gs_surface_state.c | 6 ++--
src/mesa/drivers/dri/i965/brw_state.h| 11 +++---
src/mesa/drivers/dri/i965/brw_vs_surface_state.c | 45 +++-
src/mesa/drivers/dri/i965/brw_wm_surface_state.c | 33 +++--
4 files changed, 42
If we had some NOS affecting VS compilation that resulted in optimization
changing the set of constants to be uploaded, we might not have reuploaded
the constants.
---
src/mesa/drivers/dri/i965/brw_curbe.c | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/mes
I wanted to access this value from stage-generic code, so stop storing it
under two different names.
---
src/mesa/drivers/dri/i965/brw_context.h | 15 +++
src/mesa/drivers/dri/i965/brw_fs.cpp | 4 ++--
src/mesa/drivers/dri/i965/brw_vec4.cpp | 4 ++--
sr
---
src/mesa/drivers/dri/i965/brw_context.h | 10 ++---
src/mesa/drivers/dri/i965/gen6_vs_state.c | 61 +--
src/mesa/drivers/dri/i965/gen6_wm_state.c | 41 ++---
src/mesa/drivers/dri/i965/gen7_gs_state.c | 6 +--
4 files changed, 52 insertions(+), 66
Since I'm leaving Intel in a couple weeks, I figured the best thing I
could do for the driver in that time would be to take a pass over the
whole codebase and braindump into the comments. I didn't make it very far
without finding a lot of silly code that ought to be cleaned up, so I went
ahead and
---
src/mesa/drivers/dri/i965/gen6_wm_state.c | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/src/mesa/drivers/dri/i965/gen6_wm_state.c
b/src/mesa/drivers/dri/i965/gen6_wm_state.c
index db0e3aa..047e036 100644
--- a/src/mesa/drivers/dri/i965/gen6_wm_state.c
+++ b/src/m
---
src/mesa/drivers/dri/i965/brw_curbe.c | 86 +++
src/mesa/drivers/dri/i965/brw_fs.cpp | 3 ++
src/mesa/drivers/dri/i965/brw_vec4.cpp| 3 ++
src/mesa/drivers/dri/i965/gen6_vs_state.c | 14 +
4 files changed, 74 insertions(+), 32 deletions(-)
diff -
---
src/mesa/drivers/dri/i965/brw_context.h | 70 ++---
src/mesa/drivers/dri/i965/brw_state.h | 2 +-
src/mesa/drivers/dri/i965/brw_state_batch.c | 4 +-
src/mesa/drivers/dri/i965/gen6_vs_state.c | 2 +-
4 files changed, 7 insertions(+), 71 deletions(-)
diff
This changed in the state streaming work years ago.
---
src/mesa/drivers/dri/i965/brw_cc.c | 2 +-
src/mesa/drivers/dri/i965/brw_context.h | 9 -
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_cc.c
b/src/mesa/drivers/dri/i965/brw_cc.c
ind
---
src/mesa/drivers/dri/i965/brw_context.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_context.h
b/src/mesa/drivers/dri/i965/brw_context.h
index 5b0328f..89d8d9f 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_contex
I recently moved the code from the mentioned location right into this
file.
---
src/mesa/drivers/dri/i965/brw_binding_tables.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_binding_tables.c
b/src/mesa/drivers/dri/i965/brw_binding_tables.c
index 1cd4bba..30a54e
Unless we run out of memory the old if statement would always fail so reflect
the more likely outcome. Should be be faster most of the time and slightly
cleaner looking code.
Signed-off-by: Timothy Arceri
---
src/gallium/auxiliary/util/u_upload_mgr.c | 7 +++
1 file changed, 3 insertions(+
Again probably wont make a huge difference but
u_upload_data() is hit around 1.7 million times in 20 seconds during the Nexuiz
PTS benchmark so implement the most likely flow
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freede
https://bugs.freedesktop.org/show_bug.cgi?id=77288
Vinson Lee changed:
What|Removed |Added
Blocks||79039
--
You are receiving this mail becau
https://bugs.freedesktop.org/show_bug.cgi?id=79039
Vinson Lee changed:
What|Removed |Added
CC||v...@freedesktop.org
Depends on|
https://bugs.freedesktop.org/show_bug.cgi?id=79039
Vinson Lee changed:
What|Removed |Added
Depends on||49713
--
You are receiving this mail becau
https://bugs.freedesktop.org/show_bug.cgi?id=79039
Matt Turner changed:
What|Removed |Added
Depends on|7770|77704
--
You are receiving this mail beca
On 05/21/2014 02:57 AM, Topi Pohjolainen wrote:
> Signed-off-by: Topi Pohjolainen
> Cc: "10.2"
> ---
> src/mesa/drivers/common/meta.h | 4 ++--
> src/mesa/drivers/common/meta_blit.c | 15 ++-
> 2 files changed, 16 insertions(+), 3 deletions(-)
>
> diff --git a/src/mesa/drivers
https://bugs.freedesktop.org/show_bug.cgi?id=79039
Priority: medium
Bug ID: 79039
CC: intel-3d-b...@lists.freedesktop.org
Assignee: mesa-dev@lists.freedesktop.org
Summary: [TRACKER] Mesa 10.2 release tracker
Severity: normal
"Pohjolainen, Topi" writes:
> On Wed, May 21, 2014 at 12:51:07PM -0700, Eric Anholt wrote:
>> "Pohjolainen, Topi" writes:
>>
>> > On Wed, May 21, 2014 at 09:41:39PM +0300, Pohjolainen, Topi wrote:
>> >> On Wed, May 21, 2014 at 09:37:30PM +0300, Pohjolainen, Topi wrote:
>> >> > On Wed, May 21, 2
On Wed, May 21, 2014 at 12:51:07PM -0700, Eric Anholt wrote:
> "Pohjolainen, Topi" writes:
>
> > On Wed, May 21, 2014 at 09:41:39PM +0300, Pohjolainen, Topi wrote:
> >> On Wed, May 21, 2014 at 09:37:30PM +0300, Pohjolainen, Topi wrote:
> >> > On Wed, May 21, 2014 at 11:29:02AM -0700, Eric Anholt
"Pohjolainen, Topi" writes:
> On Wed, May 21, 2014 at 09:41:39PM +0300, Pohjolainen, Topi wrote:
>> On Wed, May 21, 2014 at 09:37:30PM +0300, Pohjolainen, Topi wrote:
>> > On Wed, May 21, 2014 at 11:29:02AM -0700, Eric Anholt wrote:
>> > > Topi Pohjolainen writes:
>> > >
>> > > > Signed-off-by:
On Wed, May 21, 2014 at 09:41:39PM +0300, Pohjolainen, Topi wrote:
> On Wed, May 21, 2014 at 09:37:30PM +0300, Pohjolainen, Topi wrote:
> > On Wed, May 21, 2014 at 11:29:02AM -0700, Eric Anholt wrote:
> > > Topi Pohjolainen writes:
> > >
> > > > Signed-off-by: Topi Pohjolainen
> > > > Cc: "10.2"
On 21/05/14 19:59, Ilia Mirkin wrote:
> On Wed, May 21, 2014 at 2:57 PM, Emil Velikov
> wrote:
>> On 21/05/14 00:39, Ilia Mirkin wrote:
>>> From: Christoph Bumiller
>>>
>>> [imirkin: add logic to also clear the "regular" scissors]
>> Can you please share why are you've added the "regular" scisso
On Wed, May 21, 2014 at 3:03 PM, Ilia Mirkin wrote:
> On Wed, May 21, 2014 at 3:01 PM, Emil Velikov
> wrote:
>> On 21/05/14 19:53, Ilia Mirkin wrote:
>>> On Wed, May 21, 2014 at 2:51 PM, Emil Velikov
>>> wrote:
On 21/05/14 00:39, Ilia Mirkin wrote:
> From: Christoph Bumiller
>
>>
On Wed, May 21, 2014 at 3:01 PM, Emil Velikov wrote:
> On 21/05/14 19:53, Ilia Mirkin wrote:
>> On Wed, May 21, 2014 at 2:51 PM, Emil Velikov
>> wrote:
>>> On 21/05/14 00:39, Ilia Mirkin wrote:
From: Christoph Bumiller
Reviewed-by: Ilia Mirkin
Cc: "10.2"
---
src
On 21/05/14 19:53, Ilia Mirkin wrote:
> On Wed, May 21, 2014 at 2:51 PM, Emil Velikov
> wrote:
>> On 21/05/14 00:39, Ilia Mirkin wrote:
>>> From: Christoph Bumiller
>>>
>>> Reviewed-by: Ilia Mirkin
>>> Cc: "10.2"
>>> ---
>>> src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 6 +-
On Wed, May 21, 2014 at 2:57 PM, Emil Velikov wrote:
> On 21/05/14 00:39, Ilia Mirkin wrote:
>> From: Christoph Bumiller
>>
>> [imirkin: add logic to also clear the "regular" scissors]
> Can you please share why are you've added the "regular" scissors ?
Because I had to when I was implementing t
On 21/05/14 00:39, Ilia Mirkin wrote:
> From: Christoph Bumiller
>
> [imirkin: add logic to also clear the "regular" scissors]
Can you please share why are you've added the "regular" scissors ?
Does it matter if we set the screen scissors before the render target params?
Thanks
Emil
> Reviewed-
On Wed, May 21, 2014 at 2:51 PM, Emil Velikov wrote:
> On 21/05/14 00:39, Ilia Mirkin wrote:
>> From: Christoph Bumiller
>>
>> Reviewed-by: Ilia Mirkin
>> Cc: "10.2"
>> ---
>> src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 6 +-
>> 1 file changed, 5 insertions(+), 1 deletion(-
On 21/05/14 00:39, Ilia Mirkin wrote:
> From: Christoph Bumiller
>
> Reviewed-by: Ilia Mirkin
> Cc: "10.2"
> ---
> src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 6 +-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/src/gallium/drivers/nouveau/codegen/nv50_i
On 21/05/14 02:40, Gary Wong wrote:
> Introduce a simple PCI identification method of looking up the answer
> the /sys filesystem (available on Linux). Attempted after libudev, but
> before DRM.
>
> Disabled by default (available only when the --enable-sysfs configure
> option is specified).
>
On Wed, May 21, 2014 at 09:37:30PM +0300, Pohjolainen, Topi wrote:
> On Wed, May 21, 2014 at 11:29:02AM -0700, Eric Anholt wrote:
> > Topi Pohjolainen writes:
> >
> > > Signed-off-by: Topi Pohjolainen
> > > Cc: "10.2"
> > > ---
> > > src/mesa/drivers/common/meta.h | 4 ++--
> > > src/mes
On Wed, May 21, 2014 at 11:29:02AM -0700, Eric Anholt wrote:
> Topi Pohjolainen writes:
>
> > Signed-off-by: Topi Pohjolainen
> > Cc: "10.2"
> > ---
> > src/mesa/drivers/common/meta.h | 4 ++--
> > src/mesa/drivers/common/meta_blit.c | 15 ++-
> > 2 files changed, 16 insertio
Kenneth Graunke writes:
> I forgot to disable writemasking on the OR and MOV which set the render
> target index and "source 0 alpha present to render target" bit.
These two are:
Reviewed-by: Eric Anholt
pgpjJzUjzrrlv.pgp
Description: PGP signature
___
Topi Pohjolainen writes:
> Signed-off-by: Topi Pohjolainen
> Cc: "10.2"
> ---
> src/mesa/drivers/common/meta.h | 4 ++--
> src/mesa/drivers/common/meta_blit.c | 15 ++-
> 2 files changed, 16 insertions(+), 3 deletions(-)
>
> diff --git a/src/mesa/drivers/common/meta.h b/src/m
Matt Turner writes:
> On Tue, May 20, 2014 at 11:00 AM, Eric Anholt wrote:
>> Note that this covers the Begin/End rendering path, but not user vertex
>> arrays (so we can't drop copy_array_to_vbo_array() code). Improves
>> performance of isosurf GLVERTEX|TRIANGLES by 16.7506% +/- 4.98934%
>> (n
On Wed, May 21, 2014 at 9:52 AM, Juha-Pekka Heikkilä
wrote:
> On Mon, May 19, 2014 at 9:55 PM, Matt Turner wrote:
>> ---
>> src/mesa/drivers/dri/i965/brw_fs.h | 4 +-
>> src/mesa/drivers/dri/i965/brw_fs_generator.cpp | 156
>> -
>> 2 files changed, 77 inser
On 21/05/14 02:39, Gary Wong wrote:
> loader_get_pci_id_for_fd() and loader_get_device_name_for_fd() now attempt
> all available strategies to identify the hardware, instead of conditionally
> compiling in a single test. The existing libudev and DRM approaches have
> been retained, attempting firs
On Mon, May 19, 2014 at 9:55 PM, Matt Turner wrote:
> ---
> src/mesa/drivers/dri/i965/brw_vec4.h | 4 +-
> src/mesa/drivers/dri/i965/brw_vec4_generator.cpp | 109
> +--
> 2 files changed, 66 insertions(+), 47 deletions(-)
>
> diff --git a/src/mesa/drivers/dri/i9
On 05/21/2014 08:11 AM, Tapani wrote:
> On 05/21/2014 05:43 PM, Tapani wrote:
>> On 05/21/2014 01:27 AM, Ian Romanick wrote:
>>> On 05/19/2014 10:08 PM, Tapani wrote:
On 05/19/2014 08:18 PM, Ian Romanick wrote:
> On 04/09/2014 02:56 AM, Tapani Pälli wrote:
>> diff --git a/src/glsl/glsl
On Mon, May 19, 2014 at 9:55 PM, Matt Turner wrote:
> ---
> src/mesa/drivers/dri/i965/brw_fs.h | 4 +-
> src/mesa/drivers/dri/i965/brw_fs_generator.cpp | 156
> -
> 2 files changed, 77 insertions(+), 83 deletions(-)
>
> diff --git a/src/mesa/drivers/dri/i965
Reviewed-by: Juha-Pekka Heikkila
On Mon, May 19, 2014 at 9:55 PM, Matt Turner wrote:
> ... to tell us whether it emitted any code. Will be used to determine
> whether we need to skip an annotation for it.
> ---
> src/mesa/drivers/dri/i965/brw_fs.h | 4 ++--
> src/mesa/drivers/dri/i
Reviewed-by: Juha-Pekka Heikkila
On Mon, May 19, 2014 at 9:55 PM, Matt Turner wrote:
> Were used by the blorp unit test programs.
> ---
> src/mesa/drivers/dri/i965/brw_blorp_blit.cpp| 20
> src/mesa/drivers/dri/i965/brw_blorp_blit_eu.cpp | 4 ++--
> src/mesa/drivers/dr
https://bugs.freedesktop.org/show_bug.cgi?id=79016
--- Comment #5 from Marek Olšák ---
If you add "-auto", what's the piglit result?
--
You are receiving this mail because:
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.fre
On 05/21/2014 05:43 PM, Tapani wrote:
On 05/21/2014 01:27 AM, Ian Romanick wrote:
On 05/19/2014 10:08 PM, Tapani wrote:
On 05/19/2014 08:18 PM, Ian Romanick wrote:
On 04/09/2014 02:56 AM, Tapani Pälli wrote:
Patch adds a preprocessor define for the extension and stores
explicit
location data
On 05/21/2014 01:27 AM, Ian Romanick wrote:
On 05/19/2014 10:08 PM, Tapani wrote:
On 05/19/2014 08:18 PM, Ian Romanick wrote:
On 04/09/2014 02:56 AM, Tapani Pälli wrote:
Patch adds a preprocessor define for the extension and stores explicit
location data for uniforms during AST->HIR conversion
https://bugs.freedesktop.org/show_bug.cgi?id=79016
--- Comment #4 from Maarten Lankhorst ---
Created attachment 99515
--> https://bugs.freedesktop.org/attachment.cgi?id=99515&action=edit
commit generating warnings
--
You are receiving this mail because:
You are the assignee for the bug.
_
https://bugs.freedesktop.org/show_bug.cgi?id=79016
--- Comment #3 from Maarten Lankhorst ---
Created attachment 99514
--> https://bugs.freedesktop.org/attachment.cgi?id=99514&action=edit
screenshot with commit reverted, appears to be identical to
i915/llvmpipe/nouveau
--
You are receiving thi
https://bugs.freedesktop.org/show_bug.cgi?id=79016
--- Comment #2 from Maarten Lankhorst ---
Correction, meant e5f6b6d0feb9b9ad7132d5f236959ef088237347 as pointed out on
irc.
--
You are receiving this mail because:
You are the assignee for the bug.
__
On 05/20/2014 06:30 PM, Alexander von Gluck IV wrote:
---
.../targets/haiku-softpipe/GalliumContext.cpp |1 +
.../targets/haiku-softpipe/GalliumFramebuffer.cpp |1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/gallium/targets/haiku-softpipe/GalliumContext.
On 05/21/2014 06:12 AM, Timothy Arceri wrote:
For most drivers this if statement is always going to fail so check the
constant value first.
Signed-off-by: Timothy Arceri
---
src/mesa/vbo/vbo_exec_array.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/mesa/vbo/
- Don't require xcb-dri[23] etc. if we aren't building for a target with DRM, as
we won't be using dri[23]
- Enable a more fine-grained control of what DRI code is built, so that a libGL
using direct swrast can be built on targets which don't have DRM.
The HAVE_DRI automake conditional is retired
Fix build for darwin, when ./configured --disable-driglx-direct
- darwin ld doesn't support -Bsymbolic or --version-script, so check if ld
supports those options before using them
- define GLX_ALIAS_UNSUPPORTED as config/darwin used to, as aliasing of non-weak
symbols isn't supported
- default to
Define GLX_USE_APPLEGL, as config/darwin used to, to turn on specific code to
use the applegl direct renderer
Convert src/glx/apple/Makefile to automake
Since the applegl libGL is now built by linking libappleglx into libGL, rather
than by linking selected files into a special libGL:
- Remove du
This updates this patch set for master and makes the following minor chages:
Use -Wl,-Bsymbolic, as before, not -Bsymbolic
Test that ld --version-script works, rather than just looking for it in ld
--help
darwin's ld doesn't support -Wl,--no-undefined, so don't use it on darwin
Put a 'make check'
https://bugs.freedesktop.org/show_bug.cgi?id=79016
--- Comment #1 from Marek Olšák ---
Yes, I know about that, but does it really break it? The status "warn" doesn't
mean broken.
The commit also fixes other tests and it's just the correct thing to do.
--
You are receiving this mail because:
Yo
Reviewed-by: Jakob Bornecrantz
On Wed, May 21, 2014 at 1:44 PM, Rob Clark wrote:
> From: Rob Clark
>
> Signed-off-by: Rob Clark
> ---
> src/gallium/drivers/rbug/rbug_context.c | 21 +
> 1 file changed, 21 insertions(+)
>
> diff --git a/src/gallium/drivers/rbug/rbug_context
From: Rob Clark
Signed-off-by: Rob Clark
---
src/gallium/drivers/rbug/rbug_context.c | 21 +
1 file changed, 21 insertions(+)
diff --git a/src/gallium/drivers/rbug/rbug_context.c
b/src/gallium/drivers/rbug/rbug_context.c
index 0e7badb..2b99ddd 100644
--- a/src/gallium/driv
https://bugs.freedesktop.org/show_bug.cgi?id=79016
Priority: medium
Bug ID: 79016
Assignee: mesa-dev@lists.freedesktop.org
Summary: [REGRESSION] "st/mesa: drop the lowering of quad
strips to triangle strips"
Severity: normal
For most drivers this if statement is always going to fail so check the
constant value first.
Signed-off-by: Timothy Arceri
---
src/mesa/vbo/vbo_exec_array.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/mesa/vbo/vbo_exec_array.c b/src/mesa/vbo/vbo_exec_array.c
i
Probably not going to make any difference but callgrind shows this being hit
600,000+ times in 20 seconds during the Nexuiz PTS benchmark so I thought it
wouldn't hurt.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.o
Now I understand. Yes, I'll add a CAP.
Marek
On Wed, May 21, 2014 at 1:11 PM, Roland Scheidegger wrote:
> Yes but I'm saying you need to translate it away in the state tracker, cause
> you can't really require all drivers to implement it, because this is a
> feature where I really don't think yo
Yes but I'm saying you need to translate it away in the state tracker,
cause you can't really require all drivers to implement it, because this
is a feature where I really don't think you can say it's the drivers
fault if it's not implemented.
Roland
On 05/21/2014 11:54 AM, Marek Olšák wrote:
We don't translate it away. The property does 2 things not available
in the pipe interface:
- It disables viewport clipping, so that window coordinates can pass
through untouched.
- It disables viewport transformation.
Our hardware is capable of both, however, some APIs are not.
Marek
On Wed, Ma
On 05/21/2014 12:49 AM, Marek Olšák wrote:
Hi,
Could somebody from VMWare please review this patch? It's for st/nine
(open d3d9 state tracker).
Thanks,
Marek
On Sat, May 17, 2014 at 1:20 AM, Automated rebase
wrote:
From: Christoph Bumiller
---
src/gallium/auxiliary/tgsi/tgsi_strings.c
Meta path needs to keep the current texture object's state. Fixes
the following gles3 cts tests on bdw:
framebuffer_blit_functionality_negative_width_blit.test: fail
framebuffer_blit_functionality_all_buffer_blit.test: fail
framebuffer_blit_functionality_negative_height_blit.test: fail
framebuffer
Signed-off-by: Topi Pohjolainen
Cc: "10.2"
---
src/mesa/drivers/common/meta.h | 4 ++--
src/mesa/drivers/common/meta_blit.c | 15 ++-
2 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/src/mesa/drivers/common/meta.h b/src/mesa/drivers/common/meta.h
index 007f104..7
Not in OpenGL.
Marek
On Wed, May 21, 2014 at 3:05 AM, Ilia Mirkin wrote:
> Can you not render to a texture buffer? That might not be supported by
> nv30 actually.
>
> On Tue, May 20, 2014 at 8:49 PM, Marek Olšák wrote:
>> ARB_buffer_storage doesn't have anything to do with framebuffers.
>>
>> M
Reviewed-by: Thomas Hellstrom
On 05/02/2014 10:02 PM, Emil Velikov wrote:
> In the presence of LLVM the final library exports every symbol from
> the llvm namespace. Resolve this by using a version script (w/o the
> version/name tag).
>
> Considering that there are only ~35 symbols, explicitly li
https://bugs.freedesktop.org/show_bug.cgi?id=78914
--- Comment #8 from Florian Link ---
I noticed that the same problem happens if I always use GL_CULL_BACK and change
the winding so that the back faces are front facing when I need the back faces.
So it seems to depend on the winding of the tri
97 matches
Mail list logo