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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Add nir based intrinsic lowering and thread ID uniform
Jordan Justen
2016-06-01
1
-0
/
+2
*
i965: Move brw_create_nir to brw_program.c
Jason Ekstrand
2016-05-26
1
-6
/
+0
*
i965/nir: Move the type_size_*_bytes functions to brw_nir.h
Jason Ekstrand
2016-05-26
1
-0
/
+13
*
i965: Port INTEL_PRECISE_TRIG=1 to NIR.
Kenneth Graunke
2016-04-11
1
-0
/
+2
*
i965: Pass brw_compiler into brw_preprocess_nir() instead of is_scalar.
Kenneth Graunke
2016-04-11
1
-1
/
+2
*
i965/nir: Lower nir compute shader shared variables
Jordan Justen
2016-03-17
1
-0
/
+1
*
i965: Avoid recalculating the normal VUE map for IO lowering.
Kenneth Graunke
2016-02-26
1
-3
/
+2
*
i965: Avoid recalculating the tessellation VUE map for IO lowering.
Kenneth Graunke
2016-02-26
1
-2
/
+2
*
i965: Eliminate brw_nir_lower_{inputs,outputs,io} functions.
Kenneth Graunke
2016-02-26
1
-5
/
+15
*
i965: Apply VS attribute workarounds in NIR.
Kenneth Graunke
2016-02-09
1
-1
/
+6
*
nir: move to compiler/
Emil Velikov
2016-01-26
1
-1
/
+1
*
i965: Defer input lowering for tessellation stages until specialization.
Kenneth Graunke
2015-12-22
1
-4
/
+3
*
i965: Use nir_lower_tex for texture coordinate lowering
Jason Ekstrand
2015-11-23
1
-0
/
+6
*
i965/nir: Split shader optimization and lowering into three stages
Jason Ekstrand
2015-11-23
1
-0
/
+9
*
nir/nir_opt_peephole_ffma: Move this lowering pass to the i965 driver
Eduardo Lima Mitev
2015-11-10
1
-0
/
+2
*
i965/nir: Pull GLSL uniform handling into a common function
Jason Ekstrand
2015-10-02
1
-0
/
+6
*
i965/nir: Pull common ARB program uniform handling into a common function
Jason Ekstrand
2015-10-02
1
-0
/
+3
*
i965/nir: Add new utility method brw_glsl_base_type_for_nir_type()
Eduardo Lima Mitev
2015-08-03
1
-0
/
+2
*
i965/nir: Move brw_type_for_nir_type() to brw_nir to allow reuse
Eduardo Lima Mitev
2015-08-03
1
-0
/
+3
*
i965/nir: Pass a is_scalar boolean to brw_create_nir()
Eduardo Lima Mitev
2015-08-03
1
-1
/
+2
*
i965: Create NIR during LinkShader() and ProgramStringNotify().
Kenneth Graunke
2015-04-11
1
-0
/
+6
*
i965: Add a NIR analysis pass for determining when a boolean resolve is needed
Jason Ekstrand
2015-03-23
1
-0
/
+78