aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* intel: Enable CCS_E for R24_UNORM_X8_TYPELESS on TGL+Nanley Chery2019-10-282-1/+2
* intel: Use 3DSTATE_DEPTH_BUFFER::ControlSurfaceEnableNanley Chery2019-10-282-1/+2
* intel/isl: Support HIZ_CCS in emit_depth_stencil_hizJason Ekstrand2019-10-281-2/+10
* intel: Use RENDER_SURFACE_STATE::DepthStencilResourceNanley Chery2019-10-282-0/+6
* intel: Update alignment restrictions for HiZ surfaces.Jordan Justen2019-10-281-1/+7
* iris: Clear ::has_hiz when disabling auxNanley Chery2019-10-281-0/+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-282-29/+64
* isl: Redefine the CCS layout for Gen12Nanley Chery2019-10-285-15/+136
* isl: Add and use isl_tiling_flag_to_enum()Nanley Chery2019-10-282-2/+9
* iris: Allow for non-Y-tiled aux allocationNanley Chery2019-10-281-1/+2
* isl/drm: Map HiZ and CCS tilings to YNanley Chery2019-10-281-2/+2
* intel/isl: Update surf_fill_state for gen12Jason Ekstrand2019-10-281-4/+22
* intel/isl/fill_state: Separate aux_mode handling from aux_surfJason Ekstrand2019-10-281-20/+41
* intel/isl: Add new aux modes available on gen12Jason Ekstrand2019-10-281-1/+33
* i965/miptree: Avoid -Wswitch for the Gen12 aux modesNanley Chery2019-10-281-0/+3
* anv/private: Modify aux slice helpers for Gen12 CCSNanley Chery2019-10-281-3/+17
* 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-282-0/+5
* isl: Round up some pitches to 512B for Gen12's CCSNanley Chery2019-10-281-6/+14
* iris: Don't assume CCS_E includes CCS_DNanley Chery2019-10-281-2/+3
* anv/cmd_buffer: Don't assume CCS_E includes CCS_DNanley Chery2019-10-281-1/+2
* anv/image: Disable CCS_D on Gen12+Nanley Chery2019-10-281-0/+6
* isl: Disable CCS_D on Gen12+Nanley Chery2019-10-281-2/+4
* iris: Drop support for I915_FORMAT_MOD_Y_TILED_CCS on TGL+Nanley Chery2019-10-281-1/+1
* anv/formats: Disable I915_FORMAT_MOD_Y_TILED_CCS on TGL+Nanley Chery2019-10-281-0/+5
* anv: Properly allocate aux-tracking space for CCS_ENanley Chery2019-10-282-3/+5
* anv/blorp: Use BLORP_BATCH_NO_UPDATE_CLEAR_COLORNanley Chery2019-10-281-22/+10
* anv: Add support for depth bounds testing.Plamena Manolova2019-10-283-0/+15
* iris: Add support for depth bounds testing.Plamena Manolova2019-10-282-0/+24
* genxml: Add 3DSTATE_DEPTH_BOUNDS instruction.Plamena Manolova2019-10-281-0/+13
* glsl: Initialize all fields of ir_variable in constructorDanylo Piliaiev2019-10-281-0/+23
* util: remove LIST_IS_EMPTY macroTimothy Arceri2019-10-2825-56/+53
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-2853-93/+93
* util: remove LIST_DEL macroTimothy Arceri2019-10-2831-68/+66
* util: remove LIST_DELINIT macroTimothy Arceri2019-10-287-11/+10
* util: remove LIST_REPLACE macroTimothy Arceri2019-10-282-2/+1
* util: remove LIST_ADD macroTimothy Arceri2019-10-2812-25/+24
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-2833-58/+57
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-2839-80/+79
* intel/compiler: Fix C++ one definition rule violationsDanylo Piliaiev2019-10-284-20/+20
* zink: simplify gl-to-vulkan loweringErik Faye-Lund2019-10-281-48/+23
* zink/spirv: more complete sampler-dim handlingErik Faye-Lund2019-10-281-4/+8
* zink: fixup scissoringErik Faye-Lund2019-10-282-35/+12
* zink: limited uniform buffer size so the limits is not exceeded.Duncan Hopkins2019-10-281-1/+2
* zink: do not set lineWidth to invalid valueErik Faye-Lund2019-10-281-1/+6
* zink: pass screen to zink_create_gfx_pipelineErik Faye-Lund2019-10-283-4/+8
* zink: respect ubo buffer alignment requirementDuncan Hopkins2019-10-281-2/+5