index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeonsi
/
si_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi/gfx9: force the micro tile mode for MSAA resolve correctly on gfx9
Marek Olšák
2020-01-09
1
-0
/
+6
*
radeonsi: move SI and CIK+ SDMA code into 1 common function for cleanups
Marek Olšák
2020-01-06
1
-5
/
+3
*
radeonsi: rename dma_cs -> sdma_cs
Marek Olšák
2020-01-06
1
-1
/
+1
*
radeonsi: remove the "display_dcc_offset == 0" assertion
Marek Olšák
2020-01-03
1
-3
/
+1
*
radeonsi: ignore PIPE_BIND_SCANOUT for imported textures
Marek Olšák
2020-01-03
1
-2
/
+3
*
radeonsi: preserve the scanout flag for shared resources on gfx9 and gfx10
Marek Olšák
2020-01-03
1
-10
/
+4
*
radeonsi: disable dcc for 2x MSAA surface and bpe < 4
Pierre-Eric Pelloux-Prayer
2019-12-16
1
-1
/
+3
*
radeonsi: dcc dirty flag
Pierre-Eric Pelloux-Prayer
2019-12-10
1
-0
/
+1
*
radeonsi: fix multi plane buffers creation
Pierre-Eric Pelloux-Prayer
2019-12-10
1
-2
/
+4
*
radeonsi: use gfx9.surf_offset to compute texture offset
Pierre-Eric Pelloux-Prayer
2019-12-10
1
-1
/
+2
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
radeonsi: don't set BO metadata for non-zero planes
Marek Olšák
2019-10-09
1
-2
/
+2
*
radeonsi: ignore metadata for non-zero planes
Marek Olšák
2019-10-09
1
-2
/
+8
*
radeonsi: allocate planar multimedia formats in 1 buffer
Marek Olšák
2019-10-09
1
-34
/
+115
*
radeonsi: use simple_mtx_t instead of mtx_t
Marek Olšák
2019-10-07
1
-6
/
+6
*
radeonsi: fix VAAPI segfault due to various bugs
Michel Dänzer
2019-09-24
1
-0
/
+1
*
radeonsi: initialize displayable DCC using the retile blit to prevent hangs
Marek Olšák
2019-09-24
1
-2
/
+10
*
radeonsi: include drm_fourcc.h to fix the build
Marek Olšák
2019-09-18
1
-0
/
+1
*
radeonsi: implement pipe_screen::resource_get_param
Marek Olšák
2019-09-18
1
-22
/
+78
*
radeonsi/gfx9: honor user stride for imported buffers
Marek Olšák
2019-09-11
1
-0
/
+2
*
radeonsi: remove redundant si_texture offset and size fields
Marek Olšák
2019-09-09
1
-69
/
+59
*
radeonsi: move texture storage allocation outside of radeonsi
Marek Olšák
2019-09-09
1
-48
/
+10
*
radeonsi: move HTILE allocation outside of radeonsi
Marek Olšák
2019-09-09
1
-88
/
+12
*
radeonsi: handle NO_DCC early
Marek Olšák
2019-09-09
1
-5
/
+7
*
ac/surface: add RADEON_SURF_NO_FMASK
Marek Olšák
2019-09-09
1
-6
/
+3
*
r300,r600,radeonsi: set winsys_handle::stride,offset in drivers, not winsyses
Marek Olšák
2019-09-09
1
-2
/
+4
*
r300,r600,radeonsi: read winsys_handle::stride,offset in drivers, not winsyses
Marek Olšák
2019-09-09
1
-9
/
+6
*
radeonsi: disable DCC when importing a texture from an incompatible driver
Marek Olšák
2019-09-09
1
-4
/
+12
*
radeonsi: fix an assertion failure: assert(!res->b.is_shared)
Marek Olšák
2019-08-19
1
-2
/
+1
*
radeonsi: fix DAL hang due to incorrect DCC offset on Raven
Marek Olšák
2019-07-25
1
-1
/
+22
*
radeonsi: fail if importing a texture with incorrect last_level or samples
Marek Olšák
2019-07-23
1
-5
/
+38
*
radeonsi: rewrite si_get_opaque_metadata, also for gfx10 support
Marek Olšák
2019-07-23
1
-24
/
+40
*
radeonsi: Allow PIPE_TEXTURE_2D_ARRAY in si_texture_from_handle
Michel Dänzer
2019-07-23
1
-2
/
+3
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
1
-5
/
+5
*
radeonsi: update function name in comment
Timothy Arceri
2019-07-09
1
-1
/
+1
*
radeonsi/gfx10: add a workaround for stencil HTILE with mipmapping
Marek Olšák
2019-07-03
1
-0
/
+8
*
radeonsi/gfx10: disable DCC with MSAA
Marek Olšák
2019-07-03
1
-1
/
+6
*
radeonsi/gfx10: fix intensity formats
Marek Olšák
2019-07-03
1
-3
/
+5
*
radeonsi/gfx10: implement hardware MSAA resolve
Nicolai Hähnle
2019-07-03
1
-0
/
+7
*
radeonsi/gfx10: add pipe_screen::make_texture_descriptor
Nicolai Hähnle
2019-07-03
1
-1
/
+1
*
radeonsi: use a fragment shader blit instead of DB->CB copy for ZS CPU mappings
Marek Olšák
2019-07-03
1
-118
/
+48
*
winsys/amdgpu: Make KMS handles valid for original DRM file descriptor
Michel Dänzer
2019-07-03
1
-2
/
+2
*
radeonsi: fix AMD_DEBUG=nofmask
Marek Olšák
2019-06-24
1
-2
/
+2
*
amd: update addrlib
Marek Olšák
2019-06-17
1
-0
/
+24
*
radeonsi: cleanup some #includes
Nicolai Hähnle
2019-06-12
1
-2
/
+2
*
amd/common: use generated register header
Nicolai Hähnle
2019-06-03
1
-2
/
+1
*
ac: rename SI-CIK-VI to GFX6-GFX7-GFX8
Marek Olšák
2019-05-15
1
-18
/
+18
*
radeonsi: implement resource_get_info
Julien Isorce
2019-04-30
1
-8
/
+35
*
radeonsi: add support for displayable DCC for multi-RB chips
Marek Olšák
2019-04-04
1
-2
/
+81
*
radeonsi: add support for displayable DCC for 1 RB chips
Marek Olšák
2019-04-04
1
-4
/
+70
[next]