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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: fix if condition propagation for alu use
Timothy Arceri
2018-11-01
1
-2
/
+1
*
configure: allow building with python3
Emil Velikov
2018-10-31
5
-5
/
+5
*
glsl/linker: validate attribute aliasing before optimizations
Tapani Pälli
2018-10-31
1
-3
/
+28
*
nir: Allow using nir_lower_io_to_scalar_early on VS input vars.
Eric Anholt
2018-10-30
1
-1
/
+3
*
spirv: Pass SSA values through functions
Jason Ekstrand
2018-10-30
1
-41
/
+139
*
glsl: Add missing include guards
Michał Janiszewski
2018-10-30
1
-0
/
+5
*
glsl/linker: Fix out variables linking during single stage
Vadym Shovkoplias
2018-10-30
1
-1
/
+2
*
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
4
-1
/
+214
*
nir: Fix array initializer
Brian Paul
2018-10-26
1
-1
/
+1
*
spirv: Initialize subgroup destinations with the destination type
Jason Ekstrand
2018-10-26
1
-4
/
+8
*
spirv: Use the right bit-size for spec constant ops
Jason Ekstrand
2018-10-26
1
-3
/
+9
*
glsl/nir: Use i2b instead of ine for fixing UBO/SSBO Booleans
Jason Ekstrand
2018-10-26
1
-19
/
+5
*
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
7
-13
/
+36
*
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
15
-21
/
+0
*
util: use C99 declaration in the for-loop hash_table_foreach() macro
Eric Engestrom
2018-10-25
11
-22
/
+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
17
-76
/
+56
*
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
*
spirv: Add no-op support for VK_GOOGLE_hlsl_functionality1
Jason Ekstrand
2018-10-22
2
-0
/
+12
*
spirv: Add support for SPV_GOOGLE_decorate_string
Jason Ekstrand
2018-10-22
1
-0
/
+8
*
glsl: Check the subroutine associated functions names
Vadym Shovkoplias
2018-10-16
1
-0
/
+36
*
glsl/linker: Change the format of spec quotation
Vadym Shovkoplias
2018-10-16
1
-6
/
+5
*
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
5
-3
/
+227
*
nir: Add tests for dead write elimination
Caio Marcelo de Oliveira Filho
2018-10-15
1
-0
/
+241
*
nir: Add test file for vars related passes
Caio Marcelo de Oliveira Filho
2018-10-15
3
-11
/
+224
*
nir: Add nir_imm_ivec2 helper
Caio Marcelo de Oliveira Filho
2018-10-15
1
-0
/
+12
[next]