Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: glsl: varying vars can't be user-defined structs | Brian Paul | 2008-08-04 | 1 | -1/+8 |
| | |||||
* | mesa: glsl: regenerated files | Brian Paul | 2008-08-04 | 2 | -45/+46 |
| | |||||
* | mesa: glsl: added vec4(ivec4) constructor | Brian Paul | 2008-08-04 | 1 | -0/+5 |
| | |||||
* | mesa: glsl: if/while/do condition must be boolean | Brian Paul | 2008-08-04 | 1 | -2/+24 |
| | |||||
* | mesa: glsl: additional type checking for ?: and = operators | Brian Paul | 2008-08-04 | 1 | -6/+69 |
| | |||||
* | mesa: glsl: don't allow comparision of arrays | Brian Paul | 2008-08-04 | 1 | -18/+30 |
| | |||||
* | mesa: glsl: error on const-qualified array declarations | Brian Paul | 2008-08-04 | 1 | -5/+13 |
| | |||||
* | mesa: glsl: added null ptr check | Brian Paul | 2008-08-04 | 1 | -0/+2 |
| | |||||
* | mesa: glsl: set literal_size for const vars | Brian Paul | 2008-08-04 | 1 | -0/+1 |
| | |||||
* | mesa: glsl: add missing code emit for struct/field | Brian Paul | 2008-08-04 | 1 | -0/+4 |
| | |||||
* | mesa: glsl: stop code emit after error is recorded | Brian Paul | 2008-08-04 | 1 | -0/+6 |
| | |||||
* | mesa: glsl: check that rhs of const var initializer is also const | Brian Paul | 2008-08-04 | 1 | -0/+38 |
| | |||||
* | mesa: glsl: handle user-defined const vars in expression simplification | Brian Paul | 2008-08-04 | 1 | -5/+41 |
| | |||||
* | mesa: glsl: fix initialize size error check | Brian Paul | 2008-08-04 | 1 | -1/+1 |
| | |||||
* | mesa: glsl: added initializer size/type error checking | Brian Paul | 2008-08-04 | 1 | -4/+5 |
| | |||||
* | mesa: glsl: only allow one #version directive | Brian Paul | 2008-08-04 | 2 | -5/+10 |
| | |||||
* | mesa: glsl: regenerated file | Brian Paul | 2008-08-04 | 1 | -714/+721 |
| | |||||
* | mesa: glsl: new bvec4 constructor | Brian Paul | 2008-08-04 | 1 | -0/+9 |
| | |||||
* | mesa: glsl: remove old assertion (fixes glsl/bitmap.c) | Brian Paul | 2008-07-29 | 1 | -1/+0 |
| | |||||
* | mesa: disable debug code | Brian Paul | 2008-07-29 | 1 | -1/+1 |
| | |||||
* | mesa: glsl: assorted fixes for resolving polymorphic functions | Brian Paul | 2008-07-25 | 8 | -202/+391 |
| | | | | | | | Plus, - fix some issues in casting function arguments to format param types. - fix some vec/mat constructor bugs - find/report more syntax/semantic errors | ||||
* | mesa: regenerated files | Brian Paul | 2008-07-25 | 2 | -30/+10 |
| | |||||
* | mesa: glsl: re-order some constructors | Brian Paul | 2008-07-25 | 1 | -12/+12 |
| | |||||
* | mesa: glsl: remove unneeded operators | Brian Paul | 2008-07-25 | 1 | -50/+0 |
| | |||||
* | mesa: glsl: additional error detection | Brian Paul | 2008-07-25 | 3 | -10/+64 |
| | | | | Plus begin some fixes for vec/matrix constructors. | ||||
* | mesa: gls: fix broken else clause of conditional break/continue | Brian Paul | 2008-07-24 | 2 | -13/+5 |
| | | | | | | | | | | | | | In the following case: for () { if (cond) break; // or continue; else something; } The "something" block didn't get emitted. | ||||
* | mesa: glsl: only try to link shaders defining main() | Brian Paul | 2008-07-24 | 2 | -30/+28 |
| | |||||
* | mesa: Prefix main includes with dir to avoid conflicts. | José Fonseca | 2008-07-24 | 19 | -27/+27 |
| | | | | | Some of the headers in src/mesa/main have pretty common names which easily conflict with third-party code, e.g. config.h | ||||
* | mesa: Silence compiler warning on windows. | Michal Krol | 2008-07-24 | 1 | -1/+1 |
| | |||||
* | mesa: glsl: fix/simplify built-in constant lookup | Brian Paul | 2008-07-23 | 1 | -17/+25 |
| | |||||
* | mesa: glsl: fix/simplify array element handling | Brian Paul | 2008-07-23 | 1 | -39/+15 |
| | | | | Also fix bug in comparing large structs/arrays. | ||||
* | mesa: glsl: mark constructor params as const | Brian Paul | 2008-07-23 | 1 | -1/+2 |
| | |||||
* | mesa: glsl: rework swizzle storage handling | Brian Paul | 2008-07-22 | 3 | -53/+40 |
| | | | | Build on the heirarchal approach implemented for arrays/structs. | ||||
* | mesa: fix uninitialized var | Brian Paul | 2008-07-22 | 1 | -0/+1 |
| | |||||
* | mesa: glsl: implement constructor functions for user-defined types | Brian Paul | 2008-07-22 | 2 | -5/+174 |
| | |||||
* | mesa: initial support for GLSL struct/array comparisons | Brian Paul | 2008-07-21 | 1 | -14/+57 |
| | |||||
* | mesa: added null ptr check (error handling case) | Brian Paul | 2008-07-21 | 1 | -0/+3 |
| | |||||
* | mesa: fix +=, -=, etc. operators | Brian Paul | 2008-07-21 | 1 | -4/+4 |
| | |||||
* | mesa: assorted glsl uniform/attribute fixes | Brian Paul | 2008-07-21 | 2 | -4/+22 |
| | | | | | | Fix incorrect uniform/attribute size query results. Add missing error checking for glUniform, glUniformMatrix params Fix an array size/allocation error. | ||||
* | mesa: remove debug code | Brian Paul | 2008-07-21 | 1 | -1/+0 |
| | |||||
* | mesa: glsl: various writemask/swizzle improvements and clean-ups | Brian Paul | 2008-07-18 | 3 | -68/+79 |
| | |||||
* | mesa: rework array/struct addressing code. | Brian Paul | 2008-07-18 | 7 | -142/+372 |
| | | | | | | | The slang_ir_storage type now has a pointer to parent storage to represent storage of an array element within an array, or a field within a struct. This fixes some problems related to addressing of fields/elements in non- trivial cases. More work to follow. | ||||
* | mesa: regenerated file | Brian Paul | 2008-07-18 | 1 | -790/+790 |
| | |||||
* | mesa: fix some GLSL /= int operators | Brian Paul | 2008-07-18 | 1 | -7/+21 |
| | | | | plus add a few more special constructors to improve code quality. | ||||
* | mesa: regenerated file | Brian Paul | 2008-07-17 | 1 | -482/+483 |
| | |||||
* | mesa: fix/improve the atan(y,x) function | Brian Paul | 2008-07-17 | 1 | -10/+11 |
| | |||||
* | mesa: fix temp re-use bug in emit_arith() | Brian Paul | 2008-07-16 | 1 | -8/+20 |
| | |||||
* | mesa: regenerated files | Brian Paul | 2008-07-16 | 2 | -19/+18 |
| | |||||
* | mesa: fix copy&paste errors in degrees() functions | Brian Paul | 2008-07-16 | 1 | -3/+3 |
| | |||||
* | mesa: implement grammar/parsing for precision/invariant syntax | Brian Paul | 2008-07-16 | 4 | -10/+251 |
| | | | | Plus, fix some issues with pre-defined preprocessor symbols and version checking. |