mesa: stop using ctx->Driver.CopyTexImage1D/2D() hooks
[mesa.git] / src / glsl /
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'
2011-04-11 Ian Romanickglsl: Make GL_ARB_shader_stencil_export enable block...
2011-04-11 Ian Romanickglsl: Only let a shader enable GL_ARB_draw_instanced...
2011-03-29 Ian Romanickglsl: Calcluate Mesa state slots in front-end instead...
2011-03-29 Ian Romanickglsl: Move _mesa_builtin_uniform_desc from uniforms...
2011-03-27 Kenneth Graunkeglsl: Accept precision qualifiers on sampler types...
2011-03-25 Kenneth Graunkeglsl: Generate readable unique names at print time.
2011-03-25 Ian Romanickglsl: Make add_variable, add_uniform, et. al. have...
2011-03-25 Ian Romanickglsl: Fix off-by-one error setting max_array_access...
2011-03-25 Ian Romanickglsl: Add array access bounds checking to ir_validate
2011-03-25 José Fonsecaglsl: Add void to _mesa_destroy_shader_compiler() argum...
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-16 Tobias Drosteautoconf: don't use CFLAGS for cpp files
2011-03-16 José Fonsecaglsl2: Silence unused added variable gcc warning.
2011-03-16 Brian Paulglsl: add cast to silence signed/unsigned comparison...
2011-03-15 Ian Romanickglsl: Only allow unsized array assignment in an initializer
2011-03-15 Eric Anholtglsl: Skip processing the first function's body in...
2011-03-15 Eric Anholtglsl: Whitespace fixup in opt_dead_functions.cpp.
2011-03-15 Eric Anholtglsl: Skip processing of expression trees in discard...
2011-03-15 Eric Anholtglsl: Reduce processing of expression trees in do_struc...
next