summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2012-11-18Move trace::findWrapper to trace_resource.cppCarl Worth3-44/+45
2012-11-17pickle: Try to silence clang warnings.José Fonseca1-1/+7
2012-11-16specs: Mark CheckMultisampleQualityLevels as no side effects / verbose.José Fonseca1-0/+3
2012-11-15os: Fix thread copy constructor.José Fonseca1-1/+1
2012-11-14parse: More flags.José Fonseca1-0/+5
2012-11-14parse: recognize more rendering calls.José Fonseca1-0/+17
2012-11-14Merge branch 'modules'José Fonseca1-0/+89
2012-11-14Move static boolOption function to trace::boolOptionCarl Worth2-0/+90
2012-11-11os: DLL abstraction.José Fonseca1-0/+89
2012-11-03Avoid Win32 conditional variables.José Fonseca1-4/+37
2012-11-03Remove os::thread_specific_ptrJosé Fonseca1-83/+2
2012-10-27Cleanup and comment the code.José Fonseca1-0/+17
2012-10-26More efficient synchronous multi-threading.José Fonseca3-167/+1
2012-10-24Use compiler TLS for thread_id tracking.José Fonseca1-11/+7
2012-10-24Silence glXGetFBConfigAttrib calls.José Fonseca1-0/+2
2012-10-24Use compiler TLS support.José Fonseca1-0/+18
2012-10-24Fix compilation with clang.José Fonseca1-1/+1
2012-10-24Simplify TLS.José Fonseca1-3/+14
2012-10-23Implement missing threading primitive for Windows.José Fonseca4-60/+33
2012-10-23Implement and use os::thread.José Fonseca3-28/+58
2012-10-22Condition variable abstraction.José Fonseca3-21/+109
2012-10-22Add and use os::mutex.José Fonseca4-22/+71
2012-10-20mt retrace: add workqueue supportImre Deak3-0/+214
2012-10-17Fix CGL call ordering in flag table.José Fonseca1-1/+1
2012-10-16Hide CGLGetCurrentContext callsJosé Fonseca1-0/+1
2012-10-13retrace: Sleep when polling for input.José Fonseca1-6/+18
2012-10-08os_posix: Print complete, attempted command line when execute() failsCarl Worth1-1/+5
2012-10-05Fix pickling of long integers.José Fonseca1-3/+6
2012-09-27Recognise D3D rendertarget swapping.José Fonseca1-0/+2
2012-09-27Ignore .NET exceptions.José Fonseca1-0/+9
2012-08-28Combine timeline and histogram tabs.James Benton2-5/+6
2012-08-22Improve internal format of profile results.James Benton2-43/+42
2012-08-16Improve profiling.James Benton2-109/+115
2012-08-16CPU Profiling now includes all OpenGL calls (was only draw calls).James Benton2-20/+28
2012-08-16Synchronise gpuStart and cpuStart for profiling.James Benton2-16/+7
2012-08-10Merge remote-tracking branch 'github/master' into profile-guiJosé Fonseca1-0/+2
2012-08-10Rescale/rebase the times just before writing it.José Fonseca1-13/+20
2012-08-10Changed profile parsing to use stringstream instead of sscanf.James Benton1-16/+33
2012-08-09Recognize IDirect3DSwapChain9::Present as end of frameJosé Fonseca1-0/+2
2012-08-08Add gui support for trace profiling.James Benton2-0/+68
2012-08-06Merge remote-tracking branch 'jbenton/master'José Fonseca2-0/+226
2012-08-02Cleaned up trace profiler output.James Benton2-57/+57
2012-07-25Don't includes windows.h inside extern "C" {...}José Fonseca1-33/+35
2012-07-25Improved profiling capabilities.James Benton2-32/+125
2012-07-23Added support for recording GL_SAMPLES_PASSED.James Benton2-2/+3
2012-07-23Improved GPU profiling code.James Benton2-65/+37
2012-07-20Add support for basic GPU profiling of draw calls to retrace.James Benton2-0/+160
2012-07-07Relocate tracing (dis/en)enablement.José Fonseca2-75/+0
2012-07-07Android: add support for dynamically enable/disable tracingImre Deak2-0/+75
2012-05-14Use appropriate number of digits when dumping floating point numbers.José Fonseca1-0/+6