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
/
intel
/
blorp
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Add ISL_AUX_USAGE_GEN12_CCS_E
Nanley Chery
2020-06-19
1
-3
/
+7
*
nir: add callback to nir_remove_dead_variables()
Timothy Arceri
2020-06-03
1
-1
/
+1
*
meson: use gnu_symbol_visibility argument
Dylan Baker
2020-06-01
1
-1
/
+2
*
blorp: rename workaround address function
Lionel Landwerlin
2020-05-20
1
-4
/
+4
*
intel: Move swizzle_color_value from blorp to ISL
Jason Ekstrand
2020-04-28
2
-28
/
+4
*
intel/blorp: Allow more HiZ usages in hiz_clear_depth_stencil
Jason Ekstrand
2020-04-24
1
-1
/
+1
*
intel/blorp: Delete an unused enum
Jason Ekstrand
2020-04-17
1
-15
/
+0
*
anv/gen12: Lower VK_KHR_multiview using Primitive Replication
Caio Marcelo de Oliveira Filho
2020-04-07
1
-0
/
+5
*
intel/fs: Allow multiple slots for position
Caio Marcelo de Oliveira Filho
2020-04-07
1
-2
/
+3
*
intel: drop unused include directories
Eric Engestrom
2020-03-28
1
-1
/
+1
*
meson: inline `inc_common`
Eric Engestrom
2020-03-28
1
-1
/
+1
*
intel/blorp: Add support for swizzling fast-clear colors
Jason Ekstrand
2020-03-18
2
-2
/
+10
*
intel/blorp: Plumb the stage through blorp upload_shader
Caio Marcelo de Oliveira Filho
2020-03-17
4
-5
/
+11
*
intel: Require ISL_AUX_USAGE_STC_CCS for stencil CCS
Jason Ekstrand
2020-03-12
1
-2
/
+1
*
intel/blorp: Allow STC_CCS in blit sources
Jason Ekstrand
2020-03-12
1
-1
/
+2
*
intel/isl: Add a separate ISL_AUX_USAGE_STC_CCS
Jason Ekstrand
2020-03-12
1
-1
/
+2
*
iris: Use ISL_AUX_USAGE_HIZ_CCS_WT to indicate write-through HiZ
Jason Ekstrand
2020-03-12
1
-1
/
+1
*
intel/blorp: Allow HIZ_CCS_WT in copy sources
Jason Ekstrand
2020-03-12
1
-1
/
+2
*
blorp: Write to depth/stencil images as depth/stencil when possible
Jason Ekstrand
2020-03-05
3
-18
/
+77
*
intel/blorp: Implement GEN:BUG:1605967699.
Rafael Antognolli
2020-02-25
1
-8
/
+44
*
intel/blorp: Plumb deref block size through to 3DSTATE_SF
Jason Ekstrand
2020-01-30
1
-6
/
+10
*
intel/common: Return the block size from get_urb_config
Jason Ekstrand
2020-01-30
1
-1
/
+1
*
intel/blorp: Always emit URB config on Gen7+
Jason Ekstrand
2020-01-30
1
-3
/
+42
*
anv,iris: Set 3DSTATE_SF::DerefBlockSize to per-poly on Gen12+
Jason Ekstrand
2020-01-30
1
-1
/
+5
*
intel/blorp: Handle bit-casting UNORM and BGRA formats
Jason Ekstrand
2020-01-28
1
-37
/
+34
*
intel/blorp: Add support for CCS_E copies with UNORM formats
Jason Ekstrand
2020-01-25
1
-7
/
+38
*
intel/blorp: resize src and dst surfaces separately
Jason Ekstrand
2020-01-24
1
-45
/
+53
*
intel/blorp: Fill out all the dwords of MI_ATOMIC
Jason Ekstrand
2020-01-13
1
-0
/
+4
*
intel/blorp: Use the source format when using blorp_copy with HiZ
Jason Ekstrand
2020-01-04
1
-1
/
+9
*
blorp: Allow reading with HiZ
Jason Ekstrand
2020-01-04
1
-2
/
+6
*
blorp: Stop whacking Z24 depth to BGRA8
Jason Ekstrand
2020-01-04
1
-11
/
+0
*
intel: Drop Gen11 WaBTPPrefetchDisable workaround
Kenneth Graunke
2020-01-03
1
-7
/
+0
*
blorp: Pass the VB size to the VF cache workaround
Jason Ekstrand
2019-12-05
1
-6
/
+7
*
intel/blorp: Use 3DSTATE_CONSTANT_ALL to setup push constants.
Rafael Antognolli
2019-12-04
1
-0
/
+7
*
intel: Add workaround for stencil state.
Rafael Antognolli
2019-11-19
1
-0
/
+14
*
intel/blorp: Fix usage of uninitialized memory in key hashing
Danylo Piliaiev
2019-11-12
1
-1
/
+6
*
Revert "intel/blorp: Fix usage of uninitialized memory in key hashing"
Kenneth Graunke
2019-11-07
1
-6
/
+1
*
intel/blorp: Fix usage of uninitialized memory in key hashing
Danylo Piliaiev
2019-11-07
1
-1
/
+6
*
blorp: Add Tile Cache Flush for Unified Cache.
Rafael Antognolli
2019-10-30
1
-0
/
+3
*
intel/blorp: Set stencil resolve enable bit
Sagar Ghuge
2019-10-29
1
-4
/
+17
*
intel: Track stencil aux usage on Gen12+
Sagar Ghuge
2019-10-29
1
-0
/
+1
*
intel/blorp: Add helper function for stencil buffer resolve
Sagar Ghuge
2019-10-29
2
-0
/
+34
*
intel/blorp: Assign correct view while clearing depth stencil
Sagar Ghuge
2019-10-29
1
-1
/
+1
*
intel/blorp: Use isl_aux_usage_has_mcs instead of comparing
Sagar Ghuge
2019-10-28
1
-5
/
+7
*
intel/blorp: Satisfy clear color rules for HIZ_CCS
Nanley Chery
2019-10-28
1
-1
/
+35
*
intel/blorp: Satisfy HIZ_CCS fast-clear alignments
Nanley Chery
2019-10-28
1
-0
/
+47
*
intel: Refactor blorp_can_hiz_clear_depth()
Nanley Chery
2019-10-28
2
-10
/
+14
*
intel/blorp: Treat HIZ_CCS like HiZ
Nanley Chery
2019-10-28
1
-2
/
+2
*
intel/blorp: Assert against HiZ in surface states
Nanley Chery
2019-10-28
1
-2
/
+1
*
intel/blorp: Disable depth testing for slow depth clears
Nanley Chery
2019-10-28
1
-5
/
+1
[next]