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
/
mesa
/
drivers
/
dri
/
i965
/
brw_nir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/nir: Refactor input/output lowering setup into helpers.
Kenneth Graunke
2015-10-01
1
-20
/
+26
*
nir: Allow nir_lower_io() to only lower one type of variable.
Kenneth Graunke
2015-10-01
1
-2
/
+2
*
i965/gs: Use new NIR intrinsics.
Kenneth Graunke
2015-09-23
1
-0
/
+5
*
nir/lower_tex: support projector lowering per sampler type
Rob Clark
2015-09-18
1
-1
/
+4
*
nir: rename nir_lower_tex_projector
Rob Clark
2015-09-18
1
-1
/
+1
*
i965/vec4: Use nir_move_vec_src_uses_to_dest
Jason Ekstrand
2015-09-17
1
-0
/
+3
*
i965/vec4_nir: Use partial SSA form rather than full non-SSA
Jason Ekstrand
2015-09-15
1
-1
/
+1
*
i965/nir: enable the dead control flow optimization
Connor Abbott
2015-09-01
1
-0
/
+2
*
i965/nir: Make use of nir_opt_undef
Boyan Ding
2015-08-27
1
-0
/
+2
*
nir: Use nir_shader::stage rather than passing it around.
Kenneth Graunke
2015-08-25
1
-1
/
+1
*
i965/fs: Rework uniform handling
Jason Ekstrand
2015-08-25
1
-4
/
+3
*
nir: Pass a type_size() function pointer into nir_lower_io().
Kenneth Graunke
2015-08-25
1
-6
/
+10
*
i965/nir: Do not scalarize phis in non-scalar setups
Iago Toral Quiroga
2015-08-03
1
-2
/
+6
*
i965/nir: Add new utility method brw_glsl_base_type_for_nir_type()
Eduardo Lima Mitev
2015-08-03
1
-0
/
+21
*
i965/nir/vec4: Lower "vecN" instructions and mark them unreachable
Antia Puentes
2015-08-03
1
-0
/
+5
*
i965/nir: Disable alu_to_scalar pass on non-scalar shaders
Alejandro PiƱeiro
2015-08-03
1
-6
/
+10
*
i965/nir/vec4: Implement store_output intrinsic
Eduardo Lima Mitev
2015-08-03
1
-1
/
+4
*
i965/nir: Move brw_type_for_nir_type() to brw_nir to allow reuse
Eduardo Lima Mitev
2015-08-03
1
-0
/
+18
*
i965/nir/vec4: Implement load_const intrinsic
Eduardo Lima Mitev
2015-08-03
1
-1
/
+1
*
i965/nir: Dot not assign direct uniform locations first for vec4-based shaders
Iago Toral Quiroga
2015-08-03
1
-4
/
+10
*
nir/nir_lower_io: Add vec4 support
Iago Toral Quiroga
2015-08-03
1
-6
/
+8
*
i965/nir: Pass a is_scalar boolean to brw_create_nir()
Eduardo Lima Mitev
2015-08-03
1
-1
/
+2
*
i965/fs: use SSA values directly
Connor Abbott
2015-06-30
1
-1
/
+1
*
nir/from_ssa: add a flag to not convert everything from SSA
Connor Abbott
2015-06-30
1
-1
/
+1
*
i965: Don't count NIR instructions for shader-db.
Kenneth Graunke
2015-06-23
1
-31
/
+0
*
i965: Re-index SSA definitions before printing NIR code.
Kenneth Graunke
2015-06-11
1
-0
/
+6
*
prog_to_nir: Use a variable for uniform data
Jason Ekstrand
2015-05-23
1
-12
/
+3
*
i965: Create NIR during LinkShader() and ProgramStringNotify().
Kenneth Graunke
2015-04-11
1
-0
/
+213