summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-11iris: Simplify iris_get_aux_clear_color_state_sizeNanley Chery1-2/+1
2021-12-11iris: Move some BO setup to iris_resource_init_aux_bufNanley Chery1-6/+6
2021-12-11iris: Use the aux BO and surf less during initNanley Chery1-5/+7
2021-12-11iris: Change a param of iris_resource_init_aux_bufNanley Chery1-7/+5
2021-12-11intel/blorp: Modify get_fast_clear_rect for XeHPNanley Chery1-44/+63
2021-12-11intel/blorp: Modify the SKL+ CCS resolve rectangleNanley Chery1-29/+36
2021-12-11intel/isl: Require aux map for some 64K alignmentNanley Chery1-8/+8
2021-12-11ci/windows: Remove line numbers from assertions in spirv2dxil testsJesse Natalie2-15/+16
2021-12-11etnaviv: fix alpha blend with dither on older GPUsLucas Stach1-1/+3
2021-12-11nir/nir_opt_move,sink: Include load_ubo_vec4 as a load_ubo instr.Emma Anholt1-0/+1
2021-12-11mesa: fix GL_MAX_SAMPLES with GLES2Erico Nunes3-5/+10
2021-12-11egl: add config debug printoutSilvestrs Timofejevs4-4/+264
2021-12-11egl: introduce a log level getter functionSilvestrs Timofejevs2-0/+13
2021-12-11intel/l3: Make DG1 urb-size exception more genericJordan Justen1-2/+7
2021-12-10aco: improve clrx disassemblyRhys Perry1-35/+128
2021-12-10microsoft/compiler: Remove algebaric pass for inotJesse Natalie3-8/+0
2021-12-10microsoft/compiler: Implement inotJesse Natalie2-8/+14
2021-12-10v3dv: account for 64bit time_t on 32bit archesKhem Raj1-2/+2
2021-12-10radv: do not perform depth/stencil resolves for suspended render passSamuel Pitoiset1-2/+3
2021-12-10Revert "radv: Add bufferDeviceAddressMultiDevice support."Samuel Pitoiset1-1/+1
2021-12-10intel/fs: Drop high_quality_derivativesJason Ekstrand6-24/+2
2021-12-10intel/compiler: Get rid of wm_prog_key::frag_coord_adds_sample_posJason Ekstrand3-4/+0
2021-12-10intel/fs,vec4: Drop prog_data binding tablesJason Ekstrand6-122/+18
2021-12-10intel/blorp: Stop depending on prog_data binding tablesJason Ekstrand3-15/+4
2021-12-10intel/fs,vec4: Drop support for shader timeJason Ekstrand36-439/+37
2021-12-10intel/fs,vec4: Drop uniform compaction and pull constant supportJason Ekstrand16-791/+20
2021-12-10crocus: wm_prog_key::key_alpha_test uses GL enumsJason Ekstrand1-1/+17
2021-12-10turnip: Fix operator precedence in address calculation macros for queriesDanylo Piliaiev1-6/+6
2021-12-09nir_to_tgsi: Enable nir_opt_move.Emma Anholt1-0/+6
2021-12-09r300: Request NIR shaders from mesa/st and use NIR-to-TGSI.Emma Anholt7-75/+179
2021-12-09r300: Disable loop unrolling on r500.Emma Anholt3-19/+0
2021-12-09nir_to_tgsi: Make !native_integers front face input match glsl_to_tgsi.Emma Anholt1-2/+15
2021-12-09nir/nir_to_tgsi: Add support for "if" statements with !native_integersEmma Anholt1-1/+6
2021-12-09r300/ci: Add some piglit expectations.Emma Anholt2-0/+60
2021-12-09docs: Remove no-longer-accurate text about the xlib driverAdam Jackson2-47/+4
2021-12-09intel/stub: Implement I915_PARAM_HAS_USERPTR_PROBEIan Romanick1-0/+3
2021-12-09intel/stub: Implement DRM_I915_QUERY_MEMORY_REGIONSIan Romanick1-0/+34
2021-12-09intel/stub: Implement DRM_I915_QUERY_ENGINE_INFOIan Romanick1-0/+42
2021-12-09intel/stub: Suppress warnings about DRM_I915_QUERY_PERF_CONFIGIan Romanick1-0/+7
2021-12-09aco: don't create unnecessary addition in indirect get_sampler_desc()Rhys Perry1-3/+4
2021-12-09aco: Clean up and fix quad group instructions with WQM.Timur Kristóf1-108/+68
2021-12-09loader: Restore i915g support.Emma Anholt1-0/+7
2021-12-09glx: fix regression for drawable type detectionQiang Yu1-6/+4
2021-12-08intel/compiler: Don't store "scalar stage" bits on Gfx8 or Gfx9Ian Romanick1-6/+1
2021-12-08intel/compiler: Don't predicate a WHILE if there is a CONTIan Romanick1-5/+72
2021-12-08treewide: drop mtypes/macros includes from mainDave Airlie21-24/+13
2021-12-08v3dv: Fix dEQP-VK.info#instance_extensions testRoman Stratiienko1-1/+1
2021-12-08venus: prefer VIRTGPU_BLOB_MEM_HOST3D for shmemsChia-I Wu5-2/+49
2021-12-08d3d12: Use overall resource format + plane format to get format infoJesse Natalie3-4/+11
2021-12-08d3d12: Allow creating planar resourcesJesse Natalie1-1/+53