Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-17 | specs: Use DECLARE_HANDLE where applicable. | Jose Fonseca | 1 | -7/+7 | |
2015-07-17 | specs: Remove d3dcommon. | Jose Fonseca | 3 | -230/+102 | |
Just fold into the respective d3d10/d3d11 modules. | |||||
2015-07-17 | specs: Update/cleanup dxgi/d3d11 specs. | Jose Fonseca | 2 | -484/+24 | |
2015-07-16 | dxgitrace,dxgiretrace: Preliminary D3D11 video support. | Jose Fonseca | 2 | -0/+770 | |
2015-07-16 | dxgiretrace: Handle IDXGIKeyedMutex better. | Jose Fonseca | 1 | -2/+2 | |
2015-07-16 | d3dtrace: Trace the actual DXVA2 API calls. | Jose Fonseca | 1 | -0/+458 | |
As opposed to internal interfaces. | |||||
2015-07-08 | specs: Dump D2D and DXVA2 error codes. | Jose Fonseca | 2 | -3/+3 | |
2015-06-29 | specs: Add missing glGetPointervKHR prototype. | Jose Fonseca | 1 | -2/+1 | |
2015-06-27 | egltrace: Properly support KHR_debug on ES. | Jose Fonseca | 2 | -0/+13 | |
KHR_debug spec states that on OpenGL ES all entrypoints should have KHR suffixes. | |||||
2015-06-25 | specs: Add type info for GL_TIMESTAMP. | Jose Fonseca | 1 | -1/+1 | |
2015-06-25 | d3dretrace: Dont retrace GetDC/ReleaseDC. | Jose Fonseca | 1 | -2/+2 | |
2015-06-22 | wgltrace: Recognize a few more WGLCreatePbufferARBAttribs attributes. | Jose Fonseca | 1 | -1/+7 | |
2015-06-22 | specs: Minor tweaks to D3D7 specs. | Jose Fonseca | 1 | -4/+6 | |
2015-06-22 | eglretrace: Leverage EGL_EXT_platform_x11 where available. | José Fonseca | 2 | -0/+13 | |
I was hoping this would help with NVIDIA EGL on Linux but it did not. | |||||
2015-06-10 | specs: Ensure that constant array lengths are always of integer type. | Jose Fonseca | 5 | -9/+22 | |
And not a string with an integer expression. | |||||
2015-06-02 | Revert "glxtrace: Handle GLX_FBCONFIG_ID_SGIX." | Jose Fonseca | 1 | -1/+0 | |
This reverts commit f2d48897a289b711d30ae98fe3179d349f833353. | |||||
2015-06-02 | glxtrace: Handle GLX_FBCONFIG_ID_SGIX. | Jose Fonseca | 1 | -0/+1 | |
2015-05-27 | specs: Add a few more GL_EXT_* prototypes. | Jose Fonseca | 1 | -3/+23 | |
2015-05-27 | specs: Fix glGetnUniformdv spec. | Jose Fonseca | 1 | -1/+1 | |
2015-05-27 | specs: Update NV_path_rendering functions. | Kimmo Kinnunen | 1 | -1/+16 | |
Update NV_path_rendering functions from newer GL specifications. The functions are used in Skia open source graphics library now. | |||||
2015-05-27 | specs: Add support for NV_framebuffer_mixed_samples. | Kimmo Kinnunen | 1 | -0/+5 | |
This is used in Skia open source graphics library. | |||||
2015-05-27 | specs: Add support for KHR_blend_equation_advanced. | Kimmo Kinnunen | 1 | -0/+3 | |
This is used in Skia open source graphics library. | |||||
2015-05-27 | glretrace: Add support for EXT_raster_multisample | Kimmo Kinnunen | 1 | -0/+3 | |
This is used in Skia open source graphics library. | |||||
2015-05-26 | khronos: Update headers. | Jose Fonseca | 2 | -11/+27 | |
2015-05-20 | d3dtrace,d3dretrace: Fix set/get pallet entries. | Jose Fonseca | 3 | -6/+6 | |
These methods take multiple entries. | |||||
2015-05-20 | d3dtrace,d3dretrace: Fix clears with multiple rects. | Jose Fonseca | 4 | -5/+5 | |
2015-05-20 | d3dtrace,d3dretrace: Fix Set/GetClipPlane specs. | Jose Fonseca | 3 | -6/+6 | |
Plane equations consist of 4 floats. | |||||
2015-04-29 | glstate: Ditto for GL_TEXTURE_LOD_BIAS and GL_TEXTURE_MAX_ANISOTROPY_EXT. | Jose Fonseca | 1 | -2/+2 | |
2015-04-29 | glstate: Dump GL_TEXTURE_SRGB_DECODE_EXT for samplers. | Min-Yu Huang | 1 | -1/+1 | |
2015-04-21 | egltrace: Ignore unwritten configs in eglGet/ChooseConfigs. | Jose Fonseca | 1 | -2/+2 | |
2015-04-21 | cgltrace: Support CGLProfiler.h enums. | Jose Fonseca | 1 | -0/+47 | |
2015-04-10 | specs: Add link to D3DPERF_* reference. | Jose Fonseca | 1 | -0/+1 | |
Not easy to find after Microsoft integrated DXSDK into Windows SDK and wiped out all DXSDK docs from MSDN... | |||||
2015-04-02 | glretrace: Avoid dumping GL_ATOMIC_COUNTER_BUFFER_BINDING. | José Fonseca | 1 | -1/+2 | |
Issue #332. | |||||
2015-03-14 | specs: Drop D3D11 shader reflection specs. | Jose Fonseca | 1 | -186/+0 | |
These interfaces are totally disjoint from D3D11 rendering ones, and are meant for retrospection so no much point tracing them. | |||||
2015-03-14 | specs: Merge dxgitype and dxgiformat into dxgi. | Jose Fonseca | 4 | -257/+200 | |
2015-03-14 | specs: Merge d3d10_1 and d3d10misc modules into d3d10. | Jose Fonseca | 4 | -175/+110 | |
Less depencies to maintain in CMakeLists.txt. | |||||
2015-03-12 | specs: Add a few other missing WGL attributes. | José Fonseca | 1 | -0/+10 | |
2015-03-12 | specs: Add WGL_DRAW_TO_PBUFFER_ARB to WGLPixelFormatAttribsList. | José Fonseca | 1 | -0/+1 | |
As pointed out by Bimal Poddar. | |||||
2015-02-19 | specs: Handle HRESULTS better. | José Fonseca | 1 | -20/+29 | |
Particularly for DXGI + D3D10/11 errors, which end up appearing indiscriminately. | |||||
2015-02-19 | specs: Don't retrace IDXGIFactory::MakeWindowAssociation. | José Fonseca | 1 | -1/+1 | |
Seems to do no good, and potentially cause troubles. | |||||
2015-02-12 | specs: Ensure IDirectDrawSurface2 and IDirectDrawSurface3 are wrapped | Bastien Bouclet | 1 | -3/+8 | |
2015-02-07 | specs: Support D3D11.2. | José Fonseca | 2 | -11/+93 | |
2015-02-07 | specs: Squash d3d11_1.py into d3d11.py | José Fonseca | 2 | -178/+149 | |
2015-02-06 | dxgiretrace: Replay SetPrivateData(WKPDID_D3DDebugObjectName) methods | José Fonseca | 1 | -2/+2 | |
2015-02-06 | dxgitrace: Trace D3DPERF_* functions too. | José Fonseca | 1 | -3/+9 | |
2015-01-29 | specs: Better describe a few more parameters. | José Fonseca | 1 | -35/+35 | |
2015-01-29 | specs: Fix GL_PROGRAM_BINARY_RETRIEVABLE_HINT description. | José Fonseca | 1 | -1/+1 | |
2015-01-26 | d2d1trace: Fix ID2D1RenderTarget::DrawText spec. | José Fonseca | 1 | -1/+1 | |
2015-01-24 | glxtrace: Support GLX_MESA_query_renderer. | Jose Fonseca | 1 | -8/+33 | |
2015-01-24 | specs: Add a few more extensions. | Jose Fonseca | 1 | -1/+43 | |
Used by GLEW. |