index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
linker: Check that initializers for global variables match
Ian Romanick
2011-11-03
1
-0
/
+5
*
glsl: add ir_variable::determine_interpolation_mode() function.
Paul Berry
2011-10-27
1
-0
/
+15
*
glsl: Distinguish between no interpolation qualifier and 'smooth'
Paul Berry
2011-10-27
1
-1
/
+2
*
mesa: Expose GLSL interpolation qualifiers in gl_fragment_program.
Paul Berry
2011-10-27
1
-4
/
+4
*
glsl: Remove unused method ir_variable::component_slots
Ian Romanick
2011-10-07
1
-8
/
+0
*
glsl: Remove field array_lvalue from ir_variable.
Paul Berry
2011-09-14
1
-4
/
+1
*
glsl: Add a new ir_txs (textureSize) opcode to ir_texture.
Kenneth Graunke
2011-08-23
1
-6
/
+10
*
glsl: Make is_lvalue() and variable_referenced() const.
Paul Berry
2011-08-15
1
-2
/
+2
*
glsl: Move type_contains_sampler() into glsl_type for later reuse.
Paul Berry
2011-07-18
1
-16
/
+1
*
glsl: Add ir_unop_i2u and ir_unop_u2i operations.
Bryan Cain
2011-06-29
1
-0
/
+8
*
glsl: add cast to silence signed/unsigned comparison warning
Brian Paul
2011-03-15
1
-1
/
+1
*
glsl: Explicitly specify a type when reading/printing ir_texture.
Kenneth Graunke
2011-03-14
1
-12
/
+8
*
glsl: Introduce a new "const_in" variable mode.
Kenneth Graunke
2011-01-31
1
-1
/
+16
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
1
-9
/
+9
*
glsl: Propagate depth layout qualifier from AST to IR
Chad Versace
2011-01-26
1
-0
/
+1
*
glsl: Define enum ir_depth_layout
Chad Versace
2011-01-26
1
-0
/
+16
*
glsl: Track variable usage, use that to enforce semantics
Ian Romanick
2011-01-12
1
-0
/
+1
*
glsl: Add type inference support for remaining expression opcodes.
Kenneth Graunke
2011-01-11
1
-0
/
+48
*
glsl: Fix flipped return of has_value() for array constants.
Eric Anholt
2010-12-02
1
-1
/
+1
*
glsl: Add a helper constructor for expressions that works out result type.
Eric Anholt
2010-11-30
1
-0
/
+102
*
glsl: Add a helper function for determining if an rvalue could be a saturate.
Eric Anholt
2010-11-19
1
-0
/
+56
*
glsl: Add ir_quadop_vector expression
Ian Romanick
2010-11-19
1
-2
/
+23
*
glsl: Add unary ir_expression constructor
Ian Romanick
2010-11-19
1
-0
/
+13
*
glsl: Add ir_rvalue::is_negative_one predicate
Ian Romanick
2010-11-19
1
-0
/
+41
*
glsl: Add ir_unop_sin_reduced and ir_unop_cos_reduced
Ian Romanick
2010-11-19
1
-0
/
+2
*
glsl: Make is_zero and is_one virtual methods of ir_rvalue
Ian Romanick
2010-11-18
1
-0
/
+10
*
glsl: Fix 'control reaches end of non-void function' warning.
Vinson Lee
2010-11-17
1
-0
/
+3
*
glsl: Refactor get_num_operands.
Kenneth Graunke
2010-11-17
1
-70
/
+5
*
glsl: Remove the ir_binop_cross opcode.
Kenneth Graunke
2010-11-17
1
-2
/
+0
*
glsl: Refactor is_vec_{zero,one} to be methods of ir_constant
Ian Romanick
2010-11-16
1
-0
/
+73
*
glsl: Add a new ir_unop_round_even opcode for GLSL 1.30's roundEven.
Kenneth Graunke
2010-10-14
1
-0
/
+2
*
glsl: Track explicit location in AST to IR translation
Ian Romanick
2010-10-08
1
-0
/
+1
*
glsl: Rework assignments with write_masks to have LHS chan count match RHS.
Eric Anholt
2010-09-22
1
-1
/
+28
*
glsl: Change from has_builtin_signature to has_user_signature.
Kenneth Graunke
2010-09-16
1
-2
/
+2
*
glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps
Luca Barbieri
2010-09-13
1
-0
/
+5
*
glsl2: Add ir_unop_noise
Ian Romanick
2010-09-09
1
-0
/
+3
*
glsl: Move is_builtin flag back to ir_function_signature.
Kenneth Graunke
2010-09-07
1
-1
/
+13
*
ir_expression: Add static operator_string method
Ian Romanick
2010-09-03
1
-3
/
+7
*
glsl2: Add cmp field to ir_loop
Ian Romanick
2010-09-03
1
-0
/
+12
*
glsl: Add proper handling for constant matrix-from-matrix constructors.
Kenneth Graunke
2010-09-01
1
-0
/
+25
*
glsl: Move generate_constructor_(matrix|vector) to ir_constant ctor.
Kenneth Graunke
2010-09-01
1
-0
/
+35
*
glsl2: Allow ir_constant::zero to create boolean constants
Ian Romanick
2010-09-01
1
-1
/
+1
*
glsl: Completely initialize value member in ir_constant constructor.
Vinson Lee
2010-08-29
1
-0
/
+3
*
glsl: Initialize the rest of values of ir_constant::value.
Vinson Lee
2010-08-28
1
-0
/
+12
*
glsl: Move is_built_in flag from ir_function_signature to ir_function.
Kenneth Graunke
2010-08-26
1
-1
/
+1
*
glsl: Don't consider things with a type containing a sampler as an lvalue.
Eric Anholt
2010-08-25
1
-0
/
+23
*
glsl: Include main/core.h.
Chia-I Wu
2010-08-24
1
-2
/
+1
*
mesa: Add new ir_unop_any() expression operation.
Eric Anholt
2010-08-23
1
-0
/
+2
*
ir_constant: Don't assert on out-of-bounds array accesses
Ian Romanick
2010-08-17
1
-1
/
+15
*
glsl2: Remove the shader_in/shader_out tracking separate from var->mode.
Eric Anholt
2010-08-04
1
-4
/
+0
[next]