Displaying 20 results from an estimated 21 matches for "exac8nv110".
2017 Jul 01
2
[PATCH 1/2] nv110/exa: Remove depbars
Removed explicit depar instructions as they're not used by the blob anymore.
Signed-off-by: Aaryaman Vasishta <jem456.vasishta at gmail.com>
---
src/shader/exac8nv110.fp | 5 ++---
src/shader/exac8nv110.fpc | 10 ++++------
src/shader/exacanv110.fp | 5 ++---
src/shader/exacanv110.fpc | 10 ++++------
src/shader/exacmnv110.fp | 5 ++---
src/shader/exacmnv110.fpc | 10 ++++------
src/shader/exas8nv110.fp | 4 +---
src/shader/exas8nv110.fpc | 8 ++------...
2017 Jun 27
4
[PATCH v4] nv110/exa: update sched codes
...it on the write bars instead. eg. see
"sched (st 0xf wr 0x1 wt 0x2) (st 0xf wr 0x1 wt 0x2) (st 0xf)" in exacmnv110.fp
Trello:
https://trello.com/c/6LPB2EIS/174-update-maxwell-shaders-with-proper-delays
Signed-off-by: Aaryaman Vasishta <jem456.vasishta at gmail.com>
---
src/shader/exac8nv110.fp | 10 +++++-----
src/shader/exac8nv110.fpc | 18 +++++++++---------
src/shader/exacanv110.fp | 10 +++++-----
src/shader/exacanv110.fpc | 18 +++++++++---------
src/shader/exacmnv110.fp | 10 +++++-----
src/shader/exacmnv110.fpc | 18 +++++++++---------
src/shader/exas8nv110.fp | 6 +++---...
2017 Jun 10
2
[PATCH v3] nv110/exa: update sched codes
...o maxwell exa shaders. rendercheck tests
seem consistent with/without this patch. I haven't extensively tested
them though.
Trello:
https://trello.com/c/6LPB2EIS/174-update-maxwell-shaders-with-proper-delays
Signed-off-by: Aaryaman Vasishta <jem456.vasishta at gmail.com>
---
src/shader/exac8nv110.fp | 10 +++++-----
src/shader/exac8nv110.fpc | 18 +++++++++---------
src/shader/exacanv110.fp | 10 +++++-----
src/shader/exacanv110.fpc | 18 +++++++++---------
src/shader/exacmnv110.fp | 10 +++++-----
src/shader/exacmnv110.fpc | 18 +++++++++---------
src/shader/exas8nv110.fp | 6 +++---...
2016 Oct 17
1
[PATCH] exa: add GM10x acceleration support
....vpc,$(SHADERS)): %.vpc: %.vp
>> + cpp -DENVYAS $< | sed -e '/^#/d' | $(ENVYAS) -w -m gm107 -o $@
>> +$(filter %nv110.fpc,$(SHADERS)): %.fpc: %.fp
>> + cpp -DENVYAS $< | sed -e '/^#/d' | $(ENVYAS) -w -m gm107 -o $@
>> diff --git a/src/shader/exac8nv110.fp b/src/shader/exac8nv110.fp
>> new file mode 100644
>> index 0000000..ce78036
>> --- /dev/null
>> +++ b/src/shader/exac8nv110.fp
>> @@ -0,0 +1,47 @@
>> +#ifndef ENVYAS
>> +static uint32_t
>> +NV110FP_Composite_A8[] = {
>> + 0x00001462,
&...
2017 Jun 03
2
[PATCH v2] nv110/exa: update sched codes
...o maxwell exa shaders. rendercheck tests
seem consistent with/without this patch. I haven't extensively tested
them though.
Trello:
https://trello.com/c/6LPB2EIS/174-update-maxwell-shaders-with-proper-delays
Signed-off-by: Aaryaman Vasishta <jem456.vasishta at gmail.com>
---
src/shader/exac8nv110.fp | 10 +++++-----
src/shader/exac8nv110.fpc | 18 +++++++++---------
src/shader/exacanv110.fp | 10 +++++-----
src/shader/exacanv110.fpc | 18 +++++++++---------
src/shader/exacmnv110.fp | 10 +++++-----
src/shader/exacmnv110.fpc | 18 +++++++++---------
src/shader/exas8nv110.fp | 6 +++---...
2017 Jun 28
1
[PATCH v4] nv110/exa: update sched codes
...f wr 0x1 wt 0x2) (st 0xf)" in
> exacmnv110.fp
> >
> > Trello:
> > https://trello.com/c/6LPB2EIS/174-update-maxwell-shaders-wit
> h-proper-delays
> >
> > Signed-off-by: Aaryaman Vasishta <jem456.vasishta at gmail.com>
> > ---
> > src/shader/exac8nv110.fp | 10 +++++-----
> > src/shader/exac8nv110.fpc | 18 +++++++++---------
> > src/shader/exacanv110.fp | 10 +++++-----
> > src/shader/exacanv110.fpc | 18 +++++++++---------
> > src/shader/exacmnv110.fp | 10 +++++-----
> > src/shader/exacmnv110.fpc | 18 +++++++++...
2017 Jun 07
2
[PATCH v2] nv110/exa: update sched codes
...I haven't extensively tested
>> them though.
>>
>> Trello:
>> https://trello.com/c/6LPB2EIS/174-update-maxwell-shaders-wit
>> h-proper-delays
>>
>> Signed-off-by: Aaryaman Vasishta <jem456.vasishta at gmail.com>
>> ---
>> src/shader/exac8nv110.fp | 10 +++++-----
>> src/shader/exac8nv110.fpc | 18 +++++++++---------
>> src/shader/exacanv110.fp | 10 +++++-----
>> src/shader/exacanv110.fpc | 18 +++++++++---------
>> src/shader/exacmnv110.fp | 10 +++++-----
>> src/shader/exacmnv110.fpc | 18 +++++++++...
2017 Jul 01
0
[PATCH v5 2/2] nv110/exa: update sched codes
...o maxwell exa shaders. rendercheck tests
seem consistent with/without this patch. I haven't extensively tested
them though.
Trello:
https://trello.com/c/6LPB2EIS/174-update-maxwell-shaders-with-proper-delays
Signed-off-by: Aaryaman Vasishta <jem456.vasishta at gmail.com>
---
src/shader/exac8nv110.fp | 10 +++++-----
src/shader/exac8nv110.fpc | 18 +++++++++---------
src/shader/exacanv110.fp | 10 +++++-----
src/shader/exacanv110.fpc | 18 +++++++++---------
src/shader/exacmnv110.fp | 10 +++++-----
src/shader/exacmnv110.fpc | 18 +++++++++---------
src/shader/exas8nv110.fp | 6 +++---...
2016 Oct 16
2
[PATCH] exa: add GM10x acceleration support
...| 2 +-
src/nv_accel_common.c | 1 +
src/nv_driver.c | 1 +
src/nvc0_accel.c | 37 ++++++++++++++---
src/nvc0_exa.c | 48 ++++++++++++++++++++--
src/nvc0_xv.c | 48 ++++++++++++++++++++--
src/shader/Makefile | 23 ++++++++---
src/shader/exac8nv110.fp | 47 +++++++++++++++++++++
src/shader/exac8nv110.fpc | 38 +++++++++++++++++
src/shader/exacanv110.fp | 47 +++++++++++++++++++++
src/shader/exacanv110.fpc | 38 +++++++++++++++++
src/shader/exacmnv110.fp | 47 +++++++++++++++++++++
src/shader/exacmnv110.fpc | 38 +++++++++++++++++
src...
2017 Jun 03
0
[PATCH] nv110/exa: update sched codes
...o maxwell exa shaders. rendercheck tests
seem consistent with/without this patch. I haven't extensively tested
them though.
Trello:
https://trello.com/c/6LPB2EIS/174-update-maxwell-shaders-with-proper-delays
Signed-off-by: Aaryaman Vasishta <jem456.vasishta at gmail.com>
---
src/shader/exac8nv110.fp | 10 +++++-----
src/shader/exac8nv110.fpc | 18 +++++++++---------
src/shader/exacanv110.fp | 10 +++++-----
src/shader/exacanv110.fpc | 18 +++++++++---------
src/shader/exacmnv110.fp | 10 +++++-----
src/shader/exacmnv110.fpc | 18 +++++++++---------
src/shader/exas8nv110.fp | 6 +++---...
2017 Jun 29
0
[PATCH v4] nv110/exa: update sched codes
...; "sched (st 0xf wr 0x1 wt 0x2) (st 0xf wr 0x1 wt 0x2) (st 0xf)" in exacmnv110.fp
>
> Trello:
> https://trello.com/c/6LPB2EIS/174-update-maxwell-shaders-with-proper-delays
>
> Signed-off-by: Aaryaman Vasishta <jem456.vasishta at gmail.com>
> ---
> src/shader/exac8nv110.fp | 10 +++++-----
> src/shader/exac8nv110.fpc | 18 +++++++++---------
> src/shader/exacanv110.fp | 10 +++++-----
> src/shader/exacanv110.fpc | 18 +++++++++---------
> src/shader/exacmnv110.fp | 10 +++++-----
> src/shader/exacmnv110.fpc | 18 +++++++++---------
> src...
2017 Jun 10
0
[PATCH v3] nv110/exa: update sched codes
...m consistent with/without this patch. I haven't extensively tested
> them though.
>
> Trello:
> https://trello.com/c/6LPB2EIS/174-update-maxwell-shaders-
> with-proper-delays
>
> Signed-off-by: Aaryaman Vasishta <jem456.vasishta at gmail.com>
> ---
> src/shader/exac8nv110.fp | 10 +++++-----
> src/shader/exac8nv110.fpc | 18 +++++++++---------
> src/shader/exacanv110.fp | 10 +++++-----
> src/shader/exacanv110.fpc | 18 +++++++++---------
> src/shader/exacmnv110.fp | 10 +++++-----
> src/shader/exacmnv110.fpc | 18 +++++++++---------
> src/shade...
2017 Jun 28
0
[PATCH v4] nv110/exa: update sched codes
...> "sched (st 0xf wr 0x1 wt 0x2) (st 0xf wr 0x1 wt 0x2) (st 0xf)" in exacmnv110.fp
>
> Trello:
> https://trello.com/c/6LPB2EIS/174-update-maxwell-shaders-with-proper-delays
>
> Signed-off-by: Aaryaman Vasishta <jem456.vasishta at gmail.com>
> ---
> src/shader/exac8nv110.fp | 10 +++++-----
> src/shader/exac8nv110.fpc | 18 +++++++++---------
> src/shader/exacanv110.fp | 10 +++++-----
> src/shader/exacanv110.fpc | 18 +++++++++---------
> src/shader/exacmnv110.fp | 10 +++++-----
> src/shader/exacmnv110.fpc | 18 +++++++++---------
> src/shade...
2017 Jun 05
0
[PATCH v2] nv110/exa: update sched codes
...seem consistent with/without this patch. I haven't extensively tested
> them though.
>
> Trello:
> https://trello.com/c/6LPB2EIS/174-update-maxwell-shaders-with-proper-delays
>
> Signed-off-by: Aaryaman Vasishta <jem456.vasishta at gmail.com>
> ---
> src/shader/exac8nv110.fp | 10 +++++-----
> src/shader/exac8nv110.fpc | 18 +++++++++---------
> src/shader/exacanv110.fp | 10 +++++-----
> src/shader/exacanv110.fpc | 18 +++++++++---------
> src/shader/exacmnv110.fp | 10 +++++-----
> src/shader/exacmnv110.fpc | 18 +++++++++---------
> src...
2017 Jun 08
1
[PATCH v2] nv110/exa: update sched codes
...trello.com/c/6LPB2EIS/174-update-maxwell-shaders-wi
>> th-proper-delays>
>>
>> Signed-off-by: Aaryaman Vasishta <jem456.vasishta at gmail.com
>> <mailto:jem456.vasishta at gmail.com>>
>>
>> ---
>> src/shader/exac8nv110.fp | 10 +++++-----
>> src/shader/exac8nv110.fpc | 18 +++++++++---------
>> src/shader/exacanv110.fp | 10 +++++-----
>> src/shader/exacanv110.fpc | 18 +++++++++---------
>> src/shader/exacmnv110.fp | 10 +++++-----
>>...
2017 Jun 07
0
[PATCH v2] nv110/exa: update sched codes
...roper-delays
> <https://trello.com/c/6LPB2EIS/174-update-maxwell-shaders-with-proper-delays>
>
> Signed-off-by: Aaryaman Vasishta <jem456.vasishta at gmail.com
> <mailto:jem456.vasishta at gmail.com>>
> ---
> src/shader/exac8nv110.fp | 10 +++++-----
> src/shader/exac8nv110.fpc | 18 +++++++++---------
> src/shader/exacanv110.fp | 10 +++++-----
> src/shader/exacanv110.fpc | 18 +++++++++---------
> src/shader/exacmnv110.fp | 10 +++++-----
> src/shader/exac...
2017 Jun 12
2
[PATCH v3] nv110/exa: update sched codes
...axwell-shaders-with-proper-delays
> <https://trello.com/c/6LPB2EIS/174-update-maxwell-shaders-with-proper-delays>
>
> Signed-off-by: Aaryaman Vasishta <jem456.vasishta at gmail.com
> <mailto:jem456.vasishta at gmail.com>>
> ---
> src/shader/exac8nv110.fp | 10 +++++-----
> src/shader/exac8nv110.fpc | 18 +++++++++---------
> src/shader/exacanv110.fp | 10 +++++-----
> src/shader/exacanv110.fpc | 18 +++++++++---------
> src/shader/exacmnv110.fp | 10 +++++-----
> src/shader/exacmnv110.fpc | 18 +++++++++...
2016 Oct 27
0
[PATCH v2 1/7] exa: add GM10x acceleration support
...| 2 +-
src/nv_accel_common.c | 1 +
src/nv_driver.c | 1 +
src/nvc0_accel.c | 37 ++++++++++++++---
src/nvc0_exa.c | 48 ++++++++++++++++++++--
src/nvc0_xv.c | 48 ++++++++++++++++++++--
src/shader/Makefile | 23 ++++++++---
src/shader/exac8nv110.fp | 47 +++++++++++++++++++++
src/shader/exac8nv110.fpc | 38 +++++++++++++++++
src/shader/exacanv110.fp | 47 +++++++++++++++++++++
src/shader/exacanv110.fpc | 38 +++++++++++++++++
src/shader/exacmnv110.fp | 47 +++++++++++++++++++++
src/shader/exacmnv110.fpc | 38 +++++++++++++++++
src...
2016 Oct 17
0
[PATCH] exa: add GM10x acceleration support
....c | 1 +
> src/nv_driver.c | 1 +
> src/nvc0_accel.c | 37 ++++++++++++++---
> src/nvc0_exa.c | 48 ++++++++++++++++++++--
> src/nvc0_xv.c | 48 ++++++++++++++++++++--
> src/shader/Makefile | 23 ++++++++---
> src/shader/exac8nv110.fp | 47 +++++++++++++++++++++
> src/shader/exac8nv110.fpc | 38 +++++++++++++++++
> src/shader/exacanv110.fp | 47 +++++++++++++++++++++
> src/shader/exacanv110.fpc | 38 +++++++++++++++++
> src/shader/exacmnv110.fp | 47 +++++++++++++++++++++
> src/shader/exacmnv110.fpc |...
2018 Sep 08
0
[PATCH] maxwell,pascal: add scheduling data to shaders
Generated with envysched. Tested by running rendercheck from piglit, running
mplayer -vo xv, and staring at gnome-shell.
Signed-off-by: Rhys Perry <pendingchaos02 at gmail.com>
---
src/shader/exac8nv110.fp | 11 ++++----
src/shader/exac8nv110.fpc | 22 ++++++++--------
src/shader/exacanv110.fp | 11 ++++----
src/shader/exacanv110.fpc | 22 ++++++++--------
src/shader/exacmnv110.fp | 10 ++++----
src/shader/exacmnv110.fpc | 20 +++++++--------
src/shader/exas8nv110.fp | 10 +++++---
src/shader/...