index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ir.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-06
glsl: add 'f' suffix to floats to silence MSVC warnings
Brian Paul
1
-1
/
+1
2012-09-15
glsl: make tex_opcode_strs static
Dave Airlie
1
-1
/
+1
2012-08-07
glsl: Add a "ubo_load" expression type for fetches from UBOs.
Eric Anholt
1
-0
/
+1
2012-07-20
glsl: Translate the AST for uniform blocks into some IR structures.
Eric Anholt
1
-0
/
+1
2012-06-15
glsl: Add unary operation ir_unop_f2u.
Paul Berry
1
-0
/
+2
2012-06-12
glsl: Add is_basis function
Matt Turner
1
-0
/
+48
2012-06-07
glsl: Bitwise conversion operator support in ir_expression.
Olivier Galibert
1
-0
/
+4
2012-06-07
glsl: New unary opcodes for ARB_shader_bit_encoding support.
Olivier Galibert
1
-0
/
+4
2012-05-08
glsl: Add an origin pointer in the function signature object.
Olivier Galibert
1
-0
/
+1
2012-05-08
glsl: Add methods to copy parts of one ir_constant into another.
Olivier Galibert
1
-0
/
+89
2012-05-08
glsl: Extend ir_constant::zero to handle more types.
Olivier Galibert
1
-1
/
+16
2012-04-02
glsl: Remove ir_call::get_callee() and set_callee().
Kenneth Graunke
1
-5
/
+0
2012-04-02
glsl: Convert ir_call to be a statement rather than a value.
Kenneth Graunke
1
-2
/
+0
2012-04-02
glsl: Use ir_rvalue to represent generic error_type values.
Kenneth Graunke
1
-5
/
+5
2012-03-26
glsl: Make ir_dereference_variable ctor assert the variable exists.
Kenneth Graunke
1
-1
/
+3
2012-03-26
glsl: Make ir_dereference_record constructor assert the variable exists.
Kenneth Graunke
1
-4
/
+4
2012-03-26
glsl: Make ir_dereference_array constructor assert the variable exists.
Kenneth Graunke
1
-10
/
+9
2011-11-03
linker: Check that initializers for global variables match
Ian Romanick
1
-0
/
+5
2011-10-27
glsl: add ir_variable::determine_interpolation_mode() function.
Paul Berry
1
-0
/
+15
2011-10-27
glsl: Distinguish between no interpolation qualifier and 'smooth'
Paul Berry
1
-1
/
+2
2011-10-27
mesa: Expose GLSL interpolation qualifiers in gl_fragment_program.
Paul Berry
1
-4
/
+4
2011-10-07
glsl: Remove unused method ir_variable::component_slots
Ian Romanick
1
-8
/
+0
2011-09-14
glsl: Remove field array_lvalue from ir_variable.
Paul Berry
1
-4
/
+1
2011-08-23
glsl: Add a new ir_txs (textureSize) opcode to ir_texture.
Kenneth Graunke
1
-6
/
+10
2011-08-15
glsl: Make is_lvalue() and variable_referenced() const.
Paul Berry
1
-2
/
+2
2011-07-18
glsl: Move type_contains_sampler() into glsl_type for later reuse.
Paul Berry
1
-16
/
+1
2011-06-29
glsl: Add ir_unop_i2u and ir_unop_u2i operations.
Bryan Cain
1
-0
/
+8
2011-03-15
glsl: add cast to silence signed/unsigned comparison warning
Brian Paul
1
-1
/
+1
2011-03-14
glsl: Explicitly specify a type when reading/printing ir_texture.
Kenneth Graunke
1
-12
/
+8
2011-01-31
glsl: Introduce a new "const_in" variable mode.
Kenneth Graunke
1
-1
/
+16
2011-01-31
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
1
-9
/
+9
2011-01-26
glsl: Propagate depth layout qualifier from AST to IR
Chad Versace
1
-0
/
+1
2011-01-26
glsl: Define enum ir_depth_layout
Chad Versace
1
-0
/
+16
2011-01-12
glsl: Track variable usage, use that to enforce semantics
Ian Romanick
1
-0
/
+1
2011-01-11
glsl: Add type inference support for remaining expression opcodes.
Kenneth Graunke
1
-0
/
+48
2010-12-02
glsl: Fix flipped return of has_value() for array constants.
Eric Anholt
1
-1
/
+1
2010-11-30
glsl: Add a helper constructor for expressions that works out result type.
Eric Anholt
1
-0
/
+102
2010-11-19
glsl: Add a helper function for determining if an rvalue could be a saturate.
Eric Anholt
1
-0
/
+56
2010-11-19
glsl: Add ir_quadop_vector expression
Ian Romanick
1
-2
/
+23
2010-11-19
glsl: Add unary ir_expression constructor
Ian Romanick
1
-0
/
+13
2010-11-19
glsl: Add ir_rvalue::is_negative_one predicate
Ian Romanick
1
-0
/
+41
2010-11-19
glsl: Add ir_unop_sin_reduced and ir_unop_cos_reduced
Ian Romanick
1
-0
/
+2
2010-11-18
glsl: Make is_zero and is_one virtual methods of ir_rvalue
Ian Romanick
1
-0
/
+10
2010-11-17
glsl: Fix 'control reaches end of non-void function' warning.
Vinson Lee
1
-0
/
+3
2010-11-17
glsl: Refactor get_num_operands.
Kenneth Graunke
1
-70
/
+5
2010-11-17
glsl: Remove the ir_binop_cross opcode.
Kenneth Graunke
1
-2
/
+0
2010-11-16
glsl: Refactor is_vec_{zero,one} to be methods of ir_constant
Ian Romanick
1
-0
/
+73
2010-10-14
glsl: Add a new ir_unop_round_even opcode for GLSL 1.30's roundEven.
Kenneth Graunke
1
-0
/
+2
2010-10-08
glsl: Track explicit location in AST to IR translation
Ian Romanick
1
-0
/
+1
2010-09-22
glsl: Rework assignments with write_masks to have LHS chan count match RHS.
Eric Anholt
1
-1
/
+28
[next]