Age | Commit message (Expand) | Author |
2008-08-06 | mesa: glsl: check that attribute vars are of float/vec/mat type | Brian Paul |
2008-08-06 | mesa: glsl: more assignment type checking | Brian Paul |
2008-08-06 | mesa: glsl: count number of temp regs used | Haihao Xiang |
2008-08-05 | mesa: glsl: code consolidation in _slang_gen_declaration() | Brian Paul |
2008-08-05 | mesa: glsl: additional type checking for assignments, inequalities | Brian Paul |
2008-08-05 | mesa: glsl: re-enable assignment type checking | Brian Paul |
2008-08-05 | mesa: glsl: re-org of intermediate/temp storage | Brian Paul |
2008-08-05 | mesa: glsl: disable broken assignment type checking for now | Brian Paul |
2008-08-04 | mesa: glsl: check struct types in _slang_assignment_compatible() | Brian Paul |
2008-08-04 | mesa: glsl: varying vars can't be user-defined structs | Brian Paul |
2008-08-04 | mesa: glsl: if/while/do condition must be boolean | Brian Paul |
2008-08-04 | mesa: glsl: additional type checking for ?: and = operators | Brian Paul |
2008-08-04 | mesa: glsl: don't allow comparision of arrays | Brian Paul |
2008-08-04 | mesa: glsl: error on const-qualified array declarations | Brian Paul |
2008-08-04 | mesa: glsl: added null ptr check | Brian Paul |
2008-08-04 | mesa: glsl: check that rhs of const var initializer is also const | Brian Paul |
2008-08-04 | mesa: glsl: fix initialize size error check | Brian Paul |
2008-08-04 | mesa: glsl: added initializer size/type error checking | Brian Paul |
2008-07-25 | mesa: glsl: assorted fixes for resolving polymorphic functions | Brian Paul |
2008-07-25 | mesa: glsl: additional error detection | Brian Paul |
2008-07-24 | mesa: gls: fix broken else clause of conditional break/continue | Brian Paul |
2008-07-24 | mesa: Silence compiler warning on windows. | Michal Krol |
2008-07-23 | mesa: glsl: mark constructor params as const | Brian Paul |
2008-07-22 | mesa: glsl: rework swizzle storage handling | Brian Paul |
2008-07-22 | mesa: glsl: implement constructor functions for user-defined types | Brian Paul |
2008-07-21 | mesa: fix +=, -=, etc. operators | Brian Paul |
2008-07-21 | mesa: assorted glsl uniform/attribute fixes | Brian Paul |
2008-07-21 | mesa: remove debug code | Brian Paul |
2008-07-18 | mesa: glsl: various writemask/swizzle improvements and clean-ups | Brian Paul |
2008-07-18 | mesa: rework array/struct addressing code. | Brian Paul |
2008-07-15 | mesa: fix some function inlining bugs | Brian Paul |
2008-07-15 | mesa: Silence compiler warnings on Windows. | Michal Krol |
2008-07-08 | mesa: fix bug/failure in recursive function inlining | Brian Paul |
2008-07-03 | mesa: fix array storage allocation bug | Brian Paul |
2008-07-01 | mesa: fix a GLSL vector subscript/writemask bug | Brian Paul |
2008-07-01 | mesa: move some functions | Brian Paul |
2008-07-01 | mesa: better function inlining in the presence of 'return' statements | Brian Paul |
2008-05-20 | fix incorrect sampler numbering/indexing. | Brian Paul |
2008-05-14 | fix-up inlined/non-inlined function inconsistencies | Brian Paul |
2008-05-14 | rewrite some of the mat*mat, mat*vec intrinsics | Brian Paul |
2008-05-14 | mesa: minor bug fixes, null ptr checks, dead code removal | Brian Paul |
2008-03-13 | mesa: fix (harmless?) assignment in assert | Keith Whitwell |
2007-10-26 | Re-implement GLSL texture sampler variables. | Brian |
2007-10-24 | Implement gl_PointCoord attribute for GLSL fragment shaders. | Brian |
2007-07-26 | Fix function call bug 11731. Also, fix up IR_CALL/IR_FUNC confusion. | Brian |
2007-07-26 | generate error upon writing to varying var in fragment program (bug 11733) | Brian |
2007-07-12 | fix swizzle-related bug 11534 | Brian |
2007-07-04 | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian |
2007-07-03 | add code for stpq, rgba writemasks in make_writemask(), bug 11404 | Brian |
2007-05-14 | comment about fixing uniform structs | Brian |