summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-08-10Revert "pan/bi: Require ATEST coverage mask input in R60"Eric Engestrom1-11/+0
2022-08-05llvmpipe: keep context list and use to track resource usage.Dave Airlie5-6/+24
2022-08-05llvmpipe: make last_fence a screen/rast object not a context one.Dave Airlie7-26/+33
2022-08-05intel/dev: drop warning for unhandled hwconfig keysMark Janes1-3/+1
2022-08-05anv: Use sampleLocationsEnable for sample locationsMykhailo Skorokhodov1-1/+1
2022-07-28zink: fix EXT_color_write_enable checkErik Faye-Lund1-1/+5
2022-07-28crocus: fix leak in query code.Dave Airlie1-0/+1
2022-07-28zink: avoid crashing when bindless texture updates aren't usedMike Blumenkrantz1-1/+4
2022-07-28zink: only flag fbfetch as rp update if fbfetch wasn't already configuredMike Blumenkrantz1-2/+4
2022-07-28radeonsi: check last_dirty_buf_counter and dirty_tex_counterPierre-Eric Pelloux-Prayer3-16/+25
2022-07-28panfrost: Don't unbind recently bound streamout targetsIcecream951-1/+1
2022-07-28panfrost: Only emit images when they are presentIcecream951-4/+6
2022-07-28iris: Don't leak compressed resources in iris_create_surfaceNanley Chery1-16/+13
2022-07-28iris: Don't leak surface states for compressed resourcesNanley Chery1-24/+26
2022-07-28radv/rt: fix nir_builder cursor in lower_rt_instructions()Daniel Schürmann1-4/+4
2022-07-28ac/llvm: Add LLVM bug workaround to ac_build_mbcnt_add.Timur Kristóf1-13/+20
2022-07-28llvmpipe: fix aniso cube map arrays.Dave Airlie1-1/+2
2022-07-28vulkan/nir: Don't remove dead XFB outputsJason Ekstrand1-1/+14
2022-07-28zink: invoke descriptor_program_deinit for programs on context destroyMike Blumenkrantz3-2/+14
2022-07-28zink: fix viewport count trackingMike Blumenkrantz2-6/+18
2022-07-28zink: call bind_last_vertex_stage() when binding vsMike Blumenkrantz1-4/+1
2022-07-28zink: handle null samplerview in get_imageview_for_binding()Mike Blumenkrantz1-1/+1
2022-07-28zink: handle max_vertices=0 in geometry shaderMike Blumenkrantz1-3/+4
2022-07-28lavapipe: state latest conformance tests passedDave Airlie1-4/+4
2022-07-28crocus: fail query begin if upload allocation fails.Dave Airlie1-0/+2
2022-07-28Zink: Fix clear being missed when using emulated draws in zink_blitSoroushIMG1-1/+4
2022-07-28zink: Fix spirv stream 0 vertex emit for multistream shadersSoroushIMG3-10/+12
2022-07-28radv: fix vbo_bound_mask indexingRhys Perry1-2/+2
2022-07-27aco: fix assertion in insert_exec_maskDaniel Schürmann1-1/+2
2022-07-27v3dv: stop tracking push constant buffer referencesIago Toral Quiroga1-6/+7
2022-07-27anv: fix primitive topology dynamic state emission on gfx7Lionel Landwerlin1-1/+2
2022-07-27intel/fs: Set NonPerspectiveBarycentricEnable when the interpolator needs it.Lionel Landwerlin6-10/+22
2022-07-27kms/dri: add mutex lock around map/unmapDave Airlie1-2/+18
2022-07-27ac/nir/ngg: add a barrier before prim id exportQiang Yu1-1/+14
2022-07-27ac/nir/ngg: fix nogs culling scratch sizeQiang Yu1-1/+1
2022-07-27zink: use right glsl length getter for ntv partial storesMike Blumenkrantz1-1/+1
2022-07-27radv: Skip setting empty index buffers to avoid hangBas Nieuwenhuizen1-5/+8
2022-07-27zink: always use 32bit sample opsMike Blumenkrantz1-5/+3
2022-07-27zink: allow multiple tex components for depth tg4Mike Blumenkrantz1-1/+1
2022-07-27anv: ensure tile flush before streamout writesLionel Landwerlin1-0/+8
2022-07-27spirv: switch to uint64 for rayquery internal typeLionel Landwerlin1-2/+1
2022-07-27anv: deal with isl format swizzles for buffer viewsLionel Landwerlin6-24/+37
2022-07-27anv: track if images can be fast clear with non-zero colorLionel Landwerlin2-0/+90
2022-07-26llvmpipe: don't allow texture/resource swizzles on linear pathBrian Paul1-1/+11
2022-07-26lavapipe: fix logicop, independent blend enable/disableBrian Paul1-3/+3
2022-07-26gallivm: increase LP_MAX_TGSI_SHADER_IMAGES from 16 to 32Brian Paul1-1/+1
2022-07-26llvmpipe: add missing tex_info->texture_unit assignmentBrian Paul1-2/+4
2022-07-26util/bitset: add BITSET_SIZE()Brian Paul1-4/+3
2022-07-26u_atomic: Fix MSVC p_atomic_add_returnJesse Natalie1-4/+2
2022-07-26lavapipe: support inlined shader spirv for computeMike Blumenkrantz1-6/+15