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
/
LibGPU
Age
Commit message (
Expand
)
Author
2023-01-30
LibGPU: Remove DeprecatedString usage
Jelle Raaijmakers
2023-01-19
Userland: Add missing Math.h and IntegralMath.h header includes
Timothy Flynn
2023-01-02
Everywhere: Remove unused includes of AK/Array.h
Ben Wiederhake
2023-01-01
LibGL: Implement `GL_TEXTURE_ENV_COLOR`
Jelle Raaijmakers
2022-12-26
LibGPU+LibVirtGPU: Allow loading the driver and instantiating the device
Stephan Unverwerth
2022-12-26
LibVirtGPU: Add a new GPU device that talks to our VirtIO-GPU driver
Stephan Unverwerth
2022-12-26
LibGPU+LibSoftGPU: Move size and pixel format information to GPU::Image
Stephan Unverwerth
2022-12-17
LibGPU: Add inputs and outputs to GPU shader IR
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
LibGPU: Add basic shader IR
Stephan Unverwerth
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-19
LibGL+LibGPU+LibSoftGPU: Report maximum texture size
cflip
2022-10-16
CMake+Userland: Use CMakeLists from Userland to build Lagom Libraries
Andrew Kaster
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-09-18
Everywhere: Fix order of includes and #pragma once
Ben Wiederhake
2022-09-18
Libraries: Add missing includes, add namespace qualifiers
Ben Wiederhake
2022-09-16
LibGPU: Don't use relative paths for libsoftgpu in Lagom environments
Andrew Kaster
2022-09-11
LibGL+LibGPU+LibSoftGPU: Report texture clamp to edge support
Jelle Raaijmakers
2022-09-11
LibGL+LibGPU+LibSoftGPU: Implement matrix stack per texture unit
Jelle Raaijmakers
2022-09-11
LibGL+LibGPU+LibSoftGPU: Implement `GL_GENERATE_MIPMAP`
Jelle Raaijmakers
2022-09-11
LibGL+LibGPU+LibSoftGPU: Remove concept of `layer` in favor of `depth`
Jelle Raaijmakers
2022-09-11
LibGL+LibGPU+LibSoftGPU: Implement `glCopyTex(Sub)?Image2d`
Jelle Raaijmakers
2022-09-11
LibGL+LibGPU+LibSoftGPU: Rename `blit_color_buffer_to`
Jelle Raaijmakers
2022-09-11
LibGL+LibSoftGPU: Implement fixed pipeline support for `GL_COMBINE`
Jelle Raaijmakers
2022-09-05
LibC: Remove the `LibDl` interface target
Tim Schumacher
2022-09-05
Everywhere: Refer to `dlfcn*.h` by its non-prefixed name
Tim Schumacher
2022-08-28
LibGL+LibGPU+LibSoftGPU: Report texture env add extension
Jelle Raaijmakers
2022-08-27
LibGL+LibGPU+LibSoftGPU: Implement texture pixel format support
Jelle Raaijmakers
2022-08-27
LibGPU+LibSoftGPU: Add PixelFormat::Intensity
Jelle Raaijmakers
2022-08-27
LibGL+LibGPU+LibSoftGPU: Implement flexible pixel format conversion
Jelle Raaijmakers
2022-06-13
LibGPU: Do not load LibSoftGPU via symlink inside Serenity
Luke Wilde
2022-05-11
LibGL+LibGPU+LibSoftGPU: Implement and expose glClipPlane
RKBethke
2022-05-09
LibGL+LibGPU+LibSoftGPU: Implement point and line drawing
Jelle Raaijmakers
2022-05-09
LibGL+LibGPU: Copy line width to rasterizer in `glLineWidth`
Jelle Raaijmakers
2022-05-09
LibGL+LibGPU: Implement `GL_LINE_SMOOTH` context parameter
Jelle Raaijmakers
2022-05-09
LibGL+LibGPU: Implement `GL_POINT_SMOOTH` context parameter
Jelle Raaijmakers
2022-05-09
LibGL+LibGPU: Implement `glPointSize`
Jelle Raaijmakers
2022-04-09
LibGL+LibSoftGPU: Add `GL_ADD` Texture Environment
Jesse Buhagiar
2022-04-07
LibGPU: Don't dlopen using absolute path
Sahan Fernando
2022-04-06
LibGL+LibGPU+LibSoftGPU: Load SoftGPU driver dynamically
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Add virtual base class for devices
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Add virtual base class for Images
Stephan Unverwerth
2022-04-06
LibGPU+LibSoftGPU: Move RasterizerOptions into LibGPU
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Move Vertex.h to LibGPU
Stephan Unverwerth
2022-04-06
LibGPU+LibSoftGPU: Move LightModelParameters into LibGPU
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Move TexCoordGenerationConfig into LibGPU
Stephan Unverwerth
2022-04-06
LibGPU+LibSoftGPU: Move RasterPosition into its own header in LibGPU
Stephan Unverwerth
[next]