summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-02-04i965: use aligned malloc for context instead of rallocTapani Pälli4-7/+11
2021-02-04turnip: don't always use 3d ops for blit_imageJonathan Marek1-1/+1
2021-02-04radv: correctly enable WGP_MODE for tessellation controlRhys Perry1-1/+1
2021-02-04radv: correctly enable WGP_MODE for NGG and GSRhys Perry1-4/+4
2021-02-04radv: round-up num_records division in radv_flush_vertex_descriptorsRhys Perry1-1/+1
2021-02-04nir: Drop the lower_mem_constant_vars declarationJason Ekstrand1-3/+0
2021-02-04panfrost: Fix tiler job injection (again)Boris Brezillon1-2/+2
2021-02-04nir/from_ssa: consider defs in sibling blocksYevhenii Kolesnikov1-1/+18
2021-02-03radv: move queue object to a common base objectDave Airlie2-5/+11
2021-02-03radv: Do not hash vk_object_base in descriptor set layout.Bas Nieuwenhuizen1-1/+7
2021-02-01mesa: Remove _mesa_destroy_context()Rob Clark3-22/+2
2021-02-01mesa: flush glBegin/End before changing GL_DEPTH_STENCIL_TEXTURE_MODEMarek Olšák1-0/+2
2021-02-01mesa/st: Allocate the gl_context with 16-byte alignment.Eric Anholt1-3/+5
2021-02-01pan/bi: Fix M1/M2 decoding in disassemblerAlyssa Rosenzweig1-7/+9
2021-02-01radv: fix centroid with VRS coarse shadingSamuel Pitoiset1-1/+1
2021-02-01gallium/tessellator: Fix warning suppressionJames Park1-2/+10
2021-02-01panfrost: Add the tiler heap to fragment jobsIcecream951-3/+3
2021-02-01glthread: fix interpreting vertex size == GL_BGRA for vertex attribsMarek Olšák1-2/+11
2021-01-28i965: Don't parse driconf againIan Romanick3-13/+5
2021-01-28radeonsi: fix centroid with VRS coarse shadingMarek Olšák1-1/+1
2021-01-27iris: Disable aux as needed in iris_flush_resourceNanley Chery1-0/+14
2021-01-27gallium: Flush GL API resources in eglCreateImageNanley Chery1-2/+20
2021-01-27gallium: Map _DRI_IMAGE_FORMAT_NONE to NULLNanley Chery1-0/+3
2021-01-27aco: fix nir_intrinsic_ballot with wave32Daniel Schürmann1-1/+1
2021-01-27compiler: Use util/bitset.h for system_values_readCaio Marcelo de Oliveira Filho27-201/+177
2021-01-27nir/algebraic: mark more optimization with fsat(NaN) as inexactSamuel Pitoiset1-4/+13
2021-01-27radv: Only enable sparse features on Polaris and newer.Timur Kristóf1-5/+5
2021-01-26aco/optimizer: don't copy-prop logical phisDaniel Schürmann1-1/+0
2021-01-26aco/optimizer: don't propagate subdword temps of different sizeDaniel Schürmann1-1/+2
2021-01-26nir: Add a data pointer to the callback in nir_remove_dead_variablesCaio Marcelo de Oliveira Filho3-9/+23
2021-01-26spirv: Don't remove variables used by resource indexing intrinsicsCaio Marcelo de Oliveira Filho3-1/+28
2021-01-26radv: fix divide by zero with no tesselation paramsDavid McFarland1-2/+4
2021-01-26anv: Skip CCS ambiguate which preceed fast-clearsSagar Ghuge1-0/+17
2021-01-26intel/gen12: Fix memory corruption issues in fused Gen12 parts.Francisco Jerez2-4/+4
2021-01-26panfrost: Use normal malloc/free instead of ralloc for surfacesIcecream951-2/+2
2021-01-26anv: Invalidate the correct AUX-TT entrySagar Ghuge1-1/+3
2021-01-26anv: fix invalid programming of BLEND_STATELionel Landwerlin1-1/+16
2021-01-26radv: Use stricter HW resolve swizzle compat check.Bas Nieuwenhuizen1-2/+18
2021-01-26etnaviv: handle NULL views in set_sampler_viewsChristian Gmeiner1-2/+4
2021-01-26gallium: Fix leak of shader images on context destruction.Eric Anholt1-0/+6
2021-01-26panfrost: Stub out set_shader_images().Eric Anholt1-0/+11
2021-01-26swr: Don't report support for shader images.Eric Anholt1-1/+3
2021-01-26zink: flag gfx pipeline dirty using newer mechanismMike Blumenkrantz1-1/+1
2021-01-26Revert "virgl: fix BGRA emulation artifacts during window resize"Ryan Neph1-3/+1
2021-01-25mesa/main: remove leftover bumpmap codeErik Faye-Lund1-12/+1
2021-01-25radv,aco: fix shifting input VGPRs for the LS VGPR init bug on GFX9Samuel Pitoiset2-2/+2
2021-01-25glx: Provide glvnd wrapper for glXSwapIntervalEXTKeith Packard2-0/+21
2021-01-22zink: clone shader before lowering clip_halfzErik Faye-Lund1-16/+19
2021-01-22intel/fs: QUAD_SWIZZLE requires packed dataJason Ekstrand1-0/+1
2021-01-22intel/compiler: Return 1 for immediates in regs_readJason Ekstrand1-3/+5