aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_clear.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* iris: fix conditional compute, don't stomp predicate for pipelined queriesKenneth Graunke2019-02-211-2/+2
* iris: for BLORP, only use the predicate enable bit when USE_BITKenneth Graunke2019-02-211-1/+8
* iris: add conditional render supportDave Airlie2019-02-211-1/+1
* iris: Put batches in an arrayKenneth Graunke2019-02-211-2/+2
* iris: use consistent copyright formattingKenneth Graunke2019-02-211-13/+13
* iris: implement ARB_clear_textureKenneth Graunke2019-02-211-0/+94
* iris: actually emit stencil packetsKenneth Graunke2019-02-211-23/+5
* iris: clear stencilKenneth Graunke2019-02-211-8/+36
* iris: comment everythingKenneth Graunke2019-02-211-0/+5
* iris: depth clearsKenneth Graunke2019-02-211-2/+17
* iris: maybe-flush before blorp operationsKenneth Graunke2019-02-211-1/+5
* iris: clear fixKenneth Graunke2019-02-211-2/+4
* iris: clearsKenneth Graunke2019-02-211-1/+37
* iris: delete iris_pipe.c, shuffle code aroundKenneth Graunke2019-02-211-0/+75