summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_meta_util.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-24i965/meta_util: Re-enable sRGB-encoded fast-clears on CNLNanley Chery1-11/+0
2018-01-16Re-enable regular fast-clears (CCS_D) on gen9+Jason Ekstrand1-10/+0
2017-12-04i965/cnl: Avoid fast-clearing sRGB render buffersNanley Chery1-2/+12
2017-12-01i965: Disable regular fast-clears (CCS_D) on gen9+Jason Ekstrand1-0/+11
2017-08-30i965: drop brw->gen in favor of devinfo->genLionel Landwerlin1-3/+4
2017-07-22i965: Enable regular fast-clears (CCS_D) on gen9+Jason Ekstrand1-11/+0
2017-07-20i965/miptree: Switch to isl_surf::samplesTopi Pohjolainen1-1/+1
2017-07-20i965/miptree: Use num_samples of 1 instead of 0 for single-sampledTopi Pohjolainen1-1/+1
2017-06-23i965: Clamp clear colors to the representable rangeJason Ekstrand1-0/+40
2017-06-22i965: Rename some vague format members of brw_contextChad Versace1-1/+1
2017-06-07i965/miptree: Store fast clear colors in an isl_color_valueJason Ekstrand1-39/+17
2017-03-09i965: Rename brw_format_for_mesa_format() to brw_isl_format_for_mesa_format()Anuj Phogat1-1/+1
2017-01-27i965/meta: Remove unused brw_get_rb_for_slice()Topi Pohjolainen1-44/+0
2016-11-23i965/meta: Split conversion of color and setting itTopi Pohjolainen1-16/+23
2016-08-29i965: Move get_fast_clear_rect to blorp_clear.cJason Ekstrand1-122/+0
2016-08-29i965: Roll brw_get_ccs_resolve_rect into blorp_ccs_resolveJason Ekstrand1-36/+0
2016-08-29i965/meta_util: Take an isl_device in get_fast_clear_rectJason Ekstrand1-2/+2
2016-08-19i965: Stop including brw_defines.h in brw_state.hJason Ekstrand1-0/+1
2016-08-17i965/meta_util: Convert get_fast_clear_rect to take an isl_surfJason Ekstrand1-12/+15
2016-08-17i965/meta_util: Only modify the input parameters in get_fast_clear_rectJason Ekstrand1-11/+3
2016-08-17i965/blorp: Stop calling brw_meta_get_buffer_rectJason Ekstrand1-16/+0
2016-08-17i965/meta_util: Convert get_resolve_rect to use ISLJason Ekstrand1-22/+21
2016-05-14i965: move brw_meta_set_fast_clear_color to brw_meta_util.cJason Ekstrand1-0/+74
2016-05-14i965; Move brw_meta_get_*_rect to brw_meta_util.cJason Ekstrand1-0/+180
2016-05-14i965: Move brw_is_color_fast_clear_compatible to brw_meta_utilJason Ekstrand1-0/+61
2016-05-14i965: Move brw_get_rb_for_slice to brw_meta_utilJason Ekstrand1-0/+46
2016-04-21i965/blorp: Improve precission of blitting coordinates when clippingIago Toral Quiroga1-61/+163
2015-02-02DD: Refactor BlitFramebuffer.Laura Ekstrand1-3/+2
2014-05-12i965/blorp: Expose coordinate scissoring and mirroringTopi Pohjolainen1-0/+160