aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* ac: fix ac_build_bit_count() for 16-bit integer typeSamuel Pitoiset2019-04-011-0/+2
* ac/nir: fix nir_op_b2i16Samuel Pitoiset2019-04-011-3/+9
* meson: strip rpath from megadriversEric Engestrom2019-04-015-0/+13
* spirv: fix a compiler warningTapani Pälli2019-04-011-1/+1
* i965: perf: update render basic configs for big core gen9/gen10Lionel Landwerlin2019-04-018-23/+24
* i965: perf: add ring busyness metric for cfl gt2Lionel Landwerlin2019-04-011-1/+165
* i965: perf: enable Icelake metricsLionel Landwerlin2019-03-313-3/+11
* i965: perf: add Icelake metricsLionel Landwerlin2019-03-311-0/+11899
* i965: perf: sklgt2: drop programming of an unused NOA registerLionel Landwerlin2019-03-311-11/+6
* i965: perf: hsw: drop register programming not needed on HSWLionel Landwerlin2019-03-311-2/+1
* i965: perf: chv: fixup counters namesLionel Landwerlin2019-03-311-25/+25
* i965: perf: add PMA stall metricsLionel Landwerlin2019-03-3110-10/+1140
* i965: perf: sklgt2: update memory write configLionel Landwerlin2019-03-311-7/+49
* i965: perf: sklgt2: update compute metrics configLionel Landwerlin2019-03-311-8/+2
* i965: perf: sklgt2: update a priority for register programmingLionel Landwerlin2019-03-311-2/+2
* panfrost: Implement FIXED formatsAlyssa Rosenzweig2019-03-311-0/+9
* panfrost: Fix index calculation types and assertsAlyssa Rosenzweig2019-03-311-5/+4
* panfrost: Clean index state between indexed drawsAlyssa Rosenzweig2019-03-311-1/+3
* panfrost/decode: Print negative_startAlyssa Rosenzweig2019-03-311-0/+2
* panfrost: Implement missing texture formatsAlyssa Rosenzweig2019-03-312-1/+17