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: Make uniform offsets be in terms of bytes
Jason Ekstrand
2015-12-07
1
-3
/
+27
*
i965/vec4: Get rid of the nir_inputs array
Jason Ekstrand
2015-12-03
1
-16
/
+12
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-1
/
+0
*
util: move brw_env_var_as_boolean() to util
Rob Clark
2015-11-24
1
-1
/
+3
*
i965: Use NIR for lowering texture swizzle
Jason Ekstrand
2015-11-23
1
-0
/
+10
*
i965: Use nir_lower_tex for texture coordinate lowering
Jason Ekstrand
2015-11-23
1
-0
/
+27
*
nir/lower_tex: Report progress
Jason Ekstrand
2015-11-23
1
-1
/
+1
*
i965: Move postprocess_nir to codegen time
Jason Ekstrand
2015-11-23
1
-1
/
+0
*
i965/nir: Split shader optimization and lowering into three stages
Jason Ekstrand
2015-11-23
1
-38
/
+95
*
nir: s/nir_type_unsigned/nir_type_uint
Jason Ekstrand
2015-11-23
1
-2
/
+2
*
nir: add nir_var_all enum
Rob Clark
2015-11-19
1
-1
/
+1
*
i965/nir: Add hooks for testing nir_shader_clone
Jason Ekstrand
2015-11-18
1
-9
/
+26
*
i965/nir: Validate that NIR passes call nir_metadata_preserve().
Kenneth Graunke
2015-11-18
1
-3
/
+7
*
i965/nir: Add OPT() and OPT_V() macros for invoking NIR passes.
Kenneth Graunke
2015-11-18
1
-72
/
+59
*
nir/nir_opt_peephole_ffma: Move this lowering pass to the i965 driver
Eduardo Lima Mitev
2015-11-10
1
-1
/
+1
*
i965: Fix scalar VS float[] and vec2[] output arrays.
Kenneth Graunke
2015-11-05
1
-1
/
+2
*
i965: Add scalar GS input lowering code.
Kenneth Graunke
2015-11-03
1
-5
/
+39
*
glsl: keep track of intra-stage indices for atomics
Timothy Arceri
2015-10-27
1
-2
/
+4
*
i965/nir: Switch on shader stage in nir_lower_outputs().
Kenneth Graunke
2015-10-17
1
-5
/
+21
*
i965/fs: Ignore compute shaders in brw_nir_lower_inputs
Jordan Justen
2015-10-14
1
-0
/
+4
*
i965/fs: Simplify FS in brw_nir_lower_inputs to only support scalar mode
Jordan Justen
2015-10-14
1
-1
/
+2
*
i965/vs: Simplify fs_visitor's ATTR file.
Kenneth Graunke
2015-10-12
1
-0
/
+40
*
i965/vs: Map scalar VS input locations properly; avoid tons of MOVs.
Kenneth Graunke
2015-10-10
1
-1
/
+22
*
nir: Introduce new nir_intrinsic_load_per_vertex_input intrinsics.
Kenneth Graunke
2015-10-04
1
-2
/
+11
*
i965: Use nir_foreach_variable
Jason Ekstrand
2015-10-02
1
-1
/
+1
*
i965/nir: Remove the prog parameter from brw_nir_lower_inputs
Jason Ekstrand
2015-10-02
1
-4
/
+2
*
nir/glsl: Take a gl_shader_program and a stage rather than a gl_shader
Jason Ekstrand
2015-10-02
1
-2
/
+1
*
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
[next]