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
*
nir: use the same driver location for packed varyings
Timothy Arceri
2016-07-07
1
-3
/
+5
*
i965: remove type_size_vec4_times_4()
Timothy Arceri
2016-06-15
1
-2
/
+2
*
i965: Move brw_create_nir to brw_program.c
Jason Ekstrand
2016-05-26
1
-70
/
+0
*
i965/nir: Move the type_size_*_bytes functions to brw_nir.h
Jason Ekstrand
2016-05-26
1
-12
/
+0
*
compiler: Move glsl_to_nir to libglsl.la
Jason Ekstrand
2016-05-26
1
-1
/
+1
*
i965: Invoke lowering pass for YUV textures
Kristian Høgsberg Kristensen
2016-05-24
1
-0
/
+4
*
nir: remove dead glsl variables before lowering io.
Dave Airlie
2016-05-21
1
-0
/
+1
*
i965, anv: Use NIR FragCoord re-center and y-transform passes.
Kenneth Graunke
2016-05-20
1
-0
/
+13
*
i965: take care of doubles when lowering VS inputs
Juan A. Suarez Romero
2016-05-17
1
-1
/
+2
*
i965: take care of doubles when remapping VS attributes
Juan A. Suarez Romero
2016-05-17
1
-15
/
+11
*
nir/lower-io: add support for lowering inputs
Rob Clark
2016-05-11
1
-1
/
+3
*
nir: rename lower_outputs_to_temporaries -> lower_io_to_temporaries
Rob Clark
2016-05-11
1
-1
/
+1
*
nir: move callsite of lower_outputs_to_temporaries
Rob Clark
2016-05-11
1
-0
/
+1
*
i965: use pack/unpackDouble lowering
Connor Abbott
2016-05-10
1
-0
/
+1
*
i965: use double lowering pass
Connor Abbott
2016-05-10
1
-0
/
+9
*
nir: Switch the arguments to nir_foreach_function
Jason Ekstrand
2016-04-28
1
-6
/
+6
*
nir: Switch the arguments to nir_foreach_instr
Jason Ekstrand
2016-04-28
1
-4
/
+4
*
i965/nir: fixup for new foreach_block()
Connor Abbott
2016-04-28
1
-51
/
+39
*
nir: rename nir_foreach_block*() to nir_foreach_block*_call()
Connor Abbott
2016-04-20
1
-5
/
+5
*
nir/dead_variables: Configurably work with any variable mode
Jason Ekstrand
2016-04-13
1
-1
/
+1
*
i965: Port INTEL_PRECISE_TRIG=1 to NIR.
Kenneth Graunke
2016-04-11
1
-0
/
+3
*
i965: Pass brw_compiler into brw_preprocess_nir() instead of is_scalar.
Kenneth Graunke
2016-04-11
1
-2
/
+4
*
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
2016-03-17
1
-2
/
+2
*
nir: update opcode definitions for different bit sizes
Connor Abbott
2016-03-17
1
-0
/
+18
*
i965/nir: Lower nir compute shader shared variables
Jordan Justen
2016-03-17
1
-0
/
+8
*
i965: Simplify brw_nir_lower_vue_inputs() slightly.
Kenneth Graunke
2016-02-26
1
-11
/
+6
*
i965: Avoid recalculating the normal VUE map for IO lowering.
Kenneth Graunke
2016-02-26
1
-24
/
+3
*
i965: Avoid recalculating the tessellation VUE map for IO lowering.
Kenneth Graunke
2016-02-26
1
-11
/
+8
*
i965: Eliminate brw_nir_lower_{inputs,outputs,io} functions.
Kenneth Graunke
2016-02-26
1
-81
/
+7
*
i965: Split brw_nir_lower_inputs/outputs into per-stage functions.
Kenneth Graunke
2016-02-26
1
-130
/
+174
*
i965: Remove catch-all nir_lower_io call with specific cases.
Kenneth Graunke
2016-02-26
1
-1
/
+4
*
i965: Move optimizations from brw_nir_lower_io to brw_postprocess_nir.
Kenneth Graunke
2016-02-26
1
-1
/
+3
*
i965: Always do NIR IO lowering at specialization time.
Kenneth Graunke
2016-02-26
1
-8
/
+0
*
i965/nir: Do lower_io late for fragment shaders
Jason Ekstrand
2016-02-26
1
-1
/
+2
*
i965: Apply VS attribute workarounds in NIR.
Kenneth Graunke
2016-02-09
1
-5
/
+14
*
i965: Use nir_lower_load_const_to_scalar().
Kenneth Graunke
2016-02-08
1
-0
/
+4
*
nir: move to compiler/
Emil Velikov
2016-01-26
1
-2
/
+2
*
i965: Apply add_const_offset_to_base for vec4 VS inputs too.
Kenneth Graunke
2016-01-14
1
-5
/
+5
*
i965: Make add_const_offset_to_base() work at the shader level.
Kenneth Graunke
2016-01-14
1
-17
/
+21
*
nir: extract out helper macros for running passes
Rob Clark
2016-01-03
1
-36
/
+9
*
nir: Get rid of function overloads
Jason Ekstrand
2015-12-28
1
-25
/
+25
*
i965: Handle mix-and-match TCS/TES with separate shader objects.
Kenneth Graunke
2015-12-22
1
-11
/
+0
*
i965: Defer input lowering for tessellation stages until specialization.
Kenneth Graunke
2015-12-22
1
-23
/
+17
*
i965: Make TES inputs match TCS outputs.
Kenneth Graunke
2015-12-14
1
-0
/
+11
*
i965: Force VS -> TCS varyings to use the SSO VUE map layout.
Kenneth Graunke
2015-12-14
1
-1
/
+2
*
i965: Handle TCS outputs and TES inputs.
Kenneth Graunke
2015-12-14
1
-2
/
+112
*
i965: Handle TCS inputs and TES outputs.
Kenneth Graunke
2015-12-14
1
-1
/
+3
*
i965: Fix partial variable access for geometry shaders in SSO mode.
Kenneth Graunke
2015-12-14
1
-4
/
+34
*
i965: Separate base offset/constant offset combining from remapping.
Kenneth Graunke
2015-12-14
1
-25
/
+70
*
nir: Get rid of *_indirect variants of input/output load/store intrinsics
Jason Ekstrand
2015-12-10
1
-10
/
+35
[next]