serenity/Userland
Ali Mohammad Pur 720d21411b LibGL: Implement glGenLists and a few friends
This commit implements glGenLists(), glNewList(), glDeleteLists(), and
glCallList().
The 'compiled' records are implemented as a vector of member function
pointers and tuples containing their arguments, and a mechanism is
implemented to allow the recorded calls to copy-capture values from the
time of the call; this is currently only used with glLoadMatrix.
2021-05-11 14:09:17 +01:00
..
Applets
Applications Userland: Implement a magnifier app 2021-05-11 10:18:29 +01:00
Demos Demos: Implement basic Lambertian lighting for the GLTeapot 2021-05-09 16:14:15 +01:00
DevTools HackStudio: Tweak Files/Classes tab views 2021-05-10 13:45:49 +02:00
DynamicLoader DynamicLoader: Remove math functionality in favor of -lgcc 2021-05-07 15:35:50 +02:00
Games 2048: Added Redo Support 2021-05-11 10:22:27 +01:00
Libraries LibGL: Implement glGenLists and a few friends 2021-05-11 14:09:17 +01:00
Services WindowServer: Add Optional<Gfx::IntRect> argument to get_screen_bitmap() 2021-05-11 10:18:29 +01:00
Shell Shell: Add an option to autosave history every N ms 2021-05-11 10:19:07 +01:00
Utilities WindowServer: Add Optional<Gfx::IntRect> argument to get_screen_bitmap() 2021-05-11 10:18:29 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00