index
:
~currojerez/apitrace
apple_client_storage
appveyor
autotrim-v2
clamp-d3d9
d3d10-effects
d3d12
dlsym
dwm-v3
dyld-interpose
gl-object-names
loop
master
parallel-retrace
thirdparty
threaded-trace
unified-glretrace
virtual-memory-regions
windows-xp
Unnamed repository; edit this file 'description' to name the repository.
currojerez
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-10
inject: Copy DLLs to system dir.
dwm-v3
Jose Fonseca
2
-1
/
+25
2017-03-09
d3dretrace: Use override on private interface implementation.
Jose Fonseca
1
-53
/
+105
2017-03-09
dxgitrace: Replace OpenSharedResource calls with fake CreateTexture calls.
José Fonseca
1
-0
/
+303
2017-03-09
d3dretrace: Match the returned feature level in D3D11CreateDevice.
José Fonseca
1
-0
/
+18
2017-03-09
d3dretrace: Handle creation/destruction of a few other internal interfaces.
José Fonseca
1
-0
/
+128
2017-03-09
d3dretrace: Implement more internal DWM interfaces.
José Fonseca
1
-3
/
+245
2017-03-09
HACK: Windows8 DWM hacks.
José Fonseca
6
-14
/
+79
2017-03-09
inject: Elevate process (WIP).
José Fonseca
2
-0
/
+518
2017-03-09
cmake: Re-enable C++ exceptions.
Jose Fonseca
1
-4
/
+4
2017-02-28
specs: Add several internal DWM interfaces.
José Fonseca
4
-1
/
+222
2017-01-29
cmake: Let CMAKE_OSX_DEPLOYMENT_TARGET take its default value.
Jose Fonseca
1
-1
/
+0
2017-01-25
glstate: Avoid calling glGetProgramiv(GL_PROGRAM_BINARY_LENGTH).
Jose Fonseca
1
-2
/
+23
2017-01-24
glretrace: Allow to specify OpenGL vendor via environment variable.
Jose Fonseca
1
-5
/
+65
2017-01-24
editorconfig: Specify indentation for Objective-C files.
Jose Fonseca
1
-1
/
+1
2017-01-24
cmake: Require Xcode 8.x; remove long build warning.
Jose Fonseca
1
-9
/
+7
2017-01-24
cmake: Target macos 10.11 and up; stop building 32bits executables.
Jose Fonseca
2
-10
/
+5
2017-01-23
glretrace: Try to enable automatic GPU switching on macOS.
Jose Fonseca
4
-0
/
+36
2017-01-12
cmake: Use bundled libpng on macOS.
Jose Fonseca
1
-1
/
+1
2017-01-12
travis: Build with XCode 8.2
Jose Fonseca
1
-1
/
+5
2017-01-12
glretrace: Avoid deprecated Cocoa enum warnings.
Jose Fonseca
1
-4
/
+4
2017-01-12
gui: Avoid deprecated QStyleOptionViewItemV4 warnings.
Jose Fonseca
1
-2
/
+2
2016-12-09
cmake: Use more than 2GB for 32 bits Windows processes where available.
Jose Fonseca
1
-1
/
+11
2016-12-09
specs: Recognize EXT_window_rectangles params.
Jose Fonseca
1
-0
/
+6
2016-12-02
snapdiff: Handle missing images more gracefully.
Jose Fonseca
1
-5
/
+8
2016-12-02
glretrace: Fix glViewportArrayv typo.
Jose Fonseca
1
-1
/
+1
2016-11-14
gltrace: Describe GL_MAX_VERTEX_ATTRIB_STRIDE.
Jose Fonseca
1
-1
/
+1
2016-10-13
docs: Add a status section.
Jose Fonseca
1
-0
/
+9
2016-10-05
docs: Document the Snappy format too.
Jose Fonseca
1
-3
/
+25
2016-10-05
docs: Fix discrepancy and ambiguity in format spec.
Jose Fonseca
1
-7
/
+8
2016-09-21
d3dstate: Port some of the recent D3D9 code to D3D8.
Jose Fonseca
1
-4
/
+169
2016-09-21
d3dretrace: Viewport Min/MaxZ are floats.
Jose Fonseca
1
-2
/
+2
2016-09-21
d3dretrace: Don't duplicate ATI1/ATI2 FourCC defines.
Jose Fonseca
2
-10
/
+2
2016-09-21
d3dretrace: Don't dump dummy rendertargets
Patrick Rudolph
1
-0
/
+10
2016-09-21
d3dretrace: Dump d3d9 texture states
Patrick Rudolph
1
-0
/
+52
2016-09-21
d3dretrace: Dump viewport state for d3d9
Tiziano Bacocco
1
-0
/
+21
2016-09-21
d3dretrace: Dump D3DFORMAT in D3D9 traces
Patrick Rudolph
1
-15
/
+25
2016-09-21
d3dretrace: Add function to convert D3DFORMAT to string
Patrick Rudolph
3
-21
/
+114
2016-09-21
d3dretrace: Dump d3d9 renderstates
Patrick Rudolph
1
-4
/
+129
2016-09-21
d3dretrace: Add support for D3DFMT_X8B8G8R8
Patrick Rudolph
1
-0
/
+8
2016-09-21
d3dretrace: Add support for quad channel formats
Patrick Rudolph
1
-2
/
+21
2016-09-21
d3dretrace: Add support for quad float channel formats
Patrick Rudolph
1
-0
/
+21
2016-09-21
d3dretrace: Add support for dual channel formats
Patrick Rudolph
1
-0
/
+17
2016-09-21
d3dretrace: Add support for half float formats
Patrick Rudolph
2
-0
/
+140
2016-09-21
d3dretrace: Add support for D3DFMT_R32F
Patrick Rudolph
1
-0
/
+2
2016-09-21
Merge branch 'mhook'
Jose Fonseca
23
-30
/
+12655
2016-09-21
d3dstate: Don't mistake FVF codes for VS handles.
Jose Fonseca
1
-1
/
+6
2016-09-19
inject: Remove unused functions on mhook implementation.
Jose Fonseca
2
-234
/
+0
2016-09-19
inject: Hook LoadLibrary* with mhook.
Jose Fonseca
1
-57
/
+31
2016-09-19
inject: Compact Mhook_SetHook invocation.
Jose Fonseca
1
-25
/
+12
2016-09-18
inject: Follow subprocesses with mhook.
Jose Fonseca
1
-68
/
+84
[next]