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
/
radeon
/
r600_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
gallium/radeon: support PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
Nicolai Hähnle
2016-02-03
1
-3
/
+23
*
radeonsi: rework RB+ for Stoney
Marek Olšák
2016-02-02
1
-4
/
+2
*
gallium/radeon: remove radeon_winsys_cs_handle
Marek Olšák
2015-12-11
1
-4
/
+3
*
radeonsi: implement RB+ for Stoney (v2)
Marek Olšák
2015-12-11
1
-0
/
+6
*
Revert "radeonsi: disable DCC on Stoney"
Marek Olšák
2015-12-11
1
-4
/
+0
*
radeonsi: disable DCC on Stoney
Marek Olšák
2015-12-07
1
-0
/
+4
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-4
/
+4
*
gallium/radeon*: Remove useless casts
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
radeonsi: print framebuffer info into ddebug logs
Marek Olšák
2015-12-03
1
-2
/
+1
*
gallium/radeon: print more info about HTILE
Marek Olšák
2015-12-03
1
-2
/
+9
*
gallium/radeon: print more info about CMASK
Marek Olšák
2015-12-03
1
-3
/
+12
*
gallium/radeon: rename fmask::pitch -> pitch_in_pixels
Marek Olšák
2015-12-03
1
-3
/
+3
*
gallium/radeon: print more information about textures
Marek Olšák
2015-12-03
1
-5
/
+43
*
gallium/radeon: move printing texture info into a separate function
Marek Olšák
2015-12-03
1
-41
/
+51
*
gallium/radeon: remove unused r600_texture::pitch_override
Marek Olšák
2015-12-03
1
-1
/
+0
*
gallium/radeon: remove DBG_TEXMIP
Marek Olšák
2015-12-03
1
-2
/
+1
*
gallium/radeon: shorten render_cond variable names
Marek Olšák
2015-11-13
1
-1
/
+1
*
winsys/amdgpu: remove the dcc_enable surface flag
Marek Olšák
2015-10-27
1
-2
/
+1
*
radeonsi: add debug flags that disable DCC and DCC fast clear
Marek Olšák
2015-10-27
1
-0
/
+6
*
radeonsi: properly check if DCC is enabled and allocated
Marek Olšák
2015-10-27
1
-1
/
+1
*
radeonsi: Implement DCC fast clear.
Bas Nieuwenhuizen
2015-10-24
1
-11
/
+96
*
radeonsi: Enable DCC.
Bas Nieuwenhuizen
2015-10-24
1
-0
/
+2
*
radeonsi: Disable operations that do not work with DCC.
Bas Nieuwenhuizen
2015-10-24
1
-0
/
+5
*
radeonsi: Allocate buffers for DCC.
Bas Nieuwenhuizen
2015-10-24
1
-0
/
+18
*
gallium/radeon: add a fail path for depth MSAA texture readback
Marek Olšák
2015-09-24
1
-0
/
+5
*
gallium/radeon: handle PIPE_TRANSFER_FLUSH_EXPLICIT
Marek Olšák
2015-09-10
1
-1
/
+1
*
radeonsi: avoid redundant CB and DB register updates
Marek Olšák
2015-09-01
1
-1
/
+3
*
radeonsi: fix DRM version checks for amdgpu DRM 3.0.0
Marek Olšák
2015-08-14
1
-3
/
+5
*
winsys/amdgpu: add addrlib - texture addressing and alignment calculator
Marek Olšák
2015-08-14
1
-1
/
+2
*
gallium/radeon: use helper functions to mark atoms dirty
Grazvydas Ignotas
2015-08-11
1
-1
/
+1
*
gallium/radeon: unify buffer_wait and buffer_is_busy in the winsys interface
Marek Olšák
2015-08-07
1
-1
/
+1
*
r600,compute: force tiling on 2D and 3D texture compute resources
Zoltan Gilian
2015-08-03
1
-2
/
+9
*
gallium/radeon: remove buffer_unmap calls that can potentially decrease perf
Marek Olšák
2015-07-23
1
-9
/
+0
*
winsys/radeon: add a private interface for radeon_surface
Marek Olšák
2015-04-29
1
-6
/
+6
*
radeonsi: only flush the right set of caches for CP DMA operations
Marek Olšák
2015-01-07
1
-3
/
+5
*
radeon: enable Hyper-Z on r600g and radeonsi by default
Andreas Boll
2014-10-24
1
-1
/
+1
*
r600g,radeonsi: Only set use_staging_texture = TRUE once
Michel Dänzer
2014-10-15
1
-8
/
+5
*
r600g,radeonsi: Use staging texture for transfers if any miplevel is tiled
Michel Dänzer
2014-10-15
1
-1
/
+1
*
Revert "r600g,radeonsi: initialize HTILE to fully-expanded state"
Marek Olšák
2014-09-04
1
-3
/
+1
*
r600g,radeonsi: initialize HTILE to fully-expanded state
Marek Olšák
2014-09-01
1
-1
/
+3
*
r600g: use HTILE allocator from SI
Marek Olšák
2014-09-01
1
-41
/
+19
*
radeonsi: fix CMASK and HTILE allocation on Tahiti
Marek Olšák
2014-08-09
1
-2
/
+2
*
gallium/radeon: use gpu_address from r600_resource
Marek Olšák
2014-08-09
1
-7
/
+5
*
gallium/radeon: store VM address in r600_resource
Marek Olšák
2014-08-09
1
-0
/
+1
*
r600g,radeonsi: switch all occurences of array_size to util_max_layer
Marek Olšák
2014-07-28
1
-3
/
+6
*
radeonsi: fix CMASK and HTILE calculations for Hawaii
Marek Olšák
2014-07-28
1
-2
/
+2
*
r600g,radeonsi: add debug flags which disable tiling
Marek Olšák
2014-07-28
1
-1
/
+9
[next]