mesa: fix warnings about locals hiding function params
[mesa.git] / src / mesa / shader /
2009-08-13 Brian Paulglsl: fix some uninitialized pointers
2009-07-30 Brian Paulmesa: move misplaced return statement
2009-07-30 Brian Paulmesa: add missing return after catching program error
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-07-02 Keith Whitwellmesa: s/TRUE/GL_TRUE
2009-07-02 Keith WhitwellMerge commit 'origin/dlist-statechange-shortcircuit...
2009-07-02 Keith Whitwellmesa: ensure UsesFogFragCoord value is set for non...
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-26 Brian Paulglsl: Added gl_shader_state::EmitContReturn field
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-06-08 Brian Paulmesa: better error message for invalid texture unit...
2009-05-08 Keith Whitwellmesa: more complete fix for transform_invarient glitches
2009-04-29 Brian Paulmesa: added _mesa_check_soa_dependencies() function
2009-04-27 Robert EllisonAvoid a segfault in shader compilation
2009-04-22 Brian Paulmesa: Fix buffer overflow when parsing generic vertex...
2009-04-21 Brian Paulmesa: new _NEW_PROGRAM_CONSTANTS flag
2009-04-21 Brian Paulmesa: print internal.current[i] attrib
2009-04-21 Brian Paulmesa: print parameter list dirty state flag mask
2009-04-18 Brian Paulmesa: add switch case for GL_VERTEX_STATE_PROGRAM_NV...
2009-04-17 Brian Paulmesa: build a float[4] value in _mesa_add_sampler(...
2009-04-17 Brian PaulMerge branch 'register-negate'
2009-04-16 José FonsecaMerge branch 'gallium-s3tc'
2009-04-15 Brian Paulmesa: merge the prog_src_register::NegateBase and Negat...
2009-04-15 Brian Paulmesa: remove unused matrixType param from ctx->Driver...
2009-04-15 Brian Paulmesa: move #define for GL_PROGRAM_BINARY_LENGTH_OES
2009-04-15 Brian Paulmesa: remove NV vertex/fragment program print/debug...
2009-04-09 Brian Paulmesa: minor datatype changes in optimization code
2009-04-07 Brian Paulglsl: enable the new linear scan register allocator...
2009-04-07 Brian Paulglsl: don't optimize program if MESA_GLSL=nopt
2009-04-03 Brian Paulmesa: in mesa_add_named_constant(), avoid adding duplic...
2009-04-03 Brian Paulmesa: fix parameter counting in ARB vertex/fragment...
2009-04-03 Brian Paulmesa: replace >= with > when testing if we've exceeded...
2009-04-03 Brian Paulmesa: for OPCODE_LIT, use _mesa_pow() instead of exp...
2009-04-03 Brian Paulmesa: rename some gl_light fields to be clearer
2009-04-03 Brian Paulmesa: replace assertion with conditional in _mesa_opcod...
2009-04-03 Brian Paulmesa: clean up formatting and use 'return' instead...
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-02 Brian Paulmesa: use correct tex unit lod bias for TXB instruction
2009-04-01 Brian Paulglsl: fix texgen state variable tokens in emit_statevars()
2009-04-01 Brian Paulmesa: minor tweaks in append_token() for printing state...
2009-03-25 Alan Hourihaneslang: ensure structure elements have their array lengt...
2009-03-21 Brian Paulmesa: add new internal state var for window size
2009-03-20 Brian Paulmesa: linear scan register allocation for shader programs
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-17 Vinson Leemesa: update/fix doxygen comments
2009-03-16 Michal Krolmesa: Silence compiler warnings.
2009-03-13 Brian Paulmesa: glUseProgram() debug code (disabled)
2009-03-12 Roland Scheideggermesa: add support for ATI_envmap_bumpmap
next