index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
amd
/
common
/
ac_surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-13
ac/surface: match Z and stencil tile config
Nicolai Hähnle
1
-7
/
+42
2017-09-13
ac/surface: sanity-check that we got a TC-compatible HTILE if requested
Nicolai Hähnle
1
-0
/
+6
2017-09-07
ac/surface: add radeon_surf::has_stencil for convenience
Marek Olšák
1
-0
/
+2
2017-08-22
ac/surface/gfx9: don't allow DCC for the smallest mipmap levels
Marek Olšák
1
-1
/
+18
2017-08-22
radeonsi/gfx9: properly handle imported textures with unexpected swizzle mode
Marek Olšák
1
-0
/
+5
2017-08-04
ac/surface: align DCC size for surfaces that use tile swizzle
Marek Olšák
1
-2
/
+9
2017-08-04
ac/surface: limit tile swizzle to non-mipmaps on SI
Marek Olšák
1
-1
/
+3
2017-08-04
ac/surface: enable tile swizzle for mipmapped textures
Marek Olšák
1
-34
/
+46
2017-08-04
ac/surface: set structure size and handle errors for AddrComputeBaseSwizzle
Marek Olšák
1
-1
/
+8
2017-08-04
ac/surface: increment surf_index only when tile swizzle is allowed
Marek Olšák
1
-2
/
+4
2017-08-04
ac/surface: compute tile swizzle only when it's allowed
Marek Olšák
1
-2
/
+4
2017-08-04
ac/surface: move tile_swizzle to ac_surface and document it
Marek Olšák
1
-1
/
+4
2017-07-26
ac/surface: fix hybrid graphics where APU=GFX9, dGPU=older
Marek Olšák
1
-0
/
+12
2017-07-17
ac/surface/gfx9: flags.texture currently refers to TC-compatible HTILE
Marek Olšák
1
-1
/
+3
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
1
-0
/
+14
2017-07-09
radv: add support for using addrlib max alignment.
Dave Airlie
1
-1
/
+9
2017-06-06
ac/surface: Fix HTILE for radv.
Bas Nieuwenhuizen
1
-2
/
+1
2017-06-05
ac/surface/gfx6: explicitly support S8 surfaces
Nicolai Hähnle
1
-25
/
+50
2017-05-18
ac: add radeon_surf::htile_slice_size
Nicolai Hähnle
1
-0
/
+4
2017-05-18
ac_surface: use radeon_info from ac_gpu_info
Nicolai Hähnle
1
-22
/
+25
2017-05-18
ac/radeonsi: move some aspects of sanity checking to ac_surface
Nicolai Hähnle
1
-0
/
+33
2017-05-18
ac/radeonsi: add ac_compute_surface to automatically switch gfx6 vs. gfx9
Nicolai Hähnle
1
-8
/
+19
2017-05-18
ac/radeonsi: move the bulk of gfx9_surface_init to ac_surface
Nicolai Hähnle
1
-0
/
+380
2017-05-18
ac/radeonsi: move the bulk of gfx6_surface_init to ac_surface
Nicolai Hähnle
1
-0
/
+430
2017-05-18
ac/radeonsi: move amdgpu_addr_create to ac_surface
Nicolai Hähnle
1
-0
/
+202