Mercurial
Mercurial
>
icculus
>
mojoshader
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-1000
-300
-100
-60
+60
+100
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Allow finderrors to troll through subdirectories.
2014-02-25, by Ryan C. Gordon
Fixed Windows file finding.
2014-02-25, by Ryan C. Gordon
Fixed buffer overflow.
2014-02-25, by Ryan C. Gordon
Support OpenGL 3.0 and later.
2014-02-21, by Ryan C. Gordon
Moved to SDL2.
2014-02-21, by Ryan C. Gordon
Static analysis fix.
2014-02-07, by Ryan C. Gordon
Assembler: Pixel shader DCL opcodes only specify usage for samplers.
2013-05-17, by Ryan C. Gordon
Fixed whitespace.
2013-05-17, by Ryan C. Gordon
Assembler: support ps_1_1 TEX instruction.
2013-04-24, by Ryan C. Gordon
Fixed compiler warning.
2013-04-17, by Ryan C. Gordon
Optimizations to preprocessor's find_define().
2013-04-17, by Ryan C. Gordon
Added a unit test for the previous commit.
2013-04-16, by Ryan C. Gordon
Let "#if ((0) + (1) < 2)" understand that '+' isn't a unary operation.
2013-04-16, by Ryan C. Gordon
Don't use the extension entry point glGetInfoLogARB() in the core GL2 path.
2013-03-25, by Ryan C. Gordon
Leak fix: delete GLSL shader objects if we fail to compile.
2013-03-23, by Ryan C. Gordon
Fix (or just change?) how we report comments vs newlines.
2013-02-15, by Ryan C. Gordon
Only turn on whitespace/comment reporting when not in a preprocessor handler.
2013-02-15, by Ryan C. Gordon
Allow preprocessor to pass through comments, like GNU cpp does.
2013-02-14, by Ryan C. Gordon
Let the preprocessor work more like C, without the Microsoft tools' quirks.
2013-02-14, by Ryan C. Gordon
Patched to compile (thanks, Alexander!).
2012-11-02, by Ryan C. Gordon
Whoops, dropped last extension from the list in legacy GL extension codepath.
2012-10-10, by Ryan C. Gordon
Allow looking up OpenGL extensions in the way appropriate for GL3+.
2012-10-10, by Ryan C. Gordon
Added stringcache_iscached().
2012-10-10, by Ryan C. Gordon
Cleaned out a compiler warning for now.
2012-10-10, by Ryan C. Gordon
Upgraded to newer glext.h
2012-10-10, by Ryan C. Gordon
Fixed logic error.
2012-09-17, by Ryan C. Gordon
Fixed a typo in the docs.
2012-09-17, by Ryan C. Gordon
Some static analysis fixes from Clang 4.0.
2012-08-03, by Ryan C. Gordon
Don't call GL entry points once we've blanked their pointers out.
2012-06-07, by Ryan C. Gordon
GLSL and ARB1: Make sure Shader Model 1 TEX opcode handles non-2D textures.
2012-05-29, by Ryan C. Gordon
ARB1: Make TEXM3X3* opcodes able to handle Cubemap or Volume samplers.
2012-05-29, by Ryan C. Gordon
GLSL: Make TEXM3X3* opcodes able to handle Cubemap or Volume samplers.
2012-05-29, by Ryan C. Gordon
More work on sampler remapping...3D should probably default to cubemaps, etc.
2012-05-29, by Ryan C. Gordon
Fixed NULL pointer access when linking without both a vertex and pixel shader.
2012-05-29, by Ryan C. Gordon
Allow sampler type remapping.
2012-05-29, by Ryan C. Gordon
arb1 TEXM3X3SPEC fix: apparently, arb1 doesn't have a DIV instruction.
2012-05-19, by Ryan C. Gordon
GLSL and ARB1: Implemented TEXM3X3 opcode.
2012-04-23, by Ryan C. Gordon
Handle implicit declaration of ps_1_1 v# registers.
2012-04-23, by Ryan C. Gordon
We already calculated this, don't derefence pointer again.
2012-04-23, by Ryan C. Gordon
GLSL and ARB1: First shot at most of the TEXM3X2* and TEXM3X3* opcodes.
2012-04-23, by Ryan C. Gordon
arb1: use MAD opcode for SRCMOD_SIGN instead of a SUB+MUL pair.
2012-04-18, by Ryan C. Gordon
arb1: implement most of the srcmods.
2012-04-18, by Ryan C. Gordon
According to MSDN, _db and _da are legit srcmods, identical to _dz and _dw.
2012-04-18, by Ryan C. Gordon
glsl: Implemented most of the missing srcmods.
2012-04-18, by Ryan C. Gordon
glsl: Implemented SRCMOD_BIAS and SRCMOD_BIASNEGATE.
2012-04-17, by Ryan C. Gordon
Properly handle coissue instructions.
2012-04-17, by Ryan C. Gordon
arb1: Implemented CND opcode.
2012-04-17, by Ryan C. Gordon
arb1: Handle destination modifiers for TEXBEM/TEXBEML.
2012-04-17, by Ryan C. Gordon
First shot at GLSL/ARB1 support for TEXBEM and TEXBEML opcodes.
2012-04-17, by Ryan C. Gordon
Fixed arb1 version of ps_1_1 TEXLD opcode.
2012-04-16, by Ryan C. Gordon
Implement ps_1_1 TEX opcode for arb1 and glsl profiles.
2012-04-15, by Ryan C. Gordon
Cut-and-paste error.
2012-04-15, by Ryan C. Gordon
Fixed CND state validation for ps_1_1.
2012-04-15, by Ryan C. Gordon
Test for reading of uninitialized temp registers.
2012-04-15, by Ryan C. Gordon
Fail if Shader Model 1 pixel shaders don't write to r0.
2012-04-15, by Ryan C. Gordon
Note whether a given register was written to by the shader.
2012-04-14, by Ryan C. Gordon
Added some FIXMEs.
2012-04-14, by Ryan C. Gordon
Pixel Shader Model 1 writes color output to r0, not oC0. Deal with this.
2012-04-14, by Ryan C. Gordon
M4X4 opcode can actually overflow some string buffers.
2012-04-13, by Ryan C. Gordon
Fixed the GLSL LIT opcode.
2012-04-13, by Ryan C. Gordon
less
more
|
(0)
-1000
-300
-100
-60
+60
+100
tip