Displaying 2 results from an estimated 2 matches for "cacomposite".
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:
2010 Apr 20
1
[PATCH] nv30/exa : cleanup from nv40 exa
...ds,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 operation. exluded
composite,cacomposite,gradients,repeat tests which seem to take forever)
Signed-off-by: Xavier Chantry <chantry.xavier at gmail.com>
---
src/nv30_exa.c | 393 ++++++++++++++++++++++++--------------------------------
src/nv40_exa.c | 2 +-
2 files changed, 166 insertions(+), 229 deletions(-)
diff --git a/src...