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
*
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
*
nir: Add Panfrost-specific blending intrinsic
Alyssa Rosenzweig
2019-07-09
1
-0
/
+16
*
nir: Add nir_imm_vec4_16
Alyssa Rosenzweig
2019-07-09
1
-0
/
+14
*
nir/lower_io_to_temporaries: Fix hash table leak
Connor Abbott
2019-07-09
1
-0
/
+2
*
nir: Allow nir_ssa_alu_instr_src_components to operate on non-SSA destinations
Ian Romanick
2019-07-08
1
-6
/
+3
*
nir: Handle swizzle in nir_alu_srcs_negative_equal
Ian Romanick
2019-07-08
3
-4
/
+110
*
nir: nir_const_value_negative_equal compares one value at a time
Ian Romanick
2019-07-08
3
-92
/
+24
*
nir: Port some const_value_negative_equal tests to alu_src_negative_equal
Ian Romanick
2019-07-08
1
-0
/
+82
*
nir: Pass fully qualified type to nir_const_value_negative_equal
Ian Romanick
2019-07-08
3
-217
/
+169
*
nir: Use nir_src_bit_size instead of alu1->dest.dest.ssa.bit_size
Ian Romanick
2019-07-08
2
-1
/
+218
*
nir: Add unit tests for nir_opt_comparison_pre
Ian Romanick
2019-07-08
4
-1
/
+334
*
nir: print ptr_stride for deref_casts
Caio Marcelo de Oliveira Filho
2019-07-08
1
-0
/
+4
*
spirv: Implement SPV_EXT_demote_to_helper_invocation
Caio Marcelo de Oliveira Filho
2019-07-08
2
-0
/
+27
*
spirv: Update the headers from latest Khronos master
Caio Marcelo de Oliveira Filho
2019-07-08
2
-164
/
+258
*
nir: Add demote and is_helper_invocation intrinsics
Caio Marcelo de Oliveira Filho
2019-07-08
2
-0
/
+11
*
compiler: Add color system value
Connor Abbott
2019-07-08
4
-0
/
+18
*
intel/nir: Extract add_const_offset_to_base
Connor Abbott
2019-07-08
2
-0
/
+77
*
nir/lower_io_to_temporaries: Handle interpolation intrinsics
Connor Abbott
2019-07-08
1
-0
/
+166
*
nir: Avoid coalescing vars created by lower_io_to_temporaries
Connor Abbott
2019-07-08
3
-0
/
+20
*
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
2
-0
/
+114
*
radv: Make FragCoord a sysval
Connor Abbott
2019-07-08
2
-5
/
+9
*
spirv: Add an option for making FragCoord a sysval
Connor Abbott
2019-07-08
2
-1
/
+11
*
anv,nir: Move lower_input_attachments pass from ANV to NIR.
Daniel Schürmann
2019-07-08
4
-0
/
+154
*
glsl/standalone: meson test for --dump-builder
Yevhenii Kolesnikov
2019-07-03
2
-0
/
+23
*
glsl/standalone: exit on unsupported texture functions
Sergii Romantsov
2019-07-03
1
-1
/
+14
*
spirv: Ignore ArrayStride in OpPtrAccessChain for Workgroup
Caio Marcelo de Oliveira Filho
2019-07-02
1
-4
/
+6
*
nir: add pass to lower load_interpolated_input
Rob Clark
2019-07-02
6
-0
/
+193
*
nir: Add optimization to use ROR/ROL instructions
Sagar Ghuge
2019-07-01
2
-0
/
+15
*
nir: Add urol and uror opcodes
Sagar Ghuge
2019-07-01
1
-0
/
+11
*
glsl/nir: Lower buffers using Binding instead of Names
Caio Marcelo de Oliveira Filho
2019-06-30
1
-5
/
+28
*
nir/linker: update already processed uniforms search for UBOs/SSBOs
Alejandro Piñeiro
2019-06-30
1
-10
/
+71
*
nir/linker: fill up uniform_storage with explicit data
Alejandro Piñeiro
2019-06-30
1
-5
/
+47
[next]