search for: rendercheck

Displaying 20 results from an estimated 34 matches for "rendercheck".

2015 Jun 11
0
[ANNOUNCE] rendercheck 1.5
...andle more sources than available rows in the window composite: Handle more sources than available rows in the window blend: Second attempt to handle multiple source pages... Damien Leone (1): t_tsrccoords: Skip this test when using indexed picture formats Dave Airlie (3): rendercheck: make gradient results align with pixman rendercheck: constrain accuracy rendercheck 1.5 Eric Anholt (6): Fix const cast warnings in our ops definitions. Convert to using asprintf for describe_format. Disable useless shadow warnings. Shut up some const assignmen...
2008 Mar 07
0
[ANNOUNCE] rendercheck 1.3
Adam Jackson (1): rendercheck 1.3 Eric Anholt (4): Add more gcc warning flags, and clean up the added warnings. Bug #9485: Fix a sign-extension issue on 64-bit platforms in pixel fetching. Unbreak the dstcoords test, and test it with PictOpOver, as well. Add another transformed source coordinates test....
2024 Apr 23
0
[ANNOUNCE] rendercheck 1.6
...t dead symbol stripping Prevent ASan from placing guards around test structs as we expect them to be laid out sequentially Revert "Reduce the number of colors to speed up test execution." Matt Turner (3): meson: Set project version meson: Set project license rendercheck 1.6 Peter Hutterer (3): autogen.sh: drop --enable-maintainer-mode autogen.sh: honor NOCONFIGURE=1 Fix errx handling of va_list git tag: rendercheck-1.6 https://xorg.freedesktop.org/archive/individual/test/rendercheck-1.6.tar.xz SHA256: 006a70232b190c8fc035db0b5c033e7d54e7f3442a...
2010 Nov 22
0
[ANNOUNCE] rendercheck 1.4
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 rendercheck is a program to test a Render extension implementation against separate calculations of expected output. This release makes the sources pass various checks of the compilers, adds a --version option, and provides a new test for rendering to source-only pictures under gradients, as well as the usual...
2012 Apr 24
2
rendering problems with latest ddx driver (nv50)
Do you get rendering errors also when using a nv50 class gpu? I seem to get them in firefox. I also noticed a huge amount of failures when running rendercheck -t gradients, which i find odd, because they are not supposed to be accelerated. -- Far away from the primal instinct, the song seems to fade away, the river get wider between your thoughts and the things we do and say.
2013 Jan 07
0
[ANNOUNCE] xf86-video-nouveau 1.0.6
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 1.0.6 release of nouveau, fixes some misrendering on rendercheck, and edid. Ben Skeggs (2): nvc0-/exa: fix typo which caused breakage in rendercheck tmcoords test bump to 1.0.5 Dave Airlie (2): nouveau: fix dirty redisplay damage handling bump to 1.0.6 Emil Velikov (1): kms: Let the server know if we got more than 1 EDID block M...
2013 Jan 07
0
[ANNOUNCE] xf86-video-nouveau 1.0.6
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 1.0.6 release of nouveau, fixes some misrendering on rendercheck, and edid. Ben Skeggs (2): nvc0-/exa: fix typo which caused breakage in rendercheck tmcoords test bump to 1.0.5 Dave Airlie (2): nouveau: fix dirty redisplay damage handling bump to 1.0.6 Emil Velikov (1): kms: Let the server know if we got more than 1 EDID block M...
2011 May 22
5
[Bug 37460] New: BO memory leak
https://bugs.freedesktop.org/show_bug.cgi?id=37460 Summary: BO memory leak Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: minor Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy:
2017 Jun 07
2
[PATCH v2] nv110/exa: update sched codes
...you to test your work because if one sched code is wrong, you > are likely going to kill your card and reboot your box. :-) > > > On 06/03/2017 04:16 PM, Aaryaman Vasishta wrote: > >> v2: Add missing delays >> >> This patch adds proper delays to 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-wit >> h-proper-delays >> >> Signed-off-by: Aaryaman Vasishta <jem456.vasis...
2009 Oct 31
0
[PATCH] nv/exa: fix 15/16 bits solid fill
From: Marcin Slusarz <marcin.slusarz at gmail.com> after this change nouveau passes all fill and blend tests of rendercheck (before: fill - 108/120, blend - 3323868/3569150) tested on NV34 Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> --- src/nv04_exa.c | 19 +++++++++---------- src/nv_accel_common.c | 5 ++++- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/src/nv04_ex...
2010 Apr 20
1
[PATCH] nv30/exa : cleanup from nv40 exa
...30 and nv40 exa for a possible nvfx_exa merge ? The main differences seem to be that nv30 uses rect texture format (and does not support repeat on that). Then there are some minor changes in TX_FORMAT RT_FORMAT and TEX_FILTER usage. And NVAccelInitNVx0TCL look complete different. Tested with: ./rendercheck -t fill,dcoords,scoords,mcoords,tscoords,tmcoords,triangles,bug7366 ./rendercheck -f a8r8g8b8,x8r8g8b8,r5g6b5,a8,a8b8g8r8,x8b8g8r8,x1r5g5b5 -o Clear,Src,Dst,Over,OverReverse,In,InReverse,Out,OutReverse,Atop -t blend (restricted blend test to supported formats and operati...
2017 Jun 08
1
[PATCH v2] nv110/exa: update sched codes
...wrong, you are likely going to kill your card and reboot your box. :-) >> >> >> On 06/03/2017 04:16 PM, Aaryaman Vasishta wrote: >> >> v2: Add missing delays >> >> This patch adds proper delays to 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-wit >> h-proper-delays >> &...
2017 Jun 07
0
[PATCH v2] nv110/exa: update sched codes
...if one sched code is > wrong, you are likely going to kill your card and reboot your box. :-) > > > On 06/03/2017 04:16 PM, Aaryaman Vasishta wrote: > > v2: Add missing delays > > This patch adds proper delays to 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 > <https://trello.com/c/6LPB2EIS/174-...
2011 Oct 08
13
[Bug 41585] New: X freeze and PGRAPH errors in dmesg
https://bugs.freedesktop.org/show_bug.cgi?id=41585 Summary: X freeze and PGRAPH errors in dmesg Product: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2017 Jun 03
2
[PATCH v2] nv110/exa: update sched codes
v2: Add missing delays This patch adds proper delays to 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 +++++----- sr...
2017 Jun 27
4
[PATCH v4] nv110/exa: update sched codes
v4: Updated the wait dependancy bars based on tex component masks. This patch adds proper delays to maxwell exa shaders. Tested with rendercheck -f a8r8g8b8. I am still wondering whether the rd's are required. We could still wait 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...
2017 Jun 10
2
[PATCH v3] nv110/exa: update sched codes
This patch adds proper delays to 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 +++++----- sr...
2010 May 31
1
[PATCH] nv50/exa: use dual-source blending for component-alpha composite
From: Ben Skeggs <bskeggs at redhat.com> --- src/nv50_accel.c | 38 ++++++++------------------------------ src/nv50_accel.h | 1 - src/nv50_exa.c | 45 ++++++++++++++++++++------------------------- 3 files changed, 28 insertions(+), 56 deletions(-) diff --git a/src/nv50_accel.c b/src/nv50_accel.c index 1218e18..db8c744 100644 --- a/src/nv50_accel.c +++ b/src/nv50_accel.c @@
2017 Jun 28
1
[PATCH v4] nv110/exa: update sched codes
.... Cheers, Aaryaman > On Tue, Jun 27, 2017 at 11:16 AM, Aaryaman Vasishta > <jem456.vasishta at gmail.com> wrote: > > v4: Updated the wait dependancy bars based on tex component masks. > > > > This patch adds proper delays to maxwell exa shaders. Tested with > > rendercheck -f a8r8g8b8. > > > > I am still wondering whether the rd's are required. We could > > still wait 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: > > ht...
2010 May 18
14
[Bug 28152] New: corruption in FVWM window decorations
https://bugs.freedesktop.org/show_bug.cgi?id=28152 Summary: corruption in FVWM window decorations Product: xorg Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: