summaryrefslogtreecommitdiff
path: root/src/mesa/shader
AgeCommit message (Expand)Author
2009-01-10glsl: force creation of new scope for for-loop bodyBrian Paul
2009-01-10glsl: replace 0/1 with GL_FALSE/GL_TRUEBrian Paul
2009-01-09glsl: make minimum struct size = 2, not 1Brian Paul
2009-01-08glsl: fix typo in the vec2 += operator functionBrian Paul
2009-01-08glsl: fix broken +=, -=, *=, /= operatorsBrian Paul
2009-01-08mesa: fix off-by-one bug in _mesa_delete_instructions()Brian Paul
2009-01-07mesa: additional case in file_string()Brian Paul
2009-01-07glsl: pass GLcontext::Extension info down into GLSL preprocessorBrian Paul
2009-01-07glsl: bump up MAX_FOR_LOOP_UNROLL_COMPLEXITYBrian Paul
2009-01-07glsl: check that the fragment shader does not write both gl_FragColor and gl_...Brian Paul
2009-01-07mesa: Add _mesa_snprintf.José Fonseca
2009-01-07glsl: disable some unused functions (but don't remove just yet)Brian Paul
2009-01-07glsl: also unroll loops with variable declarations such as "for (int i = 0; ..."Brian Paul
2009-01-07glsl: remove dead codeBrian Paul
2009-01-06glsl: loop unroll adjustmentsBrian Paul
2009-01-06glsl: implement loop unrolling for simple 'for' loopsBrian Paul
2009-01-06mesa: Move var declaration to top of scope.Brian Paul
2009-01-05mesa: fix a GLSL swizzled writemask bugBrian Paul
2009-01-02mesa: fix warning about possibly undefined var in GLSL compilerBrian Paul
2009-01-02mesa: fix another "out of samplers" problemBrian Paul
2009-01-01mesa: updated comments about GLSL constantsBrian Paul
2008-12-31mesa: increase max texture image units and GLSL samplers to 16Brian Paul
2008-12-30mesa: fix bug in evaluation of structure fieldsBrian Paul
2008-12-30mesa: allow variable indexing into the predefined uniform variable arraysBrian Paul
2008-12-30mesa: better error message when running out of GLSL samplersBrian Paul
2008-12-30mesa: comments for some state varsBrian Paul
2008-12-19GLSL: The LOG2 macro doesn't have enough precisionIan Romanick
2008-12-18glsl: Fix handling of nested parens in macro actual arguments.Michal Krol
2008-12-16mesa: disable debug outputBrian Paul
2008-12-16mesa: fix some GLSL array regressionsBrian Paul
2008-12-15mesa: rename slang_library_noise.[ch] to prog_noise.[ch] and rename functionsBrian Paul
2008-12-15mesa: bump glsl grammar revisionBrian Paul
2008-12-15mesa: more re-org of variable declarations in glsl compilerBrian Paul
2008-12-15mesa: more comments, clean upBrian Paul
2008-12-15mesa: added comments, remove unused codeBrian Paul
2008-12-15mesa: checkpoint: handle uniform vars in _slang_gen_var_decl()Brian Paul
2008-12-12mesa: use IFLOOR(x) instead of (int) FLOORF(x)Brian Paul
2008-12-12mesa: place glsl constant arrays in constant memoryBrian Paul
2008-12-12mesa: remove old size=4 limitBrian Paul
2008-12-12mesa: code clean-up in glsl compilerBrian Paul
2008-12-12mesa: remove unneeded swizzle init code in glsl compilerBrian Paul
2008-12-12mesa: disable glsl debug outputBrian Paul
2008-12-12mesa: remove unused varpool code in glsl compilerBrian Paul
2008-12-12mesa: basic array constructors work nowBrian Paul
2008-12-12mesa: copy array_len in slang_fully_specified_type_copy()Brian Paul
2008-12-12mesa: remove incorrect array_len assignmentBrian Paul
2008-12-12mesa: array size fix in _slang_typeof_operation()Brian Paul
2008-12-12mesa: fix some more GLSL 1.20 array things.Brian Paul
2008-12-12mesa: more glsl function renamingBrian Paul
2008-12-12mesa: use _slang_alloc()Brian Paul