Displaying 3 results from an estimated 3 matches for "bacocco".
Did you mean:
bacco
2014 Jun 11
6
[Bug 79912] New: Nouveau unuseable with 3 monitors and a geforce GTX 670
...ignee: nouveau at lists.freedesktop.org
Summary: Nouveau unuseable with 3 monitors and a geforce GTX
670
QA Contact: xorg-team at lists.x.org
Severity: major
Classification: Unclassified
OS: Linux (All)
Reporter: tiziano.bacocco at gmail.com
Hardware: x86-64 (AMD64)
Status: NEW
Version: unspecified
Component: Driver/nouveau
Product: xorg
If i connect a third monitor on HDMI , on that one i get a purple vertical line
on the left , DVI-D one does not work, and framerate o...
2012 Jul 08
2
[Bug 51862] New: Shader optimizer is extremely slow
https://bugs.freedesktop.org/show_bug.cgi?id=51862
Bug #: 51862
Summary: Shader optimizer is extremely slow
Classification: Unclassified
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: critical
Priority: medium
Component:
2014 Sep 01
0
[PATCH] nv50/ir: avoid creating instructions that can't be emitted
When constant folding a MAD operation, we first fold the multiply and
generate an ADD. However we do so without making sure that the immediate
can be handled in the saturate case. If it can't, load the immediate in
a separate instruction.
Reported-by: Tiziano Bacocco <tizbac2 at gmail.com>
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
Cc: "10.2 10.3" <mesa-stable at lists.freedesktop.org>
---
src/gallium/drivers/nouveau/codegen/nv50_ir_peephole.cpp | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/gallium/drivers/no...