summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util
AgeCommit message (Expand)AuthorFilesLines
2 daysgallium: remove always-false parameterErik Faye-Lund3-19/+5
8 daystreewide: Replace usage of macro DEBUG with MESA_DEBUG when possibleYonggang Luo8-12/+12
12 dayscompiler,gallium: move u_reduced_prim to commonJuan A. Suarez Romero1-21/+0
2024-03-12u/inlines: constify util_res_sample_count()Mike Blumenkrantz1-1/+1
2024-03-07util/blitter: iterate samples in stencil_fallbackMike Blumenkrantz1-27/+30
2024-03-06frontend/va: Support media only post proc without compositor using shaders or...Sil Vilerino1-1/+4
2024-02-23gallium: Add new PIPE_CAP_CL_GL_SHARINGAntonio Gomes1-0/+3
2024-02-12gallium: add PIPE_CAP_FP16 for AMD_gpu_shader_half_floatTimothy Arceri1-0/+1
2024-02-09compiler,gallium: move u_decomposed_prim to commonAlyssa Rosenzweig1-25/+0
2024-02-08gallium/u_threaded: expose helpers for filling set_vertex_buffers externallyMarek Olšák2-16/+56
2024-02-07gallium: remove take_ownership from set_vertex_buffers, assume it's trueMarek Olšák5-39/+36
2024-02-07gallium/u_threaded: allow drivers to change tc_call_set_vertex_buffers functionMarek Olšák2-23/+24
2024-02-07gallium/u_threaded: remove the count=0 path from tc_call_set_vertex_buffersMarek Olšák1-5/+0
2024-02-07gallium/util: add take_ownership parameter into util_draw_vertex_bufferMarek Olšák2-4/+5
2024-02-07gallium/u_blitter: set take_ownership=true for set_vertex_buffersMarek Olšák1-4/+2
2024-02-07gallium: always set vertex elements before setting vertex buffersMarek Olšák1-8/+9
2024-02-01gallium/u_blitter: Fix a few uninitialized fb_stateLuc Ma1-5/+5
2024-01-29gallium: rename PIPE_.._PIN_THREADS_TO_L3_CACHE -> .._UPDATE_THREAD_SCHEDULINGMarek Olšák1-1/+1
2024-01-29mesa,gallium: move the thread scheduler to src/utilMarek Olšák1-4/+4
2024-01-24gallium/util: Fix pipe_buffer_copyTomeu Vizoso1-3/+1
2024-01-14gallium: remove unbind_trailing_count from set_vertex_buffersMarek Olšák9-133/+113
2024-01-14gallium/u_vbuf: replace unnecessary dst_index with "i"Marek Olšák1-13/+10
2024-01-08gallium/u_threaded: keep it enabled even if the CPU count is 1Marek Olšák1-1/+1
2024-01-08gallium/u_threaded: remove unused param from tc_bind_buffer/add_to_buffer_listMarek Olšák1-24/+24
2024-01-08gallium/u_threaded: use a dummy end call to indicate the end of the batchMarek Olšák1-75/+87
2024-01-08mesa,u_threaded_context: add a fast path for glDrawElements calling TC directlyMarek Olšák2-6/+32
2024-01-08gallium/u_threaded_context: use function table to jump to different draw implsMarek Olšák1-196/+324
2023-12-12gallium: fix util_clamp_color type confusionAlyssa Rosenzweig1-2/+2
2023-11-28gallium: add PIPE_CAP_PERFORMANCE_MONITOR for GL_AMD_performance_monitorMarek Olšák1-0/+4
2023-11-20mesa: add managarm supportDennis Bonke1-1/+1
2023-11-16util: Add new helpers for pipe resourcesRobert Mader2-0/+38
2023-11-15gallium/auxiliary: NIR blit_compute_shaderDavid Rosca1-35/+81
2023-11-15gallium/auxiliary: Fix coordinates clamp in util_compute_blitDavid Rosca1-2/+4
2023-11-07compiler: Make u_decomposed_prims_for_vertices available to CLAlyssa Rosenzweig1-51/+0
2023-10-27aux/u_transfer_helper: set rendertarget bind for msaa staging resourceMike Blumenkrantz1-0/+4
2023-10-26tc: allow unsynchronized texture_subdata calls where possibleMike Blumenkrantz2-5/+65
2023-10-26tc: use strong refs for fb attachment trackingMike Blumenkrantz1-6/+12
2023-10-26tc: add batch usage tagging to threaded_resourceMike Blumenkrantz2-16/+79
2023-10-26tc: always track fb attachmentsMike Blumenkrantz1-17/+10
2023-10-26tc: add non-definitive tracking for batch completionMike Blumenkrantz2-0/+6
2023-10-26treewide: Merge num_mesh_vertices_per_primitive and u_vertices_per_prim into ...Yonggang Luo1-36/+0
2023-10-24glsl: Remove int64 div/mod lowering.Eric Anholt1-1/+0
2023-10-23aux/tc: Use MESA_TRACE_SCOPE instead of _BEGIN/_ENDCorentin Noël1-3/+1
2023-10-14mesa: Implement MESA_texture_const_bandwidthRob Clark1-0/+1
2023-10-04gallium/util: add more tests for compute-only contextsMarek Olšák1-2/+68
2023-10-04gallium/util: fix GALLIUM_TESTS=1 by using cso_set_vertex_buffers_and_elementsMarek Olšák3-9/+36
2023-09-15aux/tc: don't use pipe_buffer_create_with_data() for rp-optimized subdataMike Blumenkrantz1-1/+2
2023-09-15aux/tc: fix rp info handling around tc_sync callsMike Blumenkrantz1-0/+5
2023-09-13aux/tc: fix renderpass tracking fb state clobber scenarioMike Blumenkrantz1-0/+7
2023-09-13aux/tc: Add ASSERTED to unreferenced release build variableSil Vilerino1-1/+1