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
/
LibSoftGPU
/
Device.h
Age
Commit message (
Expand
)
Author
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 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
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-27
LibGL+LibSoftGPU+LibGfx: Reimplement normal transformation
Jelle Raaijmakers
2022-03-27
LibGL+LibSoftGPU: Implement more of `GL_LIGHT_MODEL_COLOR_CONTROL`
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Apply regular cartesian coordinate system
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Generalize pixel buffers and standardize on BGRA8888
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Remove `Device::wait_for_all_threads()`
Jelle Raaijmakers
2022-01-20
LibGL+LibSoftGPU: Implement `GL_POLYGON_OFFSET_FILL` capability
Jelle Raaijmakers
2022-01-19
LibGL+LibSoftGPU: Support generation of multiple texture coordinates
Stephan Unverwerth
2022-01-17
LibGL+LibSoftGPU: Implement the stencil buffer
Jelle Raaijmakers
2022-01-17
LibGL+LibSoftGPU: Enumize material front/back face selection
Jelle Raaijmakers
2022-01-14
LibGL+LibSoftGPU: Implement `glDrawPixels` depth buffer support
Jelle Raaijmakers
2022-01-14
LibGL+LibSoftGPU: Implement rasterization position
Jelle Raaijmakers
2022-01-13
LibGL+LibSoftGPU: Implement `glColorMaterial` and `GL_COLOR_MATERIAL`
Jelle Raaijmakers
2022-01-12
LibGL+LibSoftGPU: Pass along lighting flag to Software GPU
Jesse Buhagiar
2022-01-12
LibGL+LibSoftGPU: Move lighting model parameters to SoftGPU
Jesse Buhagiar
2022-01-12
LibGL: Flesh out `glMaterialf{v}`
Jesse Buhagiar
2022-01-12
LibGL: Implement `glLightf{v}` and fix `gl.h` prototype
Jesse Buhagiar
2022-01-09
LibGL+LibSoftGPU: Implement viewport support
Jelle Raaijmakers
2022-01-09
LibSoftGPU: Move alpha test into separate function
Stephan Unverwerth
2022-01-09
LibSoftGPU: Move alpha blend factor setup out of triangle rasterization
Stephan Unverwerth
2022-01-09
LibSoftGPU: Make rasterization and shading member functions of Device
Stephan Unverwerth
2022-01-01
LibSoftGPU: Add option to render a debug overlay
Stephan Unverwerth
2022-01-01
LibSoftGPU: Put all constexpr config options into Config.h
Stephan Unverwerth
2021-12-30
LibGL+LibSoftGPU: Implement texture coordinate generation
Jelle Raaijmakers
2021-12-30
LibGL+LibSoftGPU: Implement eye, clip, NDC and window coordinates
Jelle Raaijmakers
2021-12-30
LibSoftGPU: Set obvious FP values for `depth_min/max`
Jelle Raaijmakers
2021-12-30
LibGL+LibSoftGPU: Implement normalization of normals
Jelle Raaijmakers
2021-12-24
LibGL+LibSoftGPU: Add method to query device info
Stephan Unverwerth
2021-12-24
LibSoftGPU: Move enums into separate file
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove GLenum used for selecting rendered primitive type
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove OpenGL type for polygon mode
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove OpenGL type for fog mode
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove OpenGL type for depth test func
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove OpenGL type for draw buffer selection
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove OpenGL type for culled side selection
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove OpenGL type for front face selection
Stephan Unverwerth
[next]