summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nir: fix deref offset builderDave Airlie2019-11-221-1/+1
* vtn/opencl: add clz supportDave Airlie2019-11-222-0/+10
* nouveau: request ufind_msb64 lowering in the frontend.Dave Airlie2019-11-221-1/+1
* nir: add 64-bit ufind_msb lowering support. (v2)Dave Airlie2019-11-222-0/+24
* spirv/nir/opencl: handle some multiply instructions.Dave Airlie2019-11-222-0/+55
* spirv: get the correct type for function returns.Dave Airlie2019-11-221-1/+4
* spirv: don't store 0 to cs.ptr_size for non kernel stages.Dave Airlie2019-11-221-1/+0
* util: add missing R8G8B8A8_SRGB format to vk_format_mapJonathan Marek2019-11-211-0/+1
* docs: fix ascii html representationElie Tournier2019-11-211-1/+1
* Docs: remove duplicate meson docs for windowsElie Tournier2019-11-211-12/+0
* ci: Move freedreno's parallelism to the runner instead of gitlab-ci jobs.Eric Anholt2019-11-211-3/+1
* glsl: add missing initialization of the location path fieldIago Toral Quiroga2019-11-211-0/+2
* docs: update features.txt for RADVRhys Perry2019-11-211-2/+2
* gitlab-ci: Directly use host-mapped directory for ccacheMichel Dänzer2019-11-211-9/+3
* gitlab-ci: remove now useless meson-swr-glvnd build jobSamuel Pitoiset2019-11-211-24/+0
* gitlab-ci: build GLVND in meson-clangSamuel Pitoiset2019-11-211-1/+2
* gitlab-ci: build swr in meson-mainSamuel Pitoiset2019-11-211-2/+2
* gitlab-ci: do not build with debugoptimized for meson-mainSamuel Pitoiset2019-11-211-1/+0
* gitlab-ci: add a job that only build things needed for testingSamuel Pitoiset2019-11-211-4/+21
* gitlab-ci: fix ldd check for Vulkan driversSamuel Pitoiset2019-11-211-1/+1
* gitlab-ci: move building piglit into a separate scriptSamuel Pitoiset2019-11-212-10/+14
* pipe-loader: check that the pointer to driconf_xml isn't NULLSamuel Pitoiset2019-11-211-1/+1
* panfrost: Add the lod_bias fieldAlyssa Rosenzweig2019-11-213-1/+6
* compiler: move build definition of pp_standalone_scaffolding.cTimothy Arceri2019-11-212-2/+3
* nir/validate: validate num_components on registers and intrinsicsKarol Herbst2019-11-211-8/+16
* Revert "st/mesa: keep serialized NIR instead of nir_shader in st_program"Mark Janes2019-11-204-69/+11
* Revert "st/mesa: call nir_serialize only once per shader"Mark Janes2019-11-203-25/+22
* lima/ppir: add lod-bias supportArno Messiaen2019-11-205-5/+33
* Revert "i965/fs: Merge CMP and SEL into CSEL on Gen8+"Jason Ekstrand2019-11-202-108/+0
* radv: Enable Subgroup Arithmetic and Clustered for SIDaniel Schürmann2019-11-201-6/+5
* amd/llvm: Add Subgroup Scan functions for SIDaniel Schürmann2019-11-201-6/+75
* lima/streamparser: Add findings introduced with gl_PointSizeAndreas Baierl2019-11-201-2/+22
* lima/streamparser: Fix typo in vs semaphore parserAndreas Baierl2019-11-201-1/+1
* meson: Fix linkage of libgallium_nine with libgalliumvlYevhenii Kolesnikov2019-11-201-5/+13
* docs/release-calendar: Update for extended 19.3 rc periodDylan Baker2019-11-201-14/+14
* docs: update calendar, add news item and link release notes for 19.2.5Dylan Baker2019-11-203-9/+4
* docs/relnotes/19.2.5: Add SHA256 sumDylan Baker2019-11-201-1/+1
* docs: Add relnotes for 19.2.5Dylan Baker2019-11-201-0/+115
* nir/large_constants: use nir_index_vars and nir_variable::indexRhys Perry2019-11-201-12/+8
* nir: add nir_variable::index and nir_index_varsRhys Perry2019-11-202-0/+41
* nir: make nir_variable::{num_members,num_state_slots} a uint16_tRhys Perry2019-11-201-2/+2
* docs: add missing new features for RADVSamuel Pitoiset2019-11-201-0/+3
* freedreno/ir3: enable half precision for pre-fs texture fetchHyunjun Ko2019-11-201-1/+1
* freedreno/ir3: fixup when changing to mad.f16Hyunjun Ko2019-11-201-1/+5
* freedreno/ir3: fix printing output registers of FS.Hyunjun Ko2019-11-201-2/+3
* freedreno/ir3: Enabling lowering 16-bit flrpNeil Roberts2019-11-201-0/+2
* freedreno: support 16b for the sampler opcodeHyunjun Ko2019-11-202-18/+38
* freedreno/ir3: Implement f2b16 and i2b16Neil Roberts2019-11-201-0/+12
* freedreno/ir3: Add implementation of nir_op_b16cselNeil Roberts2019-11-201-5/+15
* freedreno/ir3: Support 16-bit comparison instructionsNeil Roberts2019-11-201-0/+20