All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Samuel Pitoiset
	<samuel.pitoiset-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org>
Cc: mesa-dev-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
	nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Subject: Re: [PATCH mesa v2 1/2] nouveau: codegen: Use FILE_MEMORY_BUFFER for buffers
Date: Wed, 20 Apr 2016 13:48:30 +0200	[thread overview]
Message-ID: <57176C8E.5070107@redhat.com> (raw)
In-Reply-To: <571019E1.2080102-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

Hi,

On 15-04-16 00:29, Samuel Pitoiset wrote:
>
>
> On 04/12/2016 12:04 PM, Hans de Goede wrote:
>> Hi,
>>
>> On 08-04-16 18:14, Samuel Pitoiset wrote:
>>>
>>>
>>> On 04/08/2016 12:17 PM, Hans de Goede wrote:
>>>> Hi,
>>>>
>>>> On 23-03-16 23:10, Samuel Pitoiset wrote:
>>>>> Are you sure this won't break compute shaders on fermi?
>>>>> Could you please double-check that?
>>>>
>>>> I just checked:
>>>>
>>>> lspci:
>>>> 01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT
>>>> 610] (rev a1)
>>>>
>>>> Before this patch-set:
>>>>
>>>> [hans@plank piglit]$ ./piglit run -o shader -t
>>>> '.*arb_shader_storage_buffer_object.*' results/shader
>>>> [9/9] pass: 9 /
>>>>
>>>> After this patch-set:
>>>>
>>>> [hans@plank piglit]$ ./piglit run -o shader -t
>>>> '.*arb_shader_storage_buffer_object.*' results/shader
>>>> [9/9] pass: 9 /
>>>
>>> And what about compute shaders? (ie. -t arb_compute_shader)
>>> Sorry to ask you again but I just want to be sure it's fine. :-)
>>
>> Those tests don't run yet on mesa master on the GF119 card
>> I've:
>>
>> [hans@plank piglit]$ ./piglit run -o shader -t '.*arb_compute_shader.*'
>> results/shader
>> [20/20] skip: 20 |
>>
>> My patches don't change anything about this, and they only touch
>> the buffer handling paths and the buffer tests (still) pass...
>>
>> I've also tried on a:
>> 01:00.0 VGA compatible controller: NVIDIA Corporation GK107 [GeForce GT
>> 740] (rev a1)
>>
>> Same result.
>
> Sorry for the delay, I was dealing with images.
>
> Well, you needed to override ARB_compute_shader because the extension is not currently exposed.
>
> For example:
> MESA_EXTENSION_OVERRIDE=GL_ARB_compute_shader MESA_GL_VERSION_OVERRIDE=4.2 ./piglit-run.py blabla
>
> I tried myself to test your series but it no longer applies on top of master. Well, if you make a quick test with:
>
> MESA_EXTENSION_OVERRIDE=GL_ARB_compute_shader MESA_GL_VERSION_OVERRIDE=4.2 ./piglit-run.py -1 --dmesg -t arb_compute_shader
>
> that might be nice

Done on both a gf119 and gk107, result on both:

[hans@plank piglit]$ DISPLAY=:0 MESA_EXTENSION_OVERRIDE=GL_ARB_compute_shader MESA_GL_VERSION_OVERRIDE=4.2  ./piglit run -o shader -t '.*arb_compute_shader.*' results/shader
[20/20] skip: 4, pass: 16 |
Thank you for running Piglit!

 > but whatever, series is:
>
> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>

Thanks, I've updated the commit msg with the results of the extra tests
I've done and pushed these 2 patches to master.

Regards,

Hans
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau

      parent reply	other threads:[~2016-04-20 11:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-17 16:07 [PATCH mesa v2 1/2] nouveau: codegen: Use FILE_MEMORY_BUFFER for buffers Hans de Goede
     [not found] ` <1458230823-25213-1-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-03-17 16:07   ` [PATCH mesa v2 2/2] nouveau: codegen: Add support for OpenCL global memory buffers Hans de Goede
2016-03-21 11:26   ` [Mesa-dev, v2, 1/2] nouveau: codegen: Use FILE_MEMORY_BUFFER for buffers Hans de Goede
2016-03-23 22:10   ` [PATCH mesa v2 " Samuel Pitoiset
2016-04-08 10:17     ` Hans de Goede
     [not found]       ` <57078551.1080703-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-04-08 16:14         ` Samuel Pitoiset
     [not found]           ` <5707D8D7.8050403-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-04-12 10:04             ` Hans de Goede
2016-04-14 22:29               ` Samuel Pitoiset
     [not found]                 ` <571019E1.2080102-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-04-20 11:48                   ` Hans de Goede [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=57176C8E.5070107@redhat.com \
    --to=hdegoede-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org \
    --cc=mesa-dev-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=samuel.pitoiset-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.