1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 15:11:01 +00:00
serenity/Userland/Libraries/LibGL
Jelle Raaijmakers bccfa205d3 LibGL: Improve mipmap lookup in Texture2D
We can get rid of a `VERIFY` since we already do this in `Array::at()`.
Also move `::mipmap()` to the header file so it is inlined in
`Sampler2D`.
2021-12-11 23:15:24 +01:00
..
GL LibGL: Fix a number of enum values in gl.h 2021-12-11 23:15:24 +01:00
Tex LibGL: Improve mipmap lookup in Texture2D 2021-12-11 23:15:24 +01:00
Clipper.cpp Libraries: Fix typos 2021-10-01 01:06:40 +01:00
Clipper.h
CMakeLists.txt
DepthBuffer.cpp LibGL: Implement glScissor() 2021-11-28 09:20:58 -08:00
DepthBuffer.h LibGL: Implement glScissor() 2021-11-28 09:20:58 -08:00
GLBlend.cpp
GLColor.cpp
GLContext.cpp LibGL: Add GL::present_context() 2021-12-01 12:35:08 +01:00
GLContext.h LibGL: Implement GL_(UN)PACK_ALIGNMENT 2021-12-11 23:15:24 +01:00
GLFog.cpp
GLLights.cpp
GLLists.cpp
GLMat.cpp
GLStruct.h
GLTexture.cpp LibGL: Implement glTexSubImage2D 2021-09-02 21:00:24 +04:30
GLUtils.cpp LibGL: Implement GL_(UN)PACK_ALIGNMENT 2021-12-11 23:15:24 +01:00
GLVert.cpp
GLVertexArrays.cpp
SoftwareGLContext.cpp LibGL: Use simpler syntax for GL_SCISSOR_BOX retrieval 2021-12-11 23:15:24 +01:00
SoftwareGLContext.h LibGL: Implement GL_(UN)PACK_ALIGNMENT 2021-12-11 23:15:24 +01:00
SoftwareRasterizer.cpp LibGL: Always inline to_rgba32() 2021-12-11 23:15:24 +01:00
SoftwareRasterizer.h LibGL: Remove unused default from rasterizer scissor_box 2021-12-11 23:15:24 +01:00