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
/
gallium
/
drivers
/
radeon
/
r600_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Treewide: Remove Elements() macro
Jan Vesely
2016-05-17
1
-1
/
+1
*
gallium/radeon: discard CMASK or DCC if overwriting a whole texture by DMA
Marek Olšák
2016-05-10
1
-7
/
+39
*
gallium/radeon: use a common function for DMA blit preparation
Marek Olšák
2016-05-10
1
-0
/
+55
*
gallium/radeon: split out code for discarding DCC
Marek Olšák
2016-05-10
1
-6
/
+12
*
gallium/radeon: rename r600_texture_disable_cmask -> discard_cmask
Marek Olšák
2016-05-10
1
-2
/
+2
*
gallium/radeon: fix partial layered transfers of cube (array) textures
Marek Olšák
2016-05-10
1
-15
/
+6
*
gallium/radeon: remove stencil_tile_split from metadata
Marek Olšák
2016-05-02
1
-2
/
+0
*
winsys/amdgpu: pass PIPE_CONFIG to addrlib on texture import
Marek Olšák
2016-05-02
1
-0
/
+1
*
winsys/amdgpu: read NUM_BANKS from buffer metadata
Marek Olšák
2016-05-02
1
-0
/
+1
*
radeonsi: rework clear_buffer flags
Marek Olšák
2016-04-28
1
-5
/
+6
*
gallium/radeon: remove use_reusable_pool parameter from r600_init_resource
Nicolai Hähnle
2016-04-27
1
-1
/
+1
*
r600g: use do_endian_swap in color swapping functions
Oded Gabbay
2016-04-26
1
-7
/
+13
*
r600g/radeonsi: send endian info to format translation functions
Oded Gabbay
2016-04-26
1
-2
/
+2
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
1
-7
/
+7
*
gallium/radeon: never choose a linear tiling for DB surfaces
Marek Olšák
2016-04-12
1
-7
/
+6
*
gallium/radeon: removing dead code for sharing stencil buffers
Marek Olšák
2016-04-12
1
-4
/
+0
*
gallium/radeon: allow allocating textures >= 4 GB
Marek Olšák
2016-04-12
1
-6
/
+6
*
gallium/radeon: allow multiple exports of the same texture with different usage
Marek Olšák
2016-04-05
1
-21
/
+33
*
radeon/r600: Fix return type in failure branch
Edward O'Callaghan
2016-03-27
1
-1
/
+1
*
gallium/radeon: make r600_texture_disable_dcc externally accessible
Nicolai Hähnle
2016-03-21
1
-2
/
+2
*
radeonsi: fix Hyper-Z hangs on P2 configs
Marek Olšák
2016-03-17
1
-2
/
+8
*
radeon/winsys: add layer support for BO export
Christian König
2016-03-17
1
-0
/
+1
*
radeon/winsys: add offset support for BO import/export
Christian König
2016-03-17
1
-7
/
+16
*
radeonsi: Lazily re-set sampler views after disabling DCC
Bas Nieuwenhuizen
2016-03-11
1
-2
/
+0
*
gallium/radeon: notify all contexts when cmasks are enabled/disabled
Nicolai Hähnle
2016-03-10
1
-0
/
+3
*
radeonsi: set amdgpu metadata before exporting a texture
Marek Olšák
2016-03-09
1
-0
/
+4
*
radeonsi: disable DCC on handle export if expecting write access
Marek Olšák
2016-03-09
1
-0
/
+33
*
radeonsi: allocate DCC in the same backing buffer as the texture
Marek Olšák
2016-03-09
1
-29
/
+22
*
gallium/radeon: disable CMASK on handle export if sharing doesn't allow it (v2)
Marek Olšák
2016-03-09
1
-0
/
+34
*
gallium/radeon: eliminate fast color clear before sharing
Marek Olšák
2016-03-09
1
-0
/
+16
*
gallium/radeon: don't use fast color clear if sharing doesn't allow it
Marek Olšák
2016-03-09
1
-0
/
+8
*
gallium/radeon: disallow handle export for MSAA & depth textures
Marek Olšák
2016-03-09
1
-0
/
+7
*
gallium/radeon: remember that texture_from_handle was called and its flags
Marek Olšák
2016-03-09
1
-2
/
+9
*
gallium/radeon: check that handle usage doesn't change for a resource
Marek Olšák
2016-03-09
1
-0
/
+3
*
gallium/radeon: don't set texture metadata for buffers
Marek Olšák
2016-03-09
1
-2
/
+5
*
gallium/radeon: set texture metadata only once
Marek Olšák
2016-03-09
1
-2
/
+5
*
gallium/radeon: clean up r600_texture_get_handle
Marek Olšák
2016-03-09
1
-7
/
+7
*
gallium/radeon: move code initializing texture metadata to its own function
Marek Olšák
2016-03-09
1
-15
/
+23
*
gallium/radeon: rename winsys buffer_get/set_tiling to buffer_get/set_metadata
Marek Olšák
2016-03-09
1
-2
/
+2
*
gallium/radeon: remove rcs parameter from radeon_winsys::buffer_set_tiling
Marek Olšák
2016-03-09
1
-1
/
+1
*
gallium/radeon: use a structure for passing tiling flags from/to winsys
Marek Olšák
2016-03-09
1
-24
/
+28
*
gallium: add external usage flags to resource_from(get)_handle (v2)
Marek Olšák
2016-03-09
1
-2
/
+4
*
gallium/radeon: disable evergreen_do_fast_color_clear for BE
Oded Gabbay
2016-02-29
1
-0
/
+5
*
gallium/radeon: remove separate BE path in r600_translate_colorswap
Oded Gabbay
2016-02-29
1
-12
/
+1
*
gallium/radeon: return correct values for BE in r600_translate_colorswap
Oded Gabbay
2016-02-25
1
-4
/
+4
*
gallium/radeon: Correctly translate colorswaps for big endian
Oded Gabbay
2016-02-23
1
-0
/
+11
*
r600g: Ignore format for PIPE_BUFFER targets
Jan Vesely
2016-02-05
1
-1
/
+1
*
gallium/radeon: get pipe_interleave_bytes AKA group_bytes from the winsys
Marek Olšák
2016-02-05
1
-3
/
+3
*
gallium/radeon: just get num_tile_pipes from the winsys
Marek Olšák
2016-02-05
1
-3
/
+3
*
radeonsi: fix Hyper-Z on Stoney
Marek Olšák
2016-02-04
1
-0
/
+4
[next]