summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-12-18LibWeb: Don't const_cast layout_box() when calling const functionsMatt Purnell
2022-12-17LibGL: Pass generated GPU IR to GPU side compiler when linking programStephan Unverwerth
2022-12-17LibSoftGPU: Delegate shader creation to new class ShaderCompilerStephan Unverwerth
2022-12-17LibGLSL: Fill LinkedShaders with dummy IR codeStephan Unverwerth
2022-12-17LibGPU: Add inputs and outputs to GPU shader IRStephan Unverwerth
2022-12-17LibSoftGPU: Implement shader processor for SoftGPU ISAStephan Unverwerth
2022-12-17LibSoftGPU: Define a simple shader instruction setStephan Unverwerth
2022-12-17LibSoftGPU: Make output in PixelQuad genericStephan Unverwerth
2022-12-17LibSoftGPU: Make input in PixelQuad genericStephan Unverwerth
2022-12-17LibSoftGPU: Allow binding a fragment shaderStephan Unverwerth
2022-12-17LibGL+LibSoftGPU: Add GPU side shader infrastructureStephan Unverwerth
2022-12-17LibGL: Use LibGLSL to compile shadersStephan Unverwerth
2022-12-17LibGLSL: Add LibGLSLStephan Unverwerth
2022-12-17LibGPU: Add basic shader IRStephan Unverwerth
2022-12-17LibGL: Implement glGetProgramivStephan Unverwerth
2022-12-17LibGL: Implement glGetShaderivStephan Unverwerth
2022-12-17LibGL: Implement glUseProgramStephan Unverwerth
2022-12-17LibGL: Make shader compilation and program linking always succeedStephan Unverwerth
2022-12-17LibGL: Implement glLinkProgramStephan Unverwerth
2022-12-17LibGL: Implement glAttachShaderStephan Unverwerth
2022-12-17LibGL: Implement glCompileShaderStephan Unverwerth
2022-12-17LibGL: Implement glShaderSourceStephan Unverwerth
2022-12-17LibGL: Implement glCreateProgram and glDeleteProgramStephan Unverwerth
2022-12-17LibGL: Implement glCreateShader and glDeleteShaderStephan Unverwerth
2022-12-17LibGL: Add Shader and Program class stubsStephan Unverwerth
2022-12-17LibGL: Remove Texture note leftovers from the NameAllocator classStephan Unverwerth
2022-12-17LibGL: Add stubs for shader and program related functionsStephan Unverwerth
2022-12-17AK+Everywhere: Move custom deleter capability to OwnPtrLenny Maiorani
2022-12-17PixelPaint: Debounce ImageEditor on_modified_change eventTim Ledbetter
2022-12-17PixelPaint: Improve guide tool performance for large imagesTim Ledbetter
2022-12-17SystemMonitor: Propagate errors when trying to load an iconKeir Davis
2022-12-17PDFViewer: Move to page when outline item is selectedRodrigo Tobar
2022-12-17PDFViewer: Inform about selections on Outline viewRodrigo Tobar
2022-12-17PDFViewer: Show page numbers in Outline TreeViewRodrigo Tobar
2022-12-17PDFViewer: Fix parent_index() implementation in OutlineModelRodrigo Tobar
2022-12-17LibPDF: Store page number, not Value, in OutlineItemRodrigo Tobar
2022-12-17LibPDF: Keep track of OutlineItem parentsRodrigo Tobar
2022-12-17PDFViewer: Propagate errors from OutlineModel constructionRodrigo Tobar
2022-12-17PDFViewer: Perform standard error handling when opening filesRodrigo Tobar
2022-12-17PixelPaint: Encode layers in PixelPaint project files as PNGKarol Kosek
2022-12-17PixelPaint: Propagate more errors when saving a project fileKarol Kosek
2022-12-17LibWeb: Improve variable name in HTMLTableElementQuentin Ligier
2022-12-17LibWeb: Add NamedNodeMap::setNamedItemNS() methodAlexander Narsudinov
2022-12-17LibWeb: Add NamedNodeMap::removeNamedItemNS() methodAlexander Narsudinov
2022-12-17LibWeb: Fix incorrect behaviour in NamedNodeMap::removeNamedItem()Alexander Narsudinov
2022-12-17LibWeb: Add NamedNodeMap::getNamedItemNS()Alexander Narsudinov
2022-12-17LibWeb: Make method NamedNodeMap::set_attribute() closer to the specAlexander Narsudinov
2022-12-17LibWeb: Add internal get_attribute_ns() methods of NamedNodeMapAlexander Narsudinov
2022-12-16tsort: Suppress warnings with -qEli Youngs
2022-12-16Userland: Add a tsort utilityEli Youngs