From 56559a7479e1637b2572bf883d5a39b5aea161fb Mon Sep 17 00:00:00 2001 From: Alex Barney Date: Sun, 3 Mar 2019 18:57:34 -0600 Subject: [PATCH] Rename files --- .../Gal/OpenGL/{OGLCachedResource.cs => OglCachedResource.cs} | 0 .../Gal/OpenGL/{OGLConstBuffer.cs => OglConstBuffer.cs} | 0 .../Gal/OpenGL/{OGLEnumConverter.cs => OglEnumConverter.cs} | 0 Ryujinx.Graphics/Gal/OpenGL/{OGLExtension.cs => OglExtension.cs} | 0 Ryujinx.Graphics/Gal/OpenGL/{OGLLimit.cs => OglLimit.cs} | 0 Ryujinx.Graphics/Gal/OpenGL/{OGLPipeline.cs => OglPipeline.cs} | 0 .../Gal/OpenGL/{OGLRasterizer.cs => OglRasterizer.cs} | 0 .../Gal/OpenGL/{OGLRenderTarget.cs => OglRenderTarget.cs} | 0 Ryujinx.Graphics/Gal/OpenGL/{OGLRenderer.cs => OglRenderer.cs} | 0 Ryujinx.Graphics/Gal/OpenGL/{OGLShader.cs => OglShader.cs} | 0 .../Gal/OpenGL/{OGLShaderProgram.cs => OglShaderProgram.cs} | 0 .../Gal/OpenGL/{OGLStreamBuffer.cs => OglStreamBuffer.cs} | 0 Ryujinx.Graphics/Gal/OpenGL/{OGLTexture.cs => OglTexture.cs} | 0 .../Graphics3d/Texture/{ASTCDecoder.cs => AstcDecoder.cs} | 0 .../Graphics3d/Texture/{ASTCPixel.cs => AstcPixel.cs} | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename Ryujinx.Graphics/Gal/OpenGL/{OGLCachedResource.cs => OglCachedResource.cs} (100%) rename Ryujinx.Graphics/Gal/OpenGL/{OGLConstBuffer.cs => OglConstBuffer.cs} (100%) rename Ryujinx.Graphics/Gal/OpenGL/{OGLEnumConverter.cs => OglEnumConverter.cs} (100%) rename Ryujinx.Graphics/Gal/OpenGL/{OGLExtension.cs => OglExtension.cs} (100%) rename Ryujinx.Graphics/Gal/OpenGL/{OGLLimit.cs => OglLimit.cs} (100%) rename Ryujinx.Graphics/Gal/OpenGL/{OGLPipeline.cs => OglPipeline.cs} (100%) rename Ryujinx.Graphics/Gal/OpenGL/{OGLRasterizer.cs => OglRasterizer.cs} (100%) rename Ryujinx.Graphics/Gal/OpenGL/{OGLRenderTarget.cs => OglRenderTarget.cs} (100%) rename Ryujinx.Graphics/Gal/OpenGL/{OGLRenderer.cs => OglRenderer.cs} (100%) rename Ryujinx.Graphics/Gal/OpenGL/{OGLShader.cs => OglShader.cs} (100%) rename Ryujinx.Graphics/Gal/OpenGL/{OGLShaderProgram.cs => OglShaderProgram.cs} (100%) rename Ryujinx.Graphics/Gal/OpenGL/{OGLStreamBuffer.cs => OglStreamBuffer.cs} (100%) rename Ryujinx.Graphics/Gal/OpenGL/{OGLTexture.cs => OglTexture.cs} (100%) rename Ryujinx.Graphics/Graphics3d/Texture/{ASTCDecoder.cs => AstcDecoder.cs} (100%) rename Ryujinx.Graphics/Graphics3d/Texture/{ASTCPixel.cs => AstcPixel.cs} (100%) diff --git a/Ryujinx.Graphics/Gal/OpenGL/OGLCachedResource.cs b/Ryujinx.Graphics/Gal/OpenGL/OglCachedResource.cs similarity index 100% rename from Ryujinx.Graphics/Gal/OpenGL/OGLCachedResource.cs rename to Ryujinx.Graphics/Gal/OpenGL/OglCachedResource.cs diff --git a/Ryujinx.Graphics/Gal/OpenGL/OGLConstBuffer.cs b/Ryujinx.Graphics/Gal/OpenGL/OglConstBuffer.cs similarity index 100% rename from Ryujinx.Graphics/Gal/OpenGL/OGLConstBuffer.cs rename to Ryujinx.Graphics/Gal/OpenGL/OglConstBuffer.cs diff --git a/Ryujinx.Graphics/Gal/OpenGL/OGLEnumConverter.cs b/Ryujinx.Graphics/Gal/OpenGL/OglEnumConverter.cs similarity index 100% rename from Ryujinx.Graphics/Gal/OpenGL/OGLEnumConverter.cs rename to Ryujinx.Graphics/Gal/OpenGL/OglEnumConverter.cs diff --git a/Ryujinx.Graphics/Gal/OpenGL/OGLExtension.cs b/Ryujinx.Graphics/Gal/OpenGL/OglExtension.cs similarity index 100% rename from Ryujinx.Graphics/Gal/OpenGL/OGLExtension.cs rename to Ryujinx.Graphics/Gal/OpenGL/OglExtension.cs diff --git a/Ryujinx.Graphics/Gal/OpenGL/OGLLimit.cs b/Ryujinx.Graphics/Gal/OpenGL/OglLimit.cs similarity index 100% rename from Ryujinx.Graphics/Gal/OpenGL/OGLLimit.cs rename to Ryujinx.Graphics/Gal/OpenGL/OglLimit.cs diff --git a/Ryujinx.Graphics/Gal/OpenGL/OGLPipeline.cs b/Ryujinx.Graphics/Gal/OpenGL/OglPipeline.cs similarity index 100% rename from Ryujinx.Graphics/Gal/OpenGL/OGLPipeline.cs rename to Ryujinx.Graphics/Gal/OpenGL/OglPipeline.cs diff --git a/Ryujinx.Graphics/Gal/OpenGL/OGLRasterizer.cs b/Ryujinx.Graphics/Gal/OpenGL/OglRasterizer.cs similarity index 100% rename from Ryujinx.Graphics/Gal/OpenGL/OGLRasterizer.cs rename to Ryujinx.Graphics/Gal/OpenGL/OglRasterizer.cs diff --git a/Ryujinx.Graphics/Gal/OpenGL/OGLRenderTarget.cs b/Ryujinx.Graphics/Gal/OpenGL/OglRenderTarget.cs similarity index 100% rename from Ryujinx.Graphics/Gal/OpenGL/OGLRenderTarget.cs rename to Ryujinx.Graphics/Gal/OpenGL/OglRenderTarget.cs diff --git a/Ryujinx.Graphics/Gal/OpenGL/OGLRenderer.cs b/Ryujinx.Graphics/Gal/OpenGL/OglRenderer.cs similarity index 100% rename from Ryujinx.Graphics/Gal/OpenGL/OGLRenderer.cs rename to Ryujinx.Graphics/Gal/OpenGL/OglRenderer.cs diff --git a/Ryujinx.Graphics/Gal/OpenGL/OGLShader.cs b/Ryujinx.Graphics/Gal/OpenGL/OglShader.cs similarity index 100% rename from Ryujinx.Graphics/Gal/OpenGL/OGLShader.cs rename to Ryujinx.Graphics/Gal/OpenGL/OglShader.cs diff --git a/Ryujinx.Graphics/Gal/OpenGL/OGLShaderProgram.cs b/Ryujinx.Graphics/Gal/OpenGL/OglShaderProgram.cs similarity index 100% rename from Ryujinx.Graphics/Gal/OpenGL/OGLShaderProgram.cs rename to Ryujinx.Graphics/Gal/OpenGL/OglShaderProgram.cs diff --git a/Ryujinx.Graphics/Gal/OpenGL/OGLStreamBuffer.cs b/Ryujinx.Graphics/Gal/OpenGL/OglStreamBuffer.cs similarity index 100% rename from Ryujinx.Graphics/Gal/OpenGL/OGLStreamBuffer.cs rename to Ryujinx.Graphics/Gal/OpenGL/OglStreamBuffer.cs diff --git a/Ryujinx.Graphics/Gal/OpenGL/OGLTexture.cs b/Ryujinx.Graphics/Gal/OpenGL/OglTexture.cs similarity index 100% rename from Ryujinx.Graphics/Gal/OpenGL/OGLTexture.cs rename to Ryujinx.Graphics/Gal/OpenGL/OglTexture.cs diff --git a/Ryujinx.Graphics/Graphics3d/Texture/ASTCDecoder.cs b/Ryujinx.Graphics/Graphics3d/Texture/AstcDecoder.cs similarity index 100% rename from Ryujinx.Graphics/Graphics3d/Texture/ASTCDecoder.cs rename to Ryujinx.Graphics/Graphics3d/Texture/AstcDecoder.cs diff --git a/Ryujinx.Graphics/Graphics3d/Texture/ASTCPixel.cs b/Ryujinx.Graphics/Graphics3d/Texture/AstcPixel.cs similarity index 100% rename from Ryujinx.Graphics/Graphics3d/Texture/ASTCPixel.cs rename to Ryujinx.Graphics/Graphics3d/Texture/AstcPixel.cs