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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: also fix texture image descriptors for mipmap tile swizzle
Dave Airlie
2017-08-04
1
-1
/
+2
*
radv: fix tile swizzle regression on mipmaps.
Dave Airlie
2017-08-04
1
-5
/
+6
*
ac/surface: align DCC size for surfaces that use tile swizzle
Marek Olšák
2017-08-04
1
-2
/
+9
*
ac/surface: limit tile swizzle to non-mipmaps on SI
Marek Olšák
2017-08-04
1
-1
/
+3
*
ac/surface: enable tile swizzle for mipmapped textures
Marek Olšák
2017-08-04
1
-34
/
+46
*
ac/surface: set structure size and handle errors for AddrComputeBaseSwizzle
Marek Olšák
2017-08-04
1
-1
/
+8
*
ac/surface: increment surf_index only when tile swizzle is allowed
Marek Olšák
2017-08-04
3
-4
/
+6
*
ac/surface: compute tile swizzle only when it's allowed
Marek Olšák
2017-08-04
1
-2
/
+4
*
ac/surface: add RADEON_SURF_SHAREABLE
Marek Olšák
2017-08-04
1
-0
/
+1
*
ac/surface: remove RADEON_SURF_HAS_TILE_MODE_INDEX
Marek Olšák
2017-08-04
3
-5
/
+0
*
ac/surface: move tile_swizzle to ac_surface and document it
Marek Olšák
2017-08-04
4
-8
/
+25
*
android: ac/common: always build NIR translation
Mauro Rossi
2017-08-03
1
-1
/
+2
*
ac: add ac_shader_abi.h in distcheck
Juan A. Suarez Romero
2017-08-03
1
-0
/
+1
*
radv: Add suballocation for shaders.
Bas Nieuwenhuizen
2017-08-03
5
-21
/
+93
*
radeonsi: fix streamout overflow predication on VI+
Nicolai Hähnle
2017-08-02
1
-0
/
+1
*
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
3
-24
/
+43
*
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
8
-16
/
+51
*
radv: Don't underflow non-visible VRAM size.
Bas Nieuwenhuizen
2017-07-31
1
-2
/
+4
*
ac/common: always build NIR translation
Nicolai Hähnle
2017-07-31
1
-7
/
+2
*
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
2
-13
/
+18
*
ac/nir,radeonsi: add and use ac_shader_abi::{ancillary,sample_coverage}
Nicolai Hähnle
2017-07-31
2
-6
/
+6
*
ac/nir,radv: move force_persample to ac_shader_info::force_persample
Nicolai Hähnle
2017-07-31
6
-6
/
+10
*
radeonsi: use new function ac_build_umin for edgeflag clamping
Nicolai Hähnle
2017-07-31
2
-0
/
+8
*
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
2
-3
/
+3
*
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
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
*
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
*
ac/nir: add image and write parameter to ac_shader_abi::load_sampler_desc
Nicolai Hähnle
2017-07-31
2
-19
/
+28
*
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
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
2
-0
/
+3
*
ac/nir,radeonsi: add ac_shader_abi::load_ubo
Nicolai Hähnle
2017-07-31
2
-0
/
+5
*
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
[next]