summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-08-07gallium: New function to dump surfaces.José Fonseca
2008-08-07mesa: Extend GLSL syntax to accept type precision in full type specifiers.Michal Krol
2008-08-07mesa: Silence compiler warnings on Windows.Michal Krol
2008-08-07softpipe: Silence compiler warnings on Windows.Michal Krol
2008-08-06gallium: fix clipping/stride bugs in pipe_get_tile_raw(), pipe_put_tile_raw()Brian Paul
2008-08-06gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEATBrian Paul
2008-08-06softpipe: add texture border color codeBrian Paul
2008-08-06egl: fixes for WindowsJonathan White
2008-08-06mesa: glsl: regenerated fileBrian Paul
2008-08-06mesa: glsl: report 'Syntax Error' instead of 'Invalid external declaration'Brian Paul
2008-08-06mesa: glsl: additional error checkingBrian Paul
2008-08-06mesa: glsl: fix a number of glUniform issuesBrian Paul
2008-08-06egl: fix version handlingJonathan White
2008-08-06mesa: glsl: fix glGetUniform for matrix queriesBrian Paul
2008-08-06mesa: glsl: fix error check in get_uniformfv()Brian Paul
2008-08-06mesa: glsl: check for rect tex samplersBrian Paul
2008-08-06mesa: glsl: disallow initializers for varying varsBrian Paul
2008-08-06mesa: glsl: more type checking for attribute/varying/uniform vars/localsBrian Paul
2008-08-06mesa: glsl: check that attribute vars are of float/vec/mat typeBrian Paul
2008-08-06mesa: glsl: more assignment type checkingBrian Paul
2008-08-06mesa: glsl: fix SLANG_OPER_VARIABLE_DECL type checking caseBrian Paul
2008-08-06mesa: glsl: count number of temp regs usedHaihao Xiang
2008-08-06fix some FBO/texture queries (bug 15296)Brian Paul
2008-08-05mesa: glsl: code consolidation in _slang_gen_declaration()Brian Paul
2008-08-05mesa: glsl: disallow user-defined functions/vars prefixed with gl_Brian Paul
2008-08-05mesa: glsl: additional type checking for assignments, inequalitiesBrian Paul
2008-08-05mesa: glsl: generate error for main(any args)Brian Paul
2008-08-05egl: changes for WindowsJonathan White
2008-08-05mesa: glsl: regenerated fileBrian Paul
2008-08-05mesa: glsl: remove invalid use of f.x syntax where f is a floatBrian Paul
2008-08-05mesa: glsl: re-enable assignment type checkingBrian Paul
2008-08-05mesa: glsl: regenerated filesBrian Paul
2008-08-05mesa: glsl: re-org of intermediate/temp storageBrian Paul
2008-08-05mesa: glsl: disable broken assignment type checking for nowBrian Paul
2008-08-05egl: don't include stdint.h on WindowsJonathan White
2008-08-04mesa: glsl: check struct types in _slang_assignment_compatible()Brian Paul
2008-08-04mesa: glsl: varying vars can't be user-defined structsBrian Paul
2008-08-04mesa: glsl: regenerated filesBrian Paul
2008-08-04mesa: glsl: added vec4(ivec4) constructorBrian Paul
2008-08-04mesa: glsl: if/while/do condition must be booleanBrian Paul
2008-08-04mesa: glsl: additional type checking for ?: and = operatorsBrian Paul
2008-08-04mesa: glsl: don't allow comparision of arraysBrian Paul
2008-08-04mesa: glsl: error on const-qualified array declarationsBrian Paul
2008-08-04mesa: glsl: added null ptr checkBrian Paul
2008-08-04mesa: glsl: set literal_size for const varsBrian Paul
2008-08-04mesa: glsl: add missing code emit for struct/fieldBrian Paul
2008-08-04mesa: glsl: stop code emit after error is recordedBrian Paul
2008-08-04mesa: glsl: check that rhs of const var initializer is also constBrian Paul
2008-08-04mesa: glsl: handle user-defined const vars in expression simplificationBrian Paul
2008-08-04mesa: glsl: fix initialize size error checkBrian Paul