index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
Age
Commit message (
Expand
)
Author
2010-12-03
ir_print_visitor: Print out constant structure values.
Kenneth Graunke
2010-12-02
glsl: Fix flipped return of has_value() for array constants.
Eric Anholt
2010-12-01
glsl: Fix linker bug in cross_validate_globals()
Chad Versace
2010-12-01
glsl: Mark the array access for whole-array comparisons.
Eric Anholt
2010-12-01
glsl: Lower ir_binop_pow to a sequence of EXP2 and LOG2
Ian Romanick
2010-12-01
glsl: Use M_LOG2E constant instead of calling log2
Ian Romanick
2010-12-01
glsl: Add comments to lower_jumps (from the commit message).
Kenneth Graunke
2010-12-01
glsl: Remove "discard" support from lower_jumps.
Kenneth Graunke
2010-12-01
glsl: Add a lowering pass to move discards out of if-statements.
Kenneth Graunke
2010-12-01
glsl: Add an optimization pass to simplify discards.
Kenneth Graunke
2010-11-30
glsl/linker: Free any IR discarded by optimization passes.
Kenneth Graunke
2010-11-30
glsl: Remove anti-built-in hacks from the print visitor.
Kenneth Graunke
2010-11-30
glsl: Lazily import built-in function prototypes.
Kenneth Graunke
2010-11-30
glsl: Refactor out cloning of function prototypes.
Kenneth Graunke
2010-11-30
glsl: fix matrix type check in ir_algebraic
Aras Pranckevicius
2010-11-30
glsl: Quiet unreachable no-return-from-function warning.
Eric Anholt
2010-11-30
glsl: Fix structure and array comparisions.
Eric Anholt
2010-11-30
glsl: Add a helper constructor for expressions that works out result type.
Eric Anholt
2010-11-29
glsl: Make the symbol table's add_variable just use the variable's name.
Eric Anholt
2010-11-29
glsl: Make the symbol table's add_function just use the function's name.
Eric Anholt
2010-11-25
glsl: Add a virtual as_discard() method.
Kenneth Graunke
2010-11-25
glsl: Use do_common_optimization in the standalone compiler.
Kenneth Graunke
2010-11-25
glsl: Don't inline function prototypes.
Kenneth Graunke
2010-11-19
glsl: Add a helper function for determining if an rvalue could be a saturate.
Eric Anholt
2010-11-19
glsl: Fix type of label 'default' in switch statement.
Vinson Lee
2010-11-19
glsl: Add lower_vector.cpp to SConscript.
Vinson Lee
2010-11-19
glsl: Fix matrix constructors with vector parameters
Ian Romanick
2010-11-19
glsl: Combine many instruction lowering passes into one.
Kenneth Graunke
2010-11-19
glsl: Simplify a type check by using type->is_integer().
Kenneth Graunke
2010-11-19
glsl: Add ir_quadop_vector expression
Ian Romanick
2010-11-19
glsl: Add unary ir_expression constructor
Ian Romanick
2010-11-19
glsl: Add ir_rvalue::is_negative_one predicate
Ian Romanick
2010-11-19
glsl: Eliminate assumptions about size of ir_expression::operands
Ian Romanick
2010-11-19
glsl: Add ir_unop_sin_reduced and ir_unop_cos_reduced
Ian Romanick
2010-11-18
glsl: Make is_zero and is_one virtual methods of ir_rvalue
Ian Romanick
2010-11-17
glsl: Fix 'control reaches end of non-void function' warning.
Vinson Lee
2010-11-17
glsl: Improve usage message for glsl_compiler
Chad Versace
2010-11-17
glsl: Refactor get_num_operands.
Kenneth Graunke
2010-11-17
glsl: Remove the ir_binop_cross opcode.
Kenneth Graunke
2010-11-17
Refresh autogenerated file builtin_function.cpp.
Kenneth Graunke
2010-11-17
glsl: Reimplement the "cross" built-in without ir_binop_cross.
Kenneth Graunke
2010-11-17
Regenerate glcpp parser.
Kenneth Graunke
2010-11-17
glsl: Unconditionally define GL_FRAGMENT_PRECISION_HIGH in ES2 shaders.
Kenneth Graunke
2010-11-17
glsl: Fix Doxygen tag \file in recently renamed files
Chad Versace
2010-11-17
glsl: Fix erroneous cast in ast_jump_statement::hir()
Chad Versace
2010-11-17
glsl: Fix constant expression handling for <, >, <=, >= on vectors.
Kenneth Graunke
2010-11-16
Refresh autogenerated glcpp parser.
Kenneth Graunke
2010-11-16
glcpp: Define GL_FRAGMENT_PRECISION_HIGH if GLSL version >= 1.30.
Kenneth Graunke
2010-11-16
glsl: Simplify generation of swizzle for vector constructors
Ian Romanick
2010-11-16
glsl: Refactor is_vec_{zero,one} to be methods of ir_constant
Ian Romanick
[next]