.. |
Buffer
|
59df2e62ee
LibGL: Add simple implementation of buffer objects
|
2 years ago |
GL
|
d57e9b53a0
LibGL: Implement `GL_BLEND_DST` and `GL_BLEND_SRC`
|
2 years ago |
Shaders
|
c837e7bbf3
LibGL: Fix minor const-correctness issues
|
2 years ago |
Tex
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
2 years ago |
Buffer.cpp
|
62092a329d
LibGL: Make `GLsizeiptr` signed
|
2 years ago |
CMakeLists.txt
|
aa0a6d58b2
Userland: Remove LibCore dependency from libraries that do not use it
|
1 year ago |
ClipPlane.cpp
|
a55360781b
LibGL: Move AK/Debug.h include to where it is used
|
2 years ago |
ContextParameter.cpp
|
d57e9b53a0
LibGL: Implement `GL_BLEND_DST` and `GL_BLEND_SRC`
|
2 years ago |
GLAPI.json
|
2a749525e0
LibGL: Add API stubs
|
1 year ago |
GLContext.cpp
|
edcb6176ce
LibGL+Lib*GPU: Set model view and projection matrices separately
|
1 year ago |
GLContext.h
|
edcb6176ce
LibGL+Lib*GPU: Set model view and projection matrices separately
|
1 year ago |
Image.cpp
|
ea2f88a483
LibGL: Implement support for the `GL_RGB5_A1` internal image format
|
2 years ago |
Image.h
|
84c4b66721
LibGL+LibGPU+LibSoftGPU: Implement texture pixel format support
|
2 years ago |
Lighting.cpp
|
a55360781b
LibGL: Move AK/Debug.h include to where it is used
|
2 years ago |
List.cpp
|
a55360781b
LibGL: Move AK/Debug.h include to where it is used
|
2 years ago |
Matrix.cpp
|
edcb6176ce
LibGL+Lib*GPU: Set model view and projection matrices separately
|
1 year ago |
NameAllocator.cpp
|
cd7d2c3446
LibGL: Remove Texture note leftovers from the NameAllocator class
|
2 years ago |
NameAllocator.h
|
892006218a
LibGL: Refactor TextureNameAllocator to a more general NameAllocator
|
2 years ago |
Shader.cpp
|
a55360781b
LibGL: Move AK/Debug.h include to where it is used
|
2 years ago |
Stencil.cpp
|
a55360781b
LibGL: Move AK/Debug.h include to where it is used
|
2 years ago |
Texture.cpp
|
a55360781b
LibGL: Move AK/Debug.h include to where it is used
|
2 years ago |
Vertex.cpp
|
c978891dda
LibGL: Optimize appends in `gl_vertex`
|
1 year ago |