mesa: Fix memory leak in out-of-memory path.
[mesa.git] / src / glsl /
2011-11-01 Eugeni DodonovBuild link_uniforms for android
2011-11-01 José Fonsecaralloc: Use _vscprintf on MinGW.
2011-10-31 Paul Berrymesa: Add glsl_type::get_scalar_type() function.
2011-10-31 Paul Berryglsl: Add isinf() and isnan() builtins.
2011-10-31 Paul Berryglsl: Add '.ir' extension to builtin IR files
2011-10-31 Paul Berryglsl: Fix copy-paste error in constant_expression_value...
2011-10-29 Morgan Armandglsl: Fix compilation of glsl_lexer.ll with MSVC.
2011-10-28 Ian Romanickglsl: Clean-up spurious error message on bad structure...
2011-10-28 Ian Romanickglsl: Generate an error for array-of-array declarations
2011-10-28 Eric Anholtglsl: Implement GLSL 1.30's literal integer range restr...
2011-10-28 Kenneth Graunkeglsl: Remove pointless uses of glsl_type::get_base_type().
2011-10-27 Paul Berryglsl: add ir_variable::determine_interpolation_mode...
2011-10-27 Paul Berryglsl: Distinguish between no interpolation qualifier...
2011-10-27 Paul Berrymesa: Expose GLSL interpolation qualifiers in gl_fragme...
2011-10-26 Eric Anholtglsl: Rename remaining internal builtins from gl_MESA...
2011-10-26 Vinson Leeralloc: Move declaration before code.
2011-10-26 Vinson Leescons: Add link_uniforms.cpp to SConscript.
2011-10-26 Ian Romanicklinker: Add uniform_field_visitor class to process...
2011-10-26 Kenneth Graunkeralloc: Add new [v]asprintf_rewrite_tail functions.
2011-10-26 Ian Romanicklinker: Eliminate more dead code after demoting shader...
2011-10-26 Ian Romanickglsl: Add uniform_locations_assigned parameter to do_de...
2011-10-24 Eric Anholtglsl: Fix gl_NormalMatrix swizzle setup to match i965...
2011-10-24 Eric Anholtglsl: Add gl_MaxVaryingComponents in GLSL 1.30.
2011-10-23 Eric Anholtglsl: Add support for constant expression evaluation...
2011-10-21 Kenneth Graunkeglsl: Short-circuit lower_if_to_cond_assign when MaxIfD...
2011-10-19 Ian Romanickir_to_mesa: Move some things outside the 'extern "C...
2011-10-18 Kenneth Graunkeglsl: Stop tree grafting if a variable is overwritten...
2011-10-18 Eric Anholtmesa: Add a flag for shader programs to allow SSO linka...
2011-10-18 Eric Anholtglsl: Add gl_CurrentAttrib{Vert,Frag}MESA internal...
2011-10-10 Ian Romanicklinker: Fix a slightly incorrect comment
2011-10-07 Ian Romanickglsl: Remove unused method ir_variable::component_slots
2011-10-07 Jason Woodglsl: Remove version check when looking for identifiers...
2011-10-05 Eric Anholtglsl: Consider "__" in identifers as reserved.
2011-10-05 Paul Berrymesa: Add a gl_vert_result for gl_ClipVertex.
2011-10-05 Stéphane Marchesinglsl: Remove unneeded headers.
2011-10-04 Ian Romanicklinker: Use gl_shader_program::AttributeBindings for...
2011-10-04 Ian Romanickglsl: Delete symbol table in post-link shaders
2011-10-04 Ian Romanickmesa: Remove ARB_draw_buffers extension enable flag
2011-09-30 Carl Worthglcpp: Add a test for #elif with an undefined macro.
2011-09-30 Carl Worthglcpp: Raise error if defining any macro containing...
2011-09-30 Carl Worthglcpp: Implement token pasting for non-function-like...
2011-09-30 Carl Worthglcpp: Test a non-function-like macro using the token...
2011-09-30 Carl Worthglcpp: Fix two (or more) successive applications of...
2011-09-30 Carl Worthglcpp: Add a test for a macro that implements token...
2011-09-28 Paul Berryglsl 1.30: Fix numerical instabilities in asinh
2011-09-28 Eric Anholtglsl: Add support for constant expression evaluation...
2011-09-28 Eric Anholtglsl: Fix assertion checking types of constant bitshift...
2011-09-25 Chad Versaceglsl: Fix Android build
2011-09-24 Kenneth Graunkeglsl: Free all S-Expressions immediately after reading IR.
2011-09-24 Kenneth Graunkeglsl: Defer initialization of built-in functions until...
2011-09-23 Paul Berrymesa: set up gl_vert_result and gl_frag_attrib values...
2011-09-23 Paul Berrymesa: Add a flag to indicate whether a program uses...
2011-09-23 Paul Berryglsl: Implement a lowering pass for gl_ClipDistance.
2011-09-23 Paul Berryglsl hierarchical visitor: Do not overwrite base_ir...
2011-09-21 Kenneth Graunkemake: Don't use builtin_stubs.cpp for standalone GLSL...
2011-09-14 Paul Berryglsl: Remove field array_lvalue from ir_variable.
2011-09-09 Ian Romanickglsl: Silence "ast_to_hir.cpp:1984:25: warning: compari...
2011-09-09 Ian Romanickglsl: Silence several "warning: unused parameter"
2011-09-09 Eric Anholtglsl: Don't do structure splitting until link time.
2011-09-09 Eric Anholtglsl: Clarify error message about whole-array assignmen...
2011-09-09 Eric Anholtglsl: When assiging from a whole array, mark it as...
2011-09-09 Eric Anholtglsl: Fix setting of OutputsWritten for whole array...
2011-09-08 Paul Berryglsl: Make sure gl_ClipDistance and gl_ClipVertex are...
2011-09-08 Paul Berryglsl: Check that gl_ClipDistance[] is not sized too...
2011-09-08 Paul Berryglsl: Rework oversize array check for gl_TexCoord.
2011-09-08 Paul Berryglsl: Add constant gl_MaxClipDistances.
2011-09-08 Paul Berryglsl: Make gl_ClipDistance[] implicitly sized.
2011-09-07 Brian Paulglsl: s/int/unsigned/ to silence warning
2011-09-07 Kenneth Graunkeglsl/ir_reader: Make sure constants have the right...
2011-09-07 Kenneth Graunkeglsl/builtins: Fix invalid float constant in noise4...
2011-09-07 Kenneth Graunkeglsl/builtins: Fix invalid vecN constants in hyperbolic...
2011-08-31 Bryan Cainglsl: Use a separate div_to_mul_rcp lowering flag for...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Kenneth Graunkeglcpp: Add GL_ARB_conservative_depth #define.
2011-08-25 Dave Airlieglsl: fix crash when a const is passed to texelFetchOffset
2011-08-25 Kenneth Graunkeglsl: Bail after reporting an error for non-constant...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-25 Kenneth Graunkeglsl: Implement the GL_ARB_conservative_depth extension.
2011-08-24 Ian Romanickglsl: Make sure that Extensions.dummy_true is set to...
2011-08-23 Kenneth Graunkeglsl/builtins: Uncomment textureSize prototypes.
2011-08-23 Kenneth Graunketexture_builtins.py: Add support for textureSize (txs).
2011-08-23 Kenneth Graunkeglsl: Add a new ir_txs (textureSize) opcode to ir_texture.
2011-08-22 Kenneth Graunkeglsl: Make ir_validate actually visit ir_if nodes.
2011-08-20 Chia-I Wuandroid: build glsl
2011-08-20 Chia-I Wuralloc: include limits.h for SIZE_MAX on Android
2011-08-20 Chia-I Wuglsl: remove an unnecessary header include
2011-08-20 Kenneth Graunkeglsl: Remove unused variable.
2011-08-16 Paul Berryglsl: Fix type error when lowering integer divisions
2011-08-16 Eric Anholtglsl: When assigning to a whole array, mark the array...
2011-08-16 Paul Berryglsl: Add validations for ir_call.
2011-08-16 Paul Berryglsl: Make is_lvalue() and variable_referenced() const.
2011-08-16 Paul Berryglsl: Perform implicit type conversions on function...
2011-08-15 Ian Romanickglsl: Modify strategy for accumulating conditions when...
2011-08-15 Ian Romanickglsl: Slight change to the code generated by if-flattening
2011-08-15 Ian Romanickglsl: Replace foreach_iter with foreach_list_safe
2011-08-15 Ian Romanickglsl: Make move_block_to_cond_assign not care which...
2011-08-08 Paul Berryglsl: validate IR after linking (debug builds only)
2011-08-08 Paul Berryglsl: When linking, emit functions at the tail of the...
2011-08-08 Paul Berryglsl: Check array size is const before asserting that...
2011-08-08 Paul Berryglsl: Constant-fold built-in functions before outputting IR
next