slang: support uniform arrays
[mesa.git] / src / mesa / shader / slang / slang_codegen.c
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-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
2009-01-06 Brian Paulmesa: code clean-up in glsl compiler
2009-01-06 Brian Paulmesa: remove unneeded swizzle init code in glsl compiler
2009-01-06 Brian Paulmesa: disable glsl debug output
2009-01-06 Brian Paulmesa: basic array constructors work now
2009-01-06 Brian Paulmesa: fix some more GLSL 1.20 array things.
2009-01-06 Brian Paulmesa: more glsl function renaming
2009-01-06 Brian Paulmesa: glsl compiler function renaming
2009-01-06 Brian Paulmesa: move some glsl compiler functions to different...
2009-01-06 Brian Paulmesa: checkpoint: GLSL 1.20 array constructors
2009-01-06 Brian Paulmesa: consolidate variable declaration initializer...
2009-01-06 Brian Paulmesa: move variable initializer IR generation into...
2009-01-06 Brian Paulmesa: simplify some glsl variable declaration code
2009-01-06 Brian Paulmesa: glsl clean-ups
2009-01-06 Brian Paulmesa: checkpoint commit of GLSL 1.20 array syntax.
2009-01-06 Brian Paulmesa: add missing type check for function calls
2009-01-06 Brian Paulmesa: added support for GLSL 1.20 array.length() method
2009-01-06 Brian Paulmesa: set flags for varying vars
2009-01-06 Brian Paulmesa: add Flags field to gl_program_parameter
2009-01-06 Brian Paulmesa: issue error, don't crash, when calling a prototyp...
2009-01-06 Brian Paulmesa: better variable name: s/aux/store/
2009-01-06 Brian Paulmesa: rework GLSL array code generation
2009-01-06 Brian Paulmesa: updated comment
2009-01-06 Brian Paulmesa: no longer need Writemask field in GLSL IR nodes
2009-01-06 Brian Paulmesa: remove some do-nothing GLSL code
2009-01-06 Brian Paulmesa: track initialization status of uniform variables...
2009-01-06 Brian Paulmesa: initial support for uniform variable initializers.
2009-01-06 Brian PaulMerge commit 'origin/master' into gallium-0.2
2009-01-05 Brian Paulmesa: fix a GLSL swizzled writemask bug
2009-01-02 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-31 Brian Paulmesa: increase max texture image units and GLSL sampler...
2008-12-31 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-22 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-16 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-16 Brian Paulmesa: fix some GLSL array regressions
2008-12-16 Brian PaulMerge branch 'glsl-1.20-v2'
2008-12-16 Brian Paulmesa: bump glsl grammar revision
2008-12-16 Brian Paulmesa: more re-org of variable declarations in glsl...
2008-12-15 Brian Paulmesa: more comments, clean up
2008-12-15 Brian Paulmesa: added comments, remove unused code
next