summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-21pan/decode: Free mapped memory objects on BO unreferenceIcecream954-1/+24
2021-01-21nir: Work around MSVC x86 internal compiler errorJesse Natalie2-2/+3
2021-01-21anv: Fix stencil layout in render passesLionel Landwerlin3-32/+80
2021-01-21radv,aco: don't use MUBUF for multi-channel loads on GFX8 with robustness2Rhys Perry8-222/+22
2021-01-21.pick_status.json: Update to c3dbc4df194a15aa1cf09493a3100b59e37e48feDylan Baker1-0/+657
2021-01-20st/mesa: fix pbo upload/download for arrays of textures with only 1 layerAndrii Simiklit2-11/+16
2021-01-20ci: exclude one CTS test that timeout most of the time for RADV CISamuel Pitoiset3-1/+7
2021-01-20r600/sfn: fix use of b32all/andGert Wollny2-1/+28
2021-01-20Revert "mesa: allow half float textures based on ARB_half_float_pixel"Kenneth Graunke2-2/+1
2021-01-20tnl: Reset nr_bos to 0 between map/unmap cycles.Kenneth Graunke2-2/+3
2021-01-20tnl: Respect `start` when converting indices to GLuintKenneth Graunke2-7/+11
2021-01-20tnl: Try not to botch index buffer munging when start > 0.Kenneth Graunke2-6/+24
2021-01-20vbo: Only mark merged line strips as lines when actually converting themKenneth Graunke2-2/+5
2021-01-20vbo: Don't set node->min_index = max_index = indices_offset when mergingKenneth Graunke2-2/+1
2021-01-20radv: flush L2 for images affected by the pipe misaligned issue on GFX10+Samuel Pitoiset4-6/+78
2021-01-20radv: restore invalidating the vector cache for internal meta operationsSamuel Pitoiset5-1/+6
2021-01-20.pick_status.json: Update to af9977a3d5f3378c297965e21389e36491f47e1bDylan Baker1-0/+387
2021-01-20VERSION: bump for 21.0.0-rc2mesa-21.0.0-rc2Dylan Baker1-1/+1
2021-01-20aco: fix convert_to_SDWA() check in add_subdword_definition()Rhys Perry2-9/+10
2021-01-20radeonsi: inhibit clockgating when using SQTTPierre-Eric Pelloux-Prayer4-8/+13
2021-01-20radv: flush L2 metadata as part of CB/DB flush instead of CS_DONE on GFX9Samuel Pitoiset2-18/+7
2021-01-20mesa: fix alpha channel of ETC2_SRGB8 decompression for !bgraMarek Olšák2-2/+2
2021-01-20pan/bi: Iterate from zero when setting RA interferenceIcecream952-3/+3
2021-01-20pan/bi: Fix printing of node 0Alyssa Rosenzweig2-2/+2
2021-01-20pan/bi: Fix RA of node 0Alyssa Rosenzweig2-2/+2
2021-01-20pan/bi: Fix 64-bit SSBO addressesAlyssa Rosenzweig2-2/+2
2021-01-20pan/mdg: Fix spilling when scratch memory is usedIcecream952-3/+3
2021-01-20nvc0: index_bias is now only set for indexed drawsIlia Mirkin2-3/+4
2021-01-20cso: set index_bounds_valid = true for arrays drawsIlia Mirkin2-1/+3
2021-01-20zink: handle NULL views in zink_set_sampler_viewsErik Faye-Lund2-3/+3
2021-01-20radv: Do not use a pipe offset for aliased sparse images.Bas Nieuwenhuizen3-314/+3
2021-01-20wsi/x11: Use get_screen_resources_current in wsi_x11_detect_xwaylandMichel Dänzer2-10/+11
2021-01-20glsl: only expose int64 atomics when extension is enabledIlia Mirkin2-27/+34
2021-01-20ac/surface: Fix GFX9 sparse mip info.Bas Nieuwenhuizen3-495/+7
2021-01-20lavapipe: fix missing piece of VK_KHR_get_physical_device_properties2Dave Airlie2-9/+36
2021-01-19pan/bi: Fix assertionAlyssa Rosenzweig2-2/+2
2021-01-19device-select-layer: update for vulkan 1.2Dave Airlie2-2/+2
2021-01-19util: Fix pointer to integer conversion error when using libunwindJeremy Huddleston Sequoia2-2/+2
2021-01-19util/format: Fix pack/unpack of A1R5G5B5_UINT.Eric Anholt2-2/+2
2021-01-19.pick_status.json: Update to 3e13c1f8dfef4a4c0fd5e79bbc364f9e5f998856Dylan Baker1-0/+990
2021-01-15intel/mi_builder: fix self modifying batchesLionel Landwerlin2-1/+8
2021-01-15v3d: fix dest offset in TFU setupJuan A. Suarez Romero2-2/+2
2021-01-15android: r600/sfn: add sfn_nir_lower_64bit.cpp to Makefile.sourcesMauro Rossi2-1/+2
2021-01-15radv: do not invalidate the L2 metadata cache on compute queuesSamuel Pitoiset2-1/+2
2021-01-15mesa: always set valid index bounds for non-indexed draws for classic driversMarek Olšák2-5/+32
2021-01-15iris: Fix android build due to missing link to libmesa_iris_gen125Jordan Justen2-2/+3
2021-01-15iris: only set point sprite overrides if actually using pointsYevhenii Kolesnikov2-5/+34
2021-01-15.pick_status.json: Update to c27347b2e1883a30e023347a36bdcf86cdec4a7cDylan Baker1-0/+684
2021-01-14radeonsi: invalidate compute sgprs in si_rebind_bufferPierre-Eric Pelloux-Prayer2-7/+17
2021-01-14anv: add transfer usage for color/depth/stencil attachmentsLionel Landwerlin2-4/+26