index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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/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
*
intel: Enable CCS_E for some formats on Gen12
Nanley Chery
2019-10-28
1
-0
/
+20
*
intel/blorp: Don't assert aux slices match main slices
Nanley Chery
2019-10-28
2
-8
/
+0
*
intel/blorp: Use surf instead of aux_surf for image dimensions
Jason Ekstrand
2019-10-28
1
-2
/
+2
*
intel/blorp: Halve the Gen12 fast-clear/resolve rectangle
Nanley Chery
2019-10-28
1
-4
/
+9
*
intel/blorp/gen12: Set FWCC when storing the clear color.
Rafael Antognolli
2019-10-28
1
-0
/
+4
*
intel/isl: Add R10G10B10_FLOAT_A2_UNORM format
Jordan Justen
2019-10-17
1
-0
/
+1
*
intel/blorp: Use wide formats for nicely aligned stencil clears
Jason Ekstrand
2019-09-06
1
-0
/
+108
*
intel/blorp: Expose surf_fake_interleaved_msaa internally
Jason Ekstrand
2019-09-06
2
-5
/
+8
*
intel/blorp: Expose surf_retile_w_to_y internally
Jason Ekstrand
2019-09-06
2
-5
/
+8
*
blorp: Memset surface info to zero when initializing it
Jason Ekstrand
2019-09-06
1
-0
/
+1
*
intel/fs: Drop the gl_program from fs_visitor
Jason Ekstrand
2019-08-25
1
-1
/
+1
[next]