summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-12-24LibC: Implement _setjmp and _longjmpBrian Gianforcaro
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-24Everywhere: Refactor 'muted' to 'main_mix_muted' in all AudioConnectionsElyse
2021-12-23LibFileSystemAccessClient: Allow custom access rights for open/saveArne Elster
2021-12-23LibGUI: Add visual clue to Scrollbar gutterFrHun
2021-12-23LibC: Allow multiple includes of `<assert.h>`Michel Hermier
2021-12-23LibGfx: Harden TTF parsing against fuzzersBrian Gianforcaro
2021-12-23LibGfx: Fix incorrect error handling in ICOLoaderBrian Gianforcaro
2021-12-24LibJS: Require 'T' prefix for ambiguous time-only stringsLinus Groh
2021-12-23Kernel+UE+LibC: Store address as void* in SC_m{re,}map_paramsDaniel Bertalan
2021-12-23LibELF: Use MAP_FIXED_NOREPLACE for address space reservationDaniel Bertalan
2021-12-23LibX86: Mark two InstructionDescriptor functions as constHendiadyoin1
2021-12-23LibMain: Make "Runtime error" `warnln` redJames Puleo
2021-12-22LibC: Add support for `posix_madvise(..)`Brian Gianforcaro
2021-12-22LibJS: Avoid crashing when the Unicode data generators are disabledTimothy Flynn
2021-12-22LibJS: Fix modulo in get_iso_parts_from_epoch() for negative epoch nsLinus Groh
2021-12-22LibJS: Add modulo(x, y) overload for Crypto::{Unsigned,Signed}BigIntegerLinus Groh
2021-12-22LibCrypto: Add the BigInteger conceptLinus Groh
2021-12-22LibJS: Support modulo(x, y) with different typesLinus Groh
2021-12-22LibDebug: Add optional setup_child() callback to debuggerItamar
2021-12-22LibELF: Ignore unknown dynamic tags instead of assertingIdan Horowitz