summaryrefslogtreecommitdiff
path: root/retrace
AgeCommit message (Expand)AuthorFilesLines
2015-12-03glws: Add a link about NSThread.Jose Fonseca1-0/+3
2015-12-03glws: initialize Drawable::mipmapLevel, cubeFace membersBrian Paul1-1/+3
2015-11-16glretrace: Remove duplicate glUnmapNamedBuffer case.Jose Fonseca1-2/+0
2015-11-10glws: Close Cocoa windows.Jose Fonseca1-1/+2
2015-11-07glws: Fix GLX PBuffer destruction.Jose Fonseca1-1/+5
2015-11-04glstate: Dump images (glBindImage) to displayed surfaces.Martin Schulze3-0/+53
2015-11-02retrace: Remove dead code in encodeBase64String.Jose Fonseca1-7/+3
2015-10-31glretrace: Fix wglCreatePbufferARB without current context.Brian Paul3-1/+11
2015-10-30d3dretrace: Handle DDCREATE_* flags,Jose Fonseca1-0/+13
2015-10-29glstate: Fix snapshots with PBuffers.Jose Fonseca1-7/+6
2015-10-29glws: Fix wglCreatePbufferARB when there's no current context.Jose Fonseca1-49/+55
2015-10-29Merge branch 'WGL_ARB_render_texture'Jose Fonseca11-77/+777
2015-10-29glstate: Fix deletion of array.Jose Fonseca1-1/+1
2015-10-29glretrace: Limit the maximum number of glGetError warnings.Jose Fonseca1-43/+54
2015-10-28glws: revert "add Context::GetCurrent() and Drawable::GetCurrent()".Jose Fonseca3-28/+5
2015-10-28glws: Update Android support for interface changes.Jose Fonseca1-4/+26
2015-10-28glws: Update Waffle support for interface changes.Jose Fonseca1-4/+27
2015-10-28glws: Update Cocoa support for interface changes.Jose Fonseca1-4/+26
2015-10-28glretrace: add API dispatch for WGL_ARB_render_textureBrian Paul3-2/+120
2015-10-28glretrace: parse WGL_ARB_render_texture pbuffer attributesBrian Paul1-0/+69
2015-10-28glws: add no-op EGL functions for WGL_ARB_render_texture functionsBrian Paul1-0/+21
2015-10-28glws: implement WGL_ARB_render_texture functions on GLXBrian Paul1-0/+128
2015-10-28glws: add new functions for WGL_ARB_render_textureBrian Paul2-1/+66
2015-10-28glws: update WGL pbuffer code for WGL_ARB_render_textureBrian Paul1-1/+35
2015-10-28glws: begin plumbing extra pbuffer info needed for WGL_ARB_render_textureBrian Paul8-22/+49
2015-10-28glws: add WGL PBuffer supportBrian Paul1-43/+153
2015-10-28glws: add GLX PBuffer supportBrian Paul1-4/+63
2015-10-28glws: add Context::GetCurrent() and Drawable::GetCurrent()Brian Paul2-1/+26
2015-10-27glretrace: Return from API function if there's no current context.Brian Paul1-2/+10
2015-10-14common: Move loop parser decorator into its own source file.Jose Fonseca1-1/+1
2015-10-14glretrace: Create decorator parser class to allow variety of parsers.Jon Ashburn3-39/+18
2015-09-21d3d10state: Dump D3D10 texture formats.Jose Fonseca2-10/+42
2015-09-15glws: Allow to overrider WAFFLE_PLATFORM via env var.Jose Fonseca1-33/+70
2015-09-14cmake: Require Waffle when ENABLE_WAFFLE is set.Jose Fonseca1-1/+1
2015-09-14cmake: Fix Waffle detection, by using pkg-config on non-Android.Emmanuel Gil Peyrot1-2/+2
2015-09-04glretrace: support depth/stencil attachment for glesRob Clark3-24/+86
2015-09-04glstate: Add/fix GL_COMPRESSED_* format description.Jose Fonseca1-18/+35
2015-08-25glretrace: Use the returned context version when checking for occlusion query.Jose Fonseca4-16/+26
2015-08-13glretrace: Support GL_ARB_gpu_shader_int64 uniforms.Jose Fonseca1-0/+16
2015-08-12specs: Support D3D11.3.Jose Fonseca1-3/+3
2015-08-10dxgiretrace: Handle ID3D11DeviceContext2 better.Jose Fonseca1-1/+1
2015-08-10dxgiretrace: Dump snapshots on IDXGISwapChain1::Present1.Jose Fonseca1-3/+3
2015-08-10dxgiretrace: Handle IDXGIFactory2::CreateSwapChainForHwnd better.Jose Fonseca1-0/+6
2015-08-06glws: Don't hide X windows.Jose Fonseca1-1/+3
2015-08-06retrace: Fix Windows build.Jose Fonseca1-0/+2
2015-08-06glretrace: Support --headless too.Jose Fonseca7-19/+82
2015-08-06glretrace: Make getCurrentContext an inline function.Jose Fonseca2-9/+11
2015-08-06glretrace: Track insideList and insideBeginEnd per-context.Jose Fonseca4-32/+42
2015-08-03dxgiretrace: Handle SetPrivateData(WKPDID_D3DDebugObjectName) with trailing z...Jose Fonseca1-1/+3
2015-07-24retrace: Add option to run headless.Jose Fonseca5-2/+36