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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/alu_to_scalar: Use the new NIR lowering framework
Jason Ekstrand
2019-07-16
1
-93
/
+54
*
nir/alu_to_scalar: Use "alu" as the name for the nir_alu_instr
Jason Ekstrand
2019-07-16
1
-50
/
+50
*
nir/lower_system_values: Support lowering more intrinsics
Jason Ekstrand
2019-07-16
1
-87
/
+83
*
nir/lower_system_values: Drop the context-aware builder functions
Jason Ekstrand
2019-07-16
1
-97
/
+96
*
nir/lower_system_values: Use the new generic NIR lowering helpers
Jason Ekstrand
2019-07-16
1
-96
/
+55
*
nir/lower_subgroups: Use the new generic NIR lowering helpers
Jason Ekstrand
2019-07-16
1
-45
/
+14
*
nir: Add some generic helpers for writing lowering passes
Jason Ekstrand
2019-07-16
2
-0
/
+192
*
nir: Add a helper for fetching the SSA def from an instruction
Jason Ekstrand
2019-07-16
2
-0
/
+49
*
spirv: Ignore ArrayStride for storage classes that should not use it
Caio Marcelo de Oliveira Filho
2019-07-15
1
-4
/
+18
*
spirv: Fix stride calculation when lowering Workgroup to offsets
Caio Marcelo de Oliveira Filho
2019-07-15
1
-1
/
+1
*
nir,intel: Add support for lowering 64-bit nir_opt_extract_*
Jason Ekstrand
2019-07-15
2
-0
/
+39
*
nir/opt_if: Clean up single-src phis in opt_if_loop_terminator
Jason Ekstrand
2019-07-15
3
-0
/
+16
*
glsl/shader_cache: handle SPIR-V shaders
Alejandro Piñeiro
2019-07-12
1
-5
/
+5
*
nir/linker: Initialize UniformDataDefaults when using SPIR-V
Arcady Goldmints-Orlov
2019-07-12
2
-0
/
+7
*
glsl/serialize: Update write_program_resource_data() to handle NULL input and...
Arcady Goldmints-Orlov
2019-07-12
1
-1
/
+5
*
glsl/serialize: Handle NULL uniform name in write_uniforms()
Arcady Goldmints-Orlov
2019-07-12
1
-1
/
+5
*
nir/types: Add glsl_type_is_unsized_array helper
Antia Puentes
2019-07-12
2
-0
/
+7
*
nir/linker: Fill TOP_LEVEL_ARRAY_SIZE and STRIDE
Antia Puentes
2019-07-12
1
-3
/
+25
*
nir/linker: Compute the offset for non-trivial uniform types.
Antia Puentes
2019-07-12
1
-10
/
+23
*
nir/linker: Add atomic counters to the program resource list
Antia Puentes
2019-07-12
1
-0
/
+7
*
nir/linker: Add XFB resources to the program resource list
Antia Puentes
2019-07-12
1
-0
/
+27
*
nir/linker: Add BUFFER_VARIABLEs to the prog resource list
Antia Puentes
2019-07-12
1
-1
/
+31
*
nir/linker: Add inputs/outputs to the program resource list
Antia Puentes
2019-07-12
1
-0
/
+108
*
nir/linker: add ubo/ssbo to the program resource list
Alejandro Piñeiro
2019-07-12
1
-0
/
+14
*
nir/linker: Fill the uniform's BLOCK_INDEX
Antia Puentes
2019-07-12
1
-1
/
+22
*
nir/compiler: keep same bit size when lowering with flrp
Andres Gomez
2019-07-12
1
-2
/
+2
*
glsl/link_varyings: Fix hash table leak
Yevhenii Kolesnikov
2019-07-12
1
-9
/
+8
*
nir: add a new v3d-specific intrinsic for tile buffer color reads
Iago Toral Quiroga
2019-07-12
1
-0
/
+9
*
nir/algebraic: Recognize open-coded flrp(a, b, a)
Ian Romanick
2019-07-11
1
-0
/
+24
*
nir/algebraic: Rearrange 1-((1-a) * (1-b)) into flrp-friendly form
Ian Romanick
2019-07-11
1
-0
/
+10
*
nir/algebraic: Reassociate fadd into fmul in DPH-like pattern
Ian Romanick
2019-07-11
2
-0
/
+36
*
nir/algebraic: Recognize open-coded flrp(-1, 1, a) and flrp(1, -1, a)
Ian Romanick
2019-07-11
1
-0
/
+12
*
nir: intel/vec4: Add flag to disable some algebraic optimizations
Ian Romanick
2019-07-11
1
-0
/
+10
*
glsl/builtin types: Set the precision on the depth range params
Neil Roberts
2019-07-11
1
-3
/
+3
*
glsl: Add a constructor for glsl_struct_field to specify the precision
Neil Roberts
2019-07-11
1
-4
/
+12
*
glsl: Add a macro for the default values for glsl_struct_field
Neil Roberts
2019-07-11
1
-14
/
+12
*
glsl/builtin_variables: Add a precision to the builtins
Neil Roberts
2019-07-11
1
-80
/
+170
*
nir/lower_io: Don't use variable to get deref mode
Connor Abbott
2019-07-10
1
-2
/
+3
*
nir/loop_analyze: Pass nir_const_values directly to helpers
Jason Ekstrand
2019-07-10
1
-13
/
+10
*
nir/loop_analyze: Properly handle swizzles in loop conditions
Jason Ekstrand
2019-07-10
1
-140
/
+149
*
nir/loop_analyze: Refactor detection of limit vars
Jason Ekstrand
2019-07-10
1
-54
/
+51
*
nir: Add some helpers for chasing SSA values properly
Jason Ekstrand
2019-07-10
1
-0
/
+80
*
nir/loop_analyze: Bail if we encounter swizzles
Jason Ekstrand
2019-07-10
1
-0
/
+22
*
nir/loop_analyze: Use new eval_const_* helpers in test_iterations
Jason Ekstrand
2019-07-10
1
-6
/
+4
*
nir/loop_analyze: Handle bit sizes correctly in calculate_iterations
Jason Ekstrand
2019-07-10
1
-27
/
+48
*
nir/loop_analyze: Fix phi-of-identical-alu detection
Jason Ekstrand
2019-07-10
1
-26
/
+29
*
nir/instr_set: Expose nir_instrs_equal()
Jason Ekstrand
2019-07-10
2
-59
/
+62
*
nir/builder: Use nir_const_value_for_* for constructing immediates
Jason Ekstrand
2019-07-10
1
-102
/
+50
*
nir: Refactor nir_src_as_* constant functions
Jason Ekstrand
2019-07-10
2
-101
/
+28
*
nir: Add more helpers for working with const values
Jason Ekstrand
2019-07-10
2
-0
/
+135
[next]