]> git.cworth.org Git - apitrace/shortlog
apitrace
2011-07-31 José FonsecaAdd a state tab that list uniforms.
2011-07-31 José FonsecaAvoid pointless data structure copying.
2011-07-29 José FonsecaRecognize glFrameTerminatorGREMEDY as swapbuffer frame...
2011-07-28 José FonsecaFix automagic link in comment.
2011-07-27 José FonsecaAdd ENABLE_GUI option to control GUI builds and depende...
2011-07-27 Zack RusinAdd glXDestroyContext because the warnings were getting...
2011-07-21 José FonsecaDump ARB program uniforms.
2011-07-19 José FonsecaDump uniforms for ARB_shader_objects too.
2011-07-19 José FonsecaHandle moe uniform types and sizes.
2011-07-19 José FonsecaBasic uniform state dumping
2011-07-19 José FonsecaSort shader objs so that state dumps are reproducible.
2011-07-19 José FonsecaAdd missing call to dumpCurrentProgramObj.
2011-07-17 José FonsecaAccumulate the sources of different shader objects...
2011-07-15 José FonsecaFix the *GREMEDY proc address return.
2011-07-15 José FonsecaImplement GL_GREMEDY_string_marker and GL_GREMEDY_frame...
2011-07-15 José FonsecaAdjust the default tracedump path.
2011-07-14 José FonsecaAdd missing headers.
2011-07-14 José FonsecaFallback to /proc/self/cmdline on setuid processes.
2011-07-12 José FonsecaImport PIL modules from PIL package.
2011-07-07 José FonsecaFix typo in INT32.
2011-07-05 José FonsecaAdd missing file to glxtrace.so
2011-07-04 José FonsecaMinor tweaks to the markdown.
2011-07-02 José FonsecaPNM output support.
2011-07-02 José FonsecaSplit image code per file format.
2011-07-02 José FonsecaRename static library from trace to common.
2011-07-02 José FonsecaMerge remote-tracking branch 'github/markdown'
2011-07-01 José FonsecaFix out of source build.
2011-06-30 José FonsecaUse markdown syntax.
2011-06-30 José FonsecaUpdate glext headers.
2011-06-30 José FonsecaPut all thirdparty code into a separate subdirectory.
2011-06-29 José FonsecaFix NV_vertex_program detection logic.
2011-06-29 José FonsecaAttempt to use glVertexAttribPointerNV when NV_vertex_p...
2011-06-29 José FonsecaUse the glGetVertexAttrib*ARB as well.
2011-06-28 José FonsecaUse glVertexAttribPointerARB when VERTEX_PROGRAM_ARB...
2011-06-28 José FonsecaDistinguish different glVertexAttribPointer* functions...
2011-06-22 José FonsecaFix gl*Uniform* array lengths.
2011-06-21 Jeff MuizelaarAdd support for GL_APPLE_flush_render
2011-06-21 José FonsecaFix GREMEDY's extensions description.
2011-06-21 José FonsecaAlways use bundled zlib and libpng sources.
2011-06-21 José FonsecaDelete dead file.
2011-06-20 Zack RusinAllow saving of surface snapshots to png's.
2011-06-19 José FonsecaMerge branch 'trace-snapshot'
2011-06-19 José FonsecaHandle gracefully errors when trying to read glXCreatew...
2011-06-13 José Fonsecatracerepack: Don't fail when temp file is in different...
2011-06-13 José FonsecaAbility to take snapshots while tracing.
2011-06-11 José Fonsecas/__dlsym/__libgl_sym/
2011-06-11 José FonsecaDon't resize the window on glViewport if there's a...
2011-06-11 José FonsecaHandle ARB_pixel_buffer_object correctly.
2011-06-11 José FonsecaTrace remaining ARB_imaging functions correctly.
2011-06-11 José FonsecaRecognize printf format string in OS::DebugMessage.
2011-06-11 José FonsecaAdd a note about reseting imaging state.
2011-06-10 José FonsecaFix nasty alignment bug in image size computation.
2011-06-09 José FonsecaRetrace glConvolutionFilter*
2011-06-09 José FonsecaRecognize a few esoteric formats.
2011-06-09 José FonsecaRecognize uniform buffer object parameters.
2011-06-09 José FonsecaFix another fail value assertion.
2011-06-09 José FonsecaMore assorted description fixes.
2011-06-09 José FonsecaFix GL_ARB_sampler_objects description.
2011-06-08 José FonsecaFix assertion failure due to bad fail value.
2011-06-08 José FonsecaRemove duplicate glAddSwapHintRectWIN.
2011-06-08 José FonsecaRetrace glXCreateContextAttribsARB.
2011-06-08 José FonsecaAdd missing GLX extensions.
2011-06-08 José FonsecaAdd a bunch of missing GL extensions.
2011-06-08 José FonsecaA few improvements to the C declaration parser.
2011-06-08 José FonsecaDescribe a few GL 3 parameters.
2011-06-08 José Fonseca(Re)trace glClearBuffer*v properly.
2011-06-08 José FonsecaUniformize the debug messages.
2011-06-07 José FonsecaAdd some sanity checks to catch state clobering.
2011-06-07 José FonsecaRecognize a few more misc draw function names.
2011-06-07 José FonsecaUse the right framebuffer size also when generating...
2011-06-07 José FonsecaDo error checking in glCheckFramebufferStatus.
2011-06-07 José Fonsecatracediff: Allow to control the call limit.
2011-06-07 José FonsecaDump framebuffer images with their true size.
2011-06-06 José FonsecaMore accurate include/linkage in Mac OS X.
2011-06-06 José FonsecaDump framebuffer parameters.
2011-06-06 José FonsecaWarn instead of aborting for missing entry-points.
2011-06-06 José FonsecaRecognize CGLFlushDrawable as a swapbuffer.
2011-06-06 José FonsecaGenerate .tar.bz2 packages on Linux.
2011-06-05 José FonsecaAdjust default precision threshold.
2011-06-05 José FonsecaUse CMAKE_SHARED_LIBRARY_C_FLAGS instead of -fPIC.
2011-06-05 José FonsecaAccept python 2.7 too.
2011-06-04 José FonsecaFail when trace file in command line can't be openend.
2011-06-04 José FonsecaSet snapshot frequency with -c option too.
2011-06-04 José FonsecaScript to run glretrace in parallel, comparing generate...
2011-06-04 José Fonsecaformat.py is not executable.
2011-06-04 José FonsecaDon't generate redundant strings.
2011-06-04 José FonsecaPer thirdparty library CMakeLists.xt
2011-06-04 José FonsecaDon't generate import libraries for wrapper DLLs.
2011-06-04 José FonsecaTweak the include order to avoid symbol conflicts.
2011-06-04 José FonsecaUse -isystem to DirectX SDK headers on MinGW.
2011-06-04 José FonsecaRemove dead ImageMagick's compare invocation code.
2011-06-04 José FonsecaSpecify fuzz as a ratio instead of percentage.
2011-06-04 José FonsecaMore convenient debug output on scripts/trace.py
2011-06-04 José FonsecaTrace EXT_texture_from_pixmap.
2011-06-04 José FonsecaSupport glMulti*.
2011-06-04 José FonsecaSupport glMap*
2011-06-03 José FonsecaActually set double buffer as default...
2011-06-02 José FonsecaConsider glPixelStore state in image size computation.
2011-06-02 José FonsecaRecognize offsets instead of blobs when PBOs are bound.
2011-06-02 José FonsecaReset GL_PIXEL_PACK_BUFFER state too when reading images.
next