On 3 November 2015 at 00:29, Matt Turner <[email protected]> wrote:

> index 6eeafd5..3d2b051 100644
> --- a/src/mesa/drivers/dri/i965/brw_fs.cpp
> +++ b/src/mesa/drivers/dri/i965/brw_fs.cpp
> @@ -423,7 +423,6 @@ fs_reg::fs_reg(uint8_t vf0, uint8_t vf1, uint8_t vf2, 
> uint8_t vf3)
>  fs_reg::fs_reg(struct brw_reg reg) :
>     backend_reg(reg)
>  {
> -   this->file = (enum register_file)reg.file;
Should we fold the remaining this->file = foo into the backend_reg() ctors ?

-Emil
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to