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
/
compiler
/
nir
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/clone: Expose nir_constant_clone
Jason Ekstrand
2016-03-23
2
-4
/
+5
*
nir: Fix whitespace
Jason Ekstrand
2016-03-23
1
-1
/
+1
*
nir: Don't abs slt and friends
Ian Romanick
2016-03-22
1
-0
/
+4
*
nir: Don't abs the result of b2f or b2i
Ian Romanick
2016-03-22
1
-0
/
+2
*
nir: Simplify 0 < fabs(a)
Ian Romanick
2016-03-22
1
-0
/
+6
*
nir: Simplify 0 >= b2f(a)
Ian Romanick
2016-03-22
1
-0
/
+7
*
nir: Simplify i2b with negated or abs operand
Ian Romanick
2016-03-22
1
-0
/
+2
*
nir: Lower flrp with Boolean interpolator to bcsel
Ian Romanick
2016-03-22
1
-2
/
+5
*
nir: propagate bitsize information in nir_search
Connor Abbott
2016-03-17
3
-27
/
+247
*
nir: add a bit_size parameter to nir_ssa_dest_init
Connor Abbott
2016-03-17
20
-54
/
+112
*
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
2016-03-17
14
-53
/
+53
*
nir: update opcode definitions for different bit sizes
Connor Abbott
2016-03-17
5
-157
/
+262
*
nir: add nir_{src,dest}_bit_size() helpers
Connor Abbott
2016-03-17
1
-0
/
+12
*
nir: Add a bit_size to nir_register and nir_ssa_def
Jason Ekstrand
2016-03-17
3
-4
/
+46
*
nir: Add explicitly sized types
Jason Ekstrand
2016-03-17
1
-1
/
+28
*
nir: Lower shared var atomics during nir_lower_io
Jordan Justen
2016-03-17
1
-2
/
+85
*
nir: Add support for lowering load/stores of shared variables
Jordan Justen
2016-03-17
5
-8
/
+32
*
nir: Add atomic operations on variables
Jordan Justen
2016-03-17
1
-0
/
+27
*
nir: Add compute shader shared variable storage class
Jordan Justen
2016-03-17
7
-3
/
+26
*
nir/print: Add space after shader_storage var mode
Jordan Justen
2016-03-17
1
-1
/
+1
*
nir/clone: Add support for cloning a single function_impl
Jason Ekstrand
2016-03-12
2
-32
/
+81
*
nir/validate: Better function validation
Jason Ekstrand
2016-03-12
1
-7
/
+15
*
nir/print: Better function argument printing
Jason Ekstrand
2016-03-12
1
-2
/
+10
*
nir/print: Factor variable name lookup into a helper
Jason Ekstrand
2016-03-12
1
-30
/
+36
*
nir: Create function parameters in function_impl_create
Jason Ekstrand
2016-03-12
1
-0
/
+20
*
nir: Add a helper for creating a "bare" nir_function_impl
Jason Ekstrand
2016-03-12
2
-10
/
+20
*
nir: Add a new "param" variable mode for parameters and return variables
Jason Ekstrand
2016-03-12
3
-2
/
+13
*
nir/glsl: Remove dead function parameter handling code
Jason Ekstrand
2016-03-12
1
-46
/
+5
*
nir: Add a pass for lower indirect variable dereferences
Jason Ekstrand
2016-03-08
3
-0
/
+242
*
nir: Recognize open-coded extract_u16.
Matt Turner
2016-03-04
1
-0
/
+5
*
nir: Recognize open-coded extract_u8.
Matt Turner
2016-03-04
1
-0
/
+7
*
nir: Remove the const_offset from nir_tex_instr
Jason Ekstrand
2016-02-10
5
-32
/
+5
*
nir/lower_vec_to_movs: Better report channels handled by insert_mov
Jason Ekstrand
2016-02-10
1
-1
/
+3
*
nir: Separate texture from sampler in nir_tex_instr
Jason Ekstrand
2016-02-09
10
-18
/
+94
*
nir/tex_instr: Rename sampler to texture
Jason Ekstrand
2016-02-09
11
-58
/
+58
*
nir: Add some braces around loops and ifs
Jason Ekstrand
2016-02-09
1
-5
/
+10
*
nir: use const_index helpers
Rob Clark
2016-02-09
11
-24
/
+23
*
gtn: use const_index helpers
Rob Clark
2016-02-09
1
-8
/
+9
*
nir: const_index helpers
Rob Clark
2016-02-09
4
-100
/
+191
*
nir: remove unused nir_variable fields
Timothy Arceri
2016-02-09
2
-20
/
+0
*
nir: Recognize open-coded bitfield_reverse.
Matt Turner
2016-02-08
1
-0
/
+13
*
nir: Handle large unsigned values in opt_algebraic.
Matt Turner
2016-02-08
1
-4
/
+1
*
nir: Do opt_algebraic in reverse order.
Matt Turner
2016-02-08
1
-2
/
+2
*
nir: Recognize product of open-coded pow()s.
Matt Turner
2016-02-08
1
-0
/
+2
*
nir: Add opt_algebraic rules for xor with zero.
Matt Turner
2016-02-08
1
-0
/
+2
*
nir: Add lowering support for unpacking opcodes.
Matt Turner
2016-02-01
2
-0
/
+32
*
nir: Add lowering support for packing opcodes.
Matt Turner
2016-02-01
4
-0
/
+66
*
nir: Add opcodes to extract bytes or words.
Matt Turner
2016-02-01
3
-0
/
+28
*
glsl: Remove 2x16 half-precision pack/unpack opcodes.
Matt Turner
2016-02-01
1
-9
/
+0
*
nir: Add lowering of nir_op_unpack_half_2x16.
Matt Turner
2016-02-01
2
-4
/
+29
[next]