summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-04softpipe: update expectationsEric Engestrom1-0/+25
2024-01-31d3d10umd: Use flush_frontbuffer for PresentMax R2-116/+6
2023-10-24glsl: Retire dround lowering.Eric Anholt27-236/+5
2023-10-24glsl: Remove int64 div/mod lowering.Eric Anholt25-2150/+1
2023-07-18ci: move softpipe files rules to src/gallium/drivers/softpipe/ci/gitlab-ci.ymlEric Engestrom2-9/+10
2023-07-18ci: replace softpipe_file_list anchor with referenceEric Engestrom1-9/+3
2023-07-13nir/legacy: Fix fneg(load_reg) caseAlyssa Rosenzweig1-55/+50
2023-06-12softpipe: Drop the use_tgsi debug flag.Emma Anholt3-6/+1
2023-06-08gallium/tgsi/draw/softpipe: remodel shader const/buffer bindings.Dave Airlie16-94/+75
2023-05-25softpipe: remove unused tgsi includesThomas H.P. Andersen2-2/+0
2023-05-03softpipe: use util_unreference_framebuffer_state to unref fb stateMike Blumenkrantz1-2/+1
2023-03-31d3d12/llvmpipe/softpipe: Add support for `get_screen_fd`Lucas Fryzek5-0/+50
2023-03-28mesa/st: Normalize wrap modes for seamless cubesAlyssa Rosenzweig3-54/+14
2023-02-20gallium: create query_memory_info implementation for sw driversYusuf Khan4-0/+26
2023-02-15egl: Add a note explaining the swapBuffers badness in dri2_x11_copy_buffers().Emma Anholt1-1/+8
2023-01-28gallium/draw: Enable polygon stipple NIR helpers to generate bool1 or bool32 ...Ian Romanick4-4/+25
2022-12-07st/mesa: always unbind constant buffer 0 when unbinding a shaderMarek Olšák1-1/+0
2022-12-02wgl: Fix build break when LLVMPIPE and SOFTPIPE are both offGiancarlo Devich1-0/+2
2022-11-22ci/softpipe: Add another blit flake.Emma Anholt1-0/+1
2022-11-17softpipe: fixes -Werror,-Wunused-but-set-variable for clang-15 in sp_tile_cac...Yonggang Luo1-3/+3
2022-11-04ci: Update piglit-traces tests expectationsGuilherme Gallo3-10/+18
2022-11-02docs: name correct driverErik Faye-Lund1-1/+1
2022-11-02docs: softpipe -> SoftpipeErik Faye-Lund8-10/+10
2022-10-31softpipe: Advertise PIPE_CAP_BUFFER_MAP_PERSISTENT_COHERENTAlyssa Rosenzweig2-1/+2
2022-10-29panfrost,asahi: Support ARB_buffer_storageAlyssa Rosenzweig4-1/+4
2022-09-02meson: Only draw with llvm depends on native directlypal10001-3/+3
2022-09-01softpipe: Use u_default_set_debug_callbackAlyssa Rosenzweig3-19/+3
2022-07-21softpipe: Remove format desc null checkKonstantin Seurer1-2/+0
2022-07-16mesa/arbprog: Stop doing optimization in the ARB program IR.Emma Anholt7-1761/+0
2022-06-07glsl: Drop the div-to-mul-rcp lowering for floats.Emma Anholt9-76/+37
2022-05-17softpipe: switch to NIR loop unrollingTimothy Arceri2-3/+2
2022-04-08ci/softpipe: Mark some flakes that have appeared across a few MRs.Emma Anholt1-0/+3
2022-04-06ci: Uprev deqp-runner and piglit.Emma Anholt16-20/+52
2022-03-04nir/opt_shrink_vectors: remove duplicate components from vecNDaniel Schürmann1-38/+65
2022-03-04nir/opt_shrink_vectors: shrink load_const properlyDaniel Schürmann1-12/+74
2022-02-25nir: Allow the _replicates opcodes to have num_components != 4.Emma Anholt2-7/+2
2022-02-23ci/softpipe: Move most of testing to shared 64-core runners at Google.Emma Anholt4-28/+28
2022-02-21drisw: fence drawing to the swap/copy buffers.Dave Airlie1-2/+13
2022-02-10nir_to_tgsi: Replace the NIR SSA liveness with TGSI reg-level liveness.Emma Anholt3-79/+327
2022-02-07ci/softpipe,llvmpipe: Disable Xvfb server reset on piglit runs.Emma Anholt2-2/+2
2022-01-27ci/llvmpipe,softpipe: Switch piglit testing to piglit-runner.Emma Anholt18-7262/+767
2022-01-26softpipe: Dispatch 4 CS invocations per tgsi_exec thread.Emma Anholt1-5/+6
2022-01-26softpipe: Initialize the CS dispatch mask at machine setup time.Emma Anholt1-1/+1
2022-01-26softpipe: Improve some local var naming in compute shaders.Emma Anholt1-10/+10
2022-01-26tgsi_exec: Fix shared var stores for >1 real invocation, and overflow checks.Emma Anholt1-37/+19
2022-01-25nir/lower_locals_to_regs: Do an ad-hoc copy propagate on our generated MOV.Emma Anholt1-0/+20
2022-01-20ci/softpipe: Drop the GS sampling known-flakes.Emma Anholt1-2/+0
2022-01-20softpipe: Request that st fix up DST_ALPHA blending for RGB render targets.Emma Anholt1-0/+1
2022-01-20softpipe: respect !independent_blend_enable for color masks.Emma Anholt3-3/+1
2022-01-19nir_to_tgsi: Use nir_opt_offsets for load_ubo_vec4.Emma Anholt1-0/+15