summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* nir/gcm: Delete dead instructionsJason Ekstrand2020-04-201-3/+26
* nir/gcm: Add a real concept of "progress"Jason Ekstrand2020-04-201-4/+11
* nir/gcm: Move block choosing into a helper functionJason Ekstrand2020-04-201-11/+21
* nir/gcm: Use an array for storing the early blockJason Ekstrand2020-04-201-12/+40
* nir/gcm: Loop over blocks in pin_instructionsJason Ekstrand2020-04-201-63/+58
* nir/dominance: Better handle unreachable blocksJason Ekstrand2020-04-202-8/+38
* aco: use v_subrev_f32 for fsub with an sgpr operand in src1Daniel Schürmann2020-04-191-1/+1
* CI: Disable Lima jobs due to lab unhealthinessDaniel Stone2020-04-191-2/+2
* ci/windows: Make Chocolatey installs more reliableDaniel Stone2020-04-191-10/+30
* nir: Lower returns correctly inside nested loopsArcady Goldmints-Orlov2020-04-191-1/+1
* anv: Apply any needed PIPE_CONTROLs before emitting stateJason Ekstrand2020-04-191-0/+12
* anv: Move vb_emit setup closer to where it's used in flush_stateJason Ekstrand2020-04-191-4/+4
* Fix promotion of floats to doublesAlbert Astals Cid2020-04-1812-34/+34
* ir3/ra: Fix off-by-one issues with live-range extensionConnor Abbott2020-04-183-2/+34
* util/sparse_free_list: manipulate node pointers using atomic primitivesLionel Landwerlin2020-04-181-4/+4
* glsl: only set stage ref when uniforms referenced in stageTimothy Arceri2020-04-181-7/+215
* glsl: pull mark_array_elements_referenced() out into common helperTimothy Arceri2020-04-185-121/+130
* glsl: fix block index in NIR uniform linkerTimothy Arceri2020-04-181-1/+7
* glsl: error check max user assignable uniform locationsTimothy Arceri2020-04-181-0/+18
* glsl: fix explicit locations for the glsl linkerTimothy Arceri2020-04-181-5/+16
* Revert "glsl: fix resizing of the uniform remap table"Timothy Arceri2020-04-181-8/+4
* glsl: tidy up uniform storage value count code in NIR linkerTimothy Arceri2020-04-181-8/+6
* glsl: fix struct offsets in the nir uniform linkerTimothy Arceri2020-04-181-3/+76