aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* meson: use github URL for wraps instead of completely unreliable wrapdbEric Engestrom2020-01-162-2/+2
* docs: Update release calendar for 20.0Dylan Baker2020-01-161-1/+38
* lima: Fix alpha blendingAndreas Baierl2020-01-161-23/+101
* aco: ignore parallelcopies to the same register on jump threadingDaniel Schürmann2020-01-161-31/+38
* aco: handle phi affinities transitively through parallelcopiesDaniel Schürmann2020-01-161-19/+37
* aco: rework lower_to_cssa()Daniel Schürmann2020-01-161-70/+42
* aco: implement stream output with vec3 on GFX6Samuel Pitoiset2020-01-161-39/+51
* aco: do not combine additions of DS instructions on GFX6Samuel Pitoiset2020-01-161-1/+5
* aco: do not select 96-bit/128-bit variants for ds_read/ds_write on GFX6Samuel Pitoiset2020-01-161-4/+7
* intel/perf: report query split for mdapiLionel Landwerlin2020-01-163-2/+18
* intel/perf: expose timestamp begin for mdapiLionel Landwerlin2020-01-163-0/+9
* anv: set depth stall enabled when depth flush enabled on gen12Tapani Pälli2020-01-162-0/+19
* iris: set depth stall enabled when depth flush enabled on gen12Tapani Pälli2020-01-161-0/+9
* anv: implement another workaround for non pipelined statesLionel Landwerlin2020-01-161-0/+12
* iris: implement another workaround for non pipelined statesLionel Landwerlin2020-01-161-1/+14
* iris: handle new PIPE_CONTROL fieldLionel Landwerlin2020-01-162-1/+6
* genxml: add new Gen11+ PIPE_CONTROL fieldLionel Landwerlin2020-01-162-0/+2
* st/mesa: Allocate full miplevels if MaxLevel is explicitly setKenneth Graunke2020-01-161-0/+11
* aco: fix emitting SMEM instructions with no operands on GFX6-GFX7Samuel Pitoiset2020-01-161-6/+8
* lima: fix handling of reverse depth rangeVasily Khoruzhick2020-01-162-4/+16
* nvc0: disable xfb's which don't have a strideIlia Mirkin2020-01-151-4/+4
* lima/ppir: implement full liveness analysis for regallocErico Nunes2020-01-156-166/+359
* lima/ppir: remove orphan load node after cloningErico Nunes2020-01-153-1/+27
* iris: Print warning and return *out = NULL when fd to syncobj failsKristian H. Kristensen2020-01-151-1/+6
* iris: Advertise PIPE_CAP_NATIVE_FENCE_FDKristian H. Kristensen2020-01-151-0/+1
* iris: Fix export of fences that have already completed.Kenneth Graunke2020-01-151-0/+16
* android: Fix whitespace issueRobert Foss2020-01-151-1/+1
* panfrost: Prefix schedule_program to prevent collisionRobert Foss2020-01-156-6/+6
* radeonsi: merge si_compile_llvm and si_llvm_compile functionsMarek Olšák2020-01-154-109/+81
* radeonsi: remove useless #includesMarek Olšák2020-01-157-18/+0
* radeonsi: move code for shader resources into si_shader_llvm_resources.cMarek Olšák2020-01-157-302/+327
* radeonsi: move geometry shader code into si_shader_llvm_gs.cMarek Olšák2020-01-157-812/+865
* radeonsi: remove llvm_type_is_64bitMarek Olšák2020-01-153-17/+7
* radeonsi: move tessellation shader code into si_shader_llvm_tess.cMarek Olšák2020-01-156-1290/+1343
* radeonsi: move si_insert_input_* functionsMarek Olšák2020-01-152-28/+28
* radeonsi: work around an LLVM crash when using llvm.amdgcn.icmp.i64.i1Marek Olšák2020-01-151-0/+1
* radeonsi: fix si_build_wrapper_function for compute-based primitive cullingMarek Olšák2020-01-151-1/+14
* radeonsi/gfx10: separate code for determining the number of vertices for NGGMarek Olšák2020-01-151-25/+41
* radeonsi/gfx10: separate code for getting edgeflags from the gs_invocation_id...Marek Olšák2020-01-151-9/+13
* radeonsi: move VS_STATE.LS_OUT_PATCH_SIZE a few bits higher to make space thereMarek Olšák2020-01-153-5/+8
* radeonsi: make si_insert_input_* functions non-staticMarek Olšák2020-01-152-9/+12
* ac/cull: don't read Position.Z if it's not needed for cullingMarek Olšák2020-01-151-1/+1
* radeonsi: separate code computing info for small primitive cullingMarek Olšák2020-01-153-40/+54
* intel/compiler: Fix illegal mutation in get_nir_image_intrinsic_imageKenneth Graunke2020-01-151-3/+6
* gitlab-ci: fix missing caselist.css/xslRob Clark2020-01-151-1/+2
* relnotes: Add Vulkan 1.2Jason Ekstrand2020-01-151-0/+1
* radv: enable Vulkan 1.2Samuel Pitoiset2020-01-151-1/+1
* radv: implement Vulkan 1.2 features and propertiesSamuel Pitoiset2020-01-151-0/+148
* radv: implement Vulkan 1.1 features and propertiesSamuel Pitoiset2020-01-151-0/+53
* radv: update VK_KHR_timeline_semaphore for Vulkan 1.2Samuel Pitoiset2020-01-151-24/+24