aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* st/mesa: don't lower YUV when driver supports it nativelyJonathan Marek2020-01-151-14/+14
* st/dri: track if image is created by a dmabufGurchetan Singh2020-01-154-0/+12
* 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
* gallium: fix a warningErik Faye-Lund2020-01-141-1/+1
* st/wgl: eliminate implicit cast warningErik Faye-Lund2020-01-141-2/+4
* 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