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
/
compiler
/
nir
/
nir_linking_helpers.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Add new linking helper to set linked driver locations.
Timur Kristóf
2020-04-29
1
-0
/
+99
*
nir/linking: fix issue with two compact variables in a row. (v2)
Dave Airlie
2020-04-20
1
-0
/
+8
*
nir: Add per_view attribute to nir_variable
Caio Marcelo de Oliveira Filho
2020-04-07
1
-6
/
+7
*
nir: fix crash in varying packing on interface mismatch
Timothy Arceri
2020-03-31
1
-2
/
+22
*
nir: fix packing of TCS varyings not read by the TES
Timothy Arceri
2020-03-27
1
-4
/
+68
*
nir: add nir_intrinsic_interp_deref_at_vertex
Samuel Pitoiset
2020-01-29
1
-1
/
+2
*
nir: fix assign_io_var_locations for vertex inputs
Jonathan Marek
2019-12-19
1
-3
/
+9
*
nir: Fix overlapping vars in nir_assign_io_var_locations()
Connor Abbott
2019-09-25
1
-1
/
+1
*
nir: Return correct size in nir_assign_io_var_locations()
Connor Abbott
2019-07-08
1
-2
/
+4
*
nir: Handle compact variables when assigning i/o locations
Connor Abbott
2019-07-08
1
-2
/
+22
*
nir: Move st_nir_assign_var_locations() to common code
Connor Abbott
2019-07-08
1
-0
/
+109
*
nir: use braces around subobject in initializer
Tapani Pälli
2019-04-26
1
-2
/
+2
*
nir: fix nir_remove_unused_varyings()
Timothy Arceri
2019-04-25
1
-18
/
+33
*
nir: fix packing components with arrays
Timothy Arceri
2019-04-15
1
-1
/
+2
*
nir: do not pack varying with different types
Samuel Pitoiset
2019-04-05
1
-0
/
+13
*
nir: Record non-vector/scalar varyings as unmovable when compacting
Kenneth Graunke
2019-03-21
1
-1
/
+3
*
nir: rename glsl_type_is_struct() -> glsl_type_is_struct_or_ifc()
Timothy Arceri
2019-03-06
1
-1
/
+1
*
nir: rewrite varying component packing
Timothy Arceri
2019-02-08
1
-102
/
+254
*
nir: add is_packing_supported_for_type() helper
Timothy Arceri
2019-02-08
1
-15
/
+13
*
nir: add support for marking used patches when packing varyings
Timothy Arceri
2019-02-08
1
-23
/
+51
*
nir: do not remove varyings used for transform feedback
Samuel Pitoiset
2019-01-22
1
-0
/
+3
*
nir: rename nir_var_private to nir_var_shader_temp
Karol Herbst
2019-01-19
1
-1
/
+1
*
src/compiler: use new hash table and set creation helpers
Caio Marcelo de Oliveira Filho
2019-01-14
1
-3
/
+1
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
1
-1
/
+1
*
nir: simplify does_varying_match()
Timothy Arceri
2019-01-03
1
-5
/
+2
*
nir: make use of does_varying_match() helper
Timothy Arceri
2019-01-03
1
-2
/
+1
*
nir: link time opt duplicate varyings
Timothy Arceri
2019-01-02
1
-0
/
+88
*
nir: rework nir_link_opt_varyings()
Timothy Arceri
2019-01-02
1
-16
/
+12
*
nir: add can_replace_varying() helper
Timothy Arceri
2019-01-02
1
-2
/
+14
*
nir: rename nir_link_constant_varyings() nir_link_opt_varyings()
Timothy Arceri
2019-01-02
1
-1
/
+1
*
nir/linking_helpers: Look at derefs for modes
Jason Ekstrand
2018-12-18
1
-12
/
+11
*
nir: fix spelling typo
Rob Clark
2018-12-11
1
-1
/
+1
*
nir: don't pack varyings ints with floats unless flat
Timothy Arceri
2018-11-12
1
-4
/
+7
*
nir: add new linking opt nir_link_constant_varyings()
Timothy Arceri
2018-11-10
1
-0
/
+110
*
nir: Fix array initializer.
Jose Fonseca
2018-10-24
1
-1
/
+1
*
nir: add linking helper nir_link_xfb_varyings()
Samuel Pitoiset
2018-10-24
1
-0
/
+33
*
nir: Expose nir_remove_unused_io_vars().
Eric Anholt
2018-10-15
1
-8
/
+24
*
nir: Be sure to fix deref modes after demoting shader i/o vars to global.
Eric Anholt
2018-10-15
1
-0
/
+3
*
nir: Remove old-school deref chain support
Jason Ekstrand
2018-06-22
1
-2
/
+0
*
nir: Remove deref chain support from remove_unused_varyings
Jason Ekstrand
2018-06-22
1
-7
/
+6
*
nir: Support deref instructions in remove_unused_varyings
Jason Ekstrand
2018-06-22
1
-25
/
+27
*
nir: add deref lowering sanity checking
Rob Clark
2018-06-22
1
-0
/
+2
*
nir: remove old assert
Timothy Arceri
2018-02-22
1
-1
/
+0
*
nir/linking: always set the used_across_stages/outputs_read bits
Dave Airlie
2017-12-19
1
-6
/
+7
*
nir: add varying component packing helpers
Timothy Arceri
2017-12-04
1
-0
/
+330
*
nir: add tess patch support to nir_remove_unused_varyings()
Timothy Arceri
2017-11-03
1
-19
/
+42
*
nir: Get rid of nir_shader::stage
Jason Ekstrand
2017-10-20
1
-7
/
+7
*
nir: add component level support to remove_unused_io_vars()
Timothy Arceri
2017-10-16
1
-16
/
+21
*
nir: add some helpers for doing linking
Timothy Arceri
2017-09-26
1
-0
/
+147