[Bug 75709] Consider re-enabling glamor on at least R500
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Mar 6 03:01:37 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=75709
--- Comment #10 from Marek Olšák <maraeo at gmail.com> ---
For example, change this:
varying float trap_left_x;
varying float trap_left_y;
varying float trap_left_slope;
varying float trap_left_vertical_f;
to this:
varying vec4 trap_left;
#define trap_left_x trap_left.x
#define trap_left_y trap_left.y
#define trap_left_slope trap_left.z
#define trap_left_vertical_f trap_left.w
Etc.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-driver-ati/attachments/20140306/07be7937/attachment.html>
More information about the xorg-driver-ati
mailing list