summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-09LibSoftGPU: Make rasterization and shading member functions of DeviceStephan Unverwerth
2022-01-09LibSoftGPU: Vectorize color conversion from/to framebufferStephan Unverwerth
2022-01-09LibSoftGPU: Only interpolate fog values if fog is enabledStephan Unverwerth
2022-01-09LibSoftGPU: Add SIMD utilization counter to debug overlayStephan Unverwerth
2022-01-09LibSoftGPU: Vectorize the rest of the rasterizer pipelineStephan Unverwerth
2022-01-09LibSoftGPU: Use bitwise and instead of modulus operator for POT texturesStephan Unverwerth
2022-01-09LibSoftGPU: Vectorize texture sampling and shadingStephan Unverwerth
2022-01-09AK: Add SIMDMath.h with vectorized version of math functionsStephan Unverwerth
2022-01-09LibSoftGPU: Add PixelQuad struct that holds data for each rendered quadStephan Unverwerth
2022-01-09LibGfx: Allow Vector{2,3,4} operators to accept different argument typesStephan Unverwerth
2022-01-09LibSoftGPU: Add SIMD.h with SoftGPU specific SIMD functionsStephan Unverwerth
2022-01-09AK: Add SIMDExtras.h with SIMD related functionsStephan Unverwerth
2022-01-09Base: Add uniq(1) manpageanarchyrucks
2022-01-09Userland: Port wasm to LibMainFederico Guerinoni
2022-01-09Userland: Port tac to LibMainFederico Guerinoni
2022-01-09PixelPaint: Move out common logic from Filters into base classMustafa Quraish
2022-01-09Shell: Add a "noop" builtin aliased to ":"Ali Mohammad Pur
2022-01-09Shell: Refresh PATH cache after 'unset PATH'Ali Mohammad Pur
2022-01-09Shell: Don't reset 'last_return_code' before running commandsAli Mohammad Pur
2022-01-09Meta: Make "Meta/serenity.sh run aarch64" work on macOSserenityosrocks
2022-01-09Kernel: Harden Socket::pseudo_path(..) implementations against OOMBrian Gianforcaro
2022-01-09Shell: Make interrupts kill the whole chain and not just the current jobAli Mohammad Pur
2022-01-09beep: Port to LibMain :^)Junior Rantila
2022-01-09LibCore: Add beep wrapperJunior Rantila
2022-01-09LibPthread: Validate the clock argument in pthread_condattr_setclockBrian Gianforcaro
2022-01-09LibPthread: Implement pthread_condattr_getclockBrian Gianforcaro
2022-01-08Ports: Add interactive mode to .port_include.shNoah Rosamilia
2022-01-08Base: Add classic terminal fontelectrikmilk
2022-01-09Base: Remove "Roman" font from Base/home/anon/Andreas Kling
2022-01-09Base: Move Roman to /res/fontselectrikmilk
2022-01-09Everywhere: Add `serenity_dev_{makedev,major,minor}`Michel Hermier
2022-01-09HackStudio: Propagate errors using try_set_main_widgetcreator1creeper1
2022-01-09HackStudio: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09Inspector: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09PixelPaint: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09Piano: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09Welcome: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09Mail: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09PDFViewer: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09Calculator: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09VideoPlayer: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09KeyboardMapper: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09SystemMonitor: Propagate errors using try_set_main_widgetcreator1creeper1
2022-01-093DFileViewer: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09FontEditor: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09TextEditor: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09LibGUI+WindowServer: Flash menubar menu when using a keyboard shortcutbugreport0
2022-01-09Shell: Port to LibMainLucas CHOLLET
2022-01-09LibCore: Add a wrapper for setsid()Lucas CHOLLET
2022-01-09FileManager: Do not allow rename files that cannot be modifiedLeonardo Nicolas