glsl: move predefined shader input/output info/code to slang_builtin.c
[mesa.git] / src / mesa / shader / slang / slang_codegen.c
2009-08-12 Brian Paulglsl: move predefined shader input/output info/code...
2009-07-15 Alex DeucherMerge branch 'master' of git+ssh://agd5f@git.freedeskto...
2009-07-09 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-09 Brian Paulglsl: do const parameter optimization for array element...
2009-07-07 Zack RusinMerge commit 'origin/openvg-1.0'
2009-06-26 Brian Paulglsl: move/simplify error checking for 'return' statements
2009-06-26 Brian Paulglsl: overhaul 'return' statement handling
2009-06-26 Brian Paulglsl: predicate assignments according to __returnFlag
2009-06-26 Brian Paulglsl: silence a problem warning
2009-06-26 Brian Paulglsl: code refactoring for return statements
2009-06-26 Brian Paulglsl: fix assorted regressions related to early-return...
2009-06-26 Brian Paulglsl: rework loop nesting code
2009-06-26 Brian Paulglsl: remove test for loop unrolling when we hit condit...
2009-06-26 Brian Paulglsl: checkpoint: predicate __retVal = expr with __retu...
2009-06-26 Brian Paulglsl: use new helper functions in _slang_gen_logical_an...
2009-06-26 Brian Paulglsl: checkpoint: replace 'return' with __returnFlag...
2009-06-26 Brian Paulglsl: fix uninitialized var in _slang_gen_for_without_c...
2009-06-26 Brian Paulglsl: check-point: declare _returnFlag
2009-06-26 Brian Paulglsl: use slang_generate_declaration() to consolidate...
2009-06-26 Brian Paulglsl: remove obsolete comment
2009-06-26 Brian Paulglsl: implement _slang_gen_while_without_continue()
2009-06-26 Brian Paulglsl: fix a bug involving 'continue' in 'for' loops
2009-06-26 Brian Paulglsl: use _slang_loop_contains_continue_or_break()...
2009-06-26 Brian Paulglsl: use new _slang_loop_contains_continue() helper...
2009-06-26 Brian Paulglsl: implement continue->break translation for do...
2009-06-26 Brian Paulglsl: remove debug code, misc clean-up
2009-06-26 Brian Paulglsl: implement continue->break transformation for...
2009-06-26 Brian Paulglsl: don't unroll loops containing continue/break
2009-06-26 Brian PaulRevert "slang: if/else/break & if/else/continue work...
2009-06-26 Brian PaulMerge branch 'arb_vertex_array_object'
2009-06-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-04-10 Alex DeucherMerge branch 'radeon-rewrite' of git+ssh://agd5f@git...
2009-04-09 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-02 Brian Paulglsl: implement compiling/linking of separate compilati...
2009-03-23 Dave AirlieMerge branch 'radeon-fbo-hacking' into radeon-rewrite
2009-03-22 Dave AirlieMerge remote branch 'origin/master' into HEAD
2009-03-20 Michal Krolslang: Use _mesa_snprintf() wrapper.
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-19 Alan Hourihaneslang: support uniform arrays
2009-03-19 Brian Paulglsl: when debug pragma is on, emit comments about...
2009-03-19 Alan Hourihaneslang: if/else/break & if/else/continue work for unroll...
2009-03-18 Alan Hourihaneslang: redo the last commit for if/break & if/continue...
2009-03-18 Alan HourihaneRevert "slang: if we detect an if/break or if/continue...
2009-03-18 Alan Hourihaneslang: if we detect an if/break or if/continue within...
2009-03-11 Brian Paulglsl: remove _slang_attach_storage() function
2009-03-11 Brian Paulglsl: some clean-ups, remove old assertions, add new...
2009-03-11 Brian Paulglsl: remove stray/unneeded totalSize assignment
2009-03-07 Brian Paulmesa: gl_register_file enum typedef
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-03-02 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-02-28 Brian Paulmesa: rename, reorder FRAG_RESULT_x tokens
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-20 Brian Paulglsl: use new IR opcodes for TEX instructions with...
2009-02-20 Brian Paulglsl: rename GLSL texture assembly instructions to...
2009-02-20 Brian Paulglsl: fix vec4_texp_rect IR code (need projective version)
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-16 Brian Paulglsl: silence some uninit var warnings
2009-02-12 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-01-19 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-16 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-15 Brian Paulglsl: minor clean-up for rect sampler test
2009-01-14 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-14 Brian Paulglsl: propagate pragma info down into compiler from...
2009-01-14 Brian Paulglsl: simplify IR storage for samplers
2009-01-14 Alan Hourihaneglsl: fix regression from sampler arrays commit
2009-01-14 Alan Hourihaneglsl: fix regression from sampler arrays commit
2009-01-14 Alan Hourihaneglsl: fix a comment typo
2009-01-14 Alan Hourihaneglsl: support sampler arrays.
2009-01-13 Alan Hourihaneglsl: fix a comment typo
2009-01-13 Alan Hourihaneglsl: support sampler arrays.
2009-01-11 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-09 Brian Paulglsl: make minimum struct size = 2, not 1
2009-01-09 Brian Paulglsl: make minimum struct size = 2, not 1
2009-01-09 Brian Paulglsl: bump up MAX_FOR_LOOP_UNROLL_COMPLEXITY
2009-01-09 Brian Paulglsl: disable some unused functions (but don't remove...
2009-01-09 Brian Paulglsl: also unroll loops with variable declarations...
2009-01-09 Brian Paulglsl: loop unroll adjustments
2009-01-09 Brian Paulglsl: implement loop unrolling for simple 'for' loops
2009-01-09 Brian Paulmesa: Move var declaration to top of scope.
2009-01-09 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-08 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2009-01-08 José Fonsecamesa: Add _mesa_snprintf.
2009-01-08 Brian Paulglsl: bump up MAX_FOR_LOOP_UNROLL_COMPLEXITY
2009-01-07 José Fonsecamesa: Add _mesa_snprintf.
2009-01-07 Brian Paulglsl: disable some unused functions (but don't remove...
2009-01-07 Brian Paulglsl: also unroll loops with variable declarations...
2009-01-07 José Fonsecamesa: Add _mesa_snprintf.
2009-01-07 Brian Paulglsl: loop unroll adjustments
2009-01-07 Brian Paulglsl: implement loop unrolling for simple 'for' loops
2009-01-06 Brian Paulmesa: Move var declaration to top of scope.
2009-01-06 Brian Paulmesa: fix a GLSL swizzled writemask bug
2009-01-06 Brian Paulmesa: fix some GLSL array regressions
2009-01-06 Brian Paulmesa: bump glsl grammar revision
2009-01-06 Brian Paulmesa: more re-org of variable declarations in glsl...
2009-01-06 Brian Paulmesa: more comments, clean up
2009-01-06 Brian Paulmesa: added comments, remove unused code
2009-01-06 Brian Paulmesa: checkpoint: handle uniform vars in _slang_gen_var...
2009-01-06 Brian Paulmesa: place glsl constant arrays in constant memory
next