Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-20 | dxgitrace: Use com_ptr in d3d1[01]size.hpp. | José Fonseca | 3 | -8/+95 | |
The wrong object was being dereferenced. | |||||
2014-08-20 | dxgitrace: Take the miplevel in consideration for 3D texture mappings. | José Fonseca | 2 | -0/+2 | |
2014-08-15 | dxgitrace: Dump D3D11 queries data. | José Fonseca | 1 | -0/+24 | |
Just like D3D10 queries. | |||||
2014-08-15 | dxgitrace: Dump D3D10 queries data. | José Fonseca | 1 | -0/+24 | |
2014-08-14 | gltrace: Use a regex for GL draw function names. | José Fonseca | 1 | -1/+3 | |
More future proof. | |||||
2014-08-14 | gltrace: Drop support for user arrays in gl*Draw*Indirect*. | José Fonseca | 1 | -136/+0 | |
Untested, complicated, and utterly pointless (though I believe not strictly forbidden) use of GL API. | |||||
2014-08-13 | specs: Remove redundant _glTexImage*_size variants. | José Fonseca | 1 | -25/+0 | |
2014-07-17 | gltrace: Simplify _need_user_arrays. | José Fonseca | 1 | -0/+11 | |
2014-06-25 | cmake: Refactor all convenience library generation into a function. | José Fonseca | 1 | -5/+1 | |
2014-05-02 | Avoid unsafe cast. | José Fonseca | 1 | -2/+2 | |
2014-01-21 | gltrace: Fix the computation of image sizes. | José Fonseca | 1 | -4/+18 | |
The size, instead of being computed as image_height * row_stride should actually be size_of_first_row + (image_height - 1) * row_stride as tsondergaard explained in issue #208. | |||||
2013-07-13 | Remove the last helper for the old incomplete attrib_list support. | Andreas Hartmetz | 1 | -21/+0 | |
2013-07-13 | Remove the now unused _AttribList_size. | Andreas Hartmetz | 1 | -19/+0 | |
_AttribPairList_size is still used for WGL's float-based attribs. | |||||
2013-07-02 | common: Add platform #ifdefs for non-cmake build convenience. | Nigel Stewart | 2 | -0/+5 | |
The cmake CMakeLists.txt file has logic for including or excluding certain compilation units based on the platform: Windows, Linux or Mac OS X. Other build systems are not as clever, it is convenient to also wrap platform-specifics with #ifdef _WIN32 ... #endif to keep things simple on the build side. | |||||
2013-06-26 | d3d9trace: Improve D3D9 shader size computation. | José Fonseca | 1 | -3/+3 | |
Still not bullet proof, but better than before. | |||||
2013-06-20 | Several documentation fixes. | José Fonseca | 1 | -3/+3 | |
2013-05-30 | dxgi(re)trace: Organize mapping info into a structure. | José Fonseca | 3 | -36/+51 | |
2013-05-29 | support NV_path_rendering and indexed EXT_direct_state_access | Mark Kilgard | 1 | -0/+461 | |
2013-05-03 | d3d9trace: Fix D3DPT_TRIANGLEFAN vertex count computation. | José Fonseca | 1 | -1/+1 | |
2013-04-26 | gltrace: Handle even more formats in _gl_format_channels(). | José Fonseca | 1 | -4/+22 | |
The valid formats can be found by grepping 'Accepted by the <format> ' in OpenGL extension specs. These were all I could find. | |||||
2013-04-26 | gltrace: Recognize GL_*_INTEGER in _gl_format_channels (issue #123). | José Fonseca | 1 | -0/+11 | |
2013-04-15 | Gix MSVC build. | José Fonseca | 1 | -2/+2 | |
2013-04-14 | gltrace,glretrace: Better support for indirect draws from user memory. | José Fonseca | 1 | -4/+128 | |
Not really tested, though should be no worse than current situation. | |||||
2013-04-14 | gltrace: Respect all string length parameters. | José Fonseca | 1 | -13/+26 | |
2013-04-14 | gltrace: Handle negative lengths in glDebugMessageInsert* (issue 119). | José Fonseca | 1 | -0/+12 | |
2013-04-08 | gltrace: Handle negative lengths in glShaderSource* (issue #116). | José Fonseca | 1 | -0/+16 | |
2013-03-27 | Add per-directory synopsis. | José Fonseca | 1 | -0/+5 | |
2013-02-06 | d3dtrace: Recognize YV12 format. | José Fonseca | 1 | -0/+1 | |
2012-12-20 | gltrace/retrace: Full support for variable length parameters. | José Fonseca | 1 | -3/+11 | |
Such as GL_COMPRESSED_TEXTURE_FORMATS. | |||||
2012-11-27 | d3dtrace,d3dretrace: Move shader disassembly helpers to common location. | José Fonseca | 3 | -0/+248 | |
2012-11-20 | d3d10,d3d11: Take the UpdateSubresource box in full consideration. | José Fonseca | 2 | -0/+12 | |
2012-11-18 | d3d: And d3dcommonsize.hpp too. | José Fonseca | 1 | -0/+188 | |
sigh.. | |||||
2012-11-18 | d3d8: Add missing d3d8size.hpp file. | José Fonseca | 1 | -0/+235 | |
2012-11-18 | d3d8: Update specs to match d3d9. | José Fonseca | 1 | -150/+7 | |
And vice versa. | |||||
2012-11-17 | gltrace: Rely on polymorphism for indices instead of special case. | José Fonseca | 1 | -2/+8 | |
2012-11-11 | gl: Handle ClearBufferData blobs. | José Fonseca | 1 | -4/+20 | |
2012-11-11 | d3dretrace: Eliminate differences between d3d9/d3d10. | José Fonseca | 1 | -30/+30 | |
2012-11-07 | d3dretrace: Basic d3d10 support. | José Fonseca | 1 | -0/+2 | |
2012-11-07 | d3d11: Catch up with d3d10. | José Fonseca | 3 | -203/+442 | |
2012-11-04 | d3d10: Trace UpdateSubResource blobs. | José Fonseca | 1 | -0/+66 | |
2012-11-04 | d3d10trace: Fix 1D textures size calculations. | José Fonseca | 1 | -18/+125 | |
2012-11-04 | d3d10: Trace blobs for initial data. | José Fonseca | 1 | -21/+28 | |
2012-11-04 | d3d10: Take mip level in consideration. | José Fonseca | 1 | -5/+79 | |
2012-11-04 | Trace d3d10.x maps. | José Fonseca | 1 | -0/+193 | |
2012-11-03 | Rename d3dsize.hpp to d3d9size.hpp | José Fonseca | 1 | -3/+3 | |
2012-11-02 | gles: track gl buffer contents in a shadow buffer | Imre Deak | 1 | -1/+6 | |
This is needed since GLES/GLES2 don't support either glGetBufferSubData or glMapBufferOES. At the moment apitrace is only interested in GL_ELEMENT_ARRAY_BUFFER contents so don't track buffers of other types. Signed-off-by: Imre Deak <imre.deak@intel.com> | |||||
2012-10-19 | Handle GL_ARB_vertex_array_bgra better. | José Fonseca | 1 | -0/+8 | |
Size can be a symbolic constant GL_BGRA, instead of a numeric value. | |||||
2012-09-16 | trace: Fix alignment bug in computing image sizes. | José Fonseca | 1 | -12/+18 | |
Match precisely what the OpenGL spec says. Fixes the stride computation of RGB8. Based on discussion and code from Carl Worth and Paul Berry. | |||||
2012-08-08 | Update khronos headers. | José Fonseca | 1 | -14/+14 | |
2012-08-02 | Emit a fake glTexImage for glEGLImageTargetTexture2DOES. | José Fonseca | 3 | -103/+55 | |