VS2010 buildfixes
changeset 84ae1b18fdfe branch bookmark tag user Ethan Lee <flibitijibibo@flibitijibibo.com> description VS2010 buildfixes files mojoshader_internal.h
View ArticleReorganize profiles into their own files
changeset b8ece252a201 branch bookmark tag user Caleb Cornett <caleb.cornett@outlook.com> description Reorganize profiles into their own files files...
View Article[default] Move the visibility pragmas below the includes.
changeset eb1e5280a5a9 branch default bookmark tag tip user Ethan Lee <flibitijibibo@flibitijibibo.com> description Move the visibility pragmas below the includes. This fixes some possible...
View ArticleFixed macro clashing with crt function name in MSVC 2015 and newer.
changeset 2ca303e50e27 branch bookmark tag user Martin Krošlák <kroslakma@gmail.com> description Fixed macro clashing with crt function name in MSVC 2015 and newer. files mojoshader_internal.h
View Article[default] Disable COMPILER_SUPPORT by default
changeset 3e07483a681c branch default bookmark tag tip user Ethan Lee <flibitijibibo@flibitijibibo.com> description Disable COMPILER_SUPPORT by default files CMakeLists.txt
View ArticleReturn after printing gl_FrontFacing variable, it does not need a define
changeset 825944b0dbfc branch bookmark tag user Ethan Lee <flibitijibibo@flibitijibibo.com> description Return after printing gl_FrontFacing variable, it does not need a define files...
View ArticleMatrix members inside struct parameters are also valid
changeset 21422b28cfd4 branch bookmark tag user Ethan Lee <flibitijibibo@flibitijibibo.com> description Matrix members inside struct parameters are also valid files mojoshader_effects.c
View ArticleReturn statements for effectFind functions
changeset 59d969911962 branch bookmark tag user Ethan Lee <flibitijibibo@flibitijibibo.com> description Return statements for effectFind functions files mojoshader_effects.c
View ArticleAssert on unknown operand type (thanks Kate!)
changeset 8073819b258d branch bookmark tag user Ethan Lee <flibitijibibo@flibitijibibo.com> description Assert on unknown operand type (thanks Kate!) files mojoshader.c
View Article[default] Assert of unknown GLSL shader type (thanks Kate!)
changeset c4a393403859 branch default bookmark tag tip user Ethan Lee <flibitijibibo@flibitijibibo.com> description Assert of unknown GLSL shader type (thanks Kate!) files mojoshader_opengl.c
View ArticleOnly use gl_TexCoord for index values < 4
changeset 888630594fb5 branch bookmark tag user Ethan Lee <flibitijibibo@flibitijibibo.com> description Only use gl_TexCoord for index values < 4 files profiles/mojoshader_profile_glsl.c
View ArticleTabbing fix
changeset 2e37299b13d8 branch bookmark tag user Ethan Lee <flibitijibibo@flibitijibibo.com> description Tabbing fix files mojoshader.h
View Article[default] Replace glProgramViewportFlip with glProgramViewportInfo
changeset c586d4590241 branch default bookmark tag tip user Ethan Lee <flibitijibibo@flibitijibibo.com> description Replace glProgramViewportFlip with glProgramViewportInfo files...
View Article[default] Remove the floor from vpos calculation
changeset 74c594099cba branch default bookmark tag tip user Ethan Lee <flibitijibibo@flibitijibibo.com> description Remove the floor from vpos calculation files profiles/mojoshader_profile_glsl.c
View ArticleGLSL: Implement texldl instruction
changeset 124155bb9bed branch bookmark tag user Katelyn Gadd <kg@luminance.org> description GLSL: Implement texldl instruction files profiles/mojoshader_profile.hprofiles/mojoshader_profile_glsl.c
View Article[default] Split up glsl_texld, dramatically simplifies texldd/texldl
changeset dc86dc29d124 branch default bookmark tag tip user Ethan Lee <flibitijibibo@flibitijibibo.com> description Split up glsl_texld, dramatically simplifies texldd/texldl files...
View Article[default] Follow texture2DLod/ARB_shader_texture_lod spec more aggressively
changeset 5887634ea695 branch default bookmark tag tip user Ethan Lee <flibitijibibo@flibitijibibo.com> description Follow texture2DLod/ARB_shader_texture_lod spec more aggressively files...
View ArticleFix USAGE_FOG for glsles, index values > 0
changeset 8e9fb483f4d4 branch bookmark tag user Ethan Lee <flibitijibibo@flibitijibibo.com> description Fix USAGE_FOG for glsles, index values > 0 files profiles/mojoshader_profile_glsl.c
View ArticleUSAGE_FOG is a float, not a vec4
changeset 9d725de6c61c branch bookmark tag user Ethan Lee <flibitijibibo@flibitijibibo.com> description USAGE_FOG is a float, not a vec4 files profiles/mojoshader_profile_glsl.c
View ArticleHandle MOJOSHADER_USAGE_NORMAL in Metal profile
changeset 065dcf3eed9c branch bookmark tag user Caleb Cornett <caleb.cornett@outlook.com> description Handle MOJOSHADER_USAGE_NORMAL in Metal profile files profiles/mojoshader_profile_metal.c
View Article