aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_clear.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* iris: Disable sRGB fast-clears for non-0/1 valuesNanley Chery2020-06-191-18/+17
* iris: Avoid fast-clear with incompatible viewNanley Chery2020-06-191-2/+2
* iris: Drop can_fast_clear_color's format parameterNanley Chery2020-06-191-4/+3
* OPTIONAL: iris: Perform BLORP buffer barriers outside of iris_blorp_exec() hook.Francisco Jerez2020-06-031-0/+4
* iris: Remove batch argument of iris_resource_prepare_access() and friends.Francisco Jerez2020-06-031-2/+2
* iris: Bracket batch operations which access memory within sync regions.Francisco Jerez2020-06-031-3/+14
* iris: Extend iris_context dirty state flags to 128 bits.Francisco Jerez2020-06-031-1/+2
* iris: Use SATURATEAlyssa Rosenzweig2020-05-261-1/+1
* iris: don't assert on unfinished aux import in copy pathsLionel Landwerlin2020-04-301-0/+4
* iris: handle PIPE_CAP_CLEAR_SCISSOREDMike Blumenkrantz2020-04-291-12/+16
* gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2020-04-291-0/+1
* iris: move iris_vtable to iris_screenMike Blumenkrantz2020-04-291-6/+6
* intel/blorp: Add support for swizzling fast-clear colorsJason Ekstrand2020-03-181-0/+1
* iris: Don't skip fast depth clears if the color changedJason Ekstrand2020-03-061-1/+5
* iris: Use isl_aux_usage_has_fast_clear()Nanley Chery2020-02-241-1/+1
* util: Make helper functions for pack/unpacking pixel rows.Eric Anholt2020-02-041-2/+2
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* iris: Use mocs from isl_dev.Rafael Antognolli2019-11-121-9/+10
* iris: Prepare depth resource if clear_depth enableSagar Ghuge2019-10-291-2/+2
* iris: Prepare stencil resource before clear depth stencilSagar Ghuge2019-10-291-2/+10
* iris: Start using blorp_can_hiz_clear_depth()Nanley Chery2019-10-281-1/+7
* iris: Disable fast clears when running with INTEL_DEBUG=nofcCaio Marcelo de Oliveira Filho2019-10-091-0/+6
* gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lockMarek Olšák2019-10-071-1/+1
* iris: Fix partial fast clear checks to account for miplevel.Kenneth Graunke2019-08-291-2/+2
* iris: Move iris_resolve_conditional_render to the vtable.Kenneth Graunke2019-07-251-2/+2
* iris: Enable fast clears on other miplevels and layers than 0.Rafael Antognolli2019-07-171-8/+48
* iris: Drop RT flushes from depth stencil clearing flushes.Kenneth Graunke2019-06-201-2/+3
* iris: Implement INTEL_DEBUG=pc for pipe control logging.Kenneth Graunke2019-06-201-5/+12
* iris: Drop unused locals from iris_clear.c to avoid warningCaio Marcelo de Oliveira Filho2019-05-311-3/+0
* iris: Enable fast clear colors on gen11.Rafael Antognolli2019-04-301-3/+0
* iris: Use the linear version of the surface format during fast clears.Rafael Antognolli2019-04-301-1/+7
* iris: Support sRGB fast clears even if the colorspaces differ.Rafael Antognolli2019-04-301-3/+6
* iris: Track valid data range and infer unsynchronized mappings.Kenneth Graunke2019-04-231-0/+3
* iris: Enable fast clears on gen8.Rafael Antognolli2019-04-021-2/+1
* iris: Manually apply fast clear color channel overrides.Rafael Antognolli2019-04-021-6/+16
* iris: Let blorp update the clear color for us.Rafael Antognolli2019-03-201-7/+19
* iris: Stall on the CPU and resolve predication during fast clears.Rafael Antognolli2019-03-201-0/+40
* iris: Implement fast clear color.Rafael Antognolli2019-03-201-23/+157
* iris: Add helper to convert fast clear color.Rafael Antognolli2019-03-201-0/+82
* iris: Fast clear depth buffers.Rafael Antognolli2019-03-201-3/+116
* iris: Properly support alpha and luminance-alpha formatsKenneth Graunke2019-03-071-4/+7
* iris: Fix MOCS for blits and clearsKenneth Graunke2019-03-061-4/+6
* iris/clear: Pass on render_condition_enabled.Rafael Antognolli2019-02-211-2/+4
* iris: some initial HiZ bitsKenneth Graunke2019-02-211-3/+3
* iris: add some draw resolve hooksKenneth Graunke2019-02-211-2/+2
* iris: blorp using resolve hooksKenneth Graunke2019-02-211-3/+22
* iris: implement clearing render target and depth stencilTimur Kristóf2019-02-211-107/+184
* iris: Fix clear dimensionsKenneth Graunke2019-02-211-2/+3