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
*
compiler: avoid 'unused variable' warnings
Andrii Simiklit
2018-11-14
1
-2
/
+1
*
nir: Allow to skip integer ops in nir_lower_to_source_mods
Gert Wollny
2018-11-14
2
-31
/
+57
*
nir: replace nir_load_system_value calls with appropiate builder functions
Karol Herbst
2018-11-14
2
-4
/
+2
*
nir: add const_index parameters to system value builder function
Karol Herbst
2018-11-14
1
-2
/
+19
*
nir: Don't lower the local work group size if it's variable.
Plamena Manolova
2018-11-13
1
-6
/
+18
*
nir: add support for removing redundant stores to copy prop var
Timothy Arceri
2018-11-13
1
-10
/
+35
*
nir: add lowering for ffloor
Christian Gmeiner
2018-11-12
2
-0
/
+4
*
nir/lower_tex: Add AYUV lowering support
Lionel Landwerlin
2018-11-12
2
-0
/
+20
*
nir/lower_tex: add alpha channel parameter for yuv lowering
Lionel Landwerlin
2018-11-12
1
-6
/
+11
*
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
2
-0
/
+111
*
nir/constant_folding: fix incorrect bit-size check
Iago Toral Quiroga
2018-11-09
1
-3
/
+1
*
nir: Add a read_mask helper for ALU instructions
Jason Ekstrand
2018-11-08
2
-7
/
+14
*
nir: fix condition propagation when src has a swizzle
Timothy Arceri
2018-11-03
1
-1
/
+30
*
nir: allow propagation of if evaluation for bcsel
Timothy Arceri
2018-11-02
1
-9
/
+16
*
nir: fix if condition propagation for alu use
Timothy Arceri
2018-11-01
1
-2
/
+1
*
nir: Allow using nir_lower_io_to_scalar_early on VS input vars.
Eric Anholt
2018-10-30
1
-1
/
+3
*
nir: fix yet another MSVC build break
Brian Paul
2018-10-29
1
-1
/
+1
*
nir: Add a pass for gathering transform feedback info
Jason Ekstrand
2018-10-29
3
-0
/
+211
*
nir: Fix array initializer
Brian Paul
2018-10-26
1
-1
/
+1
*
nir/system_values: Use the bit size from the load_deref
Jason Ekstrand
2018-10-26
1
-0
/
+1
*
nir/opt_if: Rework condition propagation
Jason Ekstrand
2018-10-26
1
-61
/
+30
*
nir/search: Use the nir_imm_* helpers from nir_builder
Jason Ekstrand
2018-10-26
3
-91
/
+43
*
nir/builder: Handle 16-bit floats in nir_imm_floatN_t
Jason Ekstrand
2018-10-26
1
-0
/
+14
*
nir/builder: Add a nir_imm_true/false helpers
Jason Ekstrand
2018-10-26
5
-6
/
+29
*
nir/constant_folding: Use nir_src_as_bool for discard_if
Jason Ekstrand
2018-10-26
1
-6
/
+7
*
nir/constant_folding: Add an unreachable to a switch
Jason Ekstrand
2018-10-26
1
-0
/
+2
*
nir/validate: Print when the validation failed
Jason Ekstrand
2018-10-26
3
-29
/
+35
*
util: use C99 declaration in the for-loop set_foreach() macro
Eric Engestrom
2018-10-25
13
-18
/
+0
*
util: use C99 declaration in the for-loop hash_table_foreach() macro
Eric Engestrom
2018-10-25
5
-14
/
+0
*
nir: Fix array initializer.
Jose Fonseca
2018-10-24
1
-1
/
+1
*
nir: fix nir_copy_propagation test
Juan A. Suarez Romero
2018-10-24
1
-2
/
+2
*
nir: add linking helper nir_link_xfb_varyings()
Samuel Pitoiset
2018-10-24
2
-0
/
+34
*
nir/algebraic: Fix a typo in the bit size validation code
Jason Ekstrand
2018-10-23
1
-2
/
+2
*
nir/algebraic: Provide descriptive asserts for bit size checks
Jason Ekstrand
2018-10-22
1
-9
/
+42
*
nir/algebraic: Loosen a restriction on variables
Jason Ekstrand
2018-10-22
1
-2
/
+6
*
nir/algebraic: A bit of validation refactoring'
Jason Ekstrand
2018-10-22
1
-15
/
+15
*
nir/algebraic: Make internal classes str-able
Jason Ekstrand
2018-10-22
1
-4
/
+12
*
nir/algebraic: Generalize an optimization
Jason Ekstrand
2018-10-22
1
-1
/
+1
*
nir/algebraic: Use bool internally instead of bool32
Jason Ekstrand
2018-10-22
2
-8
/
+5
*
nir: Use nir_src_is_const and nir_src_as_* in core code
Jason Ekstrand
2018-10-22
16
-71
/
+54
*
nir/search_helpers: Use nir_src_is_const and friends
Jason Ekstrand
2018-10-22
1
-27
/
+22
*
nir/search: Use nir_src_is_const and friends
Jason Ekstrand
2018-10-22
1
-57
/
+13
*
nir: Add some new helpers for working with const sources
Jason Ekstrand
2018-10-22
2
-0
/
+108
*
nir: fix clip cull lowering to not assert if GLSL already lowered.
Dave Airlie
2018-10-15
1
-0
/
+6
*
nir: Copy propagation between blocks
Caio Marcelo de Oliveira Filho
2018-10-15
2
-82
/
+351
*
nir: Take call instruction into account in copy_prop_vars
Caio Marcelo de Oliveira Filho
2018-10-15
1
-6
/
+12
*
nir: Add tests for copy propagation of derefs
Caio Marcelo de Oliveira Filho
2018-10-15
1
-0
/
+300
*
nir: Remove handling of dead writes from copy_prop_vars
Caio Marcelo de Oliveira Filho
2018-10-15
1
-76
/
+8
*
nir: Separate dead write removal into its own pass
Caio Marcelo de Oliveira Filho
2018-10-15
4
-3
/
+226
[next]