No one was using anything other than the defaults.
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
}
-brw_blorp_params::brw_blorp_params(unsigned num_varyings,
- unsigned num_draw_buffers,
- unsigned num_layers)
+brw_blorp_params::brw_blorp_params()
: x0(0),
y0(0),
x1(0),
depth_format(0),
hiz_op(GEN6_HIZ_OP_NONE),
fast_clear_op(0),
- num_varyings(num_varyings),
- num_draw_buffers(num_draw_buffers),
- num_layers(num_layers),
+ num_varyings(0),
+ num_draw_buffers(1),
+ num_layers(1),
wm_prog_kernel(0),
wm_prog_data(NULL)
{
class brw_blorp_params
{
public:
- brw_blorp_params(unsigned num_varyings = 0,
- unsigned num_draw_buffers = 1,
- unsigned num_layers = 1);
+ brw_blorp_params();
uint32_t x0;
uint32_t y0;