]> git.cworth.org Git - apitrace/shortlog
apitrace
2012-01-10 José FonsecaMerge branch 'trace-threads'
2012-01-10 José FonsecaFix Win64 build.
2012-01-10 José FonsecaTrace GLX_MESA_swap_control.
2012-01-10 José FonsecaHandle ARB_texture_compression parameters.
2012-01-10 José FonsecaSupport all buffer targets from OpenGL 4.2.
2012-01-07 Michel DänzerFix SnappyFile::rawGetc() on big endian hosts.
2011-12-27 José FonsecaMove mutex abstraction to os_thread.hpp.
2011-12-27 José FonsecaMove local writer definitions to a separate header...
2011-12-23 José Fonsecacmake: Link against pthread.
2011-12-23 José FonsecaMore helpful messages on exceptions inside apitrace...
2011-12-23 José FonsecaUse AddVectoredExceptionHandler
2011-12-22 José FonsecaUse thread local storage to specify unique and low...
2011-12-22 José FonsecaFirst stab at tracing thread IDs.
2011-12-22 Arnaud VracAdd missing OpenGL ES extensions
2011-12-20 Arnaud VracMake eglretrace.cpp depend on gles api spec
2011-12-20 Arnaud VracMake X11 dependency optional on Linux
2011-12-19 Arnaud VracParse static array types in prototypes in gltxt.py
2011-12-19 Arnaud VracParse prototypes with no parameters in gltxt.py
2011-12-19 Arnaud VracParse C comments around prototypes in gltxt.py
2011-12-14 José FonsecaFilter to mitigate rasterization differences.
2011-12-13 José Fonsecasnapdiff: Compare .bmp images too.
2011-12-13 José Fonsecasnapdiff: Add option to consider alpha when comparing...
2011-12-13 José FonsecaApproximate comparison for floats.
2011-12-12 José FonsecaFix name clash & typo on dump flags.
2011-12-11 José FonsecaMove trace dumping to a separate module. Add option...
2011-12-11 José FonsecaStrip (non-standard) JSON comments.
2011-12-11 José FonsecaFail image comparison when there is a size mismatch.
2011-12-11 José FonsecaSimple buffer overflow detection on glGet*.
2011-12-11 José FonsecaMention PIL requirement.
2011-12-11 Remi GilligFix typos in glparams.py causing stack corruption in...
2011-12-11 José FonsecaTrace enum signatures as a whole.
2011-12-10 José FonsecaPlug leak.
2011-12-10 José FonsecaUpdate to-do.
2011-12-10 José FonsecaAdd missing signal.h include.
2011-12-10 José FonsecaUpdate some news.
2011-12-10 José FonsecaUse less on `apitrace dump`.
2011-12-10 José FonsecaFilter verbose calls on glretrace too.
2011-12-09 José FonsecaWorkaround a crash on MacOSX when reading the SAMPLER_B...
2011-12-09 José FonsecaSupport creating GL 3.2 contexts on MacOSX.
2011-12-09 José FonsecaCleanup texture environment state dumping.
2011-12-09 José FonsecaIgnore zero area viewports.
2011-12-08 Alexandros... Try to guess the proper visual to use for EGL contexts...
2011-12-08 Alexandros... Create a Visual for each Profile.
2011-12-08 Alexandros... Try to find the best matching EGL visual according...
2011-12-08 Alexandros... Add 'profile' parameter to glws::createVisual().
2011-12-08 José Fonsecacmake: Link (e)glretrace against dl.
2011-12-07 José Fonsecacmake: Wrap glproc.hpp in a target to prevent concurren...
2011-12-07 José Fonsecacmake: Be more concise with the glproc.hpp dependency.
2011-12-07 José Fonsecajsondiff: Try to be more accurate w/ commas/newlines.
2011-12-07 Chia-I Wuegl: Add EGLAttribList for attribute lists
2011-12-07 Chia-I Wuegl: Remove unneeded _EGLBoolean
2011-12-07 Chia-I Wuegl: Add missing enum values
2011-12-07 Chia-I Wuegl: Merge various enum types
2011-12-07 José FonsecaEscape JSON strings correctly in jsondiff.py
2011-12-07 Chia-I Wuegl: trace EGL_NV_system_time
2011-12-07 Chia-I Wuegl: trace EGL_NV_coverage_sample_resolve
2011-12-07 Chia-I Wuegl: trace EGL_ANGLE_query_surface_pointer and family
2011-12-07 Chia-I Wuegl: trace EGL_NV_post_sub_buffer
2011-12-07 Chia-I Wuegl: trace EGL_MESA_drm_image
2011-12-07 Chia-I Wuegl: trace EGL_HI_clientpixmap and EGL_HI_colorformats
2011-12-07 Chia-I Wuegl: trace EGL_NV_sync
2011-12-07 Chia-I Wuegl: trace EGL_NV_depth_nonlinear
2011-12-07 Chia-I Wuegl: trace EGL_NV_coverage_sample
2011-12-07 Chia-I Wuegl: trace EGL_IMG_context_priority
2011-12-07 Chia-I Wuegl: trace EGL_KHR_reusable_sync and EGL_KHR_fence_sync
2011-12-07 Chia-I Wuegl: trace EGL_KHR_image_base and family
2011-12-07 Chia-I Wuegl: trace EGL_KHR_lock_surface and EGL_KHR_lock_surface2
2011-12-05 José FonsecaRemove duplicate pthread linkage.
2011-12-05 José FonsecaWorkaround weird issue with gdb and dlopen'ed libpthread.so
2011-12-05 José FonsecaAdd option to request an Opengl 3.2 core profile context.
2011-12-04 José FonsecaAdd option for jsondiff to ignore new state.
2011-12-04 José FonsecaFix snapdiff ae method.
2011-12-03 zackrMerge pull request #61 from prahal/gui-edit
2011-12-03 José FonsecaInclude unistd.h for symlink.
2011-12-03 José FonsecaMerge branch 'glproc-cleanup'
2011-12-03 Alexandros... Cast native types to EGL types when calling EGL functions.
2011-12-03 Alexandros... Use libGLESv2.so.2 as the OpenGL ES 2.0 library SONAME.
2011-12-02 José FonsecaFix typo in previous commit.
2011-12-02 José FonsecaFix build on certain mingw versions.
2011-12-02 José FonsecaIntroduce call flags.
2011-12-02 José FonsecaMake the GLenum_int hack for MacOS robust against inclu...
2011-12-02 José FonsecaTry to do the right thing with EGL symbols.
2011-12-02 Alban Browaeysgui: let the edit mode work.
2011-12-01 José FonsecaFix glretrace on MacOSX.
2011-12-01 José FonsecaMake the GLenum_int hack for MacOS robust against inclu...
2011-12-01 José FonsecaCleanup glproc.
2011-12-01 Alexandros... Don't call GLX functions when compiling the EGL retracer.
2011-12-01 Alexandros... Produce dispatchers for all functions, even in retrace...
2011-12-01 José FonsecaDon't free fbconfig.
2011-12-01 José FonsecaReplace dynamic casts with static on glws.
2011-12-01 José FonsecaMake gltxt.py obbey prefix option for types too.
2011-12-01 José FonsecaMinor cleanups and better documentation for the spec...
2011-11-29 José FonsecaUpdate docs.
2011-11-29 José FonsecaSupport 'apitrace diff-images' on Windows.
2011-11-29 José FonsecaUpdate glws Cocoa bindings too.
2011-11-29 José FonsecaRefactor the code to find scripts.
2011-11-29 José FonsecaInstall snapdiff.py as well.
2011-11-28 José FonsecaCache context profile in glws::Context.
2011-11-27 José FonsecaAllow to retrace with EGL too.
2011-11-27 José FonsecaAllow to specify an initial call no in the qapitrace...
next