0
I Use This!
High Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 14 hours ago.
Feb 23, 2025 — Feb 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Can only have up to 2 double components in a vector More... over 11 years ago
Handle matrices having each row/column padded out. Closes #69 More... over 11 years ago
Add toggle to disable gamma 'correction' of linear data. Closes #58 More... over 11 years ago
If a constant buffer is unused, open raw buffer viewer. Closes #60 More... over 11 years ago
Allow choosing background display even for no alpha. Closes #69 More... over 11 years ago
Clamp picked pixel co-ords to texture size. Closes #68 More... over 11 years ago
Merge pull request #71 from Kamayuq/master More... over 11 years ago
Added bit visualization to the Debugger More... over 11 years ago
Try and track cases of duplicate/bad wrappers by returning error More... over 11 years ago
Bail out if the wrapper isn't valid, otherwise erase() will crash More... over 11 years ago
Print error first for unsupported operand, and check name is valid More... over 11 years ago
Rename GL context to ctx to match linux More... over 11 years ago
Change GLResource tuple to be three components including Context More... over 11 years ago
For VAOs, track and deduplicate redundant chunks More... over 11 years ago
Add global lock on all GL hook entry points More... over 11 years ago
Simple tracking of active context per thread More... over 11 years ago
Fetch initial buffer contents for dirty resources in GL More... over 11 years ago
Also pass-through glXChooseFBConfig (for SDL contexts > 3.0) More... over 11 years ago
call Serialise_ functions, not real functions More... over 11 years ago
Don't waste time making redundant copy of textures array More... over 11 years ago
typo - use TextureRes for textures More... over 11 years ago
fixes for hooking programs that use SDL More... over 11 years ago
Update qt creator file list More... over 11 years ago
Also export glXGetProcAddressARB() More... over 11 years ago
Include stddef.h for size_t More... over 11 years ago
Minor optimisation to reduce recording of redundant chunks More... over 11 years ago
Support half-float in GetByteSize More... over 11 years ago
Track enabled caps in the renderstate only when not capframing More... over 11 years ago
Quick optimisation - detect case of glBufferData just to orphan More... over 11 years ago
When capturing frame, track VAO modifications in context record More... over 11 years ago