| Commit message (Expand) | Author | Age | Files | Lines |
* | isl: Add a module which manages aux resolves | Nanley Chery | 2020-02-24 | 4 | -0/+702 |
* | intel/isl: Switch to R8_UNORM format for compatiblity | Sagar Ghuge | 2020-02-13 | 1 | -0/+9 |
* | intel/isl: Move get_format_encoding function to isl | Sagar Ghuge | 2020-02-13 | 2 | -0/+73 |
* | intel/isl: Move iris's pipe-to-isl format function to isl. | Eric Anholt | 2020-02-05 | 2 | -0/+302 |
* | isl: add gen12 comment about CCS for linear tiling | Lionel Landwerlin | 2020-01-26 | 1 | -0/+10 |
* | isl: drop CCS row pitch requirement for linear surfaces | Lionel Landwerlin | 2020-01-26 | 1 | -15/+21 |
* | intel: Implement Gen12 workaround for array textures of size 1 | Lionel Landwerlin | 2020-01-26 | 1 | -1/+5 |
* | intel/isl: Allow CCS_E on more formats | Jason Ekstrand | 2020-01-25 | 1 | -23/+4 |
* | isl: Add a helper for calculating subimage memory ranges | Jason Ekstrand | 2020-01-25 | 2 | -0/+71 |
* | intel/isl: Add a hack for the Gen12 A0 texture buffer bug | Jason Ekstrand | 2020-01-24 | 1 | -0/+19 |
* | intel/isl: Plumb devinfo into isl_genX(buffer_fill_state_s) | Jason Ekstrand | 2020-01-24 | 3 | -3/+3 |
* | anv: Use isl_aux_state for HiZ resolves | Jason Ekstrand | 2020-01-24 | 1 | -0/+14 |
* | isl/gen12: add reminder comment about missing WA with 3D surfaces | Tapani Pälli | 2020-01-20 | 1 | -0/+13 |
* | intel/isl: Add MOCS settings to isl_device. | Rafael Antognolli | 2019-11-12 | 2 | -0/+57 |
* | intel/isl: Allow stencil buffer to support compression on Gen12+ | Sagar Ghuge | 2019-10-29 | 1 | -2/+3 |
* | intel: Track stencil aux usage on Gen12+ | Sagar Ghuge | 2019-10-29 | 2 | -0/+8 |
* | intel/isl: Support lossless compression with multisamples | Sagar Ghuge | 2019-10-28 | 1 | -5/+1 |
* | intel/isl: Don't reconfigure aux surfaces for MCS | Sagar Ghuge | 2019-10-28 | 1 | -0/+3 |
* | intel: Fix and use HIZ_CCS write through mode | Nanley Chery | 2019-10-28 | 1 | -0/+6 |
* | isl: Add isl_surf_supports_hiz_ccs_wt() | Nanley Chery | 2019-10-28 | 2 | -0/+18 |
* | intel: Support HIZ_CCS in isl_surf_get_ccs_surf | Nanley Chery | 2019-10-28 | 2 | -6/+36 |
* | isl: Reduce assertions during aux surf creation | Nanley Chery | 2019-10-28 | 1 | -5/+15 |
* | intel: Enable CCS_E for R24_UNORM_X8_TYPELESS on TGL+ | Nanley Chery | 2019-10-28 | 1 | -1/+1 |
* | intel: Use 3DSTATE_DEPTH_BUFFER::ControlSurfaceEnable | Nanley Chery | 2019-10-28 | 1 | -1/+1 |
* | intel/isl: Support HIZ_CCS in emit_depth_stencil_hiz | Jason Ekstrand | 2019-10-28 | 1 | -2/+10 |
* | intel: Use RENDER_SURFACE_STATE::DepthStencilResource | Nanley Chery | 2019-10-28 | 1 | -0/+5 |
* | intel: Update alignment restrictions for HiZ surfaces. | Jordan Justen | 2019-10-28 | 1 | -1/+7 |
* | intel: Enable CCS_E for some formats on Gen12 | Nanley Chery | 2019-10-28 | 1 | -29/+44 |
* | isl: Redefine the CCS layout for Gen12 | Nanley Chery | 2019-10-28 | 5 | -15/+136 |
* | isl: Add and use isl_tiling_flag_to_enum() | Nanley Chery | 2019-10-28 | 2 | -2/+9 |
* | isl/drm: Map HiZ and CCS tilings to Y | Nanley Chery | 2019-10-28 | 1 | -2/+2 |
* | intel/isl: Update surf_fill_state for gen12 | Jason Ekstrand | 2019-10-28 | 1 | -4/+22 |
* | intel/isl/fill_state: Separate aux_mode handling from aux_surf | Jason Ekstrand | 2019-10-28 | 1 | -20/+41 |
* | intel/isl: Add new aux modes available on gen12 | Jason Ekstrand | 2019-10-28 | 1 | -1/+33 |
* | isl: Round up some pitches to 512B for Gen12's CCS | Nanley Chery | 2019-10-28 | 1 | -6/+14 |
* | isl: Disable CCS_D on Gen12+ | Nanley Chery | 2019-10-28 | 1 | -2/+4 |
* | isl/gen12: 64k surface alignment | Jordan Justen | 2019-10-28 | 1 | -0/+4 |
* | intel/isl: Add isl_aux_usage_has_ccs | Jason Ekstrand | 2019-10-17 | 1 | -0/+7 |
* | intel/isl: Add R10G10B10_FLOAT_A2_UNORM format | Jordan Justen | 2019-10-17 | 3 | -0/+3 |
* | intel/isl: Add gen12 depth/stencil surface alignments | Jordan Justen | 2019-10-17 | 4 | -2/+121 |
* | intel/isl: Select Y-tiling for stencil on gen12 | Jason Ekstrand | 2019-10-17 | 1 | -4/+7 |
* | intel/genxml: Remove W-tiling on gen12 | Jason Ekstrand | 2019-10-17 | 1 | -0/+3 |
* | intel/genxml,isl: Add gen12 stencil buffer changes | Jordan Justen | 2019-10-17 | 1 | -1/+22 |
* | intel/genxml,isl: Add gen12 depth buffer changes | Jordan Justen | 2019-10-17 | 1 | -1/+1 |
* | intel/genxml,isl: Add gen12 render surface state changes | Jordan Justen | 2019-10-17 | 1 | -2/+10 |
* | intel/isl: set vertical surface alignment on null surfaces | Lionel Landwerlin | 2019-10-05 | 1 | -0/+13 |
* | intel/isl: set surface array appropriately | Lionel Landwerlin | 2019-10-05 | 1 | -1/+1 |
* | intel/isl: Set null surface format to R32_UINT | Lionel Landwerlin | 2019-10-05 | 1 | -1/+6 |
* | intel/isl/icl: Use halign 8 instead of 4 hw workaround | Anuj Phogat | 2019-10-03 | 1 | -8/+21 |
* | isl: Drop WaDisableSamplerL2BypassForTextureCompressedFormats on Gen11 | Kenneth Graunke | 2019-09-20 | 1 | -1/+1 |