winsys/radeon: simplify how value queries work
[mesa.git] / src / glsl /
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...
2011-04-19 Bryan Cainglsl: fix conversions from uint to bool and from float...
2011-04-19 Ian Romanickglsl: 80-column wrapping and whitespace fixes
2011-04-18 Ian Romanickglsl: Emit a warning when the left-hand operand of...
2011-04-17 Carl Worthglcpp: Fix attempts to expand recursive macros infinite...
2011-04-14 Carl WorthAdd expected file for 095-recursive-define test case.
2011-04-14 Carl Worthglcpp: Simplify calling convention of parser's active_l...
2011-04-14 Carl Worthglcpp: Add --valgrind option to the glcpp-test utility
2011-04-14 Carl WorthAdd an expected file for 084-unbalanced-parentheses
2011-04-14 Carl WorthAdd an expected file for 094-divide-by-zero-short-circuit
2011-04-14 Carl WorthAdd an expected file for 093-divide-by-zero
2011-04-14 Eric Anholtglsl: Perform type checking on "^^" operands.
2011-04-13 Eric Anholtglsl: When we've emitted a semantic error for ==, retur...
2011-04-13 Eric Anholtglsl: Semantically check the RHS of `||' even when...
2011-04-13 Eric Anholtglsl: Semantically check the RHS of `&&' even when...
2011-04-13 Eric Anholtglsl: Avoid cascading errors when looking for a scalar...
2011-04-13 Eric Anholtglsl/opt_cpe: Reenable opt_copy_propagation_elements...
2011-04-13 Eric Anholtglsl/opt_cpe: Fix a crash when a kill kills for two...
2011-04-13 Eric Anholtglsl/opt_cpe: Kill when the assignment isn't something...
2011-04-12 Brian PaulMerge branch 'arb_sampler_objects'
next