aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add a cap bit for integer multiplication between 32-bit and 16-bitIan Romanick2020-01-231-0/+1
* gallium: Add a cap bit for OpenCL-style extended integer functionsIan Romanick2020-01-231-0/+3
* gallium: Fix a couple of multiple definition warnings.Timur Kristóf2020-01-221-4/+4
* gallium/gallivm: enable linking lp_bld_printf function with C++ codeJan Zielinski2020-01-211-0/+7
* util: call bind_sampler_states before setting sampler_viewsPierre-Eric Pelloux-Prayer2020-01-171-6/+6
* gallium: fix a warningErik Faye-Lund2020-01-141-1/+1
* 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/+1
* llmvpipe: No-op implement more barriersJason Ekstrand2020-01-131-0/+3
* llvmpipe: add ARB_derivative_control supportDave Airlie2020-01-101-0/+4
* spirv,nir: add new lod parameter to image_{load,store} intrinsicsSamuel Pitoiset2020-01-091-0/+5
* llvmpipe: add support for ARB_indirect_parameters.Dave Airlie2020-01-091-1/+18
* gallium/util: add multi_draw_indirect to util_draw_indirect.Dave Airlie2020-01-091-9/+13
* gallium: bypass u_vbuf if it's not needed (no fallbacks and no user VBOs)Marek Olšák2020-01-084-7/+89
* gallium/cso_context: move non-vbuf vertex buffer and element code into helpersMarek Olšák2020-01-081-24/+43
* gallium: put u_vbuf_get_caps return values into u_vbuf_capsMarek Olšák2020-01-084-19/+25
* gallium: tgsi_from_mesa - handle VARYING_SLOT_FACEGert Wollny2020-01-041-0/+4
* gallium/tgsi_from_mesa: Add 'extern "C"' to be able to include from C++Gert Wollny2020-01-041-0/+9
* gallium: Add PIPE_FORMAT_P010 supportThong Thai2020-01-031-0/+1
* u_vbuf: don't try to delete NULL driver CSOIago Toral Quiroga2020-01-031-1/+2
* Revert "u_vbuf: Regard non-constant vbufs with non-instance elements as free"Marek Olšák2019-12-301-13/+4
* gallium/gallivm/tgsi: enable tessellation shadersJan Zielinski2019-12-303-97/+552
* llvmpipe: enable ARB_shader_group_vote.Dave Airlie2019-12-303-0/+64
* gallivm: fixup const int64 builder.Dave Airlie2019-12-281-1/+1
* gallivm/nir: add vec8/16 supportDave Airlie2019-12-271-2/+4
* gallivm/nir: lower packingDave Airlie2019-12-271-0/+1
* gallivm: handle non-32 bit undefinedDave Airlie2019-12-271-1/+2
* llvmpipe/nir: use nir_max_vec_components in more placesDave Airlie2019-12-273-46/+46
* gallivm/llvmpipe: add support for global operations.Dave Airlie2019-12-273-0/+269
* gallivm/llvmpipe: add support for block size intrinsicDave Airlie2019-12-273-0/+6
* gallivm/llvmpipe: add support for work dimension intrinsic.Dave Airlie2019-12-273-0/+5
* tgsi/mesa: handle KERNEL caseDave Airlie2019-12-271-0/+1
* gallivm/nir: allow 8/16-bit conversion and comparison.Dave Airlie2019-12-271-3/+29
* gallivm: pick integer builders for alu instructions.Dave Airlie2019-12-271-17/+46
* gallivm: add support for 8-bit/16-bit integer buildersDave Airlie2019-12-273-14/+68
* llvmpipe/gallivm: add kernel inputsDave Airlie2019-12-274-1/+65
* gallivm: add 64-bit const int creator.Dave Airlie2019-12-271-0/+5
* Android: Fix build issue without LLVMRoman Stratiienko2019-12-231-2/+2
* u_vbuf: Return true in u_vbuf_get_caps if nb of vbufs is below minimumPaul Cercueil2019-12-211-0/+5
* u_vbuf: Regard non-constant vbufs with non-instance elements as freePaul Cercueil2019-12-211-4/+13
* u_vbuf: use single vertex buffer if it's not possible to have multipleWladimir J. van der Laan2019-12-211-1/+20
* u_vbuf: Only create driver CSO if no incompatible elementsPaul Cercueil2019-12-211-2/+6
* u_vbuf: Mark vbufs incompatible if more were requested than HW supportsPaul Cercueil2019-12-211-0/+11
* u_vbuf: add logic to use a limited number of vbufsWladimir J. van der Laan2019-12-212-0/+8
* gallium: add PIPE_CAP_MAX_VERTEX_BUFFERSChristian Gmeiner2019-12-211-0/+3
* gallivm/nir: wrap idiv to avoid divide by 0 (v2)Dave Airlie2019-12-211-4/+21
* gallium/auxiliary: Handle count == 0 in u_vbuf_get_minmax_index_mappedIcecream952019-12-161-0/+6
* gallium/auxiliary: Reduce conversions in u_vbuf_get_minmax_index_mappedIcecream952019-12-161-6/+12
* vc4: move the draw splitting routine to shared codeErico Nunes2019-12-144-0/+119
* gallium/util: add alignment parameter to util_upload_index_bufferErico Nunes2019-12-142-3/+3