index
:
~anholt/apitrace
frameretrace
loopsecs
timing
Unnamed repository; edit this file 'description' to name the repository.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
retrace
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-20
glretrace: Use matching profile when creating CGL drawables.
Jose Fonseca
1
-5
/
+5
2015-05-20
glws: Fix dlopen of OpenGL framework.
Jose Fonseca
1
-1
/
+2
2015-05-20
d3dretrace: Only keep track of write locks.
Jose Fonseca
1
-1
/
+3
2015-05-20
retrace: More detailed warning messages about memory region overlaps.
Jose Fonseca
4
-5
/
+5
2015-05-20
common,cli,wrappers,retrace,gui: Use #pragma once.
Jose Fonseca
15
-45
/
+15
2015-05-20
retrace: Ensure stdout is in binary mode when dumping UBJSON.
Jose Fonseca
1
-0
/
+1
2015-05-19
glretrace: Don't validate programs inside lists.
Jose Fonseca
1
-1
/
+1
2015-05-18
cmake: Ensure __STDC_LIMIT_MACROS macro is defined.
Jose Fonseca
1
-0
/
+1
2015-05-01
retrace: Employ std::enable_if as parameter.
Jose Fonseca
1
-11
/
+8
2015-05-01
retrace: Allow dumping state in UBJSON.
Jose Fonseca
4
-2
/
+278
2015-05-01
retrace: Put JSON writer behind an ABC.
Jose Fonseca
31
-751
/
+1064
2015-04-25
glretrace: Ensure we validate on glBegin (and not glEnd).
Jose Fonseca
1
-4
/
+11
2015-04-24
glretrace: Validate the active program.
Jose Fonseca
1
-0
/
+50
2015-04-23
glretrace: Remove context_drawable_map.
Jose Fonseca
1
-24
/
+16
2015-04-23
glstate: Disable scissor test inside downsampledFramebuffer.
Jose Fonseca
1
-1
/
+9
2015-04-23
glstate: Disable debug messages inside getTextureTarget.
Jose Fonseca
1
-8
/
+23
2015-04-21
eglretrace: Update the profile_map on eglChooseConfig.
Jose Fonseca
1
-1
/
+36
2015-04-21
glretrace: Fallback to GLX_EXT_create_context_es2_profile for GLES 3 contexts.
Jose Fonseca
1
-6
/
+11
2015-04-21
glretrace: Fix GL_ARB_ES*_compatibility profile matching.
Jose Fonseca
1
-3
/
+3
2015-04-21
glretrace: Always dump non-empty info-logs when not benchmarking.
Jose Fonseca
1
-9
/
+21
2015-04-17
glretrace: Try to auto-detect single-buffer CGL pixel formats.
Jose Fonseca
1
-2
/
+14
2015-04-16
glretrace: Ignore several more CGL* functions.
Jose Fonseca
1
-0
/
+18
2015-04-16
glws: Add note about kCGLPFANoRecovery.
Jose Fonseca
1
-3
/
+8
2015-04-02
glretrace: Avoid dumping GL_ATOMIC_COUNTER_BUFFER_BINDING.
José Fonseca
1
-1
/
+1
2015-03-27
os: Fix condition_variable::notify_one name.
José Fonseca
1
-2
/
+2
2015-03-27
os: Avoid dubious function casts in os::thread.
José Fonseca
1
-3
/
+2
2015-03-27
glws: Use _beginthreadex.
José Fonseca
1
-3
/
+4
2015-03-26
d3dretrace: Fix image leaks.
José Fonseca
3
-0
/
+8
2015-03-26
retrace: Restore stream formatting.
José Fonseca
2
-3
/
+2
2015-03-26
glstate: Add missing break.
José Fonseca
1
-0
/
+1
2015-03-19
d3d11state: Move static assert outside the function.
Jose Fonseca
1
-3
/
+4
2015-03-19
d3d10state: Dump D3D10 rasterizer state too.
Jose Fonseca
1
-1
/
+14
2015-03-19
dxgistate: Dump the stencil state.
Zack Rusin
2
-0
/
+30
2015-03-14
retrace: Crossport recent egl xlib changes to android.
José Fonseca
1
-58
/
+78
2015-03-14
retrace: Say Hello to Android retrace
BogDan Vatra
15
-18
/
+1289
2015-03-14
specs: Merge dxgitype and dxgiformat into dxgi.
Jose Fonseca
1
-4
/
+0
2015-03-14
specs: Merge d3d10_1 and d3d10misc modules into d3d10.
Jose Fonseca
3
-10
/
+4
2015-03-13
glretrace: MacOSX 3.2+ contexts are forward-compatible.
Jose Fonseca
1
-2
/
+2
2015-03-13
glretrace: Set FORWARD_COMPATIBLE_BIT as per trace.
Jose Fonseca
6
-5
/
+40
2015-03-13
cmake: Use FindPackageHandleStandardArgs for finding procps.
Jose Fonseca
1
-2
/
+2
2015-03-12
cmake: Use STREQUAL instead of MATCHES for checking CMAKE_SYSTEM_NAME.
Jose Fonseca
1
-1
/
+1
2015-03-12
dxgistate: Use C++ templates to make it even easier to dump state objects.
José Fonseca
3
-7
/
+31
2015-03-12
dxgistate: Code generate more state structures.
José Fonseca
2
-0
/
+8
2015-03-09
dxgistate: Ensure we can correctly geneate.
José Fonseca
2
-2
/
+14
2015-03-08
json: Use C++11 std::isinf/isnan.
Jose Fonseca
1
-9
/
+3
2015-03-06
d3d11: Implement format and raster state dumping.
Zack Rusin
6
-10
/
+312
2015-03-05
dxgistate: Actually ensure the ValueDumper visitor is capable of handling eve...
Jose Fonseca
2
-6
/
+90
2015-03-05
d3d10state,d3d11state: Dump blend state.
José Fonseca
6
-10
/
+372
2015-03-05
d3d8state: Add missing stdio.h include.
José Fonseca
1
-0
/
+1
2015-02-12
d3dretrace: Support d3d8d.dll.
José Fonseca
1
-0
/
+7
[next]