summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/iris/iris_clear.c
Commit message (Expand)AuthorAgeFilesLines
* iris: Set CS stall bit during HIZ_CCS_WT surface fast clearSagar Ghuge2023-05-171-0/+4
* iris: Store intel_device_info in iris_bufmgrJosé Roberto de Souza2022-12-151-5/+5
* iris: Pass devinfo to iris_resource_level_has_hiz()Kenneth Graunke2022-08-171-1/+1
* iris|anv: gfx version 12.5 data cache flush is not a workaroundDylan Baker2022-07-281-8/+2
* iris: implement Wa_14015264727 for DG2Tapani Pälli2022-07-221-0/+7
* iris: Demote all callers of iris_flush_and_dirty_for_history() to iris_dirty_...Francisco Jerez2022-04-041-7/+3
* iris: Drop format param from fast_clear_colorNanley Chery2022-02-101-2/+1
* iris: Don't fast clear with the view formatNanley Chery2022-02-101-1/+2
* iris: Set BLORP_BATCH_USE_{COMPUTE,BLITTER} flags for the target batchKenneth Graunke2022-01-241-1/+1
* anv,iris: Flush HDC before color fast clearsNanley Chery2022-01-121-0/+2
* anv,iris: PSS Stall Sync around color fast clearsNanley Chery2022-01-121-2/+4
* anv,iris: Depth stall around color fast clearsNanley Chery2022-01-121-2/+5
* anv,iris: Flush tile cache after color fast clearsNanley Chery2022-01-121-1/+4
* iris: Use util packing fns in convert_clear_colorNanley Chery2021-12-281-58/+11
* mesa/crocus/iris/blorp: drop minify macro in favour of u_minifyDave Airlie2021-12-071-2/+2
* intel: fix INTEL_DEBUG environment variable on 32-bit systemsMarcin Ślusarz2021-10-151-2/+2
* iris: Tile cache flush for depth before fast clearNanley Chery2021-10-121-4/+18
* intel/blorp: Convert blorp_clear color_write_disable to a bitmaskJordan Justen2021-09-301-2/+1
* iris: Finish aux import in iris_resource_from_handleNanley Chery2021-09-161-4/+0
* iris: Don't try to CPU read imported clear color BOsKenneth Graunke2021-08-121-14/+22
* util: Add and use functions to calculate min and max int for a sizeIan Romanick2021-08-031-2/+2
* intel: Rename gen_device prefix to intel_deviceAnuj Phogat2021-04-201-4/+4
* iris: reduce redundant tile cache flushesFelix DeGrood2021-04-151-2/+6
* intel: Rename GENx keyword to GFXxAnuj Phogat2021-04-021-1/+1
* intel: Rename gen field in gen_device_info struct to verAnuj Phogat2021-04-021-1/+1
* iris: Fix typos.Vinson Lee2021-03-151-1/+1
* iris: Make various classes inherit from u_threaded_context base classesKenneth Graunke2021-03-041-3/+3
* iris: Drop iris_resource::aux::has_hizNanley Chery2021-02-101-1/+1
* iris: Don't avoid aux state getter/setter with HiZNanley Chery2021-02-101-3/+0
* iris: Keep aux_usage in iris_blorp_surf_for_resourceNanley Chery2021-02-101-6/+9
* iris: Fix the depth aspect aux usage in iris_blitNanley Chery2021-02-101-1/+1
* iris: Drop batch param from iris_resource_prepare_renderNanley Chery2021-02-101-2/+2
* iris: Drop fast_clear_color's blorp_flags paramNanley Chery2021-01-081-4/+3
* iris: Disable conditional fast clearsNanley Chery2021-01-081-39/+24
* iris: Make can_fast_clear_depth return constantsNanley Chery2021-01-081-4/+8
* iris: update depth value for stages after fast clear depthAndrii Simiklit2020-12-091-0/+1
* iris: Stop quantizing the depth clear valueNanley Chery2020-11-181-19/+2
* iris: Use converted depth in clear_depth_stencilNanley Chery2020-11-131-5/+2
* iris: Add and use convert_depth_valueNanley Chery2020-11-131-10/+18
* iris: Flush dmabufs during context flushesNanley Chery2020-11-041-4/+0
* iris: Fix fast-clears of swizzled alpha formatsNanley Chery2020-11-041-16/+7
* iris: Fix SINT assert in convert_fast_clear_colorNanley Chery2020-11-041-2/+1
* iris: Fix fast-clears of swizzled LA formatsNanley Chery2020-11-041-2/+1
* iris: Add fast-clear restriction for 8bpp surfacesNanley Chery2020-10-141-0/+17
* iris: Fix a fast-clear skipping optimizationNanley Chery2020-10-061-3/+3
* iris: verify color component width in convert_fast_clear_colorMarcin Ślusarz2020-09-021-0/+1
* iris: Add missing newline to debug log messageCaleb Callaway2020-08-211-1/+1
* util: Split the pack/unpack functions out of the format desc.Eric Anholt2020-08-121-4/+4
* iris: Fix fast-clearing of depth via glClearTex(Sub)ImageDanylo Piliaiev2020-07-071-1/+1
* iris: Don't support sRGB + Y_TILED_CCS on gen9Nanley Chery2020-06-191-7/+1