summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gitlab-ci: fixup debian tagsErik Faye-Lund2019-10-281-1/+1
* intel/compiler: Fix C++ one definition rule violationsDanylo Piliaiev2019-10-284-20/+20
* gitlab-ci: also build Zink on CIErik Faye-Lund2019-10-282-2/+3
* 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
* zink: fix line-width calculationDuncan Hopkins2019-10-281-3/+16
* zink: fixup return-valueErik Faye-Lund2019-10-281-1/+1
* zink: refactor blittingErik Faye-Lund2019-10-281-107/+138
* zink: implement resource_from_handleErik Faye-Lund2019-10-281-4/+27
* zink: use VK_FORMAT_B8G8R8A8_UNORM for PIPE_FORMAT_B8G8R8X8_UNORMErik Faye-Lund2019-10-281-0/+1
* zink: do not set VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT for non-3D texturesErik Faye-Lund2019-10-281-10/+4
* zink/spirv: alias var0 on tex0 etc insteadErik Faye-Lund2019-10-281-2/+6
* zink: lower two-sided coloringErik Faye-Lund2019-10-282-4/+9
* zink/spirv: alias generic varyings on non-generic onesErik Faye-Lund2019-10-281-9/+12
* zink/spirv: implement load_front_faceErik Faye-Lund2019-10-282-3/+43
* zink/spirv: fixup b2i32Erik Faye-Lund2019-10-281-2/+33
* zink: do not lower bools to floatErik Faye-Lund2019-10-282-2/+1
* zink/spirv: prepare for 1-bit booleansErik Faye-Lund2019-10-281-6/+6
* zink/spirv: fixup b2i32 and implement b2f32Erik Faye-Lund2019-10-281-1/+10
* zink/spirv: clean up get_[fu]vec_constantErik Faye-Lund2019-10-281-59/+48
* zink/spirv: inline get_uvec_constant into emit_load_constErik Faye-Lund2019-10-281-3/+17