index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
iris
/
iris_clear.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iris: Fix fast-clearing of depth via glClearTex(Sub)Image
Danylo Piliaiev
2020-07-07
1
-1
/
+1
*
iris: Don't support sRGB + Y_TILED_CCS on gen9
Nanley Chery
2020-06-19
1
-7
/
+1
*
iris: Disable sRGB fast-clears for non-0/1 values
Nanley Chery
2020-06-19
1
-18
/
+17
*
iris: Avoid fast-clear with incompatible view
Nanley Chery
2020-06-19
1
-2
/
+2
*
iris: Drop can_fast_clear_color's format parameter
Nanley Chery
2020-06-19
1
-4
/
+3
*
OPTIONAL: iris: Perform BLORP buffer barriers outside of iris_blorp_exec() hook.
Francisco Jerez
2020-06-03
1
-0
/
+4
*
iris: Remove batch argument of iris_resource_prepare_access() and friends.
Francisco Jerez
2020-06-03
1
-2
/
+2
*
iris: Bracket batch operations which access memory within sync regions.
Francisco Jerez
2020-06-03
1
-3
/
+14
*
iris: Extend iris_context dirty state flags to 128 bits.
Francisco Jerez
2020-06-03
1
-1
/
+2
*
iris: Use SATURATE
Alyssa Rosenzweig
2020-05-26
1
-1
/
+1
*
iris: don't assert on unfinished aux import in copy paths
Lionel Landwerlin
2020-04-30
1
-0
/
+4
*
iris: handle PIPE_CAP_CLEAR_SCISSORED
Mike Blumenkrantz
2020-04-29
1
-12
/
+16
*
gallium: add pipe cap for scissored clears and pass scissor state to clear() ...
Mike Blumenkrantz
2020-04-29
1
-0
/
+1
*
iris: move iris_vtable to iris_screen
Mike Blumenkrantz
2020-04-29
1
-6
/
+6
*
intel/blorp: Add support for swizzling fast-clear colors
Jason Ekstrand
2020-03-18
1
-0
/
+1
*
iris: Don't skip fast depth clears if the color changed
Jason Ekstrand
2020-03-06
1
-1
/
+5
*
iris: Use isl_aux_usage_has_fast_clear()
Nanley Chery
2020-02-24
1
-1
/
+1
*
util: Make helper functions for pack/unpacking pixel rows.
Eric Anholt
2020-02-04
1
-2
/
+2
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
iris: Use mocs from isl_dev.
Rafael Antognolli
2019-11-12
1
-9
/
+10
*
iris: Prepare depth resource if clear_depth enable
Sagar Ghuge
2019-10-29
1
-2
/
+2
*
iris: Prepare stencil resource before clear depth stencil
Sagar Ghuge
2019-10-29
1
-2
/
+10
*
iris: Start using blorp_can_hiz_clear_depth()
Nanley Chery
2019-10-28
1
-1
/
+7
*
iris: Disable fast clears when running with INTEL_DEBUG=nofc
Caio Marcelo de Oliveira Filho
2019-10-09
1
-0
/
+6
*
gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lock
Marek Olšák
2019-10-07
1
-1
/
+1
*
iris: Fix partial fast clear checks to account for miplevel.
Kenneth Graunke
2019-08-29
1
-2
/
+2
*
iris: Move iris_resolve_conditional_render to the vtable.
Kenneth Graunke
2019-07-25
1
-2
/
+2
*
iris: Enable fast clears on other miplevels and layers than 0.
Rafael Antognolli
2019-07-17
1
-8
/
+48
*
iris: Drop RT flushes from depth stencil clearing flushes.
Kenneth Graunke
2019-06-20
1
-2
/
+3
*
iris: Implement INTEL_DEBUG=pc for pipe control logging.
Kenneth Graunke
2019-06-20
1
-5
/
+12
*
iris: Drop unused locals from iris_clear.c to avoid warning
Caio Marcelo de Oliveira Filho
2019-05-31
1
-3
/
+0
*
iris: Enable fast clear colors on gen11.
Rafael Antognolli
2019-04-30
1
-3
/
+0
*
iris: Use the linear version of the surface format during fast clears.
Rafael Antognolli
2019-04-30
1
-1
/
+7
*
iris: Support sRGB fast clears even if the colorspaces differ.
Rafael Antognolli
2019-04-30
1
-3
/
+6
*
iris: Track valid data range and infer unsynchronized mappings.
Kenneth Graunke
2019-04-23
1
-0
/
+3
*
iris: Enable fast clears on gen8.
Rafael Antognolli
2019-04-02
1
-2
/
+1
*
iris: Manually apply fast clear color channel overrides.
Rafael Antognolli
2019-04-02
1
-6
/
+16
*
iris: Let blorp update the clear color for us.
Rafael Antognolli
2019-03-20
1
-7
/
+19
*
iris: Stall on the CPU and resolve predication during fast clears.
Rafael Antognolli
2019-03-20
1
-0
/
+40
*
iris: Implement fast clear color.
Rafael Antognolli
2019-03-20
1
-23
/
+157
*
iris: Add helper to convert fast clear color.
Rafael Antognolli
2019-03-20
1
-0
/
+82
*
iris: Fast clear depth buffers.
Rafael Antognolli
2019-03-20
1
-3
/
+116
*
iris: Properly support alpha and luminance-alpha formats
Kenneth Graunke
2019-03-07
1
-4
/
+7
*
iris: Fix MOCS for blits and clears
Kenneth Graunke
2019-03-06
1
-4
/
+6
*
iris/clear: Pass on render_condition_enabled.
Rafael Antognolli
2019-02-21
1
-2
/
+4
*
iris: some initial HiZ bits
Kenneth Graunke
2019-02-21
1
-3
/
+3
*
iris: add some draw resolve hooks
Kenneth Graunke
2019-02-21
1
-2
/
+2
*
iris: blorp using resolve hooks
Kenneth Graunke
2019-02-21
1
-3
/
+22
*
iris: implement clearing render target and depth stencil
Timur Kristóf
2019-02-21
1
-107
/
+184
*
iris: Fix clear dimensions
Kenneth Graunke
2019-02-21
1
-2
/
+3
[next]