summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-26Describe glretrace -db and --help options; and how to start the GUI.1.0José Fonseca1-0/+7
2011-04-26Dump symbolic names in glTexEnv/Gen/Parameter and similar functions.José Fonseca2-1/+38
2011-04-25Fix glCompressed*Image*DARB tracing/retracingZack Rusin1-6/+6
2011-04-25More state: texenv.José Fonseca1-63/+72
2011-04-25Dump more state: lights, materials.José Fonseca1-29/+60
2011-04-25Remove dead hidden variable.José Fonseca1-2/+1
2011-04-25Detect the binary data at the construction.Zack Rusin1-4/+4
2011-04-25Encode the snapshots as png's.Zack Rusin4-61/+130
2011-04-24Specify the Qt version which we require.Zack Rusin1-1/+1
2011-04-24Plug 2 more memory leaks in the gui.Zack Rusin2-1/+3
2011-04-24The Value from the enum signature was leaking.Zack Rusin1-1/+13
2011-04-24Plugging some memory leaksZack Rusin2-0/+27
2011-04-24Don't generate the search string on thousands of hidden calls.Zack Rusin1-14/+16
2011-04-24Add another enum.Zack Rusin1-0/+1
2011-04-24comment about memcpy prototypeJosé Fonseca1-0/+3
2011-04-24Basic MapBuffer/MapBufferRange trace/retrace support.José Fonseca7-10/+89
2011-04-24Avoid time consuming user array checks when they have never been used before.José Fonseca1-0/+9
2011-04-23Show the call for which the surface we're displaying.Zack Rusin2-0/+20
2011-04-23Fix MacOSX build.José Fonseca1-2/+8
2011-04-23Provide an alternative tracing mechanism based on LD_LIBRARY_PATH.José Fonseca2-12/+50
2011-04-23Describe how to build the 32bit version of the wrapper.José Fonseca1-1/+7
2011-04-23Add a few more extensions to glapi.pyJosé Fonseca1-0/+21
2011-04-23Force internal symbol relocations to be solved internally.José Fonseca1-0/+3
2011-04-23s/TRACE_PATH/TRACE_FILE/José Fonseca3-2/+6
2011-04-23Size the image widget more reasonably.Zack Rusin2-6/+11
2011-04-23Allow opening multiple images.Zack Rusin2-9/+7
2011-04-22Quick hack to downsample multisampled framebuffers.Zack Rusin1-16/+192
2011-04-22Use -fvidibility=hidden to restrict dynamic symbols.José Fonseca4-3/+40
2011-04-22Remove redundant extern "C" clauses.José Fonseca2-9/+2
2011-04-21Add shortcut to replay and lookup state.Zack Rusin1-0/+6
2011-04-21Handle correctly apps that don't directly link/load libGL.soJosé Fonseca2-11/+59
2011-04-21Minor code whitespace cleanup.José Fonseca6-19/+19
2011-04-21Fix HTML representation of multiline strings.José Fonseca2-4/+61
2011-04-21Remove unused/duplicate libraries from glretrace.José Fonseca1-2/+0
2011-04-21Put all executables into the same to level build directory.José Fonseca2-1/+5
2011-04-21Shave about 200mb of heap by not using full filterText on filtering.Zack Rusin2-5/+1
2011-04-20Fix minor errors in the apitracemodelZack Rusin4-9/+22
2011-04-20Add the half float format.Zack Rusin1-0/+1
2011-04-20Add various sizing enums.Zack Rusin1-0/+18
2011-04-20Various cleanups.Zack Rusin2-6/+5
2011-04-20Fix build on MacOSX.José Fonseca2-0/+7
2011-04-20Fix GL prototypes on MacOSX.José Fonseca2-8/+12
2011-04-20More effective prevention against including system's glext.h.José Fonseca4-3/+8
2011-04-20Print an error message when not able to open X display.José Fonseca1-0/+7
2011-04-20Skip windowing system calls but still allow state fetching on them.Zack Rusin1-4/+6
2011-04-19Call the action "error checking" instead of "benchmarking"Zack Rusin3-6/+9
2011-04-19Go to the selected error.Zack Rusin3-1/+20
2011-04-19Add an action to show and hide the errors dock.Zack Rusin2-11/+30
2011-04-19Large chunk of showing the replay errors.Zack Rusin4-2/+57
2011-04-19Output all warnings in the <call no>: <type>: <message> format.Zack Rusin4-4/+8