Merge branch 'glsl-to-tgsi'
[mesa.git] / src / glsl /
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
2011-07-22 Vinson Leeglsl: Add standalone_scaffolding.cpp to SConscript.
2011-07-22 Paul Berryglsl: Add unit tests for lower_jumps.cpp
2011-07-22 Paul Berryglsl: Create a standalone executable for testing optimi...
2011-07-22 Paul Berryglsl: Move functions into standalone_scaffolding.cpp...
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian PaulMerge branch 'remove-copyteximage-hook'
2011-07-21 Vinson Leeglsl: Add ir_function_detect_recursion.cpp to SConscript.
2011-07-21 Ian Romanickglsl: Reject shaders that contain static recursion
2011-07-21 Ian Romanickglsl: Make prototype_string publicly available
2011-07-20 Kenneth Graunkeglsl: Avoid massive ralloc_strndup overhead in S-Expres...
2011-07-20 Brian Paulglsl: silence warning in linker.cpp
2011-07-18 Paul Berryglsl: Ensure that sampler declarations are always unifo...
2011-07-18 Paul Berryglsl: Move type_contains_sampler() into glsl_type for...
2011-07-17 Ian Romanicklinker: Only over-ride built-ins when a prototype has...
2011-07-13 Christian KönigMerge branch 'pipe-video'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Kenneth Graunkeglsl: Reject ambiguous function calls (multiple inexact...
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-08 Paul Berryglsl: Lower break instructions when necessary at the...
2011-07-08 Paul Berryglsl: In lower_jumps.cpp, lower both branches of a...
2011-07-08 Paul Berryglsl: Use foreach_list in lower_jumps.cpp
2011-07-08 Paul Berryglsl: lower unconditional returns and continues in...
2011-07-08 Paul Berryglsl: Lower unconditional return statements.
2011-07-08 Paul Berryglsl: Refactor logic for determining whether to lower...
2011-07-08 Paul Berryglsl: Add explanatory comments to lower_jumps.cpp.
2011-07-08 Paul Berryglsl: Make ir_reader able to read plain (return) statem...
2011-07-08 Paul Berryglsl: Remove unused function prototypes.
2011-07-07 Brian Paulglsl: use casts to silence warning
2011-07-06 Ian Romanicklinker: Assign locations for fragment shader output
2011-07-06 Ian Romanickglsl: Don't choke when printing an anonymous function...
2011-07-06 Ian Romanickglsl: Track initial mask in constant propagation live set
2011-07-06 Eric Anholtglsl: Suppress warning from matching_signature change.
2011-07-06 Eric Anholtglsl: Fix make clean for dricore.
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-29 Kenneth Graunkeglsl: Don't use MOD_TO_FRACT lowering on GLSL 1.30...
2011-06-29 Kenneth Graunkeglsl: Fix DIV_TO_MUL_RCP lowering for uint result types.
2011-06-29 Kenneth Graunkeglsl: Distinguish "type mismatch" error messages for...
2011-06-29 Kenneth Graunkeglsl: Find the "closest" signature when there are multi...
2011-06-29 Kenneth Graunkeglsl: Use i2u and u2i to implement constructor conversions.
2011-06-29 Kenneth Graunkeglsl: Revert "fix conversions from uint to bool and...
2011-06-29 Bryan Cainglsl: Add ir_unop_i2u and ir_unop_u2i operations.
2011-06-29 Eric Anholtglsl: Use the default values of ir_assignment() in...
2011-06-29 Eric Anholtglsl: Allow ir_assignment() constructor to not specify...
2011-06-29 Eric Anholtglsl: Avoid making a temporary for lower_mat_op_to_vec...
2011-06-29 Eric Anholtglsl: Make lower_mat_op_to_vec track derefs, not variables.
2011-06-29 Eric Anholtglsl: Rename lower_mat_op_to_vec operands/results to...
2011-06-29 Eric Anholtglsl: Move get_{column,element} to expression args.
2011-06-29 Eric Anholtglsl: Drop explicit types of lower_mat_op_to_vec expres...
2011-06-28 Paul Berryglsl: Rewrote _mesa_glsl_process_extension to use table...
2011-06-28 Paul Berryglsl: Changed extension enable bits to bools.
2011-06-28 Paul Berryglsl: permit explicit locations on fragment shader...
2011-06-27 Ian Romanickglsl: Fix depth unbalancing problem in if-statement...
2011-06-23 Paul Berryglsl: Flagged extension EXT_texture3D as "supported...
2011-06-20 Ian Romanicklinker: Reject shaders that use too many varyings
2011-06-17 José Fonsecascons: make embedding orthogonal to the platform
2011-06-15 Kenneth Graunkeglsl/builtins: Actually implement int/ivec variants...
2011-06-15 Kenneth Graunkeglsl/generate_builtins.py: Remove regexp to kill pointe...
2011-06-10 Eric Anholtglsl: Fix incorrect optimization of instructions before...
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Paul Berryglsl: fixed printing of structure constants.
2011-06-03 Paul BerryAST dump: fixed printing of conditionals.
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Brian Paulmesa: check that flex/bison are installed
2011-05-15 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-09 Kenneth Graunkeglsl: Add compiler support for ARB_shader_texture_lod.
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-03 Ian Romanickglsl: Remove extra newline from error message
2011-05-03 Marek Olšákmesa: implement AMD_shader_stencil_export
2011-04-24 Bryan Cainglsl: Fix typos in comments.
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-20 Kenneth Graunkeglsl/ast_to_hir: Only use the local 'type' variable...
next