i965/fs: Add a couple more global special regs to special[]
[mesa.git] / src / glsl /
2014-04-08 Eric Anholtglsl: Move tree grafting's debug output to stderr.
2014-04-08 Eric Anholtglsl: Skip making a temporary for assignments when...
2014-04-08 Kenneth Graunkeglsl: Pass ctx->Const.NativeIntegers to do_algebraic.
2014-04-08 Kenneth Graunkeglsl: Pass ctx->Const.NativeIntegers to do_common_optim...
2014-04-08 Kenneth Graunkeglsl: Validate that base types match for a number of...
2014-04-08 Kenneth Graunkeglsl: Fix lack of i2u in lower_ubo_reference.
2014-04-08 Kenneth Graunkeglsl: Make is_16bit_constant from i965 an ir_constant...
2014-04-05 Matt Turnerglsl: Optimize (x + y cmp 0) into (x cmp -y).
2014-04-01 Chia-I Wuglsl: remove UBO fields from _mesa_glsl_parse_state
2014-03-28 Ian Romanickglsl: Clean up "unused parameter" warnings
2014-03-28 Ian Romanickglsl: Move Doxygen block closing ot the correct place
2014-03-28 Chia-I Wuglsl: remove {add,get}_type_ast from glsl_symbol_table
2014-03-25 Ian Romanickglsl: Clean up "unused parameter" warnings
2014-03-25 Ian Romanickglsl: Minor clean ups in constant_referenced
2014-03-25 Ian Romanickglsl: Remove ir_dereference::constant_referenced
2014-03-25 Ian Romanickglsl: Fold implementation of ir_dereference_array:...
2014-03-25 Ian Romanickglsl: Fold implementation of ir_dereference_record...
2014-03-25 Ian Romanickglsl: Fold implementation of ir_dereference_variable...
2014-03-25 Ian Romanickglsl: Add wrapper function that calls ir_dereference...
2014-03-25 Ian Romanickglsl: Group all of the constant_referenced functions...
2014-03-19 Matt Turnerglsl: Allow dot() on scalars, and throw out dotlike().
2014-03-19 Matt Turnerglsl: Optimize pow(x, 2) into x * x.
2014-03-19 Matt Turnerglsl: Match whitespace changes from previous patch.
2014-03-19 Matt Turnerglsl: Expose pack/unpack built-ins for ARB_gpu_shader5.
2014-03-14 Eric Anholtglsl: Improve debug output and variable names for opt_d...
2014-03-12 Ian Romanickglsl: Fix typo
2014-03-12 Ian Romanickglsl: Rewrite unrolled link_invalidate_variable_locatio...
2014-03-11 Jonathan Grayglsl: Link glsl_compiler with pthreads library.
2014-03-11 Emil Velikovautomake: use only the folder name if it's a subfolder...
2014-03-11 Emil Velikovautomake: silence folder creation
2014-03-10 Tapani Pällimesa/glsl: introduce a remap table for uniform locations
2014-03-08 Sir Anthonyglcpp: Do not remove spaces to preserve locations.
2014-03-08 Sir Anthonyglsl: Change locations from yylloc to appropriate token...
2014-03-08 Sir Anthonyglsl: Add ast_node method to set location range.
2014-03-08 Sir Anthonyglsl: Make ast_node location comments more informative.
2014-03-08 Sir Anthonyglsl: Extend ast location structure to hande end token...
2014-03-08 Sir Anthonyglsl: Update lexers in glsl and glcpp to hande end...
2014-03-06 Brian Paulglsl: fix compiler warnings in link_uniforms.cpp
2014-03-03 Brian Paulglsl: switch to c11 mutex functions
2014-03-02 Kenneth Graunkeglsl: Fix broken LRP algebraic optimization.
2014-02-28 Matt Turnerglsl: Don't vectorize horizontal expressions.
2014-02-28 Matt Turnerglsl: Add is_horizontal() method to ir_expression.
2014-02-28 Matt Turnerglsl: Optimize lrp(x, 0, a) into x - (x * a).
2014-02-28 Matt Turnerglsl: Optimize lrp(0, y, a) into y * a.
2014-02-26 Brian Paulglsl: add switch case for MESA_SHADER_COMPUTE
2014-02-26 Kenneth Graunkeglsl: Delete LRP_TO_ARITH lowering pass flag.
2014-02-25 Timothy ArceriMerge branch 'master' of git+ssh://git.freedesktop...
2014-02-25 Timothy Arceriglsl: removed unused dimension_count varible
2014-02-25 Dave Airlieglsl/i965: move lower_offset_array up to GLSL compiler...
2014-02-23 Eric Anholtglsl: Add a file argument to the IR printer.
2014-02-21 Ian Romanickglsl/sso: Add parser and AST-to-HIR support for separat...
2014-02-21 Ian Romanickmesa/sso: Add extension tracking for ARB_separate_shade...
2014-02-20 Jordan Justenglsl: add gl_InvocationID variable for ARB_gpu_shader5
2014-02-20 Jordan Justenglsl/linker: produce gl_shader_program Geom.Invocations
2014-02-20 Jordan Justenglsl: parse invocations layout qualifier for ARB_gpu_sh...
2014-02-20 Jordan Justenglsl: Generate error for invalid input layout declarations
2014-02-20 Jordan Justenglsl: convert GS input primitive to use ast_type_qualifier
2014-02-19 Ian Romanickglsl: Silence "type qualifiers ignored on function...
2014-02-19 Ian Romanickglsl: Only warn for macro names containing __
2014-02-19 Ian Romanickglcpp: Only warn for macro names containing __
2014-02-18 Anuj Phogatglsl: Fix condition to generate shader link error
2014-02-12 Brian Paulglsl: rename _restrict to restrict_flag
2014-02-12 Francisco Jerezglsl/linker: Propagate image uniform access qualifiers...
2014-02-12 Francisco Jerezglsl/linker: Assign image uniform indices.
2014-02-12 Francisco Jerezglsl/linker: Count and check image resources.
2014-02-12 Francisco Jerezglsl: Add image built-in function generator.
2014-02-12 Francisco Jerezglsl: Add built-in constants for ARB_shader_image_load_...
2014-02-12 Francisco Jerezglcpp: Add built-in define for ARB_shader_image_load_store.
2014-02-12 Francisco Jerezglsl: Add built-in types defined by ARB_shader_image_lo...
2014-02-12 Francisco Jerezglsl/ast: Generalize some sampler variable restrictions...
2014-02-12 Francisco Jerezglsl/ast: Forbid declaration of image variables in...
2014-02-12 Francisco Jerezglsl/ast: Make sure that image argument qualifiers...
2014-02-12 Francisco Jerezglsl/ast: Verify that function calls don't discard...
2014-02-12 Francisco Jerezglsl/ast: Validate and apply memory qualifiers to image...
2014-02-12 Francisco Jerezglsl/parser: Handle image built-in types.
2014-02-12 Francisco Jerezglsl/parser: Handle image memory qualifiers.
2014-02-12 Francisco Jerezglsl/parser: Handle the early_fragment_tests input...
2014-02-12 Francisco Jerezglsl/lexer: Add new tokens for ARB_shader_image_load_store.
2014-02-12 Francisco Jerezglsl/ast: Keep track of type qualifiers defined by...
2014-02-12 Francisco Jerezglsl: Add gl_uniform_storage fields to keep track of...
2014-02-12 Francisco Jerezglsl: Add image memory and layout qualifiers to ir_vari...
2014-02-12 Francisco Jerezglsl: Add helper methods to glsl_type for dealing with...
2014-02-12 Francisco Jerezglsl: Add image type to the GLSL IR.
2014-02-12 Francisco Jerezglsl: Add ARB_shader_image_load_store extension enables.
2014-02-12 Matt Turnerglsl: Do not vectorize vector array dereferences.
2014-02-11 Daniel Kurtzglsl: Add locking to builtin_builder singleton
2014-02-07 Eric Anholtglsl: Optimize triop_csel with all-true or all-false.
2014-02-07 Eric Anholtglsl: Optimize various cases of fma (aka MAD).
2014-02-07 Eric Anholtglsl: Optimize lrp(x, x, coefficient) --> x.
2014-02-07 Eric Anholtglsl: Optimize pow(x, 1) -> x.
2014-02-07 Eric Anholtglsl: Optimize log(exp(x)) and exp(log(x)) into x.
2014-02-07 Eric Anholtglsl: Optimize ~~x into x.
2014-02-07 Kenneth Graunkeglsl: Don't lose precision qualifiers when encountering...
2014-02-07 Juha-Pekka Heikkilaglsl: Fix null access on file read error
2014-02-06 Matt Turnerglsl: Initialize ubo_binding_mask flags to zero.
2014-02-05 Paul Berryglsl/cs: Prohibit mixing of compute and non-compute...
2014-02-05 Paul Berryglsl/cs: Prohibit user-defined ins/outs in compute...
2014-02-05 Paul Berrymesa/cs: Handle compute shader local size during linking.
2014-02-05 Paul Berryglsl/cs: Handle compute shader local_size_{x,y,z} decla...
2014-02-05 Paul Berrymesa/cs: Implement MAX_COMPUTE_WORK_GROUP_COUNT constant.
next