Mercurial
Mercurial
>
icculus
>
mojoshader
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-300
-100
-50
-30
+30
+50
+100
+300
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 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
Moved assignment into the scope where it's actually used.
2011-01-18, by Ryan C. Gordon
Don't use the reduced type when choosing a swizzle.
2011-01-18, by Ryan C. Gordon
Make sure swizzle isn't too large ("float2(1,2).xyz" is invalid).
2011-01-18, by Ryan C. Gordon
Vector swizzling now reports correct type.
2011-01-18, by Ryan C. Gordon
Fixed reference to wrong variable.
2011-01-13, by Ryan C. Gordon
Added a FIXME.
2011-01-13, by Ryan C. Gordon
Clean up bogus usertypes leftover from parse phase, during semantic analysis.
2011-01-13, by Ryan C. Gordon
Added some FIXMEs.
2011-01-12, by Ryan C. Gordon
Added in (most) HLSL intrinsic functions.
2011-01-12, by Ryan C. Gordon
Cleaned up the mess of function call processing.
2011-01-12, by Ryan C. Gordon
Simplified TEST_PROFILE macro in choose_src_profile().
2011-01-11, by Ryan C. Gordon
Throw away our dummy usertypes from the parse phase.
2011-01-11, by Ryan C. Gordon
Added a FIXME.
2011-01-11, by Ryan C. Gordon
Rewrote variable declaration semantic analysis to handle comma-separated vars.
2011-01-11, by Ryan C. Gordon
Fixed incorrect fall-through between case blocks.
2011-01-11, by Ryan C. Gordon
Fixed incorrect variable reference.
2011-01-11, by Ryan C. Gordon
Semantic analysis now tries to assign a unique id to every variable.
2010-12-12, by Ryan C. Gordon
Added hash_iter() function, for iterating all matching entries in a hashtable.
2010-12-12, by Ryan C. Gordon
Reworked datatype processing in the compiler.
2010-12-06, by Ryan C. Gordon
Removed return statement from void function.
2010-12-06, by Ryan C. Gordon
Technically, a typecast is a unary operator.
2010-12-06, by Ryan C. Gordon
Added unit test for half-float suffix.
2010-11-22, by Ryan C. Gordon
Updated re2c-generated lexer code.
2010-11-22, by Ryan C. Gordon
HLSL uses h or H as a float literal suffix, meaning "half".
2010-11-22, by Ryan C. Gordon
Fixed some AST operations to be integer-only.
2010-11-22, by Ryan C. Gordon
less
more
|
(0)
-300
-100
-50
-30
+30
+50
+100
+300
tip