summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radeonsi/gfx9: add support for PIPE_ALIGNED=0Marek Olšák2019-04-044-12/+30
* amd/addrlib: fix uninitialized values for Addr2ComputeDccAddrFromCoordMarek Olšák2019-04-041-0/+2
* iris: move variable to the scope where it is being usedTapani Pälli2019-04-041-1/+1
* st/nir: run st_nir_opts after 64bit ops loweringTapani Pälli2019-04-041-1/+1
* panfrost: Size tiled temp buffers correctlyAlyssa Rosenzweig2019-04-043-8/+13
* panfrost: Respect box->width in tiled storesAlyssa Rosenzweig2019-04-043-4/+6
* panfrost: Cleanup some indirection in pan_resourceAlyssa Rosenzweig2019-04-041-24/+21
* panfrost: Implement system valuesAlyssa Rosenzweig2019-04-047-188/+229
* nir: Add "viewport vector" system valuesAlyssa Rosenzweig2019-04-041-0/+5
* virgl: also destroy all read-transfersErik Faye-Lund2019-04-032-2/+4
* panfrost: Remove support for legacy kernelsAlyssa Rosenzweig2019-04-038-39/+8
* etnaviv: only try to construct scanout resource when on KMS winsysLucas Stach2019-04-031-1/+1
* etnaviv: flush all pending contexts when accessing a resource with the CPULucas Stach2019-04-031-2/+8
* etnaviv: don't flush own context when updating resource useLucas Stach2019-04-031-1/+10
* etnaviv: shrink struct etna_3d_stateChristian Gmeiner2019-04-032-23/+0
* intel/compiler: use defined size for vector componentsDave Airlie2019-04-031-1/+1
* nir: use proper array sizing define for vectorsDave Airlie2019-04-031-4/+4
* Revert "nir: propagate known constant values into the if-then branch"Timothy Arceri2019-04-031-60/+0
* nir: propagate known constant values into the if-then branchTimothy Arceri2019-04-031-0/+60
* virgl: close drm fd when destroying virgl screen.Lepton Wu2019-04-021-0/+1
* iris: Enable fast clears on gen8.Rafael Antognolli2019-04-021-2/+1
* iris: Add aux.sampler_usages.Rafael Antognolli2019-04-023-16/+34
* iris: Do not allocate clear_color_bo for gen8.Rafael Antognolli2019-04-022-6/+9
* iris: Manually apply fast clear color channel overrides.Rafael Antognolli2019-04-021-6/+16
* iris/gen8: Re-emit the SURFACE_STATE if the clear color changed.Rafael Antognolli2019-04-021-10/+28
* iris: Only update clear color for gens 8 and 9.Rafael Antognolli2019-04-021-1/+10
* haiku: Fix hgl dispatch build. Tested under meson/scons.Alexander von Gluck IV2019-04-021-1/+1
* radeonsi: don't use PFP_SYNC_ME with compute-only contextsMarek Olšák2019-04-021-1/+1
* virgl: define MAX_VERTEX_STREAMS based on availability of TF3Gert Wollny2019-04-022-1/+3
* softpipe: Implement ATOMFADD and enable cap TGSI_ATOMFADDGert Wollny2019-04-022-10/+18
* virgl: stricter usage of compressed 3d texturesErik Faye-Lund2019-04-021-0/+6
* virgl: do not allow compressed formats for buffersErik Faye-Lund2019-04-021-0/+3
* dri3: Return the current swap interval from glXGetSwapIntervalMESA().Eric Anholt2019-04-012-3/+1
* intel: Add support for Comet LakeAnuj Phogat2019-04-011-0/+1
* iris: Adapt to variable ppGTT sizeChris Wilson2019-04-011-1/+20
* radv: partially enable VK_KHR_shader_float16_int8Samuel Pitoiset2019-04-013-0/+10
* ac: add 8-bit and 64-bit support to ac_build_bitfield_reverse()Samuel Pitoiset2019-04-011-0/+14
* ac: add 8-bit support to ac_build_umsb()Samuel Pitoiset2019-04-011-1/+7
* ac: add 8-bit support to ac_find_lsb()Samuel Pitoiset2019-04-011-1/+6
* ac: add 8-bit support to ac_build_bit_count()Samuel Pitoiset2019-04-011-0/+7
* ac/nir: add support for nir_op_b2i8Samuel Pitoiset2019-04-011-0/+3
* radeonsi: implement ARB/KHR_parallel_shader_compile callbacksMarek Olšák2019-04-011-0/+31
* util/queue: add util_queue_adjust_num_threadsMarek Olšák2019-04-012-6/+52
* util/queue: hold a lock when reading num_threads in util_queue_finishMarek Olšák2019-04-011-3/+3
* util/queue: add ability to kill a subset of threadsMarek Olšák2019-04-012-21/+36
* util/queue: move thread creation into a separate functionMarek Olšák2019-04-011-24/+32
* gallium: implement ARB/KHR_parallel_shader_compileMarek Olšák2019-04-012-1/+71
* mesa: implement ARB/KHR_parallel_shader_compileMarek Olšák2019-04-019-1/+58
* radeonsi: fix assertion failure by using the correct typeMarek Olšák2019-04-011-1/+1
* radeon/vcn/vp9: search the render target from the whole listLeo Liu2019-04-011-1/+1