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