llvmpipe: Delete unneeded LLVM stuff earlier.
[mesa.git] / src / glsl /
2014-05-14 Jonathan Grayglsl: simplify the M_PI*f macros, fixes build on OpenBSD
2014-05-13 José Fonsecaralloc: Omit detailed license information about talloc.
2014-05-13 Iago Toral Quirogaglsl: Do not call lhs->variable_referenced() multiple...
2014-05-12 Timothy Arceriglsl: the number of samplers is already calculated...
2014-05-09 Chris Forbesglsl: Rename linker's is_varying_var
2014-05-07 Ian Romanicklinker: Fix consumer_inputs_with_locations indexing
2014-05-06 Tapani Pälliglsl: fix bogus layout qualifier warnings
2014-05-02 Ian Romanickmesa: Add _mesa_error_no_memory for logging out-of...
2014-05-02 Chia-I Wuglsl: make static constant variables "static const"
2014-05-02 Ilia Mirkinglsl: add lowering passes for carry/borrow
2014-05-02 Ian Romanickmesa: Eliminate gl_shader_program::InternalSeparateShader
2014-05-02 Ian Romanickmesa: Enable GL_EXT_separate_shader_objects for OpenGL ES
2014-05-02 Ian Romanickglsl: Sort the list of extensions
2014-05-02 Ian Romanickmesa: Remove support for desktop OpenGL GL_EXT_separate...
2014-05-02 Ian Romanickmesa/sso: Enable GL_ARB_separate_shader_objects by...
2014-05-02 Ian Romanicklinker: Modify cross_validate_outputs_to_inputs to...
2014-05-02 Ian Romanicklinker: Sort shader I/O variables into a canonical...
2014-05-02 Ian Romanicklinker: Allow geometry shader without vertex shader...
2014-05-02 Ian Romanicklinker: Assign varying locations for separable programs
2014-05-02 Ian Romanicklinker: Allow consumer stage or producer stage to be...
2014-05-02 Ian Romanicklinker: Refactor code that gets an input matching an...
2014-05-02 Ian Romanickglsl: Exit when the shader IR contains an interface...
2014-05-02 Ian Romanickglsl/tests: Add first simple tests of populate_consumer...
2014-05-02 Ian Romanicklinker: Refactor code that builds hash tables of varyin...
2014-05-02 Ian Romanicklinker: Make lower_packed_varyings work with explicit...
2014-05-02 Ian Romanickglsl: Remove varying "base" parameters
2014-05-02 Ian Romanickglsl: Constify parameter to a couple varying_matches...
2014-05-01 Anuj Phogatglsl: Apply the link error conditions to GL_ARB_fragmen...
2014-05-01 Anuj Phogatglsl: Link error if fs defines conflicting qualifiers...
2014-05-01 Anuj Phogatglsl: Compile error if fs uses gl_FragCoord before...
2014-05-01 Anuj Phogatglsl: Compile error if fs defines conflicting qualifier...
2014-05-01 Anuj Phogatglsl: Allow overlapping locations for vertex input...
2014-04-27 Chris Forbesglsl: fix spelling of derived
2014-04-26 Matt Turnerglsl: Use properly typed arguments for bitfieldInsert.
2014-04-21 Chris Forbesglsl: Only allow `invariant` on shader in/out between...
2014-04-21 Chris Forbesglsl: Fix typo
2014-04-18 Chris Forbesglsl: Allow explicit binding on atomics again
2014-04-17 Iago Toral Quirogaglsl: Small optimization for constant conditionals
2014-04-17 Iago Toral Quirogaglsl: Fix incorrect indentation.
2014-04-17 Anuj Phogatglsl: Fix copy-paste error in linker_warning()
2014-04-16 Iago Toral Quirogaglsl: Properly handle blocks that define the same field...
2014-04-15 Matt Turnerglsl: Use M_PI_* macros.
2014-04-13 Chris Forbesglsl: Fix typo in interface block comment
2014-04-12 Kenneth Graunkeglsl: Ignore loop-too-large heuristic if there's bad...
2014-04-12 Kenneth Graunkeglsl: Rename loop_unroll_count::fail to "nested_loop."
2014-04-12 Kenneth Graunkeglsl: Pass gl_shader_compiler_optimizations to unroll_l...
2014-04-12 Kenneth Graunkeglsl: Drop do_common_optimization's max_unroll_iteratio...
2014-04-11 Kenneth Graunkeglsl: Try vectorizing when seeing a repeated assignment...
2014-04-11 Ian Romanickglsl: Propagate explicit binding information from the...
2014-04-11 Ian Romanicklinker: Set binding for all elements of UBO array
2014-04-11 Ian Romanicklinker: Set block bindings based on UniformBlocks rathe...
2014-04-11 Ian Romanicklinker: Clean up "unused parameter" warnings
2014-04-11 Ian Romanicklinker: Fold set_uniform_binding into call site
2014-04-11 Ian Romanicklinker: Various trivial clean-ups in set_sampler_binding
2014-04-11 Ian Romanicklinker: Split set_uniform_binding into separate functio...
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
next