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
/
compiler
/
nir
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Allow opt_peephole_sel to be more aggressive in flattening IFs.
Eric Anholt
2016-09-22
2
-29
/
+55
*
glsl: add subpass image type (v2)
Dave Airlie
2016-09-16
1
-0
/
+1
*
nir: Add a flag to lower_io to force "sample" interpolation
Jason Ekstrand
2016-09-15
2
-7
/
+23
*
nir: Report progress from nir_lower_phis_to_scalar.
Kenneth Graunke
2016-09-14
2
-6
/
+16
*
nir: Report progress from nir_lower_alu_to_scalar.
Kenneth Graunke
2016-09-14
2
-17
/
+27
*
nir: Call nir_metadata_preserve from nir_lower_alu_to_scalar().
Kenneth Graunke
2016-09-14
1
-0
/
+3
*
nir/lower_tex: fix typo with sample_dim
Rob Clark
2016-09-14
1
-1
/
+1
*
nir: move tex_instr_remove_src
Rob Clark
2016-09-14
3
-18
/
+20
*
nir/lower_tex: remove tex_instr_find_src()
Rob Clark
2016-09-14
1
-14
/
+3
*
nir/gcm: Add global value numbering support
Jason Ekstrand
2016-09-08
2
-6
/
+25
*
nir/gcm: Call nir_metadata_preserve
Jason Ekstrand
2016-09-08
1
-0
/
+3
*
nir: fix definition of pack_uvec2_to_uint
Ilia Mirkin
2016-09-06
1
-1
/
+1
*
nir/tests: Update the CF tests to not assume fake edges
Jason Ekstrand
2016-09-04
1
-4
/
+4
*
nir: remove unused variable
Timothy Arceri
2016-09-03
1
-2
/
+0
*
nir: remove some fields from nir_shader_compiler_options
Connor Abbott
2016-09-03
1
-3
/
+0
*
nir: fix bug with moves in nir_opt_remove_phis()
Connor Abbott
2016-09-03
1
-2
/
+20
*
nir: add nir_after_phis() cursor helper
Connor Abbott
2016-09-03
1
-5
/
+14
*
nir: Remove fake edges in the CF handling code
Jason Ekstrand
2016-09-02
1
-57
/
+2
*
nir/dead_cf: Don't crash on unreachable after-loop blocks
Jason Ekstrand
2016-09-02
1
-1
/
+2
*
nir: Update shader info when adding discards
Eric Anholt
2016-08-29
2
-0
/
+4
*
nir: Change nir_shader_get_entrypoint to return an impl.
Kenneth Graunke
2016-08-25
4
-14
/
+9
*
nir: Make nir_lower_io_to_temporaries store an impl internally.
Kenneth Graunke
2016-08-25
1
-4
/
+4
*
nir: Handle FB fetch outputs correctly in nir_lower_io_to_temporaries.
Francisco Jerez
2016-08-25
1
-0
/
+21
*
nir: Pass through fb_fetch_output and OutputsRead from GLSL IR.
Francisco Jerez
2016-08-25
1
-0
/
+9
*
nir/phi_builder: Don't recurse in value_get_block_def
Jason Ekstrand
2016-08-25
1
-29
/
+36
*
nir: Walk blocks in source code order in lower_vars_to_ssa.
Matt Turner
2016-08-25
2
-106
/
+106
*
nir: avoid segfault when ssa src not found
Timothy Arceri
2016-08-23
1
-0
/
+3
*
nir: Fix crash in nir_lower_drawpixels.
Eric Anholt
2016-08-22
1
-0
/
+2
*
nir: Fix a comment typo in nir_lower_drawpixels.
Eric Anholt
2016-08-22
1
-1
/
+1
*
nir: Define system values for vc4's blending-lowering arguments.
Eric Anholt
2016-08-22
1
-0
/
+9
*
nir: Add an IO scalarizing pass using the intrinsic's first_component.
Eric Anholt
2016-08-19
2
-0
/
+130
*
nir: Add nir_builder support for individual system value loads.
Eric Anholt
2016-08-19
4
-15
/
+31
*
nir: Move the undef of nir_intrinsics.h macros to the .h.
Eric Anholt
2016-08-19
2
-3
/
+3
*
nir: Use the system-value front face for twoside lowering.
Eric Anholt
2016-08-19
1
-16
/
+7
*
nir: Rely on the fact that bcsel takes a well formed boolean.
Kenneth Graunke
2016-08-19
1
-3
/
+3
*
nir/search: Extend 'a@bool' to handle a couple of system values.
Kenneth Graunke
2016-08-18
1
-0
/
+7
*
nir/search: Fold src_is_bool()/alu_instr_is_bool() into src_is_type().
Kenneth Graunke
2016-08-18
1
-31
/
+19
*
nir/search: Introduce a src_is_type() helper for 'a@type' handling.
Kenneth Graunke
2016-08-18
1
-13
/
+29
*
nir/builder: Add bany_inequal and bany helpers.
Kenneth Graunke
2016-08-18
1
-0
/
+19
*
nir/algebraic: Optimize common array indexing sequence
Ian Romanick
2016-08-17
1
-0
/
+11
*
nir: Drop an unused program/hash_table.h include.
Eric Anholt
2016-08-10
1
-1
/
+0
*
nir: make use of nir_cf_list_extract() helper
Timothy Arceri
2016-08-09
1
-2
/
+1
*
nir: Always print non-identity swizzles.
Matt Turner
2016-08-08
1
-1
/
+9
*
nir: Make nir_opt_remove_phis see through moves.
Kenneth Graunke
2016-08-04
1
-1
/
+23
*
nir: Make nir_alu_srcs_equal non-static.
Kenneth Graunke
2016-08-04
2
-1
/
+4
*
nir: Turn imov/fmov of undef into undef.
Kenneth Graunke
2016-08-04
1
-1
/
+3
*
nir: Allow opt_peephole_select to work on empty blocks.
Eric Anholt
2016-08-03
1
-7
/
+0
*
nir: fix validation message
Timothy Arceri
2016-08-03
1
-2
/
+2
*
glsl: Separate overlapping sentinel nodes in exec_list.
Matt Turner
2016-07-26
2
-3
/
+3
*
nir: Lower interp_var_at_* like a normal load_var for flat inputs.
Kenneth Graunke
2016-07-22
1
-0
/
+4
[next]