summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-05Bump version for 20.0.1mesa-20.0.1Dylan Baker1-1/+1
2020-03-05docs: add relnotes for 20.0.1Dylan Baker1-0/+172
2020-03-04Revert "glx: convert glx_config_create_list to one big calloc"Andrii Simiklit2-27/+38
2020-03-04intel/gen12+: Disable mid thread preemption.Rafael Antognolli4-1/+26
2020-03-04aco: fix carry-out size for wave32 v_add_co_u32_e64Rhys Perry2-2/+2
2020-03-04aco: keep track of which events are used in a barrierRhys Perry2-20/+42
2020-03-04intel/device: bdw_gt1 actually has 6 eus per subslicePaulo Zanoni2-2/+2
2020-03-04intel: fix the gen 12 compute shader scratch IDsPaulo Zanoni3-7/+17
2020-03-04intel: fix the gen 11 compute shader scratch IDsPaulo Zanoni4-4/+19
2020-03-04.pick_status.json: Update to 0ac731b1ff96de46998948aa06081efa5140d50eDylan Baker1-0/+702
2020-03-02mesa/st: fix formats required for EXT_texture_norm16Tapani Pälli2-8/+1
2020-03-02intel/compiler: Restrict cs_threads to 64Jordan Justen2-2/+4
2020-03-02.pick_status.json: Update to 3503cb4c28e01b34f3a25546c058150709c22348Dylan Baker1-0/+243
2020-02-28mesa: fix incorrect prim.begin/end for glMultiDrawElementsMarek Olšák2-3/+3
2020-02-28turnip: fix srgb MRTJonathan Marek2-3/+3
2020-02-28aco: Fix signed-vs-unsigned warning.Eric Anholt2-2/+2
2020-02-28ac/llvm: flush denorms for nir_op_fmed3 on GFX8 and older gensSamuel Pitoiset2-1/+6
2020-02-28ac/llvm: fix 16-bit fmed3 on GFX8 and older gensSamuel Pitoiset2-3/+5
2020-02-28ac/llvm: fix 64-bit fmed3Samuel Pitoiset2-18/+32
2020-02-28mesa: Flush vertices before changing the OpenGL state.Mathias Fröhlich2-5/+11
2020-02-28gallivm/nir: handle mod 0 better.Dave Airlie2-4/+20
2020-02-28gallivm/nir: fix integer divide SIGFPEDave Airlie2-6/+17
2020-02-28gallivm/tgsi: fix stream id regressionDave Airlie2-3/+6
2020-02-28mesa: call FLUSH_VERTICES before updating CoordReplaceMarek Olšák2-2/+3
2020-02-28iris: Apply the flushes when switching pipelines.Rafael Antognolli2-13/+5
2020-02-28tgsi_to_nir: set num_images and num_samplers with holes correctlyMarek Olšák2-1/+15
2020-02-28turnip: Fix compiler warning about casting a nondispatchable handle.Eric Anholt2-2/+2
2020-02-28mesa/st: toggle EXT_texture_norm16 based on format supportTapani Pälli2-1/+13
2020-02-28i965: toggle on EXT_texture_norm16Tapani Pälli2-1/+2
2020-02-28mesa: introduce boolean toggle for EXT_texture_norm16Tapani Pälli3-2/+3
2020-02-28egl: Fix A2RGB10 platform_{device,surfaceless} PBuffer configs.Mathias Fröhlich5-15/+82
2020-02-28anv: Always enable the data cacheJason Ekstrand4-11/+2
2020-02-28.pick_status.json: Update to 09323634898ab3efc0150dc7d756bf36b1b89b76Dylan Baker1-0/+1566
2020-02-25v3d: Sync on last CS when non-compute stage uses resource written by CSJose Maria Casanova Crespo7-26/+77
2020-02-25gitlab-ci: lima: Add flaky tests to the skips listAndreas Baierl3-4/+8
2020-02-25glx/drisw: fix shm put image fallbackDave Airlie2-5/+4
2020-02-25glx/drisw: return false if shmid == -1Dave Airlie2-1/+4
2020-02-25glx/drisw: add getImageShm2 pathDave Airlie2-7/+17
2020-02-25dri: add another get shm variant.Dave Airlie3-2/+18
2020-02-25.pick_status.json: Update to 01496e3d1ea0370af03e6645dbd2b864c2ace94cDylan Baker1-0/+288
2020-02-24iris: Fix import sync-file into syncobjChris Wilson2-1/+3
2020-02-24iris: Fix BLORP vertex buffers to respect ISL MOCS settingsKenneth Graunke2-8/+2
2020-02-24iris: Make mocs an inline helper in iris_resource.hKenneth Graunke7-24/+23
2020-02-24spirv: Remove outdated SPIR-V decoration warningsArcady Goldmints-Orlov2-4/+3
2020-02-24util: promote u_debug_memory.c to src/utilErik Faye-Lund6-3/+3
2020-02-24.pick_status.json: Update to e4baff90812d799d586296fcad992ddcc553c359Dylan Baker1-0/+567
2020-02-21iris: handle the failure of converting unsupported yuv formats to islJames Xiong2-2/+7
2020-02-20i965: Do not generate D16 B5G6R5_UNORM configs on gen < 8Danylo Piliaiev2-12/+24
2020-02-20util: remove the dependency on kcmp.hMarek Olšák2-2/+3
2020-02-20intel/fs: Correctly handle multiply of fsign with a source modifierIan Romanick2-1/+11