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.
Export symbol information for preshaders.
2011-06-01, by Ryan C. Gordon
Fixed compiler warnings.
2011-06-01, by Ryan C. Gordon
Added functions to query the register files.
2011-06-01, by Ryan C. Gordon
Run preshaders during MOJOSHADER_glProgramReady().
2011-05-31, by Ryan C. Gordon
Allow preshader support to be #ifdef'd out, to reduce binary size.
2011-05-31, by Ryan C. Gordon
Filled in and fixed some stuff in the Effect parser.
2011-05-31, by Ryan C. Gordon
First shot at preshader interpreter. Completely untested!
2011-05-31, by Ryan C. Gordon
Changed CMPLT and CMPGE to LT and GE, to match what fxc spits out.
2011-05-31, by Ryan C. Gordon
Found, I think, the final preshader opcodes.
2011-05-31, by Ryan C. Gordon
Added DIV preshader opcode.
2011-05-30, by Ryan C. Gordon
Added some more preshader opcodes, cleaned up opcode handling elsewhere.
2011-05-30, by Ryan C. Gordon
Put preshader opcode switch in numeric order. Makes missing values obvious.
2011-05-30, by Ryan C. Gordon
Initial work on preshader support.
2011-05-30, by Ryan C. Gordon
Moved some logic around in parsing CTABs.
2011-05-29, by Ryan C. Gordon
Parse symbols in the CTAB, export them in MOJOSHADER_parseData.
2011-05-29, by Ryan C. Gordon
Recover slightly better from unrecognized instruction tokens.
2011-05-29, by Ryan C. Gordon
GLSL: texldd-specific arguments need to be cast to vec2.
2011-05-24, by Ryan C. Gordon
Favor GL_ARB_shader_texture_lod over GL_EXT_gpu_shader4.
2011-05-24, by Ryan C. Gordon
Test for the GL extension, not whether the entry point is NULL.
2011-05-24, by Ryan C. Gordon
Cleaned up GL symbol lookup slightly.
2011-05-24, by Ryan C. Gordon
Updated copyright year.
2011-05-22, by Ryan C. Gordon
Fixed memory leak in MOJOSHADER_freeEffect().
2011-05-22, by Ryan C. Gordon
Implemented TEXLDD opcode for GLSL, ARB1, and NV2.
2011-05-22, by Ryan C. Gordon
Initial work on parsing binary Effects files.
2011-05-22, by Ryan C. Gordon
Corrected out of memory error position.
2011-05-22, by Ryan C. Gordon
Fixed typo in documentation.
2011-05-22, by Ryan C. Gordon
Moved print_whole_ir() up next to print_ir().
2011-03-20, by Ryan C. Gordon
Store the IR in an array.
2011-03-20, by Ryan C. Gordon
Store the unique id from push_function() in the AST during semantic analysis.
2011-03-19, by Ryan C. Gordon
Fixed incorrect variable reference.
2011-03-19, by Ryan C. Gordon
Fixed struct dereference reporting wrong type in the IR.
2011-03-16, by Ryan C. Gordon
Implemented the Intermediate Representation.
2011-03-15, by Ryan C. Gordon
Added a FIXME.
2011-03-15, by Ryan C. Gordon
Note the member index in struct deref, so we don't have to calculate it again.
2011-03-15, by Ryan C. Gordon
Added a FIXME.
2011-03-15, by Ryan C. Gordon
Added a pile of FIXMEs.
2011-03-03, by Ryan C. Gordon
Fixed a misunderstanding about how the AST of a for-loop initializer works.
2011-03-02, by Ryan C. Gordon
Make note of how many times a symbol is referenced.
2011-03-02, by Ryan C. Gordon
Semantic analysis: make sure break and continue are inside loops and switches.
2011-03-02, by Ryan C. Gordon
Switch statements were dropping the ball on semantic analysis.
2011-03-02, by Ryan C. Gordon
Removed some debug code.
2011-02-23, by Ryan C. Gordon
Minor tweaks in case I expose semantic analysis phase to the public API later.
2011-02-23, by Ryan C. Gordon
Disable debug output.
2011-02-22, by Ryan C. Gordon
Fixed incorrect union accesses.
2011-02-22, by Ryan C. Gordon
Fixed stupid bug in stupid debug code. :)
2011-02-22, by Ryan C. Gordon
Yet another approach to overloaded function selection.
2011-02-22, by Ryan C. Gordon
Yet-another attempt at getting function overloading selection correct.
2011-02-21, by Ryan C. Gordon
More work on ambiguous function overloads.
2011-02-21, by Ryan C. Gordon
Assembler: fixed *_gt conditional.
2011-02-21, by Ryan C. Gordon
Fixed logic in error reporting on ambiguous function calls.
2011-02-10, by Ryan C. Gordon
Don't print loop attributes if user didn't explicitly specify one.
2011-02-10, by Ryan C. Gordon
More work on overloaded intrinsic functions.
2011-02-10, by Ryan C. Gordon
More work on fixing up overloaded function selection.
2011-02-10, by Ryan C. Gordon
Add more intrinsic function overloads. This is getting out of control now.
2011-02-10, by Ryan C. Gordon
More work on overloaded function matching.
2011-02-09, by Ryan C. Gordon
Allow constructors with sub-vectors (or whatever you'd call this).
2011-02-06, by Ryan C. Gordon
Fixed some uninitialized memory reads, compliments of valgrind.
2011-01-19, by Ryan C. Gordon
Vectors and matrices can be dereferenced like arrays.
2011-01-19, by Ryan C. Gordon
Fixed dropping pieces of structs with comma-separated members.
2011-01-19, by Ryan C. Gordon
Let type coercion deal with vectors and matrices.
2011-01-18, by Ryan C. Gordon
less
more
|
(0)
-1000
-300
-100
-60
+60
+100
tip