summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2020-11-03broadcom/compiler: remove v3d_fs_key depth_enabled field.Alejandro Piñeiro1-2/+0
2020-11-03Revert "gallium/dri: fix dri2_from_planar for multiplanar images"Lucas Stach1-14/+2
2020-11-03freedreno/a6xx: Update SO registers for streamsConnor Abbott2-11/+11
2020-11-03zink: add VK_STRUCTURE_TYPE_WSI_MEMORY_ALLOCATE_INFO_MESA for WSI allocationsIago Toral Quiroga2-2/+28
2020-11-03etnaviv: move etna_destroy_shader(..) to generic locationChristian Gmeiner4-29/+12
2020-11-03etnaviv: move etna_dump_shader(..) to generic locationChristian Gmeiner4-113/+53
2020-11-03etnaviv: convert from tgsi semantic/index to varying-slotChristian Gmeiner2-51/+24
2020-11-03nir: make tgsi_varying_semantic_to_slot(..) publicChristian Gmeiner2-1/+4
2020-11-03zink: require Vulkan timestamp queries for time query capsIago Toral Quiroga1-3/+3
2020-11-02tgsi: Initialize tgsi_declaration_dimension padding.Vinson Lee1-0/+1
2020-11-02gallium: Remove duplicate resource variable.Vinson Lee1-2/+2
2020-11-02zink: always reset query pools on next query beginMike Blumenkrantz1-5/+2
2020-11-02zink: always use query->type for starting/stopping xfb queriesMike Blumenkrantz1-2/+2
2020-11-02zink: rework query overflow handlingMike Blumenkrantz1-11/+11
2020-11-02zink: fixup gs/xfb tracking for primitives generated queriesMike Blumenkrantz1-9/+10
2020-11-02zink: store batch id onto query object at time of startMike Blumenkrantz1-2/+6
2020-11-02zink: also create an xfb query for every primitives generated queryMike Blumenkrantz1-10/+50
2020-11-02zink: more correctly handle PIPE_QUERY_PRIMITIVES_GENERATED queriesMike Blumenkrantz4-6/+39
2020-11-02zink: deduplicate some query result codeMike Blumenkrantz1-26/+16
2020-11-02lavapipe: use resource get param.Dave Airlie1-7/+41
2020-11-02llvmpipe: add resource get param support.Dave Airlie1-0/+39
2020-11-02gallium: add a layer stride pipe resource parameter.Dave Airlie2-0/+3
2020-11-02gallium: add a level parameter to resource parameter getDave Airlie9-12/+19
2020-11-02zink: call the reset callback not only during a status checkHoe Hao Cheng1-0/+4
2020-11-02os: Fix open result check.Vinson Lee1-1/+1
2020-11-02iris/bufmgr: Handle NULL bufmgr in iris_bufmgr_get_for_fdMichel Dänzer1-1/+2
2020-11-02freedreno: Use freedreno_dev_infoConnor Abbott12-164/+47
2020-11-02zink: implement pipe_device_reset_callbackHoe Hao Cheng3-2/+40
2020-11-02radeonsi: fix RADEON_FLUSH flags conflictsPierre-Eric Pelloux-Prayer1-5/+5
2020-11-02driconf: add disable_protected_content_check optionPierre-Eric Pelloux-Prayer2-1/+4
2020-11-02egl/dri2: implement createImageFromDmaBufs3Pierre-Eric Pelloux-Prayer1-8/+54
2020-11-02radeonsi: enable PIPE_CAP_DEVICE_PROTECTED_CONTENTPierre-Eric Pelloux-Prayer2-1/+9
2020-11-02egl: implement EGL_EXT_protected_surface supportPierre-Eric Pelloux-Prayer2-0/+9
2020-11-02radeonsi: honor PIPE_BIND_PROTECTEDPierre-Eric Pelloux-Prayer2-3/+6
2020-11-02gallium: introduce PIPE_BIND_PROTECTEDPierre-Eric Pelloux-Prayer1-0/+1
2020-11-02gallium: add new cap PIPE_CAP_DEVICE_PROTECTED_CONTENTPierre-Eric Pelloux-Prayer2-0/+2
2020-11-01glsl: drop NMS OpenGL workaroundsTimothy Arceri3-4/+0
2020-10-31panfrost: Rename VARYING_POS to SNAP4Alyssa Rosenzweig1-1/+1
2020-10-31panfrost: Rename VARYING_DISCARD to CONSTANTAlyssa Rosenzweig1-1/+1
2020-10-31panfrost: Split out v6/v7 format tablesAlyssa Rosenzweig2-21/+8
2020-10-31panfrost: Complete format_to_bifrost_blendAlyssa Rosenzweig2-30/+3
2020-10-31panfrost: Use panfrost_blendable_formats for blendingAlyssa Rosenzweig1-16/+1
2020-10-31panfrost: Use panfrost_blendable_formats for SFBDAlyssa Rosenzweig1-43/+6
2020-10-31panfrost: Use panfrost_blendable_formats for MFBDAlyssa Rosenzweig1-122/+48
2020-10-31panfrost: Don't double-compose swizzlesAlyssa Rosenzweig1-4/+1
2020-10-30draw: Remove draw_install_aaline_stage dead code.Vinson Lee1-7/+1
2020-10-31gallium/u_threaded: merge consecutive draw calls within batchesMarek Olšák2-2/+64
2020-10-31gallium/u_threaded: move a structure up to be used laterMarek Olšák1-7/+7
2020-10-31radeonsi: implement multi_draw for compute-based primitive cullingMarek Olšák3-18/+58
2020-10-31radeonsi: set NOT_EOP for back-to-back draws on gfx10+Marek Olšák1-1/+8