index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
/
glsl
/
ir_expression_operation.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Add opcodes for atan and atan2
Neil Roberts
2019-10-12
1
-0
/
+3
*
glsl: fixup u64-warning
Erik Faye-Lund
2019-08-15
1
-1
/
+1
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
1
-1
/
+1
*
python: Use range() instead of xrange()
Mathieu Bridon
2018-07-24
1
-1
/
+1
*
python: Better use iterators
Mathieu Bridon
2018-07-24
1
-1
/
+3
*
glsl: Remove ir_binop_greater and ir_binop_lequal expressions
Ian Romanick
2017-10-30
1
-2
/
+0
*
glsl: add ARB_bindless_texture operations
Samuel Pitoiset
2017-05-06
1
-0
/
+6
*
glsl: remove the shader_group_vote and shader_ballot expression ops
Nicolai Hähnle
2017-04-28
1
-12
/
+0
*
glsl: make use of glsl_type::is_float()
Samuel Pitoiset
2017-04-21
1
-6
/
+3
*
glsl: make use of glsl_type::is_double()
Samuel Pitoiset
2017-04-21
1
-4
/
+4
*
glsl: add ARB_shader_ballot operations
Nicolai Hähnle
2017-04-05
1
-0
/
+7
*
glsl: remove shebang from python scripts
Emil Velikov
2017-03-10
1
-1
/
+0
*
glsl: Fix constant evaluation of the rcp op.
Francisco Jerez
2017-01-31
1
-1
/
+1
*
glsl: Add 64-bit integer support for constant expressions
Dave Airlie
2017-01-20
1
-41
/
+41
*
glsl/ir: Add support for 64-bit integer conversions.
Dave Airlie
2017-01-20
1
-0
/
+39
*
glsl: Generate strings that are the enum names without the ir_*op_ prefix
Ian Romanick
2016-11-10
1
-0
/
+6
*
glsl: Add positional argument specifiers.
Vinson Lee
2016-09-06
1
-5
/
+5
*
glsl: Replace most assertions with unreachable()
Ian Romanick
2016-08-30
1
-10
/
+9
*
glsl: Refactor handling of horizontal operations
Ian Romanick
2016-08-30
1
-8
/
+7
*
glsl: Use constant_template_horizontal instead of constant_template_horizonta...
Ian Romanick
2016-08-30
1
-1
/
+1
*
glsl: Eliminate constant_template2
Ian Romanick
2016-08-30
1
-11
/
+0
*
glsl: Eliminate constant_template5
Ian Romanick
2016-08-30
1
-22
/
+1
*
glsl: Eliminate constant_template0
Ian Romanick
2016-08-30
1
-34
/
+4
*
glsl: Eliminate one of the templates for simpler operations
Ian Romanick
2016-08-30
1
-21
/
+3
*
glsl: Generate code for constant ir_triop_csel expressions
Ian Romanick
2016-08-30
1
-1
/
+23
*
glsl: Generate code for constant ir_triop_lrp expressions
Ian Romanick
2016-08-30
1
-1
/
+28
*
glsl: Generate code for constant ir_quadop_vector expressions
Ian Romanick
2016-08-30
1
-2
/
+20
*
glsl: Generate code for constant ir_quadop_bitfield_insert expressions
Ian Romanick
2016-08-30
1
-4
/
+21
*
glsl: Generate code for constant ir_triop_vector_insert expressions
Ian Romanick
2016-08-30
1
-2
/
+25
*
glsl: Generate code for constant ir_binop_vector_extract expressions
Ian Romanick
2016-08-30
1
-1
/
+21
*
glsl: Generate code for constant ir_binop_mul expressions
Ian Romanick
2016-08-30
1
-2
/
+54
*
glsl: Generate code for constant ir_triop_fma and ir_triop_bitfield_extract e...
Ian Romanick
2016-08-30
1
-5
/
+13
*
glsl: Generate code for constant ir_binop_dot expressions
Ian Romanick
2016-08-30
1
-1
/
+18
*
glsl: Generate code for constant ir_binop_lshift and ir_binop_rshift expressions
Ian Romanick
2016-08-30
1
-2
/
+13
*
glsl: Generate code for constant ir_binop_ldexp expressions
Ian Romanick
2016-08-30
1
-4
/
+19
*
glsl: Generate code for constant unary expressions that don't assign the dest...
Ian Romanick
2016-08-30
1
-8
/
+18
*
glsl: Generate code for some constant binary expression that are horizontal
Ian Romanick
2016-08-30
1
-3
/
+7
*
glsl: Generate code for constant unary expression that are horizontal
Ian Romanick
2016-08-30
1
-6
/
+16
*
glsl: Generate code for constant expressions that have an output type the dif...
Ian Romanick
2016-08-30
1
-11
/
+33
*
glsl: Generate code for constant binary expressions that combine vector and s...
Ian Romanick
2016-08-30
1
-15
/
+51
*
glsl: Generate code for constant binary expressions that have one operand type
Ian Romanick
2016-08-30
1
-6
/
+10
*
glsl: Generate code for constant unary expression that have different impleme...
Ian Romanick
2016-08-30
1
-12
/
+33
*
glsl: Generate code for constant unary expression that map one type to another
Ian Romanick
2016-08-30
1
-24
/
+57
*
glsl: Begin generating code for the most basic constant expressions
Ian Romanick
2016-08-30
1
-17
/
+158
*
glsl: Convert tuple into a class
Ian Romanick
2016-08-30
1
-127
/
+138
*
glsl: Delete spurious comment about mod not taking integer operands
Ian Romanick
2016-08-30
1
-6
/
+1
*
glsl: Delete spurious comment about updating ir_expression::get_num_operands
Ian Romanick
2016-08-30
1
-3
/
+0
*
glsl: Do not generate comments or extra whitespace in expression files
Ian Romanick
2016-08-30
1
-301
/
+216
*
glsl: Just access the ir_expression_operation strings table directly
Ian Romanick
2016-08-30
1
-1
/
+1
*
glsl: Generate ir_expression_operation_strings.h from Python
Ian Romanick
2016-08-30
1
-12
/
+27
[next]