mesa: fix array storage allocation bug
[mesa.git] / src / mesa / shader / slang / slang_codegen.c
2008-07-03 Brian Paulmesa: fix array storage allocation bug
2008-07-02 Brian Paulmesa: fix a GLSL vector subscript/writemask bug
2008-07-02 Brian Paulmesa: move some functions
2008-07-01 Brian Paulmesa: better function inlining in the presence of ...
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian Paulfix incorrect sampler numbering/indexing.
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-14 Brian Paulfix-up inlined/non-inlined function inconsistencies
2008-05-14 Brian Paulrewrite some of the mat*mat, mat*vec intrinsics
2008-05-14 Brian Paulmesa: minor bug fixes, null ptr checks, dead code removal
2008-03-13 Keith Whitwellmesa: fix (harmless?) assignment in assert
2007-10-27 BrianRe-implement GLSL texture sampler variables.
2007-10-24 BrianImplement gl_PointCoord attribute for GLSL fragment...
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-26 BrianFix function call bug 11731. Also, fix up IR_CALL...
2007-07-26 Briangenerate error upon writing to varying var in fragment...
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-12 Brianfix swizzle-related bug 11534
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-07-03 Brianadd code for stpq, rgba writemasks in make_writemask...
2007-05-14 Briancomment about fixing uniform structs
2007-05-11 Brianuser-declared uniform structs not supported yet (see...
2007-05-01 BrianRewrite of slang_inline_asm_function() to do full param...
2007-04-24 Karl Schultzefix double const, move an assertion
2007-04-21 BrianRemove all the USE_MEMPOOL debug code.
2007-04-21 BrianUse new memory pool allocator. Lots of debug code still...
2007-04-19 Brianremove invalid assertion
2007-04-19 Brianfix crash when program has invalid structure field
2007-04-19 Brianfix an uninitialized variable and a warning
2007-04-18 Brianrecord proper datatypes for uniforms/samplers
2007-04-18 BrianStart fixing some issues with uniform variables and...
2007-04-12 BrianAdded sanity checking in _slang_sizeof_type_specifier...
2007-04-11 Brianfix/work-around allocation bugs for non-square matrices
2007-04-10 BrianNULL ptr check
2007-04-08 Briansupport for GLSL 1.20 non-square matrices
2007-03-31 Brianfix scoping mistake in previous commit that checked...
2007-03-30 Briancheck that LHS of assignment is writable
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-28 BrianHandle logical NOT and XOR without library functions...
2007-03-28 Briandon't generate IR_BREAK_IF_FALSE
2007-03-28 Briansimplify, clean-up break/cont code
2007-03-28 Brianadded missing returns after slang_info_log_error()...
2007-03-28 Briancheck that if/while/do-while condition is boolean or...
2007-03-27 BrianImplement true CAL/RET subroutines. Some optimizations...
2007-03-27 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-03-27 BrianCheckpoint: implementing true CAL/RET instructions...
2007-03-26 BrianGet rid of SLANG_OPER_GOTO, start rewrite of 'return...
2007-03-26 Brianremove debug abort() calls
2007-03-26 BrianAdditional error checking for 'return' statements.
2007-03-26 Briandead code elimination for constant-valued if/then/else
2007-03-26 BrianFix a few issues with computing storage sizes with...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-24 Brianfix mem leak
2007-03-24 Brianmove some code into new slang_ir.c file
2007-03-23 BrianFix issues related to the 'continue' statement.
2007-03-23 Brianminor tweaks
2007-03-22 BrianOverhaul emit_compare() function.
2007-03-21 BrianSupport for user-defined structures.
2007-03-21 Brianmerge from master
2007-03-13 Brianbetter error msg for undefined function, disable some...
2007-03-13 Brianget rid of float_multiply, float_add, float_divide
2007-03-12 BrianImplement GL_ARB_texture_rectangle support
2007-03-12 BrianAdd array bounds checking, fix memleaks, add null ptr...
2007-03-11 Brianadd NULL ptr check
2007-03-11 BrianImplement support for GL_ARB_draw_buffers with GL_MAX_D...
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-10 BrianImplement gl_FrontFacing for fragment shaders.
2007-03-09 Brianadd NULL ptr check
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-08 Brianfix broken vec4_seq, vec4_sne instructions
2007-03-08 BrianAdded IR_SLE and IR_SLT for <= and < operations.
2007-03-08 Brian; and {} statements were broken
2007-03-08 Brianremove unused new_cjump()
2007-03-08 Brianrewrite _slang_gen_select() to use IF node
2007-03-08 Brians/_slang_gen_hl_if/_slang_gen_if/
2007-03-08 Brians/_slang_gen_hl_if/_slang_gen_if/
2007-03-08 Briancheck for attempted writes to read-only vars
2007-03-08 BrianRework matrix-related code.
2007-03-07 BrianFix problem with nested function calls such as y =...
2007-03-07 Brians/equal/EQUAL/, fix bugs in logical or/and code.
2007-03-07 Brianfix swizzled writemask bug
2007-03-07 Brianadditional error detection
2007-02-27 BrianFix a few bugs in slang_operation variable scoping...
2007-02-26 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-26 BrianOverhaul of error handling.
2007-02-23 Briancomments, clean-up
2007-02-23 BrianReplace slang_ir_node::Target w/ Field. Remove Comment...
2007-02-23 Brianremove old _slang_gen_if()
2007-02-23 BrianRe-implement branching with slang_labels.
2007-02-22 Brianemit high-level IF/ELSE/ENDIF for vertex progs now
next