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_constant_expression.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Silence unused parameter warnings
Ian Romanick
2017-09-19
1
-4
/
+4
*
glsl: add a few missing int64 constant propagation cases
Ilia Mirkin
2017-08-18
1
-0
/
+2
*
glsl: pass mem_ctx to constant_expression_value(...) and friends
Timothy Arceri
2017-08-11
1
-39
/
+75
*
glsl: stop copying struct and interface member names
Timothy Arceri
2017-08-11
1
-2
/
+2
*
glsl: calculate number of operands in an expression once
Timothy Arceri
2017-08-11
1
-1
/
+1
*
glsl: Add 64-bit integer support for constant expressions
Dave Airlie
2017-01-20
1
-0
/
+36
*
glsl: Convert constant_expression to the util hash table
Thomas Helland
2016-09-12
1
-11
/
+14
*
glsl: Use the generated constant expression code
Ian Romanick
2016-08-30
1
-1108
/
+1
*
glsl: Compact a bunch of things onto one line
Ian Romanick
2016-08-30
1
-66
/
+20
*
glsl: Sort constant expression handling by IR operand enum value
Ian Romanick
2016-08-30
1
-318
/
+319
*
glsl: Trivial whitespace and punctuation changes
Ian Romanick
2016-08-30
1
-66
/
+76
*
glsl: Sort GLSL type enums in switch-statements in enum order
Ian Romanick
2016-08-30
1
-28
/
+28
*
glsl: Always use correct float types in constant expression handling
Ian Romanick
2016-08-30
1
-5
/
+5
*
glsl: Extract ir_quadop_bitfield_insert implementation to a separate function
Ian Romanick
2016-08-30
1
-25
/
+23
*
glsl: Extract ir_triop_bitfield_extract implementation to a separate function
Ian Romanick
2016-08-30
1
-24
/
+42
*
glsl: Extract ir_binop_ldexp implementation to a separate function
Ian Romanick
2016-08-30
1
-11
/
+28
*
glsl: Use find_msb_uint to implement ir_unop_find_lsb
Ian Romanick
2016-08-30
1
-10
/
+9
*
glsl: Extract ir_unop_find_msb implementation to a separate function
Ian Romanick
2016-08-30
1
-15
/
+34
*
glsl: Extract ir_unop_bitfield_reverse implementation to a separate function
Ian Romanick
2016-08-30
1
-13
/
+27
*
glsl: Use _mesa_bitcount to implement constant ir_unop_bit_count
Ian Romanick
2016-08-30
1
-9
/
+2
*
glsl: Add missing ir_quadop_vector constant evaluation for Boolean types
Ian Romanick
2016-08-17
1
-0
/
+3
*
glsl: Fix typo in ir_unop_f2u implementation
Ian Romanick
2016-08-17
1
-1
/
+1
*
glsl: Fix typo in ir_unop_b2i implementation
Ian Romanick
2016-08-17
1
-1
/
+1
*
glsl: Don't support integer types for operations that can't handle them
Ian Romanick
2016-08-17
1
-14
/
+0
*
glsl: Don't support ir_unop_abs or ir_unop_sign for unsigned integers
Ian Romanick
2016-08-17
1
-6
/
+0
*
glsl: Avoid aliasing violations.
Matt Turner
2016-07-26
1
-8
/
+3
*
glsl: Separate overlapping sentinel nodes in exec_list.
Matt Turner
2016-07-26
1
-1
/
+1
*
glsl/ir: remove TABs in ir_constant_expression.cpp
Dave Airlie
2016-06-10
1
-535
/
+535
*
glsl: move to compiler/
Emil Velikov
2016-01-26
1
-0
/
+2092