Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-14 | cmake: Abort with an helpful message if an user tries to invoke cmake in gui ↵ | Jose Fonseca | 1 | -0/+9 | |
subdir. More than one once I received reports of failures to build qapitrace because the user presumed cmake should be invoked in the gui subdirectory. Nip that practice in the bud. | |||||
2015-09-14 | docs: Update android tracing commands. | Tsung-En Hsiao | 1 | -1/+2 | |
The original instructions didn't work, here're mine. | |||||
2015-09-14 | docs: Update the path of egltrace.so. | Tsung-En Hsiao | 1 | -1/+1 | |
2015-09-14 | cmake: Require Waffle when ENABLE_WAFFLE is set. | Jose Fonseca | 2 | -7/+4 | |
2015-09-14 | cmake: Simplify FindWaffle.cmake. | Jose Fonseca | 1 | -12/+2 | |
2015-09-14 | cmake: Fix Waffle detection, by using pkg-config on non-Android. | Emmanuel Gil Peyrot | 3 | -11/+19 | |
2015-09-05 | cli/diff: Fix undefined variable error with sdiff. | Vladimír Vondruš | 1 | -3/+3 | |
Fixes #386. | |||||
2015-09-04 | glretrace: support depth/stencil attachment for gles | Rob Clark | 3 | -24/+86 | |
If we have the NV_read_depth_stencil extension, we can actually read depth/stencil. Takes a bit of gymnastics to actually figure out that it is a depth/stencil buffer in the first place. Signed-off-by: Rob Clark <robdclark@gmail.com> v2: Ensure we always use GL_RGBA/GL_UNSIGNED_BYTE for color formats. (Jose) | |||||
2015-09-04 | glstate: Add/fix GL_COMPRESSED_* format description. | Jose Fonseca | 1 | -18/+35 | |
- We can't actually directly interpret the compressed data (ie. type should be GL_NONE) - Several formats were missing. | |||||
2015-09-01 | cmake: Output a message when using bundled dependencies. | Jose Fonseca | 1 | -0/+3 | |
2015-08-27 | guids: Single test for all known GUIDs. | Jose Fonseca | 1 | -6/+10 | |
2015-08-27 | travis: Separate commands for each target. | Jose Fonseca | 1 | -1/+3 | |
2015-08-27 | cmake: Fix check target on single-configuration builds. | Jose Fonseca | 1 | -0/+4 | |
2015-08-27 | appveyor: Ensure Qt5 bin dir is on the Path. | Jose Fonseca | 1 | -3/+4 | |
2015-08-27 | cmake: Fix check target with msbuild. | Jose Fonseca | 1 | -1/+1 | |
2015-08-27 | appveyor: Fix the all target. | Jose Fonseca | 1 | -1/+1 | |
2015-08-27 | appveyor: Run unit tests. | Jose Fonseca | 1 | -0/+2 | |
2015-08-27 | travis: Run unit tests. | Jose Fonseca | 1 | -1/+1 | |
2015-08-27 | cmake: Output test result on failure. | Jose Fonseca | 1 | -1/+1 | |
2015-08-25 | glretrace: Use the returned context version when checking for occlusion query. | Jose Fonseca | 4 | -16/+26 | |
Instead of using the requested context version. This fixes occlusion query detection with all traces recorded on Windows, as wglCreateContext doesn't provide way to specify context version and can't be avoided. Fixes https://github.com/apitrace/apitrace/issues/358#issuecomment-131519038 | |||||
2015-08-25 | inject: Take in account that IsWow64Process returns false on 32-bits Windows. | Jose Fonseca | 1 | -8/+5 | |
Regression introduced by 6ddfd98cdafefaa1b60273d5568b8dbd13730dae. Fixes https://github.com/apitrace/apitrace/issues/378 | |||||
2015-08-24 | inject: Defer pfnCreateProcessAsUserW check until it's actually used. | Jose Fonseca | 1 | -1/+4 | |
Noticed while investigating https://github.com/apitrace/apitrace/issues/378 | |||||
2015-08-21 | specs: Fix variable parameters on a few other functions. | Jose Fonseca | 1 | -4/+4 | |
2015-08-21 | specs: Fix glTextureParameter[fi]v prototype. | Jose Fonseca | 1 | -2/+2 | |
The output parameter can be an array. Fixes https://github.com/apitrace/apitrace/issues/376 | |||||
2015-08-17 | git: Ignore recently added tests. | Jose Fonseca | 1 | -0/+2 | |
2015-08-14 | dxgitrace: Describe IWarpPrivateAPI internal interface. | Jose Fonseca | 2 | -0/+11 | |
Direct2D relies on it a lot on newer Windows. Data passed in WarpEscape is opaque, but knowing that the application is relying on it is useful, since otherwise the traces will be incomplete with no warning whatsoever. | |||||
2015-08-14 | specs: Move undocumented DXGI interfaces to the bottom. | Jose Fonseca | 1 | -21/+29 | |
2015-08-14 | Revert "travis: Use GCC 4.9." | Jose Fonseca | 1 | -4/+4 | |
This reverts commit 3ff3f99a4bae85c82263e07781ffea7fcfa27974. | |||||
2015-08-14 | common: Replace std::regex with RE2C state machines. | Jose Fonseca | 7 | -151/+5744 | |
To avoid GCC 4.9 dependency. Fixes #370. | |||||
2015-08-14 | gui: Skip qubjson test on debug MSVC. | Jose Fonseca | 1 | -0/+4 | |
It crashes due to MSVCRT static<->dynamic incompatability. | |||||
2015-08-14 | cmake: Skip check when cross-compiling. | Jose Fonseca | 1 | -1/+5 | |
2015-08-14 | cmake: Add a convenience macro for gtest based unit tests. | Jose Fonseca | 3 | -8/+12 | |
2015-08-13 | travis: Use GCC 4.9. | Jose Fonseca | 1 | -4/+4 | |
2015-08-13 | d2d1trace: Support d2d1_1/dwrite_1. | Jose Fonseca | 7 | -93/+1223 | |
2015-08-13 | guids: Add all guids definitions. | Jose Fonseca | 1 | -0/+38 | |
2015-08-13 | specs: Merge D2D spec modules. | Jose Fonseca | 4 | -147/+96 | |
2015-08-13 | wrappers: Allow empty structures without hitting MSVC C2466 error. | Jose Fonseca | 1 | -1/+2 | |
2015-08-13 | inject: Intercept GetProcAddress with ordinals. | Jose Fonseca | 1 | -5/+22 | |
2015-08-13 | guids: Add IID_IMFSample. | Jose Fonseca | 1 | -0/+1 | |
2015-08-13 | guids: Add a few missing D2D guids. | Jose Fonseca | 1 | -1/+10 | |
2015-08-13 | glretrace: Support GL_ARB_gpu_shader_int64 uniforms. | Jose Fonseca | 2 | -0/+46 | |
2015-08-13 | specs: Basic OpenGL 2015 ARB extension support. | Jose Fonseca | 2 | -48/+140 | |
Fixes #371. | |||||
2015-08-13 | khronos: Update headers. | Jose Fonseca | 7 | -28/+223 | |
2015-08-13 | cmake: Require GCC 4.9. | Jose Fonseca | 1 | -0/+6 | |
2015-08-13 | common: Replace GUIDs with their symbolic name when dumping. | Jose Fonseca | 3 | -48/+72 | |
2015-08-13 | wrappers: Provide symbolic names for IIDs. | Jose Fonseca | 2 | -4/+8 | |
As looking up IIDs can be quite time consuming. | |||||
2015-08-13 | guids: Library to looking up GUIDs names. | Jose Fonseca | 6 | -0/+971 | |
2015-08-12 | specs: Support D3D11.3. | Jose Fonseca | 8 | -9/+307 | |
2015-08-12 | trace: Avoid deep if-then-else control flow. | Jose Fonseca | 1 | -14/+7 | |
Otherwise it will hit MSVC limits. | |||||
2015-08-10 | dxgiretrace: Handle ID3D11DeviceContext2 better. | Jose Fonseca | 1 | -1/+1 | |