summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
11 dayssoftpipe: 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
2022-01-13softpipe: enable PIPE_CAP_IMAGE_STORE_FORMATTEDJuan A. Suarez Romero1-0/+2
2022-01-07nir_to_tgsi: Enable fdot_replicates flag.Emma Anholt5-0/+16
2022-01-04tgsi/exec: Simplify indirects now that they always use the ADDR file.Emma Anholt1-46/+10
2022-01-04gallium: Delete PIPE_CAP_TGSI_ANY_REG_AS_ADDRESSEmma Anholt9-26/+1
2021-12-27CI: Trigger Windows build on softpipe changesJesse Natalie1-0/+3
2021-12-27softpipe: Add a dummy field to sp_fragment_shader_variant_keyJesse Natalie1-0/+2
2021-12-27softpipe: Drop duplicate decl of softpipe_find_fs_variantEmma Anholt1-6/+0
2021-12-27softpipe: Use the draw module's poly stipple handling, like llvmpipe.Emma Anholt7-122/+4
2021-12-27softpipe: Drop the quad pstipple stage.Emma Anholt7-94/+0