summaryrefslogtreecommitdiffstats
path: root/src/intel/blorp
Commit message (Expand)AuthorAgeFilesLines
* intel/blorp: Add support for swizzling fast-clear colorsJason Ekstrand2020-03-182-2/+10
* intel/blorp: Plumb the stage through blorp upload_shaderCaio Marcelo de Oliveira Filho2020-03-174-5/+11
* intel: Require ISL_AUX_USAGE_STC_CCS for stencil CCSJason Ekstrand2020-03-121-2/+1
* intel/blorp: Allow STC_CCS in blit sourcesJason Ekstrand2020-03-121-1/+2
* intel/isl: Add a separate ISL_AUX_USAGE_STC_CCSJason Ekstrand2020-03-121-1/+2
* iris: Use ISL_AUX_USAGE_HIZ_CCS_WT to indicate write-through HiZJason Ekstrand2020-03-121-1/+1
* intel/blorp: Allow HIZ_CCS_WT in copy sourcesJason Ekstrand2020-03-121-1/+2
* blorp: Write to depth/stencil images as depth/stencil when possibleJason Ekstrand2020-03-053-18/+77
* intel/blorp: Implement GEN:BUG:1605967699.Rafael Antognolli2020-02-251-8/+44
* intel/blorp: Plumb deref block size through to 3DSTATE_SFJason Ekstrand2020-01-301-6/+10
* intel/common: Return the block size from get_urb_configJason Ekstrand2020-01-301-1/+1
* intel/blorp: Always emit URB config on Gen7+Jason Ekstrand2020-01-301-3/+42
* anv,iris: Set 3DSTATE_SF::DerefBlockSize to per-poly on Gen12+Jason Ekstrand2020-01-301-1/+5
* intel/blorp: Handle bit-casting UNORM and BGRA formatsJason Ekstrand2020-01-281-37/+34
* intel/blorp: Add support for CCS_E copies with UNORM formatsJason Ekstrand2020-01-251-7/+38
* intel/blorp: resize src and dst surfaces separatelyJason Ekstrand2020-01-241-45/+53
* intel/blorp: Fill out all the dwords of MI_ATOMICJason Ekstrand2020-01-131-0/+4
* intel/blorp: Use the source format when using blorp_copy with HiZJason Ekstrand2020-01-041-1/+9
* blorp: Allow reading with HiZJason Ekstrand2020-01-041-2/+6
* blorp: Stop whacking Z24 depth to BGRA8Jason Ekstrand2020-01-041-11/+0
* intel: Drop Gen11 WaBTPPrefetchDisable workaroundKenneth Graunke2020-01-031-7/+0
* blorp: Pass the VB size to the VF cache workaroundJason Ekstrand2019-12-051-6/+7
* intel/blorp: Use 3DSTATE_CONSTANT_ALL to setup push constants.Rafael Antognolli2019-12-041-0/+7
* intel: Add workaround for stencil state.Rafael Antognolli2019-11-191-0/+14
* intel/blorp: Fix usage of uninitialized memory in key hashingDanylo Piliaiev2019-11-121-1/+6
* Revert "intel/blorp: Fix usage of uninitialized memory in key hashing"Kenneth Graunke2019-11-071-6/+1
* intel/blorp: Fix usage of uninitialized memory in key hashingDanylo Piliaiev2019-11-071-1/+6
* blorp: Add Tile Cache Flush for Unified Cache.Rafael Antognolli2019-10-301-0/+3
* intel/blorp: Set stencil resolve enable bitSagar Ghuge2019-10-291-4/+17
* intel: Track stencil aux usage on Gen12+Sagar Ghuge2019-10-291-0/+1
* intel/blorp: Add helper function for stencil buffer resolveSagar Ghuge2019-10-292-0/+34
* intel/blorp: Assign correct view while clearing depth stencilSagar Ghuge2019-10-291-1/+1
* intel/blorp: Use isl_aux_usage_has_mcs instead of comparingSagar Ghuge2019-10-281-5/+7
* intel/blorp: Satisfy clear color rules for HIZ_CCSNanley Chery2019-10-281-1/+35
* intel/blorp: Satisfy HIZ_CCS fast-clear alignmentsNanley Chery2019-10-281-0/+47
* intel: Refactor blorp_can_hiz_clear_depth()Nanley Chery2019-10-282-10/+14
* intel/blorp: Treat HIZ_CCS like HiZNanley Chery2019-10-281-2/+2
* intel/blorp: Assert against HiZ in surface statesNanley Chery2019-10-281-2/+1
* intel/blorp: Disable depth testing for slow depth clearsNanley Chery2019-10-281-5/+1
* intel: Enable CCS_E for some formats on Gen12Nanley Chery2019-10-281-0/+20
* intel/blorp: Don't assert aux slices match main slicesNanley Chery2019-10-282-8/+0
* intel/blorp: Use surf instead of aux_surf for image dimensionsJason Ekstrand2019-10-281-2/+2
* intel/blorp: Halve the Gen12 fast-clear/resolve rectangleNanley Chery2019-10-281-4/+9
* intel/blorp/gen12: Set FWCC when storing the clear color.Rafael Antognolli2019-10-281-0/+4
* intel/isl: Add R10G10B10_FLOAT_A2_UNORM formatJordan Justen2019-10-171-0/+1
* intel/blorp: Use wide formats for nicely aligned stencil clearsJason Ekstrand2019-09-061-0/+108
* intel/blorp: Expose surf_fake_interleaved_msaa internallyJason Ekstrand2019-09-062-5/+8
* intel/blorp: Expose surf_retile_w_to_y internallyJason Ekstrand2019-09-062-5/+8
* blorp: Memset surface info to zero when initializing itJason Ekstrand2019-09-061-0/+1
* intel/fs: Drop the gl_program from fs_visitorJason Ekstrand2019-08-251-1/+1