aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen8_ps_state.c
diff options
context:
space:
mode:
authorTopi Pohjolainen <[email protected]>2016-08-25 17:46:09 +0300
committerTopi Pohjolainen <[email protected]>2016-09-12 08:58:38 +0300
commit1634a4963c64d84da89ce47ba01828a7fc22d22a (patch)
tree00b6e665524882a03e43286790f6b08392d35521 /src/mesa/drivers/dri/i965/gen8_ps_state.c
parente77bf3247524df31d19cf4c09a19fb8b52fd9d9d (diff)
i965/rbc: Allow integer formats as advertised in isl_format.c
Blorp consults brw_is_color_fast_clear_compatible() to see if any restrictions apply for fast clear in addition to the capablities advertised in isl_format.c::format_info[]. On Gen8+ integer formats are backlisted for plain old fast clear but there is no reason why lossless compression shouldn't be supported. In fact, lossless compression of integer formats is already supported for normal render paths. This patch prepares for dropping the delayed allocating of the mcs buffer for lossless compression. Until now the skip of fast clear also prevented the mcs being allocated and hence the lossless compression being effectively turned off for integer formats. Once the mcs buffer is allocated beforehand, the assertion addressed here would start triggering. v2: Drop the assert instead of relaxing it (Jason) Fix typo while at it. Signed-off-by: Topi Pohjolainen <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/gen8_ps_state.c')
0 files changed, 0 insertions, 0 deletions