index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeon
/
radeon_winsys.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-07
gallium/radeon: fix typo in radeon_winsys.h
Samuel Pitoiset
1
-1
/
+1
2017-04-05
radeon/winsys: add sparse buffer interface
Nicolai Hähnle
1
-0
/
+17
2017-03-31
radeonsi/gfx9: fix linear mipmap CPU access
Marek Olšák
1
-2
/
+2
2017-03-30
winsys/surface: add height pitch for gfx9
Leo Liu
1
-0
/
+1
2017-03-30
radeonsi/gfx9: set/validate GFX9 BO metadata
Marek Olšák
1
-0
/
+5
2017-03-30
radeonsi/gfx9: add radeon_surf.gfx9.surf_offset
Marek Olšák
1
-0
/
+1
2017-03-30
radeonsi/gfx9: add a workaround for 1D depth textures
Marek Olšák
1
-0
/
+8
2017-03-30
gallium/radeon: move pre-GFX9 radeon_bo_metadata.* to u.legacy.*
Marek Olšák
1
-10
/
+14
2017-03-30
gallium/radeon: add GFX9 surface info to radeon_surf
Marek Olšák
1
-0
/
+38
2017-03-30
gallium/radeon: move pre-GFX9 radeon_surf.* members to radeon_surf.u.legacy.*
Marek Olšák
1
-24
/
+35
2017-02-18
radeonsi: use a clever alignment for constant buffer uploads
Marek Olšák
1
-0
/
+1
2017-02-15
gallium/radeon: add a HUD query for monitoring the CS thread activity
Marek Olšák
1
-0
/
+1
2017-01-26
gallium/radeon: add VRAM-vis-usage HUD query
Samuel Pitoiset
1
-0
/
+1
2017-01-26
gallium/radeon: query the CPU accessible size of VRAM
Samuel Pitoiset
1
-0
/
+1
2017-01-25
gallium/radeon: add a new HUD query for the number of mapped buffers
Samuel Pitoiset
1
-0
/
+1
2017-01-06
gallium/radeon: add new HUD query num-SDMA-IBs
Marek Olšák
1
-0
/
+1
2017-01-06
gallium/radeon: rename the num-ctx-flushes query to num-GFX-IBs
Marek Olšák
1
-1
/
+1
2016-11-21
gallium/radeon: add RADEON_SURF_OPTIMIZE_FOR_SPACE
Marek Olšák
1
-0
/
+1
2016-11-01
gallium/radeon: add enum radeon_micro_mode
Marek Olšák
1
-0
/
+8
2016-11-01
gallium/radeon: add radeon_surf::is_linear
Marek Olšák
1
-0
/
+1
2016-11-01
gallium/radeon: remove radeon_surf_level::pitch_bytes
Marek Olšák
1
-1
/
+0
2016-11-01
gallium/radeon: replace radeon_surf_info::dcc_enabled with num_dcc_levels
Marek Olšák
1
-1
/
+5
2016-10-26
gallium/radeon: re-order radeon_surf::dcc and htile members
Marek Olšák
1
-5
/
+5
2016-10-26
gallium/radeon: rename bo_size -> surf_size, bo_alignment -> surf_alignment
Marek Olšák
1
-2
/
+2
2016-10-26
gallium/radeon: remove flags specific to libdrm_radeon from winsys interface
Marek Olšák
1
-2
/
+1
2016-10-26
gallium/radeon: remove r600_htile_info
Marek Olšák
1
-1
/
+0
2016-10-26
gallium/radeon: remove unnecessary fields from radeon_surf_level
Marek Olšák
1
-4
/
+0
2016-10-26
gallium/radeon: decrease the size of radeon_surf
Marek Olšák
1
-30
/
+32
2016-10-26
gallium/radeon: pass pipe_resource and other params to surface_init directly
Marek Olšák
1
-23
/
+10
2016-10-26
gallium/radeon: define RADEON_SURF_MODE_* as enums
Marek Olšák
1
-4
/
+7
2016-10-26
gallium/radeon: fold radeon_winsys::surface_best into radeon/winsys
Marek Olšák
1
-9
/
+1
2016-10-13
radeonsi: implement TC-compatible HTILE
Marek Olšák
1
-0
/
+4
2016-10-04
winsys/radeon: add buffer_get_reloc_offset
Nicolai Hähnle
1
-0
/
+12
2016-09-30
gallium/radeon: update documentation of buffer_get_virtual_address
Nicolai Hähnle
1
-0
/
+3
2016-09-29
gallium/radeon/winsyses: add radeon_winsys::min_alloc_size
Nicolai Hähnle
1
-0
/
+1
2016-09-27
winsys/amdgpu: add fence and buffer list logic for slab allocated buffers
Nicolai Hähnle
1
-0
/
+3
2016-09-27
gallium/radeon: add RADEON_FLAG_HANDLE
Nicolai Hähnle
1
-0
/
+1
2016-09-27
gallium/radeon: add RADEON_USAGE_SYNCHRONIZED
Nicolai Hähnle
1
-1
/
+6
2016-09-12
winsys/amdgpu: remove amdgpu_cs_lookup_buffer
Nicolai Hähnle
1
-0
/
+3
2016-09-06
radeon: move radeon_family/chip_class defintions to common
Dave Airlie
1
-84
/
+2
2016-08-26
gallium/radeon: add a driver query for AMDGPU_INFO_NUM_EVICTIONS
Marek Olšák
1
-0
/
+1
2016-08-26
gallium/radeon: increase priority for shader binaries
Marek Olšák
1
-1
/
+1
2016-08-26
gallium/radeon: merge USER_SHADER and INTERNAL_SHADER priority flags
Marek Olšák
1
-2
/
+1
2016-08-17
gallium/radeon: assign the highest priority to scratch; make rings second
Marek Olšák
1
-2
/
+4
2016-08-17
gallium/winsys: re-number winsys priority flags
Marek Olšák
1
-16
/
+13
2016-08-17
gallium/radeon: mark shader rings as highest-priority buffers
Marek Olšák
1
-1
/
+1
2016-08-10
winsys/amdgpu: track the amount of mapped memory
Marek Olšák
1
-0
/
+2
2016-08-08
winsys/amdgpu: query ME/PFP/CE firmware versions
Nicolai Hähnle
1
-0
/
+3
2016-08-06
gallium/radeon: add cs_get_next_fence winsys callback
Marek Olšák
1
-0
/
+7
2016-08-06
gallium/radeon: move radeon_winsys::cs_memory_below_limit to drivers
Marek Olšák
1
-11
/
+0
[next]