ladybird/Userland/Libraries/LibGL
Jelle Raaijmakers c978891dda LibGL: Optimize appends in gl_vertex
Optimize a very hot function by always performing unchecked appends.
When benchmarking 3DFileViewer on my machine, this takes the time spent
in `gl_vertex` down from ~8% to ~2%.
2023-10-15 12:14:07 +02:00
..
Buffer
GL
Shaders LibGL: Fix minor const-correctness issues 2023-02-21 00:54:04 +01:00
Tex Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Buffer.cpp
ClipPlane.cpp
CMakeLists.txt
ContextParameter.cpp
GLAPI.json
GLContext.cpp LibGL+Lib*GPU: Set model view and projection matrices separately 2023-10-15 12:14:07 +02:00
GLContext.h LibGL+Lib*GPU: Set model view and projection matrices separately 2023-10-15 12:14:07 +02:00
Image.cpp LibGL: Implement support for the GL_RGB5_A1 internal image format 2023-05-04 16:11:28 +02:00
Image.h
Lighting.cpp
List.cpp
Matrix.cpp LibGL+Lib*GPU: Set model view and projection matrices separately 2023-10-15 12:14:07 +02:00
NameAllocator.cpp
NameAllocator.h
Shader.cpp
Stencil.cpp
Texture.cpp
Vertex.cpp LibGL: Optimize appends in gl_vertex 2023-10-15 12:14:07 +02:00