[Mesa-dev] [PATCH 04/12] i965/fs: Move brw_wm_compile::dispatch_width into fs_visitor.

Eric Anholt eric at anholt.net
Mon Nov 26 10:41:53 PST 2012


Kenneth Graunke <kenneth at whitecape.org> writes:

> Also, rather than having brw_wm_fs_emit poke at it directly, make it a
> parameter to the fs_visitor constructor.
>
> All other changes generated by search and replace (with occasional
> whitespace fixup).

>     int grf_used;
>  
> +   unsigned dispatch_width; /** 8 or 16 */

/** is doxygen that means this applies to the next member, not this
one.  Either /* or /**< would apply here.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20121126/1faa1758/attachment.pgp>


More information about the mesa-dev mailing list