aboutsummaryrefslogtreecommitdiff
path: root/.pick_status.json
AgeCommit message (Expand)Author
2021-01-26nir: Add a data pointer to the callback in nir_remove_dead_variablesCaio Marcelo de Oliveira Filho
2021-01-26radv: fix divide by zero with no tesselation paramsDavid McFarland
2021-01-26spirv: Don't remove variables used by resource indexing intrinsicsCaio Marcelo de Oliveira Filho
2021-01-26anv: Skip CCS ambiguate which preceed fast-clearsSagar Ghuge
2021-01-26intel/gen12: Fix memory corruption issues in fused Gen12 parts.Francisco Jerez
2021-01-26panfrost: Use normal malloc/free instead of ralloc for surfacesIcecream95
2021-01-26anv: Invalidate the correct AUX-TT entrySagar Ghuge
2021-01-26anv: fix invalid programming of BLEND_STATELionel Landwerlin
2021-01-26etnaviv: handle NULL views in set_sampler_viewsChristian Gmeiner
2021-01-26gallium: Fix leak of shader images on context destruction.Eric Anholt
2021-01-26panfrost: Stub out set_shader_images().Eric Anholt
2021-01-26swr: Don't report support for shader images.Eric Anholt
2021-01-26aco/optimizer: don't copy-prop logical phisDaniel Schürmann
2021-01-26aco/optimizer: don't propagate subdword temps of different sizeDaniel Schürmann
2021-01-26.pick_status.json: Update to f01ea0aef8a50d2732eb0c64153903e52ed2a757Dylan Baker
2021-01-25mesa/main: remove leftover bumpmap codeErik Faye-Lund
2021-01-25glx: Provide glvnd wrapper for glXSwapIntervalEXTKeith Packard
2021-01-25intel/fs: QUAD_SWIZZLE requires packed dataJason Ekstrand
2021-01-25intel/compiler: Return 1 for immediates in regs_readJason Ekstrand
2021-01-25.pick_status.json: Update to 9052819ebbff07d82c3eb9adf414144df4868644Dylan Baker
2021-01-25frontends/va/context: don't set max_references with num_render_targetsVíctor Manuel Jáquez Leal
2021-01-25zink: make all xfb caps depend on extensionErik Faye-Lund
2021-01-25zink: respect feature-cap for sample-shadingErik Faye-Lund
2021-01-25zink: respect feature-cap for independent blendingErik Faye-Lund
2021-01-25aco: don't consider a phi trivial if same's register doesn't match the defRhys Perry
2021-01-25iris: Consider resolves after changing a resource's aux stateKenneth Graunke
2021-01-25radv: fix a sync issue with geometry shader primitives query on GFX10+Samuel Pitoiset
2021-01-25pan/decode: Free mapped memory objects on BO unreferenceIcecream95
2021-01-25anv: Fix stencil layout in render passesLionel Landwerlin
2021-01-25.pick_status.json: Update to 3ef89b245e3e1ac4e67fea9c1b13ebeda75769d0Dylan Baker
2021-01-25st/mesa: fix pbo upload/download for arrays of textures with only 1 layerAndrii Simiklit
2021-01-25ci: exclude one CTS test that timeout most of the time for RADV CISamuel Pitoiset
2021-01-25.pick_status.json: Update to af9977a3d5f3378c297965e21389e36491f47e1bDylan Baker
2021-01-19aco: fix convert_to_SDWA() check in add_subdword_definition()Rhys Perry
2021-01-19mesa: fix alpha channel of ETC2_SRGB8 decompression for !bgraMarek Olšák
2021-01-19zink: handle NULL views in zink_set_sampler_viewsErik Faye-Lund
2021-01-19glsl: only expose int64 atomics when extension is enabledIlia Mirkin
2021-01-19lavapipe: fix missing piece of VK_KHR_get_physical_device_properties2Dave Airlie
2021-01-19Fall back on clock_gettime when timespec_get() is unavailableJeremy Huddleston Sequoia
2021-01-19device-select-layer: update for vulkan 1.2Dave Airlie
2021-01-19util: Fix pointer to integer conversion error when using libunwindJeremy Huddleston Sequoia
2021-01-19util/format: Fix pack/unpack of A1R5G5B5_UINT.Eric Anholt
2021-01-19.pick_status.json: Update to 3e13c1f8dfef4a4c0fd5e79bbc364f9e5f998856Dylan Baker
2021-01-15intel/mi_builder: fix self modifying batchesLionel Landwerlin
2021-01-15v3d: fix dest offset in TFU setupJuan A. Suarez Romero
2021-01-15iris: only set point sprite overrides if actually using pointsYevhenii Kolesnikov
2021-01-15.pick_status.json: Update to c27347b2e1883a30e023347a36bdcf86cdec4a7cDylan Baker
2021-01-14radeonsi: invalidate compute sgprs in si_rebind_bufferPierre-Eric Pelloux-Prayer
2021-01-14anv: add transfer usage for color/depth/stencil attachmentsLionel Landwerlin
2021-01-14lavapipe: Defer lavapipe warning to CreateDeviceWitold Baryluk