]> git.cworth.org Git - apitrace/shortlog
apitrace
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...
2011-11-27 José FonsecaAdd "apitrace repack" command.
2011-11-27 José FonsecaReturn read bytes in File::read().
2011-11-27 José FonsecaDon't call overridden virtual methods from the base...
2011-11-27 Kan-Ru ChenAlways try dlsym before get eglGetProcAddress
2011-11-27 José FonsecaAdd hyperlinks for non-ARB extensions too.
2011-11-26 José FonsecaRequire gles1 and gles2 modules for EGL support (fixes...
2011-11-25 José FonsecaFix GUI visualization of floating point values.
2011-11-25 José FonsecaTrace via "apitrace trace" command.
2011-11-25 Kan-Ru ChenRemove unused includes from trace_file.cpp
2011-11-25 José FonsecaAdd links to EXT_framebuffer_object spec.
2011-11-25 José FonsecaFix internalformat determination for renderbuffers.
2011-11-24 José FonsecaCleanup and generalize os string class.
2011-11-24 José FonsecaKill glsnapshot.
2011-11-24 Carl WorthParse doubles to a new Double class rather than to...
2011-11-24 Carl WorthTODO: Fix typo in the description of the range specific...
2011-11-24 José FonsecaPrevent segfault on glretrace crash (fixes issue #52).
2011-11-24 José FonsecaAbort on failure to open trace (fixes issue #50).
2011-11-23 Carl Worthsnapdiff: Drop the --version option
2011-11-23 Carl WorthAdd "apitrace diff-images" command
2011-11-17 Zack RusinEncode format as a member and not part of the label.
2011-11-17 José FonsecaFix MinGW-w64 build without DXSDK.
2011-11-17 José FonsecaAllow to enable/disable EGL support.
2011-11-17 José FonsecaIgnore generated files.
2011-11-17 José FonsecaFix whitespace in CMakeLists.txt.
2011-11-17 José FonsecaKeep Copyright lines together.
2011-11-17 José FonsecaDrop glPointSizePointerOES from eglimports.hpp.
2011-11-17 Chia-I Wugles: Fix retrace of eglCreateContext for GLES contexts
2011-11-17 Chia-I Wugles: Add eglretrace
2011-11-17 Chia-I Wugles: Add support for GLES retracing
2011-11-17 Chia-I Wuglws: Add EGL/Xlib-based implementation
2011-11-17 Chia-I Wuglws: Add support for profiles
2011-11-17 Chia-I Wuglws: Allow the attribute terminator to be specified
next