summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-24Ports/m4: Fix build errorDaniel Bertalan
2021-12-24Ports/libxml2: Remove obsolete ESHUTDOWN errno patchDaniel Bertalan
2021-12-24Ports/libuv: Remove obsolete statfs/pwrite patchDaniel Bertalan
2021-12-24Ports/libicu: Remove obsolete <cmath> header patchDaniel Bertalan
2021-12-24Ports/emu2: Remove obsolete scandir patchDaniel Bertalan
2021-12-24Ports/chester: Enable -WerrorDaniel Bertalan
2021-12-24Ports/byacc: Remove obsolete getopt.h patchDaniel Bertalan
2021-12-24Ports: Remove obsolete /dev/tty patchesDaniel Bertalan
2021-12-24Ports: Upgrade CMake to 3.22.1Ali Mohammad Pur
2021-12-24Ports/cmake: Remove obsolete conflicting declaration patchesDaniel Bertalan
2021-12-24Ports: Fix the conflicting types issue in the cmake portAli Mohammad Pur
2021-12-24LibC: Implement _setjmp and _longjmpBrian Gianforcaro
2021-12-24SystemMonitor: Remove unused SortingProxyModel includeSam Atkins
2021-12-24LibGUI+Userland: Make SortingProxyModel::create() return ErrorOrSam Atkins
2021-12-24LibSoftGPU: Add method to copy texels between imagesStephan Unverwerth
2021-12-24LibGL: Remove image storage from MipMapStephan Unverwerth
2021-12-24LibGL: Remove sampling code from Sampler2DStephan Unverwerth
2021-12-24LibGL+LibSoftGPU: Add method to query device infoStephan Unverwerth
2021-12-24LibSoftGPU: Move enums into separate fileStephan Unverwerth
2021-12-24LibSoftGPU: Remove GLenum used for selecting rendered primitive typeStephan Unverwerth
2021-12-24LibSoftGPU: Remove OpenGL type for polygon modeStephan Unverwerth
2021-12-24LibSoftGPU: Remove OpenGL type for fog modeStephan Unverwerth
2021-12-24LibSoftGPU: Remove OpenGL type for depth test funcStephan Unverwerth
2021-12-24LibSoftGPU: Remove OpenGL type for draw buffer selectionStephan Unverwerth
2021-12-24LibSoftGPU: Remove OpenGL type for culled side selectionStephan Unverwerth
2021-12-24LibSoftGPU: Remove OpenGL type for front face selectionStephan Unverwerth
2021-12-24LibSoftGPU: Remove OpenGL type for alpha blend factorsStephan Unverwerth
2021-12-24LibSoftGPU: Remove OpenGL type for alpha test funcStephan Unverwerth
2021-12-24LibSoftGPU: Remove simple OpenGL types from RasterizerConfigStephan Unverwerth
2021-12-24LibGL+LibSoftGPU: Use device samplers for renderingStephan Unverwerth
2021-12-24LibGL: Synchronize device config before rendering if anything changedStephan Unverwerth
2021-12-24LibGL: Attach device image to texture object and upload image dataStephan Unverwerth
2021-12-24LibSoftGPU: Add legacy texture env mode to sampler configStephan Unverwerth
2021-12-24LibSoftGPU: Add methods to read and write image dataStephan Unverwerth
2021-12-24LibSoftGPU: Make samplers part of deviceStephan Unverwerth
2021-12-24LibSoftGPU: Add device method for creating imagesStephan Unverwerth
2021-12-24LibSoftGPU: Add Image classStephan Unverwerth
2021-12-24LibSoftGPU: Rename class SoftwareRasterizer to DeviceStephan Unverwerth
2021-12-24LibGL: Remove unused GLStruct.hStephan Unverwerth
2021-12-24LibGL+LibSoftGPU: Move Vertex and Triangle structs to LibSoftGPUStephan Unverwerth
2021-12-24LibGL+LibSoftGPU: Move primitive assembly and clipping into LibSoftGPUStephan Unverwerth
2021-12-24LibGL+LibSoftGPU: Add face culling state to rasterizer optionsStephan Unverwerth
2021-12-24LibGL+LibSoftGPU: Move rendering related code to LibSoftGPU libraryStephan Unverwerth
2021-12-24SoundPlayer: Add a keyboard shortcut 'M' to mute the playerElyse
2021-12-24SoundPlayer: Add 'mute' methods to PlayerElyse
2021-12-24AudioServer: Ignore 'muted' clients when computing the 'output mix'Elyse
2021-12-24AudioServer: Add a 'self_muted' state to each client connectionElyse
2021-12-24AudioServer: Add 'mute' member and methods to ClientAudioStreamElyse
2021-12-24Everywhere: Refactor 'muted' to 'main_mix_muted' in all AudioConnectionsElyse
2021-12-24AudioServer/Mixer: Fix remaining samples underflowMax Trussell