i915g: Add two new unsupported PIPE_CAPs.
[mesa.git] / src / glsl /
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
2011-08-08 Paul Berryglsl: Emit function signatures at toplevel, even for...
2011-08-08 Paul BerryRevert "glsl: Skip processing the first function's...
2011-08-08 Brian Paulglsl: silence warning about trailing comma in enum...
2011-08-05 Chia-I Wuglsl: empty declarations should be valid
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-02 Ian Romanickmesa: Ensure that gl_shader_program::InfoLog is never...
2011-08-02 Ian Romanicklinker: Make linker_{error,warning} generally available
2011-08-02 Ian Romanicklinker: Make linker_error set LinkStatus to false
2011-08-01 Bryan Cainglsl: remove glsl_type::get_vec4_type()
2011-08-01 Bryan Cainmesa, glsl_to_tgsi: add native support for integers...
2011-08-01 Paul Berryglsl: improve the accuracy of the atan(x,y) builtin...
2011-08-01 Paul Berryglsl: improve the accuracy of the asin() builtin function.
2011-08-01 Chad Versaceglsl: Remove duplicate comment
2011-07-30 Chad Versaceglsl: Clarify ir_function::matching_sigature()
2011-07-30 Chad Versaceglsl: Fix conversions in array constructors
2011-07-30 Chad Versaceglsl: Remove ir_function.cpp:type_compare()
2011-07-30 Chad Versaceglsl: Fix implicit conversions in non-constructor funct...
2011-07-30 Chad Versaceglsl: Add method glsl_type::can_implicitly_convert_to()
2011-07-29 Eric AnholtAdd dependency generation for Mesa and GLSL dricore...
2011-07-28 Paul Berryglsl: improve the accuracy of the radians() builtin...
2011-07-27 Ian Romanickglsl: Add source location tracking to TODO list
2011-07-27 Ian Romanickglsl: Remove completed items from the TODO list
2011-07-26 Ian Romanickglsl: Correctly return progress from lower_variable_ind...
2011-07-23 Ian Romanickglsl: Compare vector indices in blocks
2011-07-23 Ian Romanickglsl: Factor out code that generates block of index...
2011-07-23 Ian Romanickglsl: Treat ir_dereference_array of non-var as a consta...
2011-07-23 Ian Romanickglsl: When lowering non-constant vector indexing, respe...
2011-07-23 Ian Romanickglsl: When lowering non-constant array indexing, respec...
2011-07-23 Ian Romanickglsl: Rework lowering of non-constant array indexing
2011-07-23 Ian Romanickglsl: Split out part of variable_index_to_cond_assign_v...
2011-07-23 Ian Romanickglsl: Move is_array_or_matrix outside visitor class
next