summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2020-01-13nir: Rename nir_intrinsic_barrier to control_barrierJason Ekstrand1-1/+1
2020-01-13nir: Add a new memory_barrier_tcs_patch intrinsicJason Ekstrand1-0/+1
2020-01-13llmvpipe: No-op implement more barriersJason Ekstrand1-0/+3
2020-01-10llvmpipe: add ARB_derivative_control supportDave Airlie1-0/+4
2020-01-09spirv,nir: add new lod parameter to image_{load,store} intrinsicsSamuel Pitoiset1-0/+5
2020-01-09llvmpipe: add support for ARB_indirect_parameters.Dave Airlie1-1/+18
2020-01-09gallium/util: add multi_draw_indirect to util_draw_indirect.Dave Airlie1-9/+13
2020-01-08gallium: bypass u_vbuf if it's not needed (no fallbacks and no user VBOs)Marek Olšák4-7/+89
2020-01-08gallium/cso_context: move non-vbuf vertex buffer and element code into helpersMarek Olšák1-24/+43
2020-01-08gallium: put u_vbuf_get_caps return values into u_vbuf_capsMarek Olšák4-19/+25
2020-01-04gallium: tgsi_from_mesa - handle VARYING_SLOT_FACEGert Wollny1-0/+4
2020-01-04gallium/tgsi_from_mesa: Add 'extern "C"' to be able to include from C++Gert Wollny1-0/+9
2020-01-03gallium: Add PIPE_FORMAT_P010 supportThong Thai1-0/+1
2020-01-03u_vbuf: don't try to delete NULL driver CSOIago Toral Quiroga1-1/+2
2019-12-30Revert "u_vbuf: Regard non-constant vbufs with non-instance elements as free"Marek Olšák1-13/+4
2019-12-30gallium/gallivm/tgsi: enable tessellation shadersJan Zielinski3-97/+552
2019-12-30llvmpipe: enable ARB_shader_group_vote.Dave Airlie3-0/+64
2019-12-28gallivm: fixup const int64 builder.Dave Airlie1-1/+1
2019-12-27gallivm/nir: add vec8/16 supportDave Airlie1-2/+4
2019-12-27gallivm/nir: lower packingDave Airlie1-0/+1
2019-12-27gallivm: handle non-32 bit undefinedDave Airlie1-1/+2
2019-12-27llvmpipe/nir: use nir_max_vec_components in more placesDave Airlie3-46/+46
2019-12-27gallivm/llvmpipe: add support for global operations.Dave Airlie3-0/+269
2019-12-27gallivm/llvmpipe: add support for block size intrinsicDave Airlie3-0/+6
2019-12-27gallivm/llvmpipe: add support for work dimension intrinsic.Dave Airlie3-0/+5
2019-12-27tgsi/mesa: handle KERNEL caseDave Airlie1-0/+1
2019-12-27gallivm/nir: allow 8/16-bit conversion and comparison.Dave Airlie1-3/+29
2019-12-27gallivm: pick integer builders for alu instructions.Dave Airlie1-17/+46
2019-12-27gallivm: add support for 8-bit/16-bit integer buildersDave Airlie3-14/+68
2019-12-27llvmpipe/gallivm: add kernel inputsDave Airlie4-1/+65
2019-12-27gallivm: add 64-bit const int creator.Dave Airlie1-0/+5
2019-12-23Android: Fix build issue without LLVMRoman Stratiienko1-2/+2
2019-12-21u_vbuf: Return true in u_vbuf_get_caps if nb of vbufs is below minimumPaul Cercueil1-0/+5
2019-12-21u_vbuf: Regard non-constant vbufs with non-instance elements as freePaul Cercueil1-4/+13
2019-12-21u_vbuf: use single vertex buffer if it's not possible to have multipleWladimir J. van der Laan1-1/+20
2019-12-21u_vbuf: Only create driver CSO if no incompatible elementsPaul Cercueil1-2/+6
2019-12-21u_vbuf: Mark vbufs incompatible if more were requested than HW supportsPaul Cercueil1-0/+11
2019-12-21u_vbuf: add logic to use a limited number of vbufsWladimir J. van der Laan2-0/+8
2019-12-21gallium: add PIPE_CAP_MAX_VERTEX_BUFFERSChristian Gmeiner1-0/+3
2019-12-21gallivm/nir: wrap idiv to avoid divide by 0 (v2)Dave Airlie1-4/+21
2019-12-16gallium/auxiliary: Handle count == 0 in u_vbuf_get_minmax_index_mappedIcecream951-0/+6
2019-12-16gallium/auxiliary: Reduce conversions in u_vbuf_get_minmax_index_mappedIcecream951-6/+12
2019-12-14vc4: move the draw splitting routine to shared codeErico Nunes4-0/+119
2019-12-14gallium/util: add alignment parameter to util_upload_index_bufferErico Nunes2-3/+3
2019-12-12util: Don't access members of NULL pointersTomeu Vizoso1-5/+10
2019-12-12gallivm: fixup base_vertex supportDave Airlie3-3/+8
2019-12-12gallivm/draw: add support for draw_id system value.Dave Airlie9-3/+19
2019-12-12gallivm: add base instance sysval supportDave Airlie5-4/+14
2019-12-12gallivm/nir: copy compare ordering code from tgsiDave Airlie1-1/+6
2019-12-12gallivm/nir: cleanup code and call cmp wrapperDave Airlie1-12/+14