summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-03egltrace: Reorder functions to match what xml2api produces.Jose Fonseca1-52/+46
2016-05-03egltrace: Use EGLAPIENTRY consistently.Jose Fonseca1-57/+57
2016-05-01cgltrace: Don't treat undocumented CGLChoosePixelFormat attrib as integer.Jose Fonseca1-1/+2
2016-05-01gltrace: Don't parse extensions twice.Jose Fonseca2-1/+6
2016-05-01gltrace: Use static initializers in gltrace::Context.Jose Fonseca1-11/+6
2016-05-01gui: Split finding referencing shaders and name shortening into own functions.Martin Schulze1-22/+33
2016-05-01gui: Fix VS being always marked as using SSBB.Martin Schulze1-1/+1
2016-05-01gui: Add checkboxes for alpha/opaque in surfaces view.Martin Schulze8-40/+89
2016-05-01doc: Make it clear which Command Prompt window to use.Jose Fonseca1-1/+3
2016-04-27d3d9retrace: Ignore D3DLOCK_READONLY for buffers.Jose Fonseca1-1/+6
2016-04-27d3d9trace: Ignore D3DLOCK_READONLY for buffers.Jose Fonseca1-1/+6
2016-04-27d3d9trace: Track volume/cube lock mappings per level too.Jose Fonseca1-3/+7
2016-04-19cli: Ensure libasan.so is preloaded when tracing.Jose Fonseca1-0/+12
2016-04-19os: Intercept ASAN errors similar to exception.Jose Fonseca1-0/+14
2016-04-16glretrace: Ref-count glretrace::Context.Jose Fonseca7-7/+35
2016-04-16common,glretrace: Use compiler TLS whenever possible.Jose Fonseca3-8/+18
2016-04-16glretrace: Revert "Use OS_THREAD_SPECIFIC_PTR on glws_cocoa.mm"Jose Fonseca1-3/+2
2016-04-16cmake: Add option to build with Address Sanitizer.Jose Fonseca2-19/+21
2016-04-14glretrace: Ensure sync commands are flushed before switching thread.Jose Fonseca4-0/+19
2016-04-14glretrace: Use static initializers for glretrace::Context.Jose Fonseca1-8/+5
2016-04-13gui: Overwrite existing files.Martin Schulze1-0/+9
2016-04-13gui: Simplify edited (temp) filepath creation.Martin Schulze1-5/+2
2016-04-13cmake: Allow customization of the doc installation dir.Jose Fonseca1-2/+6
2016-04-11common: Avoid explicit initialization of array members.Jose Fonseca1-1/+2
2016-04-11retrace: Add an option for parallel snapshotting.Emmanuel Gil Peyrot3-12/+228
2016-04-11common: Add missing threading functionality.Jose Fonseca4-33/+233
2016-04-11glretrace: Replay crashed glXMakeCurrent calls without crashing.Jose Fonseca1-6/+4
2016-04-10glstate: Tweak features.Jose Fonseca1-11/+14
2016-04-10glstate: More accurately check for PBO / 3D tex support before using it.Jose Fonseca4-12/+35
2016-04-10glretrace: Check for PBO support before using it.Jose Fonseca1-5/+7
2016-04-10glstate: More accurately check for READ_BUFFER/ReadBuffer support.Jose Fonseca3-3/+13
2016-04-10glstate: Check draw (and read) FBOs are advertised before using.Jose Fonseca4-26/+42
2016-04-10gltrace: Return sensible value for GL_MAX_DEBUG_MESSAGE_LENGTH when faking KH...Jose Fonseca1-0/+5
2016-04-10common: Use C++11 threads outside of Windows.Jose Fonseca1-3/+4
2016-04-10cmake: Fix WINVER for XP.Jose Fonseca1-9/+18
2016-04-10gltrace: Fix MAP_PERSISTENT_BIT warnings.Jose Fonseca1-8/+18
2016-04-09glretrace: Limit debug markers length to MAX_DEBUG_MESSAGE_LENGTH - 1.Jose Fonseca1-4/+4
2016-04-09dxgitrace: Remove IWarpPrivateAPI spec.Jose Fonseca2-10/+0
2016-04-09dxgitrace: Hide IWarpPrivateAPI.Jose Fonseca1-0/+19
2016-04-08docs,cmake: Update build instructions for MSVC 2015.Jose Fonseca2-11/+22
2016-04-06common: Use std::regex again.Jose Fonseca3-5072/+51
2016-04-05common: Update trace_parser_flags_test.Jose Fonseca2-16/+0
2016-04-05gltrace,glretrace: Handle GL_ARB_query_buffer_object correctly.Jose Fonseca6-44/+74
2016-04-04glretrace: Rename ctx to _ctx.Jose Fonseca1-30/+30
2016-04-04compat: Implement std::make_unique.Jose Fonseca2-4/+19
2016-04-04gltrace: Use glfeature to decide when PBOs are supported.Jose Fonseca3-1/+12
2016-04-04helpers: Move GL extension cache object to glfeatures.Jose Fonseca9-43/+85
2016-04-04helpers: rename glprofile to glfeatures.Jose Fonseca25-96/+94
2016-03-30brotli: Workaround lack of log2 in Android.Jose Fonseca1-1/+1
2016-03-29gui: Show Shader Storage Buffer Blocks.Martin Schulze4-0/+134