aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HACK: Support for Android-QHEADreplicant-11-nlnet-eu-grant-825310-replicant-updatereplicant-11Roman Stratiienko2020-11-161-2/+2
* ci: update the list of expected failures for RADVSamuel Pitoiset2020-11-156-54/+2664
* ci: update the list of skipped tests for RAVENSamuel Pitoiset2020-11-151-0/+7
* radv: Use internal drm_fourcc.hBas Nieuwenhuizen2020-11-151-2/+1
* etnaviv: nir: do not run opt loop after nir_lower_bool_xxx(..)Christian Gmeiner2020-11-151-2/+0
* v3dv/pipeline: take into account precision for the output_typeAlejandro Piñeiro2020-11-143-21/+74
* v3dv: remove combined_idx supportAlejandro Piñeiro2020-11-143-107/+46
* broadcom/compiler: separate texture/sampler info from v3d_keyAlejandro Piñeiro2020-11-145-22/+40
* v3dv: cleanup/remove support for pre-generated variantsAlejandro Piñeiro2020-11-143-258/+12
* nir/lower_tex: clarify nir_lower_tex_options indexingAlejandro Piñeiro2020-11-141-1/+12
* drm/uapi: Fix modifier field mask for AMD modifiers.Bas Nieuwenhuizen2020-11-141-7/+7
* v3dv: Remove unsigned comparison to zero.Vinson Lee2020-11-131-2/+2
* vdpau: Add missing printf format specifier.Vinson Lee2020-11-131-1/+1
* nvir/gm107: Initialize SchedDataCalculatorGM107 member score.Vinson Lee2020-11-131-1/+1
* freedreno/ir3: Fix crash in shader compile fail pathRob Clark2020-11-131-1/+1
* freedreno/ir3: Add pass to deal with load_uniform base offsetsRob Clark2020-11-133-0/+81
* intel/blorp: Delete clear color conversions during copiesNanley Chery2020-11-131-36/+0
* i965: Disable color fast-clears for miptree copyNanley Chery2020-11-131-14/+2
* iris: Disable color fast-clears in iris_copy_regionNanley Chery2020-11-131-11/+0
* panfrost: Fix stack shift calculationIcecream952020-11-131-1/+1
* panfrost: Fix out-of-bounds read on SFBDAlyssa Rosenzweig2020-11-131-1/+11
* panfrost: Remove panfrost_can_linearAlyssa Rosenzweig2020-11-131-20/+2
* panfrost: Implement linear Z/S for SFBDAlyssa Rosenzweig2020-11-131-5/+12
* iris: Use converted depth in clear_depth_stencilNanley Chery2020-11-131-5/+2
* iris: Add and use convert_depth_valueNanley Chery2020-11-131-10/+18
* mesa: Clamp some depth values in glClearBufferfiNanley Chery2020-11-131-2/+14
* mesa: Clamp some depth values in glClearBufferfvNanley Chery2020-11-131-1/+15
* mesa: Add and use _mesa_has_depth_float_channelNanley Chery2020-11-133-2/+13
* nir: allow reordering of loads from read-only modesRhys Perry2020-11-131-5/+8
* nir: add nir_var_mem_ubo to nir_var_read_only_modesRhys Perry2020-11-131-1/+2
* nir: add strength reduction pattern for imod/irem with pow2 divisor.Daniel Schürmann2020-11-131-0/+7
* zink: update shader modules in gfx program when flagged dirtyMike Blumenkrantz2020-11-133-5/+16
* zink: put those shader keys to work fixing up fragment shadersMike Blumenkrantz2020-11-131-1/+21
* zink: fill in params for fs shader keys and flag shader for rebuildMike Blumenkrantz2020-11-133-1/+13
* zink: move shader key structs into their own headerMike Blumenkrantz2020-11-132-17/+54
* zink: refcount the shader cacheMike Blumenkrantz2020-11-132-14/+60
* zink: initial implementation of shader keysMike Blumenkrantz2020-11-135-7/+148
* pan/bi: Add support for tex offsetsBoris Brezillon2020-11-131-6/+32
* pan/bi: Allow lane selections on component 4 and aboveBoris Brezillon2020-11-131-1/+1
* pan/bi: Allow vec16 in bi_print_swizzle()Boris Brezillon2020-11-131-2/+2
* pan/bi: Add support for derivative instructionsBoris Brezillon2020-11-133-0/+100
* pan/bi: Add support for the CLPER instructionsBoris Brezillon2020-11-134-3/+58
* pan/bi: Rename CLPER into CLPER_V7 and add CLPER_V6Boris Brezillon2020-11-131-1/+6
* pan/bi: Expose FAU slotsBoris Brezillon2020-11-133-2/+42
* pan/bi: Store the architecture in the compiler contextBoris Brezillon2020-11-132-0/+2
* panfrost: Get rid of the Pixel Format descriptorBoris Brezillon2020-11-136-42/+30
* panfrost: Fix panfrost_format_to_bifrost_blend()Boris Brezillon2020-11-135-8/+12
* pan/bi: Force BLEND src0 to r0Boris Brezillon2020-11-131-0/+5
* pan/bi: Extract shadowmap comparatorBoris Brezillon2020-11-131-0/+4
* aco/tests: add some more clamp combining testsRhys Perry2020-11-134-29/+117