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
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
PixelPaint: Debounce ImageEditor on_modified_change event
Tim Ledbetter
2022-12-17
PixelPaint: Improve guide tool performance for large images
Tim Ledbetter
2022-12-17
SystemMonitor: Propagate errors when trying to load an icon
Keir Davis
2022-12-17
PDFViewer: Move to page when outline item is selected
Rodrigo Tobar
2022-12-17
PDFViewer: Inform about selections on Outline view
Rodrigo Tobar
2022-12-17
PDFViewer: Show page numbers in Outline TreeView
Rodrigo Tobar
2022-12-17
PDFViewer: Fix parent_index() implementation in OutlineModel
Rodrigo Tobar
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
PDFViewer: Propagate errors from OutlineModel construction
Rodrigo Tobar
2022-12-17
PDFViewer: Perform standard error handling when opening files
Rodrigo Tobar
2022-12-17
PixelPaint: Encode layers in PixelPaint project files as PNG
Karol Kosek
2022-12-17
PixelPaint: Propagate more errors when saving a project file
Karol Kosek
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
tsort: Suppress warnings with -q
Eli Youngs
2022-12-16
Userland: Add a tsort utility
Eli Youngs
[next]