Age | Commit message (Expand) | Author | Files | Lines |
2017-07-31 | ac/nir,radeonsi: add and use ac_shader_abi::{ancillary,sample_coverage} | Nicolai Hähnle | 2 | -6/+6 |
2017-07-31 | ac/nir,radv: move force_persample to ac_shader_info::force_persample | Nicolai Hähnle | 4 | -4/+8 |
2017-07-31 | radeonsi: use new function ac_build_umin for edgeflag clamping | Nicolai Hähnle | 2 | -0/+8 |
2017-07-31 | ac/nir: clamp shadow texture comparison value on VI | Nicolai Hähnle | 1 | -1/+13 |
2017-07-31 | ac/nir: add always_vector argument to ac_build_gather_values_extended | Nicolai Hähnle | 3 | -19/+13 |
2017-07-31 | ac/nir,radeonsi: add ac_shader_abi::front_face | Nicolai Hähnle | 2 | -3/+3 |
2017-07-31 | ac/nir: pass ac_nir_context to emit_ddxy | Nicolai Hähnle | 1 | -15/+14 |
2017-07-31 | ac/nir: pass ac_nir_context to SSBO intrinsic handlers | Nicolai Hähnle | 1 | -55/+59 |
2017-07-31 | ac/nir: load buffer descriptors via ac_shader_abi::load_ssbo | Nicolai Hähnle | 2 | -8/+30 |
2017-07-31 | ac/nir: pass ac_nir_context to emit_discard_if | Nicolai Hähnle | 1 | -8/+8 |
2017-07-31 | ac/nir: extract shader_info->fs.can_discard from NIR shader info | Nicolai Hähnle | 1 | -2/+2 |
2017-07-31 | ac/nir: handle old-style shadow tex instructions correctly | Nicolai Hähnle | 1 | -1/+3 |
2017-07-31 | ac/nir: whitespace fixes | Nicolai Hähnle | 1 | -1/+1 |
2017-07-31 | ac/nir: use shader_info pass to determine whether instance_id is used | Nicolai Hähnle | 3 | -2/+9 |
2017-07-31 | ac/nir: move setting shader_info->fs.writes_memory to radv-specific code | Nicolai Hähnle | 1 | -6/+3 |
2017-07-31 | ac/nir: add image and write parameter to ac_shader_abi::load_sampler_desc | Nicolai Hähnle | 2 | -19/+28 |
2017-07-31 | ac/nir: add support for arrays-of-arrays to get_sampler_desc | Nicolai Hähnle | 1 | -5/+20 |
2017-07-31 | ac/nir: pass ac_nir_context to tex_fetch_ptrs and related functions | Nicolai Hähnle | 1 | -75/+83 |
2017-07-31 | ac/nir: add and use ac_shader_abi::load_sampler_desc | Nicolai Hähnle | 2 | -48/+84 |
2017-07-31 | ac/nir: pass ac_nir_context to visit_tex and various related functions | Nicolai Hähnle | 1 | -117/+118 |
2017-07-31 | ac/nir,radeonsi: add ac_shader_abi::chip_class | Nicolai Hähnle | 2 | -0/+3 |
2017-07-31 | ac/nir,radeonsi: add ac_shader_abi::load_ubo | Nicolai Hähnle | 2 | -0/+5 |
2017-07-31 | ac/nir: pass ac_nir_context to visit_load_ubo_buffer | Nicolai Hähnle | 1 | -8/+8 |
2017-07-31 | ac/nir: pass ac_nir_context to visit_{load,store}_var and get_deref_offset he... | Nicolai Hähnle | 1 | -75/+75 |
2017-07-31 | ac/nir: pass ac_llvm_context to some helper functions | Nicolai Hähnle | 1 | -20/+20 |
2017-07-31 | ac/nir: pass ac_nir_context to visit_intrinsic | Nicolai Hähnle | 1 | -52/+52 |
2017-07-31 | ac/nir: add ac_nir_context::main_function | Nicolai Hähnle | 1 | -0/+3 |
2017-07-31 | ac/nir: split scanning outputs from setting up output allocas | Nicolai Hähnle | 1 | -8/+43 |
2017-07-31 | ac/nir: pass ac_llvm_context to *build_alloca* helpers | Nicolai Hähnle | 1 | -9/+9 |
2017-07-31 | ac/nir: use ac_shader_abi::emit_outputs | Nicolai Hähnle | 1 | -2/+14 |
2017-07-31 | ac,radeonsi: add ac_shader_abi::emit_outputs for hardware VS shaders | Nicolai Hähnle | 1 | -0/+4 |
2017-07-31 | radeonsi: translate NIR to LLVM | Nicolai Hähnle | 1 | -1/+1 |
2017-07-31 | ac/nir: add ac_shader_abi::inputs | Nicolai Hähnle | 2 | -0/+9 |
2017-07-31 | ac/nir: begin splitting off ac_nir_context | Nicolai Hähnle | 2 | -234/+290 |
2017-07-31 | ac/nir: start using ac_shader_abi | Nicolai Hähnle | 1 | -20/+18 |
2017-07-31 | ac,radeonsi: move some VS input descriptions to ac_shader_abi | Nicolai Hähnle | 1 | -0/+40 |
2017-07-26 | radv/ac: port SI TC L1 write corruption fix. | Dave Airlie | 1 | -3/+5 |
2017-07-26 | radv/ac: realign SI workaround with radeonsi. | Dave Airlie | 1 | -2/+3 |
2017-07-26 | ac/surface: fix hybrid graphics where APU=GFX9, dGPU=older | Marek Olšák | 1 | -0/+12 |
2017-07-21 | ac/gpu: add code to detect if kernel supports sync objects. | Dave Airlie | 2 | -0/+10 |
2017-07-17 | ac/nir: rewrite shared variable handling (v2) | Connor Abbott | 1 | -87/+158 |
2017-07-17 | ac/gpu_info: if clock crystal frequency is 0, print an error and set 1 | Marek Olšák | 1 | -0/+4 |
2017-07-17 | ac/surface/gfx9: flags.texture currently refers to TC-compatible HTILE | Marek Olšák | 1 | -1/+3 |
2017-07-17 | radeonsi: merge si_llvm_get_amdgpu_target into ac_get_llvm_target | Marek Olšák | 2 | -8/+11 |
2017-07-17 | amd/addrlib: fix typo in api name. | Dave Airlie | 1 | -1/+1 |
2017-07-17 | radv: set cb base tile swizzles for MRT speedups (v4) | Dave Airlie | 2 | -0/+16 |
2017-07-09 | radv/ac: drop setting xnack | Dave Airlie | 1 | -2/+1 |
2017-07-09 | radv: add support for using addrlib max alignment. | Dave Airlie | 3 | -2/+12 |
2017-07-07 | ac/nir: Fix ordering of parameters for image atomic cmpswap intrinsics | Alex Smith | 1 | -1/+1 |
2017-07-06 | radv: enable sisched toggle in perftest flags. | Dave Airlie | 2 | -2/+4 |