summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r600/sfn: Fix setting alignments when lowering UBOsGert Wollny2020-04-211-1/+1
* r600/sfn: Reduce array limit for scratch usageGert Wollny2020-04-211-1/+1
* r600: Dump a few more variables when requestedGert Wollny2020-04-211-0/+32
* anv/android: fix assert in anv_import_ahw_memoryAbhishek Kumar2020-04-211-1/+1
* st/mesa: Re-assign vs in locations after updating nir info for ffvp/ARB_vpDanylo Piliaiev2020-04-211-0/+1
* tu: Fix the advertised maxFragmentInputComponentsConnor Abbott2020-04-211-1/+1
* freedreno/a6xx: Expand various varying-count bitfieldsConnor Abbott2020-04-211-6/+6
* docs: remove outdated sentenceErik Faye-Lund2020-04-211-3/+0
* st/omx: fix gcc warningsPierre-Eric Pelloux-Prayer2020-04-211-3/+3
* gallium/utils: silence strncpy warningPierre-Eric Pelloux-Prayer2020-04-211-1/+1
* mesa: fix crash in find_valuePierre-Eric Pelloux-Prayer2020-04-211-1/+5
* nir: Delete the fnoise opcodesJason Ekstrand2020-04-214-44/+1
* glsl: Hard-code noise to zero in builtin_functions.cppJason Ekstrand2020-04-2116-229/+33
* st/glsl_to_nir: make use of nir linker for linking uniformsTimothy Arceri2020-04-213-14/+17
* glsl: fix gl_nir_set_uniform_initializers() for bindless texturesTimothy Arceri2020-04-211-0/+6
* glsl: add bindless support to nir uniform linkerTimothy Arceri2020-04-211-77/+172
* pick-ui: show commit sha in the pick listEric Engestrom2020-04-211-1/+1
* pick-ui: make .pick_status.json path relative to the git root instead of the ...Eric Engestrom2020-04-211-1/+4
* pick-ui: compute .pick_status.json path only onceEric Engestrom2020-04-211-7/+6
* intel/fs: Coalesce when the src live range is contained in the dstJason Ekstrand2020-04-211-7/+43
* intel/fs: Rename block to scan_block in can_coalesce_varsJason Ekstrand2020-04-211-4/+4
* radv: use common nir_convert_ycbcrJonathan Marek2020-04-201-122/+9
* anv: use common nir_convert_ycbcrJonathan Marek2020-04-201-123/+8
* nir: convert_ycbcr: preserve alpha channelJonathan Marek2020-04-201-2/+2
* nir: add common convert_ycbcr for vulkan cscJonathan Marek2020-04-204-0/+158
* nir/linking: fix issue with two compact variables in a row. (v2)Dave Airlie2020-04-201-0/+8
* pick-ui: auto-scroll the feedback windowEric Engestrom2020-04-201-0/+2
* bin/pick-ui: Add a new maintainer script for picking patchesDylan Baker2020-04-205-0/+1142
* bin/gen_release_notes.py: Fix version detection for .0 releaseDylan Baker2020-04-202-37/+15
* anv: Add support for new MMAP_OFFSET ioctl.Rafael Antognolli2020-04-203-5/+49
* anv: Add anv_device parameter to anv_gem_munmap.Rafael Antognolli2020-04-205-7/+8
* iris/bufmgr: Add support for MMAP_OFFSET ioctl.Rafael Antognolli2020-04-201-1/+51
* i965/bufmgr: Add support for MMAP_OFFSET ioctl.Rafael Antognolli2020-04-201-1/+38
* iris/bufmgr: Factor out GEM_MMAP ioctl from mmap_cpu and mmap_wc.Rafael Antognolli2020-04-201-30/+31
* i965/bufmgr: Factor out GEM_MMAP ioctl from mmap_cpu and mmap_wc.Rafael Antognolli2020-04-201-26/+29
* drm-uapi: Update headers from Linux 5.7-rc1.Rafael Antognolli2020-04-204-7/+101
* spirv: Fix propagation of OpVariable access flagsCaio Marcelo de Oliveira Filho2020-04-202-23/+9
* intel/fs,vec4: Properly account SENDs in IVB memory fenceCaio Marcelo de Oliveira Filho2020-04-204-8/+20
* aco: move src1 to vgpr instead of using VOP3 for VOP2 instructions during iselDaniel Schürmann2020-04-201-9/+1
* aco: fix 64bit fsubDaniel Schürmann2020-04-201-1/+1
* gitlab-ci: Test virgl driverTomeu Vizoso2020-04-206-4/+207
* meson: do not disable incremental linking for debug-buildsErik Faye-Lund2020-04-201-1/+6
* gtest: Update to 1.10.0Erik Faye-Lund2020-04-2041-12051/+6022
* nir/opt_algebraic: lower 64-bit fmin3/fmax3/fmed3Samuel Pitoiset2020-04-201-0/+4
* nir/lower_int64: lower imin3/imax3/umin3/umax3/imed3/umed3Samuel Pitoiset2020-04-201-0/+18
* radeonsi: skip vs output optimizations for some outputsPierre-Eric Pelloux-Prayer2020-04-204-2/+18
* nir/gcm: dont move movs unless we can replace them later with their srcTimothy Arceri2020-04-201-0/+67
* nir/gcm: be more conservative about moving instructions from loopsTimothy Arceri2020-04-201-1/+15
* nir/gcm: allow derivative dependent intrinisics to be moved earlierTimothy Arceri2020-04-201-7/+14
* nir/gcm: Prefer the instruction's original blockJason Ekstrand2020-04-201-0/+2