aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* virgl: also destroy all read-transfersErik Faye-Lund2019-04-032-2/+4
* meson: Error if LLVM is turned off but clover it turned onDylan Baker2019-04-031-0/+2
* meson: Error if LLVM doesn't have rtti when building cloverDylan Baker2019-04-031-0/+2
* 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
* docs: Fix 19.0.x version numbersGuido Günther2019-04-021-4/+4
* docs/relnotes: document parallel_shader_compile changes in 19.1.0, not 19.0.0Marek Olšák2019-04-022-2/+2
* CI: use wayland ci-templates repo to create the base imageBenjamin Tissoires2019-04-023-182/+177
* 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-012-0/+19
* 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-0111-2/+61
* 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
* radv: lower 16-bit flrpRhys Perry2019-04-011-0/+1
* ac: fix ac_build_umsb() for 16-bit integer typeSamuel Pitoiset2019-04-011-1/+6
* ac: fix ac_find_lsb() for 16-bit integer typeSamuel Pitoiset2019-04-011-0/+2
* ac: fix ac_build_bitfield_reverse() for 16-bit integer typeSamuel Pitoiset2019-04-011-0/+2