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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac/nir,radv: move force_persample to ac_shader_info::force_persample
Nicolai Hähnle
2017-07-31
6
-6
/
+10
*
radeonsi: tweak next-shader assumptions when streamout is used
Nicolai Hähnle
2017-07-31
1
-5
/
+11
*
radeonsi: use new function ac_build_umin for edgeflag clamping
Nicolai Hähnle
2017-07-31
3
-1
/
+9
*
ac/nir: clamp shadow texture comparison value on VI
Nicolai Hähnle
2017-07-31
1
-1
/
+13
*
ac/nir: add always_vector argument to ac_build_gather_values_extended
Nicolai Hähnle
2017-07-31
3
-19
/
+13
*
ac/nir,radeonsi: add ac_shader_abi::front_face
Nicolai Hähnle
2017-07-31
3
-7
/
+15
*
ac/nir: pass ac_nir_context to emit_ddxy
Nicolai Hähnle
2017-07-31
1
-15
/
+14
*
ac/nir: pass ac_nir_context to SSBO intrinsic handlers
Nicolai Hähnle
2017-07-31
1
-55
/
+59
*
radeonsi: implement and use ac_shader_abi::load_ssbo
Nicolai Hähnle
2017-07-31
2
-11
/
+20
*
radeonsi: make get_indirect_index globally visible
Nicolai Hähnle
2017-07-31
2
-10
/
+13
*
ac/nir: load buffer descriptors via ac_shader_abi::load_ssbo
Nicolai Hähnle
2017-07-31
2
-8
/
+30
*
ac/nir: pass ac_nir_context to emit_discard_if
Nicolai Hähnle
2017-07-31
1
-8
/
+8
*
ac/nir: extract shader_info->fs.can_discard from NIR shader info
Nicolai Hähnle
2017-07-31
1
-2
/
+2
*
radeonsi/nir: perform radeonsi-specific lowering and optimization passes
Nicolai Hähnle
2017-07-31
1
-0
/
+41
*
radeonsi/nir: perform lowering of input/output driver locations
Nicolai Hähnle
2017-07-31
3
-0
/
+29
*
ac/nir: handle old-style shadow tex instructions correctly
Nicolai Hähnle
2017-07-31
1
-1
/
+3
*
ac/nir: whitespace fixes
Nicolai Hähnle
2017-07-31
1
-1
/
+1
*
ac/nir: use shader_info pass to determine whether instance_id is used
Nicolai Hähnle
2017-07-31
3
-2
/
+9
*
ac/nir: move setting shader_info->fs.writes_memory to radv-specific code
Nicolai Hähnle
2017-07-31
1
-6
/
+3
*
radeonsi/nir: add image descriptor loading
Nicolai Hähnle
2017-07-31
3
-8
/
+32
*
ac/nir: add image and write parameter to ac_shader_abi::load_sampler_desc
Nicolai Hähnle
2017-07-31
3
-20
/
+30
*
ac/nir: add support for arrays-of-arrays to get_sampler_desc
Nicolai Hähnle
2017-07-31
1
-5
/
+20
*
radeonsi/nir: set si_shader_context::num_{sampler,images}
Nicolai Hähnle
2017-07-31
1
-0
/
+5
*
radeonsi/nir: implement ac_shader_abi::load_sampler_desc
Nicolai Hähnle
2017-07-31
3
-20
/
+49
*
ac/nir: pass ac_nir_context to tex_fetch_ptrs and related functions
Nicolai Hähnle
2017-07-31
1
-75
/
+83
*
ac/nir: add and use ac_shader_abi::load_sampler_desc
Nicolai Hähnle
2017-07-31
2
-48
/
+84
*
ac/nir: pass ac_nir_context to visit_tex and various related functions
Nicolai Hähnle
2017-07-31
1
-117
/
+118
*
ac/nir,radeonsi: add ac_shader_abi::chip_class
Nicolai Hähnle
2017-07-31
3
-0
/
+5
*
radeonsi/nir: emit FS outputs
Nicolai Hähnle
2017-07-31
1
-10
/
+14
*
radeonsi/nir: load FS inputs
Nicolai Hähnle
2017-07-31
3
-11
/
+52
*
radeonsi/nir: load VS inputs
Nicolai Hähnle
2017-07-31
3
-2
/
+40
*
ac/nir,radeonsi: add ac_shader_abi::load_ubo
Nicolai Hähnle
2017-07-31
3
-0
/
+19
*
ac/nir: pass ac_nir_context to visit_load_ubo_buffer
Nicolai Hähnle
2017-07-31
1
-8
/
+8
*
ac/nir: pass ac_nir_context to visit_{load,store}_var and get_deref_offset he...
Nicolai Hähnle
2017-07-31
1
-75
/
+75
*
ac/nir: pass ac_llvm_context to some helper functions
Nicolai Hähnle
2017-07-31
1
-20
/
+20
*
ac/nir: pass ac_nir_context to visit_intrinsic
Nicolai Hähnle
2017-07-31
1
-52
/
+52
*
ac/nir: add ac_nir_context::main_function
Nicolai Hähnle
2017-07-31
1
-0
/
+3
*
ac/nir: split scanning outputs from setting up output allocas
Nicolai Hähnle
2017-07-31
1
-8
/
+43
*
ac/nir: pass ac_llvm_context to *build_alloca* helpers
Nicolai Hähnle
2017-07-31
1
-9
/
+9
*
ac/nir: use ac_shader_abi::emit_outputs
Nicolai Hähnle
2017-07-31
1
-2
/
+14
*
ac,radeonsi: add ac_shader_abi::emit_outputs for hardware VS shaders
Nicolai Hähnle
2017-07-31
3
-11
/
+37
*
radeonsi: pass si_shader_context to get_primitive_id
Nicolai Hähnle
2017-07-31
1
-6
/
+5
*
radeonsi: translate NIR to LLVM
Nicolai Hähnle
2017-07-31
4
-4
/
+22
*
radeonsi: dump NIR instead of TGSI when appropriate
Nicolai Hähnle
2017-07-31
1
-1
/
+5
*
radeonsi: bypass the shader cache for NIR shaders
Nicolai Hähnle
2017-07-31
1
-2
/
+3
*
radeonsi: scan NIR shaders to obtain required info
Nicolai Hähnle
2017-07-31
5
-6
/
+335
*
ac/nir: add ac_shader_abi::inputs
Nicolai Hähnle
2017-07-31
2
-0
/
+9
*
ac/nir: begin splitting off ac_nir_context
Nicolai Hähnle
2017-07-31
2
-234
/
+290
*
radeonsi: add si_shader_selector::nir
Nicolai Hähnle
2017-07-31
1
-0
/
+3
*
radeonsi: implement pipe_screen::get_compiler_options for NIR
Nicolai Hähnle
2017-07-31
1
-0
/
+33
[next]