Sort register lists by register type first, then register number.
Sort register lists by register type first, then register number. This groups all the registers by type first, which is useful for packing heterogeneous uniform buffers later.
View ArticleA bunch of fixes for bugs that that American Fuzzy Lop exposed.
changeset 8abc040525ed branch bookmark tag user Ryan C. Gordon <icculus@icculus.org> description A bunch of fixes for bugs that that American Fuzzy Lop exposed. http://lcamtuf.coredump.cx/afl/...
View Article[default] Count constant arrays for the uniform_count. Fixes buffer overflow.
changeset b873f3b0f838 branch default bookmark tag tip user Ryan C. Gordon <icculus@icculus.org> description Count constant arrays for the uniform_count. Fixes buffer overflow. This one got...
View ArticleAlways return a non-NULL pointer for malloc(0).
changeset 179ffe99c57f branch bookmark tag user Ryan C. Gordon <icculus@icculus.org> description Always return a non-NULL pointer for malloc(0). Some C runtimes, like musl, will return NULL in...
View ArticleMinor fixes from FNA branch
changeset ec44ee868688 branch bookmark tag user Ethan Lee <flibitijibibo@flibitijibibo.com> description Minor fixes from FNA branch files mojoshader.cmojoshader_effects.c
View ArticleRemove builtins hack for glsles
changeset 62922fc6abe9 branch bookmark tag user Ethan Lee <flibitijibibo@flibitijibibo.com> description Remove builtins hack for glsles files mojoshader.c
View ArticleUse param name ptr for sampler_name
changeset 7ff14b0252a0 branch bookmark tag user Ethan Lee <flibitijibibo@flibitijibibo.com> description Use param name ptr for sampler_name files mojoshader_effects.c
View ArticleRead SYMTYPE_TEXTURE* large objs and read their names (thanks Maik!)
changeset b5c8483ff647 branch bookmark tag user Ethan Lee <flibitijibibo@flibitijibibo.com> description Read SYMTYPE_TEXTURE* large objs and read their names (thanks Maik!) files...
View ArticleAdd COMPILER_SUPPORT CMake flag, do not build effect/compiler files if disabled
changeset 0687a8d78a54 branch bookmark tag user Ethan Lee <flibitijibibo@flibitijibibo.com> description Add COMPILER_SUPPORT CMake flag, do not build effect/compiler files if disabled files...
View Article[default] Move zeromalloc trickery to internal malloc/free functions
changeset 25000edc0176 branch default bookmark tag tip user Ethan Lee <flibitijibibo@flibitijibibo.com> description Move zeromalloc trickery to internal malloc/free functions files...
View ArticleflibitCommit test...
changeset 9aaae21251bc branch bookmark tag user Ethan Lee <flibitijibibo@flibitijibibo.com> description flibitCommit test... files README.txt
View ArticleLoop register should not have swizzling
changeset 51de95edd697 branch bookmark tag user Ethan Lee <flibitijibibo@flibitijibibo.com> description Loop register should not have swizzling files mojoshader.c
View ArticleCMake: Make Hg dependency optional (thanks Chad!)
changeset f2ecd5032ffe branch bookmark tag user Ethan Lee <flibitijibibo@flibitijibibo.com> description CMake: Make Hg dependency optional (thanks Chad!) files CMakeLists.txt
View ArticleiOS support (thanks Caleb!)
changeset 706e4d246ca1 branch bookmark tag user Ethan Lee <flibitijibibo@flibitijibibo.com> description iOS support (thanks Caleb!) files CMakeLists.txtmojoshader_internal.hmojoshader_opengl.c
View Article[default] gl_Position only works for POSITION0
changeset 4decf307c228 branch default bookmark tag tip user Ethan Lee <flibitijibibo@flibitijibibo.com> description gl_Position only works for POSITION0 files mojoshader.c
View ArticleAdd PROFILE_GLSLES CMake option
changeset 3948d7f5b4ff branch bookmark tag user Caleb Cornett <caleb.cornett@outlook.com> description Add PROFILE_GLSLES CMake option files CMakeLists.txt
View Article[default] Apply some MSC_VER special cases to WIN32 as well (thanks Vincent!)
changeset f4ef8606c68d branch default bookmark tag tip user Ethan Lee <flibitijibibo@flibitijibibo.com> description Apply some MSC_VER special cases to WIN32 as well (thanks Vincent!) files...
View ArticleCopypaste typo fix
changeset 906becfc1042 branch bookmark tag user Ethan Lee <flibitijibibo@flibitijibibo.com> description Copypaste typo fix files mojoshader_opengl.c
View ArticleSkip GL_PROGRAM_POINT_SIZE for ES contexts
changeset 4883fc7d3751 branch bookmark tag user Ethan Lee <flibitijibibo@flibitijibibo.com> description Skip GL_PROGRAM_POINT_SIZE for ES contexts files mojoshader_opengl.c
View Article