glsl: do const parameter optimization for array element actual parameters
[mesa.git] / src / mesa / shader / slang /
2009-07-09 Brian Paulglsl: do const parameter optimization for array element...
2009-07-09 Brian Paulglsl: fix incorrect indexing for gl_TextureMatrix[i][j]
2009-07-03 Keith Whitwellmesa/shaders: fix gl_NormalMatrix state parameters
2009-06-26 Brian Paulglsl: check number of varying variables against the...
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: added slang_variable::is_global field
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: comments, field reordering
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: add comments
2009-06-26 Brian Paulglsl: checkpoint: replace 'return' with __returnFlag...
2009-06-26 Brian Paulglsl: fix up scoping for parent/children in slang_opera...
2009-06-26 Brian Paulglsl: fix uninitialized var in _slang_gen_for_without_c...
2009-06-26 Brian Paulglsl: added slang_operation_free_children()
2009-06-26 Brian Paulglsl: added slang_oper_num_children() helper
2009-06-26 Brian Paulglsl: check-point: declare _returnFlag
2009-06-26 Brian Paulglsl: added slang_operation_insert_child()
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: added slang_oper_child_const()
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: added slang_operation_literal_int/bool() helper...
2009-06-26 Brian Paulglsl: don't allocate 0-length children array in slang_o...
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: added slang_operation_add_children() and slang_op...
2009-06-26 Brian Paulglsl: added slang_assemble_ctx::EmitContReturn field...
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-22 Brian Paulmesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_A...
2009-06-10 Brian Paulglsl: fix warnings, update comments, s/TRUE/GL_TRUE/
2009-06-10 Brian Paulglsl: Handle continuation characters in preprocessor.
2009-06-10 Brian Paulglsl: Fix symbol replacement handling in preprocessor.
2009-06-09 Brian Paulglsl: Expand nested preprocessor macros.
2009-06-08 Brian Paulglsl: Fix preprocessor define argument parsing for...
2009-04-27 Robert EllisonAvoid a segfault in shader compilation
2009-04-17 Brian PaulMerge branch 'register-negate'
2009-04-15 Brian Paulmesa: merge the prog_src_register::NegateBase and Negat...
2009-04-07 Brian Paulglsl: don't optimize program if MESA_GLSL=nopt
2009-04-02 Brian Paulglsl: fix segfault in linker when vertex or fragment...
2009-04-02 Brian Paulglsl: implement compiling/linking of separate compilati...
2009-04-01 Brian Paulglsl: fix texgen state variable tokens in emit_statevars()
2009-03-25 Alan Hourihaneslang: ensure structure elements have their array lengt...
2009-03-20 Michal Krolslang: Use _mesa_snprintf() wrapper.
2009-03-19 Alan Hourihaneslang: initialize the context
2009-03-19 Alan Hourihaneslang: support uniform arrays
2009-03-19 Brian Paulglsl: change GLSL #pragma initialization
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-10 Brian Paulglsl: fix typo: s/vec4_tex1d_proj/vec4_tex_1d_proj/
2009-03-07 Brian Paulmesa: gl_register_file enum typedef
2009-03-06 Brian Paulglsl: call the program optimizer
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-24 Brian Paulglsl: silence warning
2009-02-24 Brian Paulglsl: yet another swizzled expression fix
2009-02-23 Brian Paulglsl: fix another swizzle-related bug
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 Brian Paulglsl: fix link failure for variable-indexed varying...
2009-02-18 Brian Paulglsl: fix a swizzle-related regression
2009-02-18 Michel DänzerMerge branch 'gallium-texture-transfer'
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-18 Keith WhitwellMerge commit 'origin/draw-vbuf-interface'
2009-02-17 Brian Paulglsl: fix mistake in a comment
2009-02-17 Brian Paulglsl: fix an array indexing bug
2009-02-10 Brian PaulMerge commit 'origin/gallium-master-merge'
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
2009-02-06 Brian Paulglsl: new MESA_GLSL env var for GLSL debugging features
2009-02-06 Brian PaulRevert "mesa: meaningless whitespace change to see...
2009-02-06 Brian Paulmesa: meaningless whitespace change to see if git's...
2009-02-05 Brian Paulglsl: use _slang_var_swizzle() in a few places to simpl...
2009-02-05 Brian Paulglsl: remove unused prototype
2009-02-05 Brian Paulglsl: replace assertion with conditional in _slang_pop_...
2009-02-02 Brian Paulmesa: fix GLSL issue preventing use of all 16 generic...
2009-02-02 Brian Paulglsl: update program->InputsRead when referencing input...
next