c1b7340023
* Timing: Optimize Timestamp Aquisition Currently, we make use of Environment.TickCount in a number of places. This has some downsides, mainly being that the TickCount is a signed 32-bit integer, and has an effective limit of ~25 days before overflowing and wrapping around. Due to the signed-ness of the value, this also caused issues with negative numbers. This resolves these issues by using a 64-bit tick count obtained from Performance Counters (via the Stopwatch class). This has a beneficial side effect of being significantly more accurate than the TickCount. * Timing: Rename ElapsedTicks to ElapsedMilliseconds and expose TicksPerX * Timing: Some style changes * Timing: Align static variable initialization |
||
---|---|---|
.. | ||
OpenGL | ||
Shader | ||
EmbeddedResource.cs | ||
GalBlendEquation.cs | ||
GalBlendFactor.cs | ||
GalClearBufferFlags.cs | ||
GalColorF.cs | ||
GalComparisonOp.cs | ||
GalCullFace.cs | ||
GalFrontFace.cs | ||
GalImage.cs | ||
GalImageFormat.cs | ||
GalIndexFormat.cs | ||
GalMemoryLayout.cs | ||
GalPipelineState.cs | ||
GalPrimitiveType.cs | ||
GalShaderType.cs | ||
GalStencilOp.cs | ||
GalSurfaceFormat.cs | ||
GalTextureFilter.cs | ||
GalTextureFormat.cs | ||
GalTextureMipFilter.cs | ||
GalTextureSampler.cs | ||
GalTextureSource.cs | ||
GalTextureType.cs | ||
GalTextureWrap.cs | ||
GalVertexAttrib.cs | ||
GalVertexAttribSize.cs | ||
GalVertexAttribType.cs | ||
GalVertexBinding.cs | ||
GalZetaFormat.cs | ||
IGalConstBuffer.cs | ||
IGalMemory.cs | ||
IGalPipeline.cs | ||
IGalRasterizer.cs | ||
IGalRenderer.cs | ||
IGalRenderTarget.cs | ||
IGalShader.cs | ||
IGalTexture.cs | ||
ShaderDeclInfo.cs | ||
ShaderDumper.cs | ||
ShaderException.cs |