On Wed, 2017-04-05 at 09:31 -0700, Jason Ekstrand wrote:
> On Wed, Apr 5, 2017 at 12:24 AM, Iago Toral
> wrote:
> > On Tue, 2017-04-04 at 19:21 -0700, Jason Ekstrand wrote:
> > > Before, we were just looking at whether or not the user wanted us
> > to
> > > wait and waiting on the BO. This instea
On Wed, Apr 5, 2017 at 10:51 PM, Jordan Justen
wrote:
> The call to gen_print_group should provide a pointer to the beginning
> of the the structure data, not the start of the batch data.
>
> Cc: Lionel Landwerlin
> Signed-off-by: Jordan Justen
> ---
> src/intel/tools/aubinator_error_decode.c |
From BDW PRM, Volume 6: Command Stream Programming, 'Render Command
Header Format'.
Signed-off-by: Jordan Justen
Reviewed-by: Lionel Landwerlin
---
src/intel/common/gen_decoder.c | 12 ++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/src/intel/common/gen_decoder.c b/s
Decoding with aubinator encountered a command of 0x. With the
previous code, it caused aubinator to jump 255 + 2 dwords to start
decoding again.
Instead we can attempt to detect the known instruction formats. If the
format is not recognized, then we can advance just 1 dword.
v2:
* Update
The call to gen_print_group should provide a pointer to the beginning
of the the structure data, not the start of the batch data.
Cc: Lionel Landwerlin
Signed-off-by: Jordan Justen
---
src/intel/tools/aubinator_error_decode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/s
Signed-off-by: Jordan Justen
Reviewed-by: Lionel Landwerlin
---
src/intel/tools/aubinator.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/intel/tools/aubinator.c b/src/intel/tools/aubinator.c
index 05d932ea6c7..f1bedd271e1 100644
--- a/src/intel/tools/aubinator.c
+++
https://bugs.freedesktop.org/show_bug.cgi?id=100580
Boyan Ding changed:
What|Removed |Added
QA Contact|mesa-dev@lists.freedesktop. |dri-devel@lists.freedesktop
On 5 April 2017 at 13:27, Andres Gomez wrote:
> The packaged libtxc-dxtn-s2tc0 will make scons check fail. Manually
> remove this package and install libtxc-dxtn instead.
>
> Signed-off-by: Andres Gomez
> Cc: Eric Anholt
> Cc: Emil Velikov
>
Tested-by: Rhys Kidd
Although let's be clear that
On 5 April 2017 at 13:27, Andres Gomez wrote:
> Trusty's LLVM toochain repository was whitelisted some time ago. See:
> https://github.com/travis-ci/apt-source-whitelist/commit/
> ebc278924a0b5e282dac685683faf6a318dd424c
>
> Signed-off-by: Andres Gomez
> Cc: Rhys Kidd
> Cc: Emil Velikov
>
Wit
We only need to update it if something changes. Also
_mesa_bind_vertex_buffer() will update the mask when binding to a
NULL or default buffer so no need to do that update here.
---
src/mesa/main/varray.c | 8 +++-
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/src/mesa/main/varr
This doesn't do anything useful so just remove it.
---
src/mesa/main/shaderimage.c | 5 +++--
src/mesa/main/texobj.c | 17 ++---
src/mesa/main/texobj.h | 6 --
3 files changed, 5 insertions(+), 23 deletions(-)
diff --git a/src/mesa/main/shaderimage.c b/src/mesa/main/sh
Commit f938354362655a378d474c5f79c52cea9852ab91 recently increased the
alignment on vertex buffer data from 32 to 64. This caused us to
consume a bit more batch than we were before and we now go over the
estimate by a small amount on certain blits on gen8+. This commit bumps
then gen8 batch estim
Reviewed-by: Matt Turner
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev
This doesn't do anything useful so just remove it.
---
src/mesa/main/bufferobj.c | 33 ++---
src/mesa/main/bufferobj.h | 6 --
src/mesa/main/varray.c| 4 ++--
3 files changed, 12 insertions(+), 31 deletions(-)
diff --git a/src/mesa/main/bufferobj.c b/src/mesa
On Wednesday, April 5, 2017 4:46:27 AM PDT Chris Wilson wrote:
> On Tue, Apr 04, 2017 at 05:10:30PM -0700, Kenneth Graunke wrote:
> > The execbuf2 kernel API requires us to construct two kinds of lists.
> > First is a "validation list" (struct drm_i915_gem_exec_object2[])
> > containing each BO ref
ok installed libxcb1-dbg from debian, that gives more info, sorry i
can't install all the dbg symbols because of conflicting dependencies,
it seems that the packages are not fully sync'd at debian/testing.
starting to look like an x11 (xcb-related) bug, not mesa, what do you think?
l.
Approximat
On Wed, Apr 5, 2017 at 10:43 PM, Chris Wilson wrote:
>> 303 frames in 5.0 seconds = 60.424 FPS
>> 212 frames in 11.7 seconds = 18.079 FPS
>
> Overshoots by 6s.
that's because, after the first 5 seconds, i did the fvwm2-based
"window resize" operation which triggered the "freeze". after
probabl
On Wed, Apr 5, 2017 at 11:04 PM, Jason Ekstrand
wrote:
> Before, we were just looking at whether or not the user wanted us to
> wait and waiting on the BO. Some clients, such as the Serious engine,
> use a single query pool for hundreds of individual query results where
> the writes for those qu
On Wednesday, April 5, 2017 5:10:15 AM PDT Chris Wilson wrote:
> On Tue, Apr 04, 2017 at 05:09:50PM -0700, Kenneth Graunke wrote:
> > I apologize that it may be difficult to review: most people aren't
> > familiar with this code (I learned a lot myself), and it's kind of
> > huge. I tried.
>
> On
On Wednesday, April 5, 2017 2:50:01 PM PDT Chris Wilson wrote:
> On Wed, Apr 05, 2017 at 02:36:38PM -0700, Kenneth Graunke wrote:
> > On Wednesday, April 5, 2017 3:33:39 AM PDT Chris Wilson wrote:
> > > On Tue, Apr 04, 2017 at 05:10:15PM -0700, Kenneth Graunke wrote:
> > > > This moves the PCI ID d
On Wed, 5 Apr 2017 14:22:00 -0400
Ilia Mirkin wrote:
> On Wed, Apr 5, 2017 at 1:12 PM, Gregory Hainaut
> wrote:
> > Context:
> > Nouveau uses NULL strings for unnamed parameter of texture gather
> > offsets opcode.
>
> To be clear, this isn't a "nouveau" thing, as it is well downstream of
> all
No need to check all color buffers.
Signed-off-by: Samuel Pitoiset
---
src/gallium/drivers/radeonsi/si_blit.c | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/gallium/drivers/radeonsi/si_blit.c
b/src/gallium/drivers/radeonsi/si_blit.c
index 9b3096d734..4256c51efb
For bindless.
Signed-off-by: Samuel Pitoiset
---
src/gallium/drivers/radeonsi/si_descriptors.c | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/gallium/drivers/radeonsi/si_descriptors.c
b/src/gallium/drivers/radeonsi/si_descriptors.c
index 703a7cb1fa..524277462
For bindless.
Signed-off-by: Samuel Pitoiset
---
src/gallium/drivers/radeonsi/si_blit.c | 30 +-
1 file changed, 17 insertions(+), 13 deletions(-)
diff --git a/src/gallium/drivers/radeonsi/si_blit.c
b/src/gallium/drivers/radeonsi/si_blit.c
index 4256c51efb..f690f3e2
No need to compute the offset in the descriptor twice.
Signed-off-by: Samuel Pitoiset
---
src/gallium/drivers/radeonsi/si_descriptors.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/gallium/drivers/radeonsi/si_descriptors.c
b/src/gallium/drivers/radeonsi/si_descripto
For bindless.
Signed-off-by: Samuel Pitoiset
---
src/gallium/drivers/radeonsi/si_blit.c | 89 +-
1 file changed, 44 insertions(+), 45 deletions(-)
diff --git a/src/gallium/drivers/radeonsi/si_blit.c
b/src/gallium/drivers/radeonsi/si_blit.c
index f690f3e2f3..9982
On Wednesday, April 5, 2017 4:47:57 AM PDT Chris Wilson wrote:
> On Tue, Apr 04, 2017 at 05:10:31PM -0700, Kenneth Graunke wrote:
> > These fields are the same value. In the bad old days, bo->handle could
> > have been an identifier from the pre-GEM fake bufmgr, but that's long
> > gone. Keep the
On Wed, Apr 05, 2017 at 02:36:38PM -0700, Kenneth Graunke wrote:
> On Wednesday, April 5, 2017 3:33:39 AM PDT Chris Wilson wrote:
> > On Tue, Apr 04, 2017 at 05:10:15PM -0700, Kenneth Graunke wrote:
> > > This moves the PCI ID detection to intel_screen.c and makes
> > > drm_bacon_bufmgr_gem_init()
On Wed, Apr 05, 2017 at 10:36:14PM +0100, Luke Kenneth Casson Leighton wrote:
> eero, apologies, the mesa-dev list's traffic is very high, i'll switch
> over to digest, so please do cc me each time, to mitigate that.
> ---
> crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68
>
On 04/04/17 18:45, Robert Bragg wrote:
On Tue, Apr 4, 2017 at 10:20 AM, Lionel Landwerlin
mailto:lionel.g.landwer...@intel.com>>
wrote:
On 03/04/17 21:04, Robert Bragg wrote:
On Mar 30, 2017 16:16, "Lionel Landwerlin"
mailto:lionel.g.landwer...@intel.com>> wrote:
Whil
eero, apologies, the mesa-dev list's traffic is very high, i'll switch
over to digest, so please do cc me each time, to mitigate that.
---
crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68
On Wed, Apr 5, 2017 at 1:31 PM, Eero Tamminen wrote:
> Hi,
>
> On 04.04.2017 14:10, L
On Wednesday, April 5, 2017 3:33:39 AM PDT Chris Wilson wrote:
> On Tue, Apr 04, 2017 at 05:10:15PM -0700, Kenneth Graunke wrote:
> > This moves the PCI ID detection to intel_screen.c and makes
> > drm_bacon_bufmgr_gem_init() take a devinfo pointer.
> >
> > We also drop the HAS_LLC query stuff - d
https://bugs.freedesktop.org/show_bug.cgi?id=100574
Vinson Lee changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
On Wed, Apr 05, 2017 at 01:04:59PM -0700, Jason Ekstrand wrote:
> Before, we were just looking at whether or not the user wanted us to
> wait and waiting on the BO. Some clients, such as the Serious engine,
> use a single query pool for hundreds of individual query results where
> the writes for t
On Wednesday, April 5, 2017 2:58:31 AM PDT Chris Wilson wrote:
> On Tue, Apr 04, 2017 at 05:10:01PM -0700, Kenneth Graunke wrote:
> > Both are kernel style lists, so this is trivial.
> >
> > Signed-off-by: Kenneth Graunke
> > ---
> > @@ -1928,10 +1928,10 @@ drm_bacon_bufmgr_gem_destroy(drm_bacon_
On 05.04.2017 18:57, Jean Hertel wrote:
Nicolai,
Is there any place were I can find all the options with their
respectives descriptions?
I have readed a little of information about DRI here[1], but i'm not
very sure were I can find a doc about all those options.
There isn't a single place wh
Entire set… Reviewed-by: Bruce Cherniak
> On Apr 4, 2017, at 1:16 PM, Tim Rowley wrote:
>
> Highlights include simd16 work, msaa enhancements, and removing the
> extra copy of mako we included.
>
> Tim Rowley (9):
> swr: [rasterizer core] SIMD16 Frontend WIP
> swr: [rasterizer core/memory] F
Before, we were just looking at whether or not the user wanted us to
wait and waiting on the BO. Some clients, such as the Serious engine,
use a single query pool for hundreds of individual query results where
the writes for those queries may be split across several command
buffers. In this scena
On Wed, Apr 5, 2017 at 11:18 AM, Chris Wilson
wrote:
> On Wed, Apr 05, 2017 at 11:02:18AM -0700, Jason Ekstrand wrote:
> >On Wed, Apr 5, 2017 at 10:45 AM, Chris Wilson
> ><[1]ch...@chris-wilson.co.uk> wrote:
> >
> > On Wed, Apr 05, 2017 at 10:28:53AM -0700, Jason Ekstrand wrote:
> >
On Wed, Apr 5, 2017 at 11:59 AM, Pohjolainen, Topi <
topi.pohjolai...@gmail.com> wrote:
> On Wed, Apr 05, 2017 at 09:10:45AM -0700, Jason Ekstrand wrote:
> > On Wed, Apr 5, 2017 at 1:04 AM, Pohjolainen, Topi <
> > topi.pohjolai...@gmail.com> wrote:
> >
> > > On Tue, Apr 04, 2017 at 03:56:35PM -070
For patches 1-9:
Reviewed-by: Marek Olšák
I'll look at the rest later.
Marek
On Thu, Mar 30, 2017 at 8:09 PM, Gustaw Smolarczyk wrote:
> Signed-off-by: Gustaw Smolarczyk
> ---
> src/mesa/main/ff_fragment_shader.cpp | 15 ++-
> 1 file changed, 6 insertions(+), 9 deletions(-)
>
>
Flush the HUD value streams to the dump files after every newline.
v2: check that fopen succeeded (Julien)
Tested-by: Julien Isorce
---
src/gallium/auxiliary/hud/hud_context.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/gallium/auxiliary/hud/hud_context.c
b/src/gallium/auxiliary
On Wed, Apr 05, 2017 at 09:10:45AM -0700, Jason Ekstrand wrote:
> On Wed, Apr 5, 2017 at 1:04 AM, Pohjolainen, Topi <
> topi.pohjolai...@gmail.com> wrote:
>
> > On Tue, Apr 04, 2017 at 03:56:35PM -0700, Jason Ekstrand wrote:
> > > ---
> > > src/intel/Makefile.sources | 7 ++
> > > s
On Wed, Apr 5, 2017 at 12:29 AM, Julien Isorce wrote:
> I confirm it works, awesome! Thx!
> Should you check that fopen succeeded ? because I think setvbuf would crash
> otherwise.
You are right. Thanks for the hint V2 coming after some testing.
> That's said:
> Tested-by: Julien Isorce
Than
On Wed, Apr 5, 2017 at 1:42 PM, Emil Velikov wrote:
> On 5 April 2017 at 13:37, Rob Clark wrote:
>> On Wed, Apr 5, 2017 at 8:25 AM, Emil Velikov
>> wrote:
>>> From: Emil Velikov
>>>
>>> Honour the LIBUNWIND_CFLAGS and include the header only where needed.
>>
>> Please drop the part other than
On Wed, Apr 5, 2017 at 2:27 PM, Kristian Høgsberg wrote:
> On Wed, Apr 5, 2017 at 11:11 AM, Jason Ekstrand wrote:
>> On Wed, Apr 5, 2017 at 11:03 AM, Emil Velikov
>> wrote:
>>>
>>> On 5 April 2017 at 18:55, Daniel Vetter wrote:
>>> > On Wed, Apr 05, 2017 at 04:38:25PM +0100, Emil Velikov wrote:
https://bugs.freedesktop.org/show_bug.cgi?id=92877
Dennis Schridde changed:
What|Removed |Added
CC||devuran...@gmx.net
--
You are receivi
On Wed, Apr 5, 2017 at 11:11 AM, Jason Ekstrand wrote:
> On Wed, Apr 5, 2017 at 11:03 AM, Emil Velikov
> wrote:
>>
>> On 5 April 2017 at 18:55, Daniel Vetter wrote:
>> > On Wed, Apr 05, 2017 at 04:38:25PM +0100, Emil Velikov wrote:
>> >> Hi Ken,
>> >>
>> >> On 5 April 2017 at 01:09, Kenneth Grau
Show the commit hash and the title in a way that it is easier to copy
and paste in the bin/.cherry-ignore-extra file if we want to ignore
those commits for the future.
---
bin/get-extra-pick-list.sh | 2 +-
bin/get-fixes-pick-list.sh | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff
Both scripts does not use a file with the commits to ignore. So if we
have handled one of the suggested commits and decided we won't pick it,
the scripts will continue suggesting them.
This commits adds support for a bin/.cherry-ignore-extra where we can
put the commits not explicitly rejected (th
Those two scripts suggest about commits that could be potential candidates to be
in stable.
But if we decided some of those commits arent, the scripts will continue
suggesting them.
The first patch adds a bin/.cherry-ignore-extra, similar to bin/.cherry-ignore,
where we can put the commits we are
On 5 April 2017 at 19:16, Alex Deucher wrote:
> On Wed, Apr 5, 2017 at 2:03 PM, Emil Velikov wrote:
>> On 5 April 2017 at 18:55, Daniel Vetter wrote:
>>> On Wed, Apr 05, 2017 at 04:38:25PM +0100, Emil Velikov wrote:
Hi Ken,
On 5 April 2017 at 01:09, Kenneth Graunke wrote:
>
On Wed, Apr 5, 2017 at 1:12 PM, Gregory Hainaut
wrote:
> Context:
> Nouveau uses NULL strings for unnamed parameter of texture gather
> offsets opcode.
To be clear, this isn't a "nouveau" thing, as it is well downstream of
all this GLSL stuff. And FWIW llvmpipe/softpipe also support the
4-offset
On Wed, Apr 05, 2017 at 11:11:38AM -0700, Jason Ekstrand wrote:
>On Wed, Apr 5, 2017 at 11:03 AM, Emil Velikov
><[1]emil.l.veli...@gmail.com> wrote:
>
> On 5 April 2017 at 18:55, Daniel Vetter <[2]dan...@ffwll.ch> wrote:
> > On Wed, Apr 05, 2017 at 04:38:25PM +0100, Emil Velikov
On Wed, 2017-04-05 at 11:12 -0700, Dylan Baker wrote:
> I believe you can also remove 'sudo: true' (or set to false) with this change.
You are probably right but 2/2 makes use of sudo again.
Don't know whether it is worth disable it in this patch and enable it
again in 2/2 ...
>
> Dylan
>
> Qu
On Wed, 2017-04-05 at 18:05 +, Rhys Kidd wrote:
> On Wed, Apr 5, 2017 at 1:49 PM Emil Velikov wrote:
> > On 5 April 2017 at 18:27, Andres Gomez wrote:
> >
> > > The packaged libtxc-dxtn-s2tc0 will make scons check fail. Manually
> >
> > > remove this package and install libtxc-dxtn instead.
On Wed, Apr 05, 2017 at 11:02:18AM -0700, Jason Ekstrand wrote:
>On Wed, Apr 5, 2017 at 10:45 AM, Chris Wilson
><[1]ch...@chris-wilson.co.uk> wrote:
>
> On Wed, Apr 05, 2017 at 10:28:53AM -0700, Jason Ekstrand wrote:
> > Before, we were just looking at whether or not the user wan
On Wed, Apr 5, 2017 at 2:03 PM, Emil Velikov wrote:
> On 5 April 2017 at 18:55, Daniel Vetter wrote:
>> On Wed, Apr 05, 2017 at 04:38:25PM +0100, Emil Velikov wrote:
>>> Hi Ken,
>>>
>>> On 5 April 2017 at 01:09, Kenneth Graunke wrote:
>>> > Hello,
>>> >
>>> > This series imports libdrm_intel int
I believe you can also remove 'sudo: true' (or set to false) with this change.
Dylan
Quoting Andres Gomez (2017-04-05 10:27:30)
> Trusty's LLVM toochain repository was whitelisted some time ago. See:
> https://github.com/travis-ci/apt-source-whitelist/commit/ebc278924a0b5e282dac685683faf6a318dd42
On Wed, Apr 5, 2017 at 11:03 AM, Emil Velikov
wrote:
> On 5 April 2017 at 18:55, Daniel Vetter wrote:
> > On Wed, Apr 05, 2017 at 04:38:25PM +0100, Emil Velikov wrote:
> >> Hi Ken,
> >>
> >> On 5 April 2017 at 01:09, Kenneth Graunke
> wrote:
> >> > Hello,
> >> >
> >> > This series imports libdr
On Wed, Apr 5, 2017 at 1:49 PM Emil Velikov
wrote:
> On 5 April 2017 at 18:27, Andres Gomez wrote:
> > The packaged libtxc-dxtn-s2tc0 will make scons check fail. Manually
> > remove this package and install libtxc-dxtn instead.
> >
> Don't recall seeing it fail.
>
> Is that a recent thing ? Any
On 5 April 2017 at 18:55, Daniel Vetter wrote:
> On Wed, Apr 05, 2017 at 04:38:25PM +0100, Emil Velikov wrote:
>> Hi Ken,
>>
>> On 5 April 2017 at 01:09, Kenneth Graunke wrote:
>> > Hello,
>> >
>> > This series imports libdrm_intel into the i965 driver, hacks and
>> > slashes it down to size, and
On Wed, Apr 5, 2017 at 10:45 AM, Chris Wilson
wrote:
> On Wed, Apr 05, 2017 at 10:28:53AM -0700, Jason Ekstrand wrote:
> > Before, we were just looking at whether or not the user wanted us to
> > wait and waiting on the BO. Some clients, such as the Serious engine,
> > use a single query pool fo
Context:
Nouveau uses NULL strings for unnamed parameter of texture gather
offsets opcode.
Fix piglit crashes of the 'texturegatheroffsets' tests on Nouveau
v3: Redo patch based on Nicolai/Timothy feedback
Create dedicated blob_write_string_optional/blob_read_string_optional to
handle null pointe
On Wed, Apr 05, 2017 at 04:38:25PM +0100, Emil Velikov wrote:
> Hi Ken,
>
> On 5 April 2017 at 01:09, Kenneth Graunke wrote:
> > Hello,
> >
> > This series imports libdrm_intel into the i965 driver, hacks and
> > slashes it down to size, and greatly simplifies our relocation
> > handling.
> >
> >
On 5 April 2017 at 18:27, Andres Gomez wrote:
> The packaged libtxc-dxtn-s2tc0 will make scons check fail. Manually
> remove this package and install libtxc-dxtn instead.
>
Don't recall seeing it fail.
Is that a recent thing ? Any ideas what caused it - code changes on
our end or something to do
2017-04-05 18:14 GMT+02:00 Philipp Zabel :
> This adds native fence fd support to etnaviv, similarly to commit
> 0b98e84e9ba0 ("freedreno: native fence fd"), enabled for kernel
> driver version 1.1 or later.
>
> Signed-off-by: Philipp Zabel
> ---
> This depends on libdrm patches [1][2] which may o
On Wed, Apr 05, 2017 at 10:28:53AM -0700, Jason Ekstrand wrote:
> Before, we were just looking at whether or not the user wanted us to
> wait and waiting on the BO. Some clients, such as the Serious engine,
> use a single query pool for hundreds of individual query results where
> the writes for t
On 5 April 2017 at 13:37, Rob Clark wrote:
> On Wed, Apr 5, 2017 at 8:25 AM, Emil Velikov wrote:
>> From: Emil Velikov
>>
>> Honour the LIBUNWIND_CFLAGS and include the header only where needed.
>
> Please drop the part other than the Makefile.am hunk..
>
Ack, will push only the Makefile hunk.
For the series,
Reviewed-by: Brian Paul
BTW, it looks like we need to add bunch of other buffer types in
_mesa_update_default_objects_buffer_objects().
-Brian
On 04/04/2017 07:41 PM, Timothy Arceri wrote:
This avoids validation and looking up the buffer for a second time.
---
src/mesa/ma
This is a bit more efficient than using GEM_WAIT with a timeout of 0.
---
src/intel/vulkan/anv_device.c | 34 --
src/intel/vulkan/anv_gem.c | 17 +
src/intel/vulkan/anv_private.h | 2 ++
3 files changed, 47 insertions(+), 6 deletions(-)
diff -
Before, we were just looking at whether or not the user wanted us to
wait and waiting on the BO. Some clients, such as the Serious engine,
use a single query pool for hundreds of individual query results where
the writes for those queries may be split across several command
buffers. In this scena
The packaged libtxc-dxtn-s2tc0 will make scons check fail. Manually
remove this package and install libtxc-dxtn instead.
Signed-off-by: Andres Gomez
Cc: Eric Anholt
Cc: Emil Velikov
---
.travis.yml | 8
1 file changed, 8 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 0667
Trusty's LLVM toochain repository was whitelisted some time ago. See:
https://github.com/travis-ci/apt-source-whitelist/commit/ebc278924a0b5e282dac685683faf6a318dd424c
Signed-off-by: Andres Gomez
Cc: Rhys Kidd
Cc: Emil Velikov
---
.travis.yml | 15 +++
1 file changed, 3 insertions(
A couple of fixes to use a bit more standard syntax to pull the LLVM
dependencies and to make scons check pass.
Andres Gomez (2):
travis: replace Trusty-based LLVM toolchain apt-get with apt addon
travis: add the txc-dxtn library so scons check can pass
.travis.yml | 19 +--
Added all the tags and pushed to master.
Thanks for the patches Rhys.
Please take a look at the PW list [1] and let me know if those need
work/are superseded/etc.
-Emil
[1] https://patchwork.freedesktop.org/project/mesa/patches/?submitter=15532
___
mes
On 04/05/2017 05:06 AM, Timothy Arceri wrote:
42aaa548 changed the renderbuffer initialisation of RefCount from
1 to 0.
This is inconsitent with how we use RefCount elsewhere. Also every
driver implementation of NewRenderbuffer() calls
_mesa_init_renderbuffer() so its safe to set it there.
---
On Wed, Apr 5, 2017 at 10:11 AM, Chris Wilson
wrote:
> On Wed, Apr 05, 2017 at 10:03:21AM -0700, Jason Ekstrand wrote:
> > ---
> > src/intel/vulkan/anv_device.c | 26 +++---
> > src/intel/vulkan/anv_gem.c | 17 +
> > src/intel/vulkan/anv_private.h | 1 +
On 5 April 2017 at 18:04, Jason Ekstrand wrote:
> I just sent exactly the same patch. :-) I don't care which we land
>
git rebase fail and pushed mine. Sorry about that :-\
-Emil
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.fr
Hi,
This is
Reviewed-by: Andres Gomez
On Tue, 2017-04-04 at 23:56 -0400, Rhys Kidd wrote:
> Signed-off-by: Rhys Kidd
> ---
> .travis.yml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.travis.yml b/.travis.yml
> index aa212b1..c0b2c1f 100644
> --- a/.travis.yml
> ++
Hi,
This is
Reviewed-by: Andres Gomez
On Tue, 2017-04-04 at 23:58 -0400, Rhys Kidd wrote:
> Signed-off-by: Rhys Kidd
> ---
> .travis.yml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/.travis.yml b/.travis.yml
> index aa212b1..0b03ae7 100644
> --- a/.travis.yml
> +++ b/.travis.yml
On Wed, Apr 5, 2017 at 12:14 PM, Philipp Zabel wrote:
> +void
> +etna_fence_server_sync(struct pipe_context *pctx,
> + struct pipe_fence_handle *pfence)
> +{
> + struct etna_context *ctx = etna_context(pctx);
> +
> + /* FIXME: where should in_fence_fd be stored? */
> +
On Wed, Apr 05, 2017 at 10:03:21AM -0700, Jason Ekstrand wrote:
> ---
> src/intel/vulkan/anv_device.c | 26 +++---
> src/intel/vulkan/anv_gem.c | 17 +
> src/intel/vulkan/anv_private.h | 1 +
> 3 files changed, 37 insertions(+), 7 deletions(-)
>
> diff --
On Wed, Apr 05, 2017 at 09:37:16AM -0700, Jason Ekstrand wrote:
>On Wed, Apr 5, 2017 at 1:27 AM, Chris Wilson <[1]ch...@chris-wilson.co.uk>
>wrote:
>
> On Tue, Apr 04, 2017 at 07:21:38PM -0700, Jason Ekstrand wrote:
> > Before, we were just looking at whether or not the user want
I just sent exactly the same patch. :-) I don't care which we land
Reviewed-by: Jason Ekstrand
On Wed, Apr 5, 2017 at 9:56 AM, Emil Velikov
wrote:
> From: Emil Velikov
>
> Introduce stubs to anv_gem_stub.c that match the anv_gem.c ones.
> Otherwise we may get link-time errors, when building
Before, we were just looking at whether or not the user wanted us to
wait and waiting on the BO. Some clients, such as the Serious engine,
use a single query pool for hundreds of individual query results where
the writes for those queries may be split across several command
buffers. In this scena
---
src/intel/vulkan/anv_device.c | 26 +++---
src/intel/vulkan/anv_gem.c | 17 +
src/intel/vulkan/anv_private.h | 1 +
3 files changed, 37 insertions(+), 7 deletions(-)
diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c
index 9e86
From: Emil Velikov
Introduce stubs to anv_gem_stub.c that match the anv_gem.c ones.
Otherwise we may get link-time errors, when building the tests.
v2: Introduce all the missing stubs at once.
Cc: Jason Ekstrand
Cc: Vinson Lee
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100574
Fixe
04.04.2017 u 22:18, Richard Kuenz je napisao/la:
> Hello ,
>
> i am affected on Powermac 7,3 by r300 bug as i cannot achieve 3d
acceleration and video playback is blue with mpv and gnome-mplayer.
>
> is there a way to overcome this whiteout upgrading to newer debian
version?
>
>
> thank you ve
On Wed, Apr 5, 2017 at 1:27 AM, Chris Wilson
wrote:
> On Tue, Apr 04, 2017 at 07:21:38PM -0700, Jason Ekstrand wrote:
> > Before, we were just looking at whether or not the user wanted us to
> > wait and waiting on the BO. This instead makes us busy-loop on each
> > query until it's available.
On Wed, Apr 5, 2017 at 12:24 AM, Iago Toral wrote:
> On Tue, 2017-04-04 at 19:21 -0700, Jason Ekstrand wrote:
> > Before, we were just looking at whether or not the user wanted us to
> > wait and waiting on the BO. This instead makes us busy-loop on each
> > query until it's available. This red
From: Emil Velikov
As mentioned on the xcb mailing list, the platform uses the GLIBC
forwarding mechanism.
https://lists.freedesktop.org/archives/xcb/2016-November/010896.html
Cc: Andreas Boll
Reported-by: Andreas Boll
Signed-off-by: Emil Velikov
---
configure.ac | 2 +-
1 file changed, 1 i
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100574
---
src/intel/vulkan/anv_gem_stubs.c | 19 +++
1 file changed, 19 insertions(+)
diff --git a/src/intel/vulkan/anv_gem_stubs.c b/src/intel/vulkan/anv_gem_stubs.c
index 30b40ce..74794d4 100644
--- a/src/intel/vulkan/anv_g
We actually need a couple of other stubs as well.
On Wed, Apr 5, 2017 at 7:10 AM, Emil Velikov
wrote:
> From: Emil Velikov
>
> Introduce a stub to anv_gem_stub.c that matches the anv_gem.c one.
> Otherwise we may get link-time errors, when building the tests.
>
> Cc: Jason Ekstrand
> Cc: Vinso
This adds native fence fd support to etnaviv, similarly to commit
0b98e84e9ba0 ("freedreno: native fence fd"), enabled for kernel
driver version 1.1 or later.
Signed-off-by: Philipp Zabel
---
This depends on libdrm patches [1][2] which may or may not make their
way into libdrm 2.4.78.
[1] https:/
On Wed, Apr 5, 2017 at 1:04 AM, Pohjolainen, Topi <
topi.pohjolai...@gmail.com> wrote:
> On Tue, Apr 04, 2017 at 03:56:35PM -0700, Jason Ekstrand wrote:
> > ---
> > src/intel/Makefile.sources | 7 ++
> > src/intel/isl/isl.c| 93
> > src/intel/is
Hi Ken,
On 5 April 2017 at 01:09, Kenneth Graunke wrote:
> Hello,
>
> This series imports libdrm_intel into the i965 driver, hacks and
> slashes it down to size, and greatly simplifies our relocation
> handling.
>
> Some of the patches may be held for moderation. You can find the
> series in git
On 05.04.2017 15:46, Alex Deucher wrote:
Cc: 13.0 17.0
Signed-off-by: Alex Deucher
Reviewed-by: Nicolai Hähnle
---
include/pci_ids/radeonsi_pci_ids.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/pci_ids/radeonsi_pci_ids.h
b/include/pci_ids/radeonsi_pci_ids.h
index f4139ea.
On 04/05/2017 04:17 PM, Emil Velikov wrote:
> On 5 April 2017 at 12:36, Jean Hertel wrote:
>> This proposal tries to fix those issues.
>>
>>
>> Oficial repository: https://github.com/jlHertel/mesa-sphinx
>>
>> Live demo: http://mesa2.jeanhertel.com.br/
>>
> Thanks for the update Jean.
>
> I'm a hu
https://bugs.freedesktop.org/show_bug.cgi?id=100569
Aaron Watry changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
1 - 100 of 199 matches
Mail list logo