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