aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965: Unify CC_STATE and BLEND_STATE atoms on Haswell as a workaroundDanylo Piliaiev2019-11-181-2/+35
* radv: implement VK_AMD_device_coherent_memorySamuel Pitoiset2019-11-183-15/+101
* ac: add radeon_info::has_l2_uncachedSamuel Pitoiset2019-11-182-0/+4
* radeonsi: enable mesa_glthread for GfxBenchPierre-Eric Pelloux-Prayer2019-11-181-0/+4
* pan/midgard: Represent ld/st offset unpackedAlyssa Rosenzweig2019-11-176-47/+14
* pan/midgard: Fix masks/alignment for 64-bit loadsAlyssa Rosenzweig2019-11-174-13/+37
* pan/midgard: Expose more typesize helpersAlyssa Rosenzweig2019-11-172-1/+21
* pan/midgard: Implement non-aligned UBOsAlyssa Rosenzweig2019-11-171-5/+2
* etnaviv: rs: upsampling is not supportedChristian Gmeiner2019-11-171-1/+32
* freedreno/registers: fix a6xx_2d_blit_cntl ROTATEJonathan Marek2019-11-171-2/+1
* freedreno/ir3: disable texture prefetch for 1d array texturesJonathan Marek2019-11-171-6/+5
* lima: Parse VS and PLBU command stream while making a dumpAndreas Baierl2019-11-177-0/+461
* lima: Beautify stream dumpsAndreas Baierl2019-11-171-7/+11
* clover/llvm: fix build after llvm 10 commit 1dfede3122eeAaron Watry2019-11-152-4/+20
* android: util/format: fix include path listMauro Rossi2019-11-161-1/+2
* android: radeonsi: fix build error due to wrong u_format.csv file pathMauro Rossi2019-11-151-1/+1
* mesa/st: Reuse st_choose_matching_format from st_choose_format().Eric Anholt2019-11-155-94/+39
* mesa: Don't put sRGB formats in the array format table.Eric Anholt2019-11-151-8/+6
* mesa/st: Simplify st_choose_matching_format().Eric Anholt2019-11-151-27/+11
* mesa: Handle GL_COLOR_INDEX in _mesa_format_from_format_and_type().Kenneth Graunke2019-11-151-0/+3
* pan/midgard: Use generic constant packing for 8/64-bitAlyssa Rosenzweig2019-11-151-1/+1
* pan/midgard: Pack 64-bit swizzlesAlyssa Rosenzweig2019-11-151-21/+63
* pan/midgard: Fix mir_round_bytemask_down for !32bAlyssa Rosenzweig2019-11-151-2/+2
* pan/midgard: Implement i2i64 and u2u64Alyssa Rosenzweig2019-11-151-1/+3
* pan/midgard: Expand 64-bit writemasksAlyssa Rosenzweig2019-11-152-7/+11
* radeonsi/nir: don't lower fma, instead, fuse fmaMarek Olšák2019-11-151-1/+1
* radeonsi/nir: call nir_lower_flrp only once per shaderMarek Olšák2019-11-151-6/+7
* radeonsi/nir: remove dead function tempsMarek Olšák2019-11-151-0/+1
* gallium/noop: call finalize_nirMarek Olšák2019-11-151-0/+3
* panfrost: Make sure the shader descriptor is in sync with the GL stateTomeu Vizoso2019-11-151-19/+8
* pan/midgard: Prioritize texture registersAlyssa Rosenzweig2019-11-151-2/+13
* pan/midgard: Disassemble with old pipeline always on T720Alyssa Rosenzweig2019-11-151-2/+2
* pan/midgard: Use texture, not textureLod, on early MidgardAlyssa Rosenzweig2019-11-151-3/+4
* pan/midgard: Fix vertex texturing on early MidgardAlyssa Rosenzweig2019-11-151-0/+10
* pan/midgard: Generalize texture registers across GPUsAlyssa Rosenzweig2019-11-151-5/+2
* aco: implement VK_KHR_shader_float_controlsRhys Perry2019-11-159-25/+227
* aco: fix 64-bit fsign with 0Rhys Perry2019-11-151-1/+1
* aco: don't combine literals into v_cndmask_b32/v_subb/v_addcRhys Perry2019-11-151-0/+6
* radv: enable FP16/FP64 denormals earlier and only for LLVMRhys Perry2019-11-151-14/+14
* gitlab-ci: Organize images using new REPO_SUFFIX templates featureMichel Dänzer2019-11-152-59/+74
* gitlab-ci: Rename container install scripts to match job names (better)Michel Dänzer2019-11-158-8/+2
* gitlab-ci: Use functional container job namesMichel Dänzer2019-11-152-24/+24
* gitlab-ci: Document that ci-templates refs must be in syncMichel Dänzer2019-11-152-0/+2
* panfrost: Multiply offset_units by 2Tomeu Vizoso2019-11-153-5/+1
* intel/perf: add EHL performance query supportLionel Landwerlin2019-11-154-2/+11808
* intel/dev: flag the Elkhart Lake platformLionel Landwerlin2019-11-152-0/+5
* gitlab-ci: update Piglit commit, update skipsTapani Pälli2019-11-154-6/+8
* mesa: allow bit queries for EXT_disjoint_timer_queryTapani Pälli2019-11-151-4/+14
* radv: make sure to not clear the ds attachment after resolvesSamuel Pitoiset2019-11-151-0/+3
* radv: remove useless RADV_DEBUG=unsafemath debug optionSamuel Pitoiset2019-11-1510-68/+29