summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4
AgeCommit message (Expand)AuthorFilesLines
2022-04-01util: Rename pipe_debug_callback to util_debug_callbackYonggang Luo2-2/+2
2022-04-01util: Rename pipe_debug_message to util_debug_messageYonggang Luo1-1/+1
2022-03-26u_transfer_helper: add a new option for handling z24 stored in z32Dave Airlie1-1/+2
2022-03-21vc4: replace opencoded slab_zallocPierre-Eric Pelloux-Prayer1-3/+1
2022-03-17gallium: rename sysval capsErik Faye-Lund1-1/+1
2022-03-17gallium: rename pixel-coord capsErik Faye-Lund1-2/+2
2022-02-22vc4: remove redundant initializationJuan A. Suarez Romero2-10/+0
2022-01-31vc4: drop unused functionThomas H.P. Andersen1-6/+0
2022-01-25vc4/nir_lower_blend: update write mask when we update num componentsAlejandro Piñeiro1-1/+5
2022-01-12vc4: remove not needed lie about PIPE_CAP_OCCLUSION_QUERYChristian Gmeiner1-1/+0
2022-01-10vc4: Use u_box_pixels_to_blocks helperAlyssa Rosenzweig1-13/+2
2021-12-03gallium: add new PIPE_CAP_IMAGE_STORE_FORMATTEDJuan A. Suarez Romero1-0/+1
2021-11-17util/dag: Make edge data a uintptr_tConnor Abbott2-2/+2
2021-11-08gallium: add missing point and line CAPsMarek Olšák1-0/+10
2021-11-08gallium: rename PIPE_CAPF_MAX_POINT_WIDTH -> MAX_POINT_SIZEMarek Olšák1-2/+2
2021-11-04gallium/u_blitter: disable sample shading for all blitsMarek Olšák1-1/+1
2021-11-04gallium/util: fix util_can_blit_via_copy_region with unbound render conditionMarek Olšák1-2/+2
2021-09-13broadcom: add cl_nobin debug optionJuan A. Suarez Romero1-1/+1
2021-09-03vc4: remove primconvertJose Maria Casanova Crespo3-29/+0
2021-09-03vc4: export supported prim types by vc4Jose Maria Casanova Crespo2-0/+14
2021-08-20gallium: add take_ownership into set_sampler_views to skip reference countingMarek Olšák2-2/+8
2021-08-19vc4: implement resource_get_paramSimon Ser1-5/+35
2021-08-03nir: add indirect loop unrolling to compiler optionsTimothy Arceri1-4/+2
2021-07-29v3d, vc4: Fix dmabuf import for non-scanout buffersJoshua Watt1-3/+0
2021-07-08android: Drop the Android.mk build systemJason Ekstrand2-119/+0
2021-06-21nir,vc4: Suffix a bunch of unorm 4x8 opcodes _vc4Jason Ekstrand2-13/+13
2021-06-08nir, nir/algebraic: add byte/word insertion instructionsRhys Perry1-0/+2
2021-06-04vc4: Use the ra_alloc_contig_reg_class() function to speed up RA.Eric Anholt1-7/+7
2021-06-04ra: Use struct ra_class in the public API.Eric Anholt2-25/+21
2021-06-01vc4: Use Rn_UINT instead of In_UINT for index buffersAlyssa Rosenzweig1-2/+2
2021-05-21gallium: split transfer_(un)map into buffer_(un)map and texture_(un)mapMarek Olšák1-3/+5
2021-05-21gallium: remove u_resource_vtbl::resource_destroyMarek Olšák1-1/+0
2021-05-21vc4: initialize arrayJuan A. Suarez Romero1-1/+1
2021-05-17nir/lower_phis_to_scalar: Add "lower_all" optionConnor Abbott1-1/+1
2021-04-30gallium: split drawid out of pipe_draw_info and as a separate draw_vbo paramMike Blumenkrantz1-2/+3
2021-04-30gallium: move pipe_draw_info::index_bias to pipe_draw_start_count_biasMike Blumenkrantz1-4/+5
2021-04-30gallium: rename pipe_draw_start_count -> pipe_draw_start_count_biasMike Blumenkrantz1-1/+1
2021-04-15Convert most remaining free-form fall-through comments to FALLTHROUGHMichel Dänzer2-2/+2
2021-04-13gallium: add PIPE_SHADER_CAP_FP16_CONST_BUFFERS for FP16 uniformsMarek Olšák1-0/+1
2021-04-12nir/lower_idiv: add options to use fp32 for 8-bit division loweringRhys Perry1-1/+5
2021-03-27util/primconvert: Handle indirect and multi-drawRob Clark1-1/+1
2021-03-27vc4: Use util_draw_multi() helperRob Clark1-10/+5
2021-03-17vc4: destroy renderonly object if presentJuan A. Suarez Romero1-1/+2
2021-03-11renderonly: remove layering violationsLucas Stach1-9/+2
2021-03-08nir: Make nir_ssa_def_rewrite_uses_after take an SSA valueJason Ekstrand1-1/+1
2021-03-08nir: Make nir_ssa_def_rewrite_uses take an SSA valueJason Ekstrand1-1/+1
2021-02-26util: Add accessor for util_cpu_capsRob Clark1-2/+2
2021-02-23vc4: let st lower rect texChristian Gmeiner2-16/+12
2021-02-17gallium: Flip the default value of PIPE_CAP_SHAREABLE_SHADERS.Eric Anholt1-1/+0
2021-02-09vc4: Stop advertising support for VS color clamping.Eric Anholt3-6/+1