summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_blorp.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-02intel: Rename genx keyword to gfxx in source filesAnuj Phogat1-9/+9
2021-03-11i965: Rename files with "intel_" prefix to "brw_"Anuj Phogat1-1/+1
2021-02-25i965: Rename the rest of intel_* functions to brw_*Kenneth Graunke1-3/+3
2021-02-25i965: Rename intel_mip* to brw_mip*.Kenneth Graunke1-9/+9
2020-11-02i965: remove prototypes of not-existing functionsMarcin Ĺšlusarz1-2/+0
2018-02-15i965/icl: Build and use gen11 functions for genxml state-upload and blorpAnuj Phogat1-0/+2
2018-02-08intel/blorp: Use isl_aux_op instead of blorp_hiz_opJason Ekstrand1-1/+1
2018-02-08intel/blorp: Use isl_aux_op instead of blorp_fast_clear_opJason Ekstrand1-1/+1
2017-10-12i965: Add blorp-based texture upload and download pathsJason Ekstrand1-0/+20
2017-08-30i965: Add a brw_blorp_copy_buffers() command.Kenneth Graunke1-0/+8
2017-07-22i965/miptree: Add support for partially resolving MCSJason Ekstrand1-0/+5
2017-06-20i965: Fall back to normal blorp clear instead of meta clearIan Romanick1-1/+1
2017-06-14i965: Use blorp for depth/stencil clears on gen6+Jason Ekstrand1-0/+4
2017-06-09i965/cnl: Add gen10 specific function declarationsAnuj Phogat1-0/+2
2017-06-07i965/blorp: Take an explicit fast clear op in resolve_colorJason Ekstrand1-1/+2
2017-06-07i965/blorp: Take a layer range in intel_hiz_execJason Ekstrand1-1/+2
2017-05-26i965: Add blorp support for gen4-5Jason Ekstrand1-0/+6
2017-03-22i965: consistently use ifndef guards over pragma onceEmil Velikov1-1/+4
2016-11-25i965: Provide slice details to color resolverTopi Pohjolainen1-1/+2
2016-09-12i965/blorp: Add a copy_miptrees helperJason Ekstrand1-0/+10
2016-08-29i965: Move blorp into src/intel/blorpJason Ekstrand1-1/+1
2016-08-29i965/blorp: Remove the remaining brw prefixes from the blorp.h APIJason Ekstrand1-5/+5
2016-08-29i965: Move the hiz_op enum to blorpJason Ekstrand1-1/+1
2016-08-29i965/blorp: Add an "exec" function pointer to blorp_contextJason Ekstrand1-0/+11
2016-08-29i965/blorp: Add a blorp_context struct and init/finish funcsJason Ekstrand1-0/+2
2016-08-17i965: Split brw_blorp.c/h into multiple filesJason Ekstrand1-408/+6
2016-08-17i965/blorp: Make the guts of brw_blorp_blit_miptrees miptree-unawareJason Ekstrand1-0/+14
2016-08-17i965/blorp: Add a new brw_blorp_surf intermediate structJason Ekstrand1-2/+28
2016-08-17i965/blorp: Do gen6 stencil offsets up-frontJason Ekstrand1-6/+0
2016-08-17i965/blorp: Set up HiZ surfaces up-frontJason Ekstrand1-2/+0
2016-08-17i964/blorp: Set up most aux surfaces up-frontJason Ekstrand1-0/+4
2016-08-17i965/blorp: Stop using the miptree in state setup for tex/rt surfacesJason Ekstrand1-1/+2
2016-08-17i965/blorp: Remove unused fields from blorp_surface_infoJason Ekstrand1-16/+0
2016-08-17i965/blorp: Only do offset hacks for fake W-tiling and IMSJason Ekstrand1-0/+6
2016-08-17i965/blorp: Add a z_offset field to blorp_surface_infoJason Ekstrand1-0/+3
2016-08-17i965/blorp: Get rid of brw_blorp_surface_info::width/heightJason Ekstrand1-12/+0
2016-08-17i965/blorp: Add an isl_view to blorp_surface_infoJason Ekstrand1-14/+2
2016-08-17i965/blorp: Move intratile offset calculations out of surface state setupJason Ekstrand1-13/+2
2016-08-17i965/blorp: Get rid of brw_blorp_surface_info::array_layoutJason Ekstrand1-9/+0
2016-08-17i965/blorp: Use isl_msaa_layout instead of intel_msaa_layoutJason Ekstrand1-10/+4
2016-08-17i965/blorp: Use the ISL aux_layout for deciding whether to do an MCS fetchJason Ekstrand1-0/+2
2016-08-17i965/blorp: Get rid of brw_blorp_surface_info::num_samplesJason Ekstrand1-2/+0
2016-08-17i965/blorp: Get rid of brw_blorp_surface_info::map_stencil_as_y_tiledJason Ekstrand1-15/+0
2016-08-17i965/blorp: Remove compute_tile_offsetsJason Ekstrand1-5/+0
2016-08-17i965/blorp: Create the isl_surf up-frontJason Ekstrand1-0/+5
2016-07-15i965/blorp: Add a generic ISL-based surface state emit pathJason Ekstrand1-0/+6
2016-07-05i965: Remove trailing whitespaceIago Toral Quiroga1-1/+1
2016-07-05i965: Make inline function staticIago Toral Quiroga1-1/+1
2016-07-04i965/blorp: Remove support for push constantsTopi Pohjolainen1-15/+0
2016-07-04i965/blorp: Fix the size requirement for vertex elementsTopi Pohjolainen1-1/+2