Mercurial
Mercurial
>
icculus
>
mojoshader
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-100
-60
+60
+100
+300
+1000
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.
Implemented DSX and DSY in the GLSL profile.
trunk
2008-04-06, by Ryan C. Gordon
Implemented REP and ENDREP in the GLSL profile.
trunk
2008-04-06, by Ryan C. Gordon
Print output in testparse.c byte-by-byte instead of as an ASCIZ string.
trunk
2008-04-06, by Ryan C. Gordon
Implemented POW in GLSL profile.
trunk
2008-04-06, by Ryan C. Gordon
Implemented LOGP in GLSL profile.
trunk
2008-04-06, by Ryan C. Gordon
Fixed linked list corruption.
trunk
2008-04-06, by Ryan C. Gordon
Added "passthrough" profile, which just sends the bytecode through unchanged;
trunk
2008-04-06, by Ryan C. Gordon
Added NRM implementation to GLSL profile.
trunk
2008-04-06, by Ryan C. Gordon
Try declaring aL in the for loop instead of globally.
trunk
2008-04-05, by Ryan C. Gordon
A little improvement to GLSL source argument modifiers.
trunk
2008-04-05, by Ryan C. Gordon
Added fog attribute to GLSL profile.
trunk
2008-04-05, by Ryan C. Gordon
Attribute parsing is closer to correct now.
trunk
2008-04-05, by Ryan C. Gordon
Minor DCL output fix in GLSL profile.
trunk
2008-04-05, by Ryan C. Gordon
More work on emit_GLSL_DCL().
trunk
2008-04-05, by Ryan C. Gordon
First shot at DCL emitter for GLSL profile. Incomplete.
trunk
2008-04-05, by Ryan C. Gordon
First shot at attributes reporting API.
trunk
2008-04-05, by Ryan C. Gordon
Check for NULL in Free().
trunk
2008-04-04, by Ryan C. Gordon
Whoops, wrong free() call.
trunk
2008-04-04, by Ryan C. Gordon
Allow instance data to be passed to the allocator.
trunk
2008-04-04, by Ryan C. Gordon
Removed convenience typedef.
trunk
2008-04-04, by Ryan C. Gordon
Implemented uniform reporting.
trunk
2008-04-04, by Ryan C. Gordon
Simplifed public uniform information.
trunk
2008-04-04, by Ryan C. Gordon
Make ctx->mainline the default output list.
trunk
2008-04-04, by Ryan C. Gordon
Implemented foundation for reporting uniforms to calling app.
trunk
2008-04-04, by Ryan C. Gordon
Moved some DCL stuff from parse_args() to state() implementation.
trunk
2008-04-04, by Ryan C. Gordon
Moved some DEF* stuff from parse_args() to state() implementations.
trunk
2008-04-04, by Ryan C. Gordon
Replaced "(void)" with "()" in subroutine definitions in GLSL profile.
trunk
2008-04-04, by Ryan C. Gordon
Flag registers replicated for matrix as used.
trunk
2008-04-04, by Ryan C. Gordon
Cleaned up matrix sourcearg replication.
trunk
2008-04-04, by Ryan C. Gordon
Flag label registers as defined when we see a label opcode.
trunk
2008-04-04, by Ryan C. Gordon
Declare registers we use as variables in the GLSL profile.
trunk
2008-04-04, by Ryan C. Gordon
constified reglist_exists().
trunk
2008-04-04, by Ryan C. Gordon
Add defined/declared registers to the appropriate register list.
trunk
2008-04-04, by Ryan C. Gordon
Keep a list of used/defined registers.
trunk
2008-04-04, by Ryan C. Gordon
Note to self.
trunk
2008-04-03, by Ryan C. Gordon
Whoops, missed a line the last patch should have removed.
trunk
2008-04-03, by Ryan C. Gordon
Removed comment output at top of program in GLSL profile.
trunk
2008-04-03, by Ryan C. Gordon
Add a blank line between the globals and the subroutines.
trunk
2008-04-03, by Ryan C. Gordon
Ugh, rounding to nearest sort of sucks.
trunk
2008-04-03, by Ryan C. Gordon
vec4(0.5f, 0.5f, 0.5f, 0.5f) can be shorted to vec4(0.5f).
trunk
2008-04-03, by Ryan C. Gordon
Whoops, need to do register reference upkeep for dest and source args.
trunk
2008-04-03, by Ryan C. Gordon
Global vars for GLSL profile.
trunk
2008-04-03, by Ryan C. Gordon
Shrank chatty enum name.
trunk
2008-04-03, by Ryan C. Gordon
Tweak floatstr() to produce strings the GLSL profile can use.
trunk
2008-04-03, by Ryan C. Gordon
Whitespace fix in the output.
trunk
2008-04-03, by Ryan C. Gordon
Fixed CALLNZ in the GLSL profile.
trunk
2008-04-03, by Ryan C. Gordon
First not-close-to-correct attempt at source arg names in GLSL profile.
trunk
2008-04-03, by Ryan C. Gordon
Better const char * correction.
trunk
2008-04-03, by Ryan C. Gordon
Fixed dest arg output.
trunk
2008-04-03, by Ryan C. Gordon
Another string literal via non-const char pointer fix.
trunk
2008-04-03, by Ryan C. Gordon
Fixed usage of string literals with non-const char pointers.
trunk
2008-04-03, by Ryan C. Gordon
Implemented SETP in the GLSL profile.
trunk
2008-04-03, by Ryan C. Gordon
Clearly this isn't correct. :)
trunk
2008-04-03, by Ryan C. Gordon
Added state_BREAKP().
trunk
2008-04-03, by Ryan C. Gordon
BREAKP support in GLSL profile.
trunk
2008-04-03, by Ryan C. Gordon
Put mainline start bracket on new line.
trunk
2008-04-03, by Ryan C. Gordon
Temp DCL crap for GLSL profile.
trunk
2008-04-03, by Ryan C. Gordon
[svn] Updated notes on DCL opcode.
trunk
2008-04-02, by icculus
[svn] Fixed and reenabled the LABEL related state functions.
trunk
2008-04-02, by icculus
[svn] Bunch of work from the transatlantic airplane flight...since this is a ton of
trunk
2008-04-02, by icculus
less
more
|
(0)
-100
-60
+60
+100
+300
+1000
tip