index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2021-12-24
LibC: Implement _setjmp and _longjmp
Brian Gianforcaro
2021-12-24
LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr
Sam Atkins
2021-12-24
LibSoftGPU: Add method to copy texels between images
Stephan Unverwerth
2021-12-24
LibGL: Remove image storage from MipMap
Stephan Unverwerth
2021-12-24
LibGL: Remove sampling code from Sampler2D
Stephan Unverwerth
2021-12-24
LibGL+LibSoftGPU: Add method to query device info
Stephan Unverwerth
2021-12-24
LibSoftGPU: Move enums into separate file
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove GLenum used for selecting rendered primitive type
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove OpenGL type for polygon mode
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove OpenGL type for fog mode
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove OpenGL type for depth test func
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove OpenGL type for draw buffer selection
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove OpenGL type for culled side selection
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove OpenGL type for front face selection
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove OpenGL type for alpha blend factors
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove OpenGL type for alpha test func
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove simple OpenGL types from RasterizerConfig
Stephan Unverwerth
2021-12-24
LibGL+LibSoftGPU: Use device samplers for rendering
Stephan Unverwerth
2021-12-24
LibGL: Synchronize device config before rendering if anything changed
Stephan Unverwerth
2021-12-24
LibGL: Attach device image to texture object and upload image data
Stephan Unverwerth
2021-12-24
LibSoftGPU: Add legacy texture env mode to sampler config
Stephan Unverwerth
2021-12-24
LibSoftGPU: Add methods to read and write image data
Stephan Unverwerth
2021-12-24
LibSoftGPU: Make samplers part of device
Stephan Unverwerth
2021-12-24
LibSoftGPU: Add device method for creating images
Stephan Unverwerth
2021-12-24
LibSoftGPU: Add Image class
Stephan Unverwerth
2021-12-24
LibSoftGPU: Rename class SoftwareRasterizer to Device
Stephan Unverwerth
2021-12-24
LibGL: Remove unused GLStruct.h
Stephan Unverwerth
2021-12-24
LibGL+LibSoftGPU: Move Vertex and Triangle structs to LibSoftGPU
Stephan Unverwerth
2021-12-24
LibGL+LibSoftGPU: Move primitive assembly and clipping into LibSoftGPU
Stephan Unverwerth
2021-12-24
LibGL+LibSoftGPU: Add face culling state to rasterizer options
Stephan Unverwerth
2021-12-24
LibGL+LibSoftGPU: Move rendering related code to LibSoftGPU library
Stephan Unverwerth
2021-12-24
Everywhere: Refactor 'muted' to 'main_mix_muted' in all AudioConnections
Elyse
2021-12-23
LibFileSystemAccessClient: Allow custom access rights for open/save
Arne Elster
2021-12-23
LibGUI: Add visual clue to Scrollbar gutter
FrHun
2021-12-23
LibC: Allow multiple includes of `<assert.h>`
Michel Hermier
2021-12-23
LibGfx: Harden TTF parsing against fuzzers
Brian Gianforcaro
2021-12-23
LibGfx: Fix incorrect error handling in ICOLoader
Brian Gianforcaro
2021-12-24
LibJS: Require 'T' prefix for ambiguous time-only strings
Linus Groh
2021-12-23
Kernel+UE+LibC: Store address as void* in SC_m{re,}map_params
Daniel Bertalan
2021-12-23
LibELF: Use MAP_FIXED_NOREPLACE for address space reservation
Daniel Bertalan
2021-12-23
LibX86: Mark two InstructionDescriptor functions as const
Hendiadyoin1
2021-12-23
LibMain: Make "Runtime error" `warnln` red
James Puleo
2021-12-22
LibC: Add support for `posix_madvise(..)`
Brian Gianforcaro
2021-12-22
LibJS: Avoid crashing when the Unicode data generators are disabled
Timothy Flynn
2021-12-22
LibJS: Fix modulo in get_iso_parts_from_epoch() for negative epoch ns
Linus Groh
2021-12-22
LibJS: Add modulo(x, y) overload for Crypto::{Unsigned,Signed}BigInteger
Linus Groh
2021-12-22
LibCrypto: Add the BigInteger concept
Linus Groh
2021-12-22
LibJS: Support modulo(x, y) with different types
Linus Groh
2021-12-22
LibDebug: Add optional setup_child() callback to debugger
Itamar
2021-12-22
LibELF: Ignore unknown dynamic tags instead of asserting
Idan Horowitz
[next]