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
2022-12-18
LibWeb: Don't const_cast layout_box() when calling const functions
Matt Purnell
2022-12-17
LibGL: Pass generated GPU IR to GPU side compiler when linking program
Stephan Unverwerth
2022-12-17
LibSoftGPU: Delegate shader creation to new class ShaderCompiler
Stephan Unverwerth
2022-12-17
LibGLSL: Fill LinkedShaders with dummy IR code
Stephan Unverwerth
2022-12-17
LibGPU: Add inputs and outputs to GPU shader IR
Stephan Unverwerth
2022-12-17
LibSoftGPU: Implement shader processor for SoftGPU ISA
Stephan Unverwerth
2022-12-17
LibSoftGPU: Define a simple shader instruction set
Stephan Unverwerth
2022-12-17
LibSoftGPU: Make output in PixelQuad generic
Stephan Unverwerth
2022-12-17
LibSoftGPU: Make input in PixelQuad generic
Stephan Unverwerth
2022-12-17
LibSoftGPU: Allow binding a fragment shader
Stephan Unverwerth
2022-12-17
LibGL+LibSoftGPU: Add GPU side shader infrastructure
Stephan Unverwerth
2022-12-17
LibGL: Use LibGLSL to compile shaders
Stephan Unverwerth
2022-12-17
LibGLSL: Add LibGLSL
Stephan Unverwerth
2022-12-17
LibGPU: Add basic shader IR
Stephan Unverwerth
2022-12-17
LibGL: Implement glGetProgramiv
Stephan Unverwerth
2022-12-17
LibGL: Implement glGetShaderiv
Stephan Unverwerth
2022-12-17
LibGL: Implement glUseProgram
Stephan Unverwerth
2022-12-17
LibGL: Make shader compilation and program linking always succeed
Stephan Unverwerth
2022-12-17
LibGL: Implement glLinkProgram
Stephan Unverwerth
2022-12-17
LibGL: Implement glAttachShader
Stephan Unverwerth
2022-12-17
LibGL: Implement glCompileShader
Stephan Unverwerth
2022-12-17
LibGL: Implement glShaderSource
Stephan Unverwerth
2022-12-17
LibGL: Implement glCreateProgram and glDeleteProgram
Stephan Unverwerth
2022-12-17
LibGL: Implement glCreateShader and glDeleteShader
Stephan Unverwerth
2022-12-17
LibGL: Add Shader and Program class stubs
Stephan Unverwerth
2022-12-17
LibGL: Remove Texture note leftovers from the NameAllocator class
Stephan Unverwerth
2022-12-17
LibGL: Add stubs for shader and program related functions
Stephan Unverwerth
2022-12-17
AK+Everywhere: Move custom deleter capability to OwnPtr
Lenny Maiorani
2022-12-17
LibPDF: Store page number, not Value, in OutlineItem
Rodrigo Tobar
2022-12-17
LibPDF: Keep track of OutlineItem parents
Rodrigo Tobar
2022-12-17
LibWeb: Improve variable name in HTMLTableElement
Quentin Ligier
2022-12-17
LibWeb: Add NamedNodeMap::setNamedItemNS() method
Alexander Narsudinov
2022-12-17
LibWeb: Add NamedNodeMap::removeNamedItemNS() method
Alexander Narsudinov
2022-12-17
LibWeb: Fix incorrect behaviour in NamedNodeMap::removeNamedItem()
Alexander Narsudinov
2022-12-17
LibWeb: Add NamedNodeMap::getNamedItemNS()
Alexander Narsudinov
2022-12-17
LibWeb: Make method NamedNodeMap::set_attribute() closer to the spec
Alexander Narsudinov
2022-12-17
LibWeb: Add internal get_attribute_ns() methods of NamedNodeMap
Alexander Narsudinov
2022-12-16
LibGUI: Prevent key_down event from bubbling for Key_Up and Key_Down
Timothy Slater
2022-12-16
LibLine: Convert strings to time_t using signed conversion methods
Timothy Flynn
2022-12-16
LibPDF: Don't abort on unsupported drawing operations
Rodrigo Tobar
2022-12-16
LibPDF: Switch to best-effort PDF rendering
Rodrigo Tobar
2022-12-16
LibPDF: Add Errors class that accumulate multiple errors
Rodrigo Tobar
2022-12-16
LibPDF: Add support for multi-line comments
Rodrigo Tobar
2022-12-16
LibJS: Convert get_this_environment() to NonnullGCPtr
Linus Groh
2022-12-16
LibJS: Convert new_private_environment() to NonnullGCPtr
Linus Groh
2022-12-16
LibJS: Convert new_function_environment() to NonnullGCPtr
Linus Groh
2022-12-16
LibJS: Convert new_object_environment() to NonnullGCPtr
Linus Groh
2022-12-16
LibJS: Convert new_declarative_environment() to NonnullGCPtr
Linus Groh
2022-12-16
LibGUI: Add GUI::TabWidget::add_tab() that takes a constructed tab
Baitinq
2022-12-16
LibWeb: Add spec links to IDL APIs in HTMLTableElement
Andreas Kling
[next]