summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-03-04Revert "glx: convert glx_config_create_list to one big calloc"Andrii Simiklit1-26/+37
2020-03-04intel/gen12+: Disable mid thread preemption.Rafael Antognolli3-0/+25
2020-03-04aco: fix carry-out size for wave32 v_add_co_u32_e64Rhys Perry1-1/+1
2020-03-04aco: keep track of which events are used in a barrierRhys Perry1-19/+41
2020-03-04intel/device: bdw_gt1 actually has 6 eus per subslicePaulo Zanoni1-1/+1
2020-03-04intel: fix the gen 12 compute shader scratch IDsPaulo Zanoni2-6/+16
2020-03-04intel: fix the gen 11 compute shader scratch IDsPaulo Zanoni3-3/+18
2020-03-02mesa/st: fix formats required for EXT_texture_norm16Tapani Pälli1-7/+0
2020-03-02intel/compiler: Restrict cs_threads to 64Jordan Justen1-1/+3
2020-02-28mesa: fix incorrect prim.begin/end for glMultiDrawElementsMarek Olšák1-2/+2
2020-02-28turnip: fix srgb MRTJonathan Marek1-2/+2
2020-02-28aco: Fix signed-vs-unsigned warning.Eric Anholt1-1/+1
2020-02-28ac/llvm: flush denorms for nir_op_fmed3 on GFX8 and older gensSamuel Pitoiset1-0/+5
2020-02-28ac/llvm: fix 16-bit fmed3 on GFX8 and older gensSamuel Pitoiset1-2/+4
2020-02-28ac/llvm: fix 64-bit fmed3Samuel Pitoiset1-17/+31
2020-02-28mesa: Flush vertices before changing the OpenGL state.Mathias Fröhlich1-4/+10
2020-02-28gallivm/nir: handle mod 0 better.Dave Airlie1-3/+19
2020-02-28gallivm/nir: fix integer divide SIGFPEDave Airlie1-5/+16
2020-02-28gallivm/tgsi: fix stream id regressionDave Airlie1-2/+5
2020-02-28mesa: call FLUSH_VERTICES before updating CoordReplaceMarek Olšák1-1/+2
2020-02-28iris: Apply the flushes when switching pipelines.Rafael Antognolli1-12/+4
2020-02-28tgsi_to_nir: set num_images and num_samplers with holes correctlyMarek Olšák1-0/+14
2020-02-28turnip: Fix compiler warning about casting a nondispatchable handle.Eric Anholt1-1/+1
2020-02-28mesa/st: toggle EXT_texture_norm16 based on format supportTapani Pälli1-0/+12
2020-02-28i965: toggle on EXT_texture_norm16Tapani Pälli1-0/+1
2020-02-28mesa: introduce boolean toggle for EXT_texture_norm16Tapani Pälli2-1/+2
2020-02-28egl: Fix A2RGB10 platform_{device,surfaceless} PBuffer configs.Mathias Fröhlich4-14/+81
2020-02-28anv: Always enable the data cacheJason Ekstrand3-10/+1
2020-02-25v3d: Sync on last CS when non-compute stage uses resource written by CSJose Maria Casanova Crespo6-25/+76
2020-02-25glx/drisw: fix shm put image fallbackDave Airlie1-4/+3
2020-02-25glx/drisw: return false if shmid == -1Dave Airlie1-0/+3
2020-02-25glx/drisw: add getImageShm2 pathDave Airlie1-6/+16
2020-02-25dri: add another get shm variant.Dave Airlie1-0/+3
2020-02-24iris: Fix import sync-file into syncobjChris Wilson1-0/+2
2020-02-24iris: Fix BLORP vertex buffers to respect ISL MOCS settingsKenneth Graunke1-7/+1
2020-02-24iris: Make mocs an inline helper in iris_resource.hKenneth Graunke6-23/+22
2020-02-24spirv: Remove outdated SPIR-V decoration warningsArcady Goldmints-Orlov1-3/+2
2020-02-24util: promote u_debug_memory.c to src/utilErik Faye-Lund5-2/+2
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 Piliaiev1-11/+23
2020-02-20util: remove the dependency on kcmp.hMarek Olšák1-1/+2
2020-02-20intel/fs: Correctly handle multiply of fsign with a source modifierIan Romanick1-0/+10
2020-02-20radeonsi: Fix compute copies for subsampled formats.Bas Nieuwenhuizen1-3/+18
2020-02-20nir/search: Use larger type to hold linearized indexIan Romanick1-1/+1
2020-02-20st/vdpau: Only call is_video_format_supported hook if neededMichel Dänzer1-7/+7
2020-02-20llvmpipe: Fix real uninitialized use of "atype" for SEMANTIC_FACEEric Anholt1-0/+1
2020-02-20mesa: fix immediate mode with tessellation and varying patch verticesMarek Olšák1-0/+2
2020-02-20intel/gen12: Take into account opcode when decoding SWSBCaio Marcelo de Oliveira Filho2-3/+7
2020-02-18st/nir: Unify inputs_read/outputs_written before serializing NIRDanylo Piliaiev1-22/+19
2020-02-18zink: confused compilation macro usage for zink in target helpers.luc1-1/+1