summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-29Update glws Cocoa bindings too.José Fonseca1-3/+3
2011-11-29Refactor the code to find scripts.José Fonseca8-59/+173
2011-11-29Install snapdiff.py as well.José Fonseca1-2/+7
2011-11-28Cache context profile in glws::Context.José Fonseca4-11/+13
2011-11-27Allow to retrace with EGL too.José Fonseca9-7/+121
2011-11-27Allow to specify an initial call no in the qapitrace command line.José Fonseca3-5/+44
2011-11-27Add "apitrace repack" command.José Fonseca10-83/+235
2011-11-27Return read bytes in File::read().José Fonseca3-13/+14
2011-11-27Don't call overridden virtual methods from the base destructor.José Fonseca3-1/+5
2011-11-27Always try dlsym before get eglGetProcAddressKan-Ru Chen2-16/+9
2011-11-27Add hyperlinks for non-ARB extensions too.José Fonseca3-2/+1254
2011-11-26Require gles1 and gles2 modules for EGL support (fixes issue #58).José Fonseca1-1/+1
2011-11-25Fix GUI visualization of floating point values.José Fonseca3-5/+18
2011-11-25Trace via "apitrace trace" command.José Fonseca1-45/+23
2011-11-25Remove unused includes from trace_file.cppKan-Ru Chen1-8/+0
2011-11-25Add links to EXT_framebuffer_object spec.José Fonseca1-0/+17
2011-11-25Fix internalformat determination for renderbuffers.José Fonseca1-8/+19
2011-11-24Cleanup and generalize os string class.José Fonseca10-134/+223
2011-11-24Kill glsnapshot.José Fonseca5-313/+0
2011-11-24Parse doubles to a new Double class rather than to the Float class.Carl Worth7-2/+45
2011-11-24TODO: Fix typo in the description of the range specification.Carl Worth1-2/+2
2011-11-24Prevent segfault on glretrace crash (fixes issue #52).José Fonseca2-10/+24
2011-11-24Abort on failure to open trace (fixes issue #50).José Fonseca1-1/+4
2011-11-23snapdiff: Drop the --version optionCarl Worth1-2/+1
2011-11-23Add "apitrace diff-images" commandCarl Worth4-0/+103
2011-11-17Encode format as a member and not part of the label.Zack Rusin5-13/+32
2011-11-17Fix MinGW-w64 build without DXSDK.José Fonseca1-1/+5
2011-11-17Allow to enable/disable EGL support.José Fonseca1-4/+13
2011-11-17Ignore generated files.José Fonseca1-0/+2
2011-11-17Fix whitespace in CMakeLists.txt.José Fonseca1-1/+4
2011-11-17Keep Copyright lines together.José Fonseca1-4/+1
2011-11-17Drop glPointSizePointerOES from eglimports.hpp.José Fonseca1-2/+1
2011-11-17gles: Fix retrace of eglCreateContext for GLES contextsChia-I Wu1-7/+47
2011-11-17gles: Add eglretraceChia-I Wu2-3/+32
2011-11-17gles: Add support for GLES retracingChia-I Wu1-0/+2
2011-11-17glws: Add EGL/Xlib-based implementationChia-I Wu1-0/+385
2011-11-17glws: Add support for profilesChia-I Wu4-4/+23
2011-11-17glws: Allow the attribute terminator to be specifiedChia-I Wu1-2/+2
2011-11-17gles: Add support for GLES tracing to egltraceChia-I Wu1-1/+18
2011-11-17gles: Prepare __gl_image_size for GLESChia-I Wu2-10/+21
2011-11-17gles: Add ES1 and ES2 profiles to glretrace.pyChia-I Wu1-4/+37
2011-11-17gles: Update glproc.pyChia-I Wu2-1/+5
2011-11-17gles: add GLES API specChia-I Wu1-0/+101
2011-11-17gles: Include GLES headers in eglimports.hppChia-I Wu1-1/+63
2011-11-17gles: Add Khronos GLES headersChia-I Wu2-0/+2211
2011-11-17Add profile to tracer_contextChia-I Wu1-1/+6
2011-11-17Add tracer_context as the tracer's contextChia-I Wu1-10/+21
2011-11-17Add GL_FIXED to __gl_type_sizeChia-I Wu1-0/+1
2011-11-16Make the details view a bit clearer.Zack Rusin2-6/+20
2011-11-16Return format info for both textures and framebuffers.Zack Rusin1-2/+74