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
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
2022-04-06
LibGL+LibGPU+LibSoftGPU: Move StencilConfiguration.h to LibGPU
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Move Material.h to LibGPU
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Move Light.h to LibGPU
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Move SamplerConfig to LibGPU
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Move ImageDataLayout.h to LibGPU
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Move ImageFormat.h to LibGPU
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Move Enums.h to LibGPU
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Move DeviceConfig to LibGPU
Stephan Unverwerth