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
/
amd
/
common
/
ac_nir_to_llvm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: emit fmuladd instead of fma to llvm.
Dave Airlie
2017-10-04
1
-1
/
+1
*
amd/common: remove ac_shader_abi::chip_class
Nicolai Hähnle
2017-09-29
1
-11
/
+10
*
amd/common: remove has_ds_bpermute argument from ac_build_ddxy
Nicolai Hähnle
2017-09-18
1
-4
/
+1
*
amd/common: add chip_class to ac_llvm_context
Nicolai Hähnle
2017-09-18
1
-2
/
+2
*
amd/common: round cube array slice in ac_prepare_cube_coords
Nicolai Hähnle
2017-09-18
1
-3
/
+1
*
radv: Check for GFX9 for 1D arrays in image_size intrinsic.
Bas Nieuwenhuizen
2017-09-15
1
-1
/
+2
*
radv/ac: bump params array for image atomic comp swap
Dave Airlie
2017-09-13
1
-1
/
+1
*
radv: handle GFX9 1D textures
Dave Airlie
2017-09-13
1
-11
/
+69
*
ac: move ac_to_integer() and ac_to_float() to ac_llvm_build.c
Connor Abbott
2017-09-08
1
-162
/
+106
*
radv/ac: use ac_get_type_size.
Dave Airlie
2017-09-08
1
-23
/
+3
*
radv/gfx9: fix buffer size on gfx9.
Dave Airlie
2017-09-06
1
-1
/
+1
*
ac/nir: remove misleading condition
Grazvydas Ignotas
2017-08-29
1
-1
/
+1
*
ac/nir: silence maybe-uninitialized warnings
Grazvydas Ignotas
2017-08-29
1
-6
/
+9
*
ac/nir: Add shader support for multiviews.
Bas Nieuwenhuizen
2017-08-24
1
-1
/
+37
*
ac/nir: Implement input attachments with layered rendering.
Bas Nieuwenhuizen
2017-08-24
1
-2
/
+11
*
ac/nir: Cast sources of integer ops to int.
Bas Nieuwenhuizen
2017-08-24
1
-0
/
+16
*
radv: Implement bc optimize.
Bas Nieuwenhuizen
2017-08-24
1
-0
/
+29
*
ac/nir: refactor input variable iteration.
Bas Nieuwenhuizen
2017-08-24
1
-19
/
+11
*
ac/nir: fixup layer/viewport export for GFX9.
Dave Airlie
2017-08-21
1
-7
/
+25
*
radv: disable texture gather workaround on gfx9.
Dave Airlie
2017-08-17
1
-1
/
+1
*
ac/nir: fix saturate emission
Connor Abbott
2017-08-08
1
-2
/
+2
*
radv: fix f16->f32 denorm handling for SI/CIK. (v2)
Dave Airlie
2017-08-07
1
-2
/
+16
*
ac/nir: Add float cast before shadow comparator clamp.
Bas Nieuwenhuizen
2017-08-02
1
-1
/
+2
*
radeon/ac: use ds_swizzle for derivs on si/cik.
Dave Airlie
2017-08-02
1
-8
/
+1
*
ac/nir: fix nir_op_unpack_64_2x32_split_y emission
Connor Abbott
2017-08-01
1
-1
/
+1
*
ac/nir: fix lsb emission
Connor Abbott
2017-08-01
1
-1
/
+11
*
radv: handle 10-bit format clamping workaround.
Dave Airlie
2017-08-01
1
-6
/
+13
*
ac/nir: implement load_frag_coord intrinsic
Nicolai Hähnle
2017-07-31
1
-0
/
+10
*
ac/nir: pass ac_llvm_context to unpack_param
Nicolai Hähnle
2017-07-31
1
-18
/
+18
*
ac/nir,radeonsi: add and use ac_shader_abi::frag_pos
Nicolai Hähnle
2017-07-31
1
-13
/
+17
*
ac/nir,radeonsi: add and use ac_shader_abi::{ancillary,sample_coverage}
Nicolai Hähnle
2017-07-31
1
-6
/
+4
*
ac/nir,radv: move force_persample to ac_shader_info::force_persample
Nicolai Hähnle
2017-07-31
1
-3
/
+1
*
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
1
-15
/
+7
*
ac/nir,radeonsi: add ac_shader_abi::front_face
Nicolai Hähnle
2017-07-31
1
-3
/
+2
*
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
*
ac/nir: load buffer descriptors via ac_shader_abi::load_ssbo
Nicolai Hähnle
2017-07-31
1
-8
/
+20
*
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
*
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
1
-2
/
+5
*
ac/nir: move setting shader_info->fs.writes_memory to radv-specific code
Nicolai Hähnle
2017-07-31
1
-6
/
+3
*
ac/nir: add image and write parameter to ac_shader_abi::load_sampler_desc
Nicolai Hähnle
2017-07-31
1
-18
/
+25
*
ac/nir: add support for arrays-of-arrays to get_sampler_desc
Nicolai Hähnle
2017-07-31
1
-5
/
+20
*
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
1
-48
/
+60
*
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
1
-0
/
+1
[next]