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
/
glretrace_main.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-19
Clean up static maps after retrace.
Mark Janes
1
-0
/
+2
2017-03-21
glretrace: Initialize MetricWriter only when needed.
Alexander Trukhin
1
-9
/
+10
2017-03-13
retrace: support for dumping multiple snapshots (v3)
Rob Clark
1
-2
/
+10
2017-01-23
glretrace: Try to enable automatic GPU switching on macOS.
Jose Fonseca
1
-0
/
+5
2016-05-04
glretrace: Cache current program/pipeline objects.
Jose Fonseca
1
-2
/
+2
2016-04-14
glretrace: Ensure sync commands are flushed before switching thread.
Jose Fonseca
1
-0
/
+4
2016-04-09
glretrace: Limit debug markers length to MAX_DEBUG_MESSAGE_LENGTH - 1.
Jose Fonseca
1
-4
/
+4
2016-04-04
helpers: rename glprofile to glfeatures.
Jose Fonseca
1
-6
/
+6
2016-03-05
retrace: clang-modernize.
Jose Fonseca
1
-5
/
+5
2016-01-23
common: Introduce DUMP_FLAG_NO_MULTILINE.
Jose Fonseca
1
-10
/
+5
2016-01-23
glretrace: Include call params in the marker.
Jose Fonseca
1
-5
/
+22
2016-01-23
glretrace: Use a ostringstream instead of asprintf.
Jose Fonseca
1
-13
/
+14
2016-01-22
glretrace: Use an unique ID for apitrace call no markers.
Jose Fonseca
1
-2
/
+6
2016-01-22
glretrace: Add an option to insert markers.
Jose Fonseca
1
-1
/
+4
2016-01-22
glretrace: Invoke glDebugMessageInsertKHR for ES contexts.
Jose Fonseca
1
-5
/
+11
2016-01-22
glretrace: Don't insert markers inside glBegin/End.
Jose Fonseca
1
-0
/
+1
2016-01-22
glretrace: Move call no markers away from dumper interface.
Jose Fonseca
1
-17
/
+21
2016-01-22
glretrace: use KHR_debug to emit call no's.
Rob Clark
1
-0
/
+18
2016-01-11
Merge branch 'metric_abstraction'
Jose Fonseca
1
-1
/
+165
2015-10-29
glretrace: Limit the maximum number of glGetError warnings.
Jose Fonseca
1
-43
/
+54
2015-08-26
Add support for handling context switches in Metrics abstraction.
Alexander Trukhin
1
-49
/
+72
2015-08-26
retrace,glretrace: Option for getting profiling passes number.
Alexander Trukhin
1
-0
/
+4
2015-08-26
retrace,glretrace: Option for metrics listing.
Alexander Trukhin
1
-0
/
+5
2015-08-26
retrace,glretrace: Add calls to output new metrics data.
Alexander Trukhin
1
-0
/
+54
2015-08-26
retrace,glretrace: Profiling options. Hook up the abstraction.
Alexander Trukhin
1
-1
/
+79
2015-08-25
glretrace: Use the returned context version when checking for occlusion query.
Jose Fonseca
1
-4
/
+4
2015-08-06
glretrace: Track insideList and insideBeginEnd per-context.
Jose Fonseca
1
-4
/
+2
2015-06-27
glretrace: Remove dead variable.
Jose Fonseca
1
-2
/
+1
2015-06-27
glretrace: Use KHR_debug where available.
Jose Fonseca
1
-6
/
+18
2015-06-27
glretrace,glws: Move profile check into glws module.
Jose Fonseca
1
-22
/
+1
2015-06-25
glretrace: Workaround unusable GL_TIMESTAMP on Mac.
Jose Fonseca
1
-0
/
+6
2015-06-25
glretrace: Improve GL_ARB_timer_query support detection.
Jose Fonseca
1
-1
/
+2
2015-06-25
glretrace: Fix occlusion query support detection.
Jose Fonseca
1
-1
/
+1
2015-05-01
retrace: Put JSON writer behind an ABC.
Jose Fonseca
1
-3
/
+6
2015-04-21
glretrace: Fix GL_ARB_ES*_compatibility profile matching.
Jose Fonseca
1
-3
/
+3
2015-01-26
glretrace: Cleanup debugOutputCallback.
Jose Fonseca
1
-16
/
+18
2015-01-06
glretrace: Don't warn about drawable size inference for pbuffers.
José Fonseca
1
-2
/
+5
2015-01-06
glretrace: Drop deprecated glws::Profile
José Fonseca
1
-2
/
+2
2015-01-05
glretrace: Just warn when context doesn't match but ARB_ES2/3_compatibility i...
José Fonseca
1
-3
/
+14
2015-01-05
glretrace: Ensure we get a matching context.
José Fonseca
1
-1
/
+15
2015-01-05
glretrace: Promote Profile from enum to full-fledged object.
José Fonseca
1
-2
/
+2
2014-12-18
glstate: Be more selective when disabling debug messages.
José Fonseca
1
-10
/
+0
2014-12-18
glretrace: Silence glGetSynciv(GL_CONDITION_SATISFIED) bogus warnings.
José Fonseca
1
-1
/
+5
2014-12-12
glretrace: Handle GL_ARB_sync properly.
José Fonseca
1
-0
/
+43
2014-12-04
glretrace: Make the "too many messages" warning look like the previous message.
José Fonseca
1
-7
/
+10
2014-06-06
glretrace: Don't call glDebugMessageControlARB unless it is supported.
José Fonseca
1
-4
/
+8
2014-05-28
glretrace: Add color to debugOutputCallback messages.
José Fonseca
1
-3
/
+15
2014-05-23
glretrace: Ignore application messages while dumping state.
José Fonseca
1
-1
/
+8
2014-05-15
glretrace: Limit duplicate messages.
José Fonseca
1
-9
/
+22
2014-05-15
glretrace: Don't write double newline unless message doesn't terminate with one.
José Fonseca
1
-1
/
+9
[next]