summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeonsi: separate code computing info for small primitive cullingMarek Olšák2020-01-153-40/+54
* radeonsi: drop the negation from fmask_is_not_identityPierre-Eric Pelloux-Prayer2020-01-154-5/+5
* radeonsi: unbind image before compute clearPierre-Eric Pelloux-Prayer2020-01-151-0/+5
* radeonsi: make sure fmask expand is done if neededPierre-Eric Pelloux-Prayer2020-01-151-1/+2
* radeonsi: fix fmask expand compute shaderPierre-Eric Pelloux-Prayer2020-01-151-1/+1
* v3d: fix bug when checking result of syncobj fence importIago Toral Quiroga2020-01-151-1/+1
* radeonsi: move PS LLVM code into si_shader_llvm_ps.cMarek Olšák2020-01-147-1283/+1317
* radeonsi: remove always constant ballot_mask_bits from si_llvm_context_initMarek Olšák2020-01-143-10/+6
* radeonsi: fold si_create_function into si_llvm_create_funcMarek Olšák2020-01-144-43/+30
* radeonsi: rename si_shader_create -> si_create_shader_variant for clarityMarek Olšák2020-01-144-8/+10
* radeonsi: rename si_compile_tgsi_main -> si_build_main_functionMarek Olšák2020-01-141-5/+5
* radeonsi: clean up si_shader_infoMarek Olšák2020-01-143-131/+45
* radeonsi: merge si_tessctrl_info into si_shader_infoMarek Olšák2020-01-144-23/+10
* radeonsi: fork tgsi_shader_info and tgsi_tessctrl_infoMarek Olšák2020-01-1412-56/+205
* radeonsi: rename si_shader_info -> si_shader_binary_infoMarek Olšák2020-01-141-2/+2
* radeonsi: remove TGSI from commentsMarek Olšák2020-01-144-11/+9
* radeonsi: rename DBG_NO_TGSI -> DBG_NO_NIRMarek Olšák2020-01-143-3/+3
* radeonsi: don't adjust depth and stencil PS output locationsMarek Olšák2020-01-142-11/+3
* panfrost: Fix linear depth texturesAlyssa Rosenzweig2020-01-144-20/+26
* radeonsi: actually enable VBOs in user SGPRsMarek Olšák2020-01-141-1/+1
* radeonsi: fix assertion and other failures in si_emit_graphics_shader_pointersMarek Olšák2020-01-141-3/+4
* etnaviv: Fix assert when try to accumulate an invalid fdMarco Felsch2020-01-141-1/+2
* iris: Implement Gen12 workaround for non pipelined stateLionel Landwerlin2020-01-141-0/+39
* lima: add new findings to texture descriptorVasily Khoruzhick2020-01-134-12/+47
* iris: Simplify iris_get_renderer_string()Kenneth Graunke2020-01-131-11/+4
* zink: fixup initialization of operand_mask / num_extra_operandsErik Faye-Lund2020-01-141-2/+2
* radeonsi: don't enable VBOs in user SGPRs if compute-based culling can be usedMarek Olšák2020-01-133-30/+46
* radeonsi: put up to 5 VBO descriptors into user SGPRsMarek Olšák2020-01-1310-62/+148
* ac,radeonsi: increase the maximum number of shader args and return valuesMarek Olšák2020-01-131-6/+6
* radeonsi: simplify si_set_vertex_buffersMarek Olšák2020-01-131-7/+8
* radeonsi: don't allow draw calls with uninitialized VS inputsMarek Olšák2020-01-133-1/+8
* radeonsi: add si_context::num_vertex_elementsMarek Olšák2020-01-133-11/+7
* radeonsi: rename desc_list_byte_size -> vb_desc_list_alloc_sizeMarek Olšák2020-01-135-11/+9
* nir/lower_atomics_to_ssbo: Also lower barriersJason Ekstrand2020-01-131-2/+0
* nir: Rename nir_intrinsic_barrier to control_barrierJason Ekstrand2020-01-131-1/+1
* nir: Add a new memory_barrier_tcs_patch intrinsicJason Ekstrand2020-01-131-0/+2
* lima: Add stencil supportAndreas Baierl2020-01-132-27/+64
* lima/parser: Make rsw alpha blend parsing more readableAndreas Baierl2020-01-131-4/+5
* panfrost: Fix headers and gpu_headers memory leakDaniel Ogorchock2020-01-131-0/+3
* panfrost: Fix panfrost_bo_access memory leakDaniel Ogorchock2020-01-131-1/+3
* nvc0: treat all draws without color0 broadcast as MRTIlia Mirkin2020-01-121-1/+1