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
/
glsl
/
nir
/
nir.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: move to compiler/
Emil Velikov
2016-01-26
1
-2111
/
+0
*
compiler: move the glsl_types C wrapper alongside their C++ brethren
Emil Velikov
2016-01-26
1
-1
/
+1
*
nir: move shader_enums.[ch] to compiler
Emil Velikov
2016-01-26
1
-1
/
+1
*
nir: few missing struct names
Rob Clark
2016-01-16
1
-3
/
+3
*
nir: Lower bitfield_extract.
Matt Turner
2016-01-14
1
-0
/
+1
*
nir/algebraic: Add more lowering
Jason Ekstrand
2016-01-07
1
-0
/
+4
*
nir: Add a lower_fdiv option, turn fdiv into fmul/frcp.
Kenneth Graunke
2016-01-05
1
-0
/
+1
*
nir: extract out helper macros for running passes
Rob Clark
2016-01-03
1
-0
/
+34
*
glsl: tidy up struct with a single member
Timothy Arceri
2015-12-30
1
-3
/
+1
*
nir: Get rid of function overloads
Jason Ekstrand
2015-12-28
1
-30
/
+16
*
nir: remove field only used in GLSL IR when assigning varying locations
Timothy Arceri
2015-12-22
1
-9
/
+0
*
nir: Get rid of *_indirect variants of input/output load/store intrinsics
Jason Ekstrand
2015-12-10
1
-1
/
+1
*
glsl: Rename safe_reverse -> reverse_safe.
Matt Turner
2015-12-01
1
-2
/
+2
*
nir/lower_tex: Add support for lowering texture swizzle
Jason Ekstrand
2015-11-23
1
-0
/
+13
*
nir: Add a tex_instr_is_query helper
Jason Ekstrand
2015-11-23
1
-0
/
+25
*
nir: Add a ssa_def_rewrite_uses_after helper
Jason Ekstrand
2015-11-23
1
-0
/
+2
*
nir/lower_tex: Report progress
Jason Ekstrand
2015-11-23
1
-1
/
+1
*
nir: s/nir_type_unsigned/nir_type_uint
Jason Ekstrand
2015-11-23
1
-1
/
+1
*
nir: Add nir_texop_samples_identical opcode
Ian Romanick
2015-11-19
1
-0
/
+4
*
nir: add nir_var_all enum
Rob Clark
2015-11-19
1
-0
/
+1
*
nir: Add support for cloning shaders
Jason Ekstrand
2015-11-18
1
-0
/
+2
*
i965/nir: Validate that NIR passes call nir_metadata_preserve().
Kenneth Graunke
2015-11-18
1
-0
/
+5
*
nir: add array length field
Rob Clark
2015-11-18
1
-0
/
+5
*
nir: remove nir_variable::max_ifc_array_access
Rob Clark
2015-11-18
1
-13
/
+0
*
nir: Store the size of the TCS output patch in nir_shader_info.
Kenneth Graunke
2015-11-18
1
-0
/
+5
*
nir: Add helpers for getting input/output intrinsic sources.
Kenneth Graunke
2015-11-13
1
-0
/
+3
*
nir/nir_opt_peephole_ffma: Move this lowering pass to the i965 driver
Eduardo Lima Mitev
2015-11-10
1
-1
/
+0
*
nir: Store PatchInputsRead and PatchOutputsWritten in nir_shader_info.
Kenneth Graunke
2015-11-10
1
-0
/
+5
*
nir: Add a nir_deref_tail helper
Jason Ekstrand
2015-11-07
1
-0
/
+9
*
nir: some small cleanups
Rob Clark
2015-11-06
1
-5
/
+5
*
nir: Rename live_variables to live_ssa_defs.
Kenneth Graunke
2015-11-05
1
-2
/
+2
*
nir: Unexpose _impl versions of copy_prop and dce
Jason Ekstrand
2015-11-03
1
-2
/
+0
*
nir: Copy "patch" flag from ir_variable to nir_variable.
Kenneth Graunke
2015-10-28
1
-0
/
+1
*
glsl: keep track of intra-stage indices for atomics
Timothy Arceri
2015-10-27
1
-2
/
+2
*
nir: Constify nir_gs_count_vertices
Jason Ekstrand
2015-10-21
1
-1
/
+1
*
nir/info: Add more information about geometry shaders
Jason Ekstrand
2015-10-21
1
-0
/
+12
*
nir/info: Add a few bits of info for fragment shaders
Jason Ekstrand
2015-10-19
1
-0
/
+13
*
nir/info: Add compute shader local size to nir_shader_info
Jason Ekstrand
2015-10-19
1
-0
/
+4
*
nir/info: Move the GS info into a stage-specific info union
Jason Ekstrand
2015-10-19
1
-6
/
+8
*
nir: Add a label to nir_shader_info
Jason Ekstrand
2015-10-19
1
-0
/
+3
*
nir: Add helpers for creating variables and adding them to lists
Jason Ekstrand
2015-10-15
1
-0
/
+20
*
glsl: move shader_enums into nir
Rob Clark
2015-10-09
1
-1
/
+1
*
nir: constify nir_ssa_alu_instr_src_components()
Connor Abbott
2015-10-09
1
-1
/
+1
*
nir: Add a function to determine if a source is dynamically uniform
Neil Roberts
2015-10-09
1
-0
/
+1
*
nir: Add a nir_shader_info::has_transform_feedback_varyings flag.
Kenneth Graunke
2015-10-04
1
-0
/
+3
*
nir: Add a nir_foreach_variable macro
Jason Ekstrand
2015-10-02
1
-0
/
+3
*
nir: Move GS data to nir_shader_info
Jason Ekstrand
2015-10-02
1
-8
/
+8
*
nir: Add a a nir_shader_info struct
Jason Ekstrand
2015-10-02
1
-0
/
+34
*
nir: Allow nir_lower_io() to only lower one type of variable.
Kenneth Graunke
2015-10-01
1
-0
/
+1
*
nir: Add a function to count the number of vertices a GS emits.
Kenneth Graunke
2015-09-26
1
-0
/
+2
[next]