search for: surf_

Displaying 2 results from an estimated 2 matches for "surf_".

Did you mean: surf
2015 Aug 10
2
"enable dri3 support without glamor" causes gnome-shell regression on nv4x
...8192 usage 0 flags 0 nv30_miptree_create 24x24 uniform_pitch 128 usage 0 flags 0 -nv30_miptree_from_handle 1920x1080 uniform_pitch 8192 usage 0 flags 0 I've also added logging of the surface creation in the ddx, here is one such log line: Surface alloc 1920x1080 at 32 pitch 8192, cfg.nv04.surf_pitch 8192 .surf_flags 2 What stands out to me is: 1) In the dri3 case there are no nv30_miptree_from_handle calls, these are replaced by nv30_miptree_create calls 2) These replacement calls use a different pitch for the 1920x... surfaces, 8192 vs 7680 3) The surface creation in the ddx passes...
2015 Aug 03
2
"enable dri3 support without glamor" causes gnome-shell regression on nv4x
Hi, On 03-08-15 17:36, Ilia Mirkin wrote: > On Mon, Aug 3, 2015 at 9:02 AM, Hans de Goede <hdegoede at redhat.com> wrote: >> Hi, >> >> On 30-07-15 16:09, Ilia Mirkin wrote: >>> >>> FWIW this is a fail on nv50+ as well. See for example >>> https://bugs.freedesktop.org/show_bug.cgi?id=91445 >>> >>> My suspicion is that this is