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
/
winsys
/
amdgpu
/
drm
Commit message (
Expand
)
Author
Age
Files
Lines
*
winsys/surface: add height pitch for gfx9
Leo Liu
2017-03-30
1
-0
/
+1
*
winsys/amdgpu: set/get BO tiling flags for GFX9
Marek Olšák
2017-03-30
1
-2
/
+4
*
radeonsi/gfx9: add radeon_surf.gfx9.surf_offset
Marek Olšák
2017-03-30
1
-0
/
+1
*
radeonsi/gfx9: add a workaround for 1D depth textures
Marek Olšák
2017-03-30
1
-7
/
+5
*
gallium/radeon: move pre-GFX9 radeon_bo_metadata.* to u.legacy.*
Marek Olšák
2017-03-30
1
-34
/
+40
*
winsys/amdgpu: set num_tile_pipes, pipe_interleave_bytes for GFX9
Marek Olšák
2017-03-30
1
-2
/
+11
*
winsys/amdgpu: wire up new addrlib for GFX9
Marek Olšák
2017-03-30
1
-1
/
+399
*
winsys/amdgpu: update amdgpu_addr_create for GFX9
Marek Olšák
2017-03-30
1
-17
/
+29
*
winsys/amdgpu: rename GFX6 surface functions
Marek Olšák
2017-03-30
1
-25
/
+29
*
gallium/radeon: move pre-GFX9 radeon_surf.* members to radeon_surf.u.legacy.*
Marek Olšák
2017-03-30
1
-28
/
+29
*
radeonsi/gfx9: set the LLVM processor, require LLVM 5.0
Marek Olšák
2017-03-30
1
-0
/
+7
*
radeonsi/gfx9: add GFX9 and VEGA10 enums
Marek Olšák
2017-03-30
1
-1
/
+6
*
amdgpu/addrlib: Rewrite tile mode optmization code
Xavi Zhang
2017-03-30
1
-7
/
+5
*
winsys/amdgpu: use drmGetDevice2 API
Emil Velikov
2017-03-15
1
-2
/
+2
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
3
-15
/
+15
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
3
-9
/
+9
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/util: remove pipe_static_mutex()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
1
-2
/
+2
*
radeonsi: drop support for LLVM 3.6 & 3.7
Marek Olšák
2017-03-06
1
-8
/
+0
*
gallium/u_queue: isolate util_queue_fence implementation
Marek Olšák
2017-02-22
1
-1
/
+1
*
winsys/amdgpu: reduce max_alloc_size based on GTT limits
Nicolai Hähnle
2017-02-21
1
-2
/
+4
*
radeonsi: use a clever alignment for constant buffer uploads
Marek Olšák
2017-02-18
1
-0
/
+1
*
gallium/radeon: add a HUD query for monitoring the CS thread activity
Marek Olšák
2017-02-15
1
-0
/
+2
*
winsys/amdgpu: avoid potential segfault in amdgpu_bo_map()
Samuel Pitoiset
2017-02-03
1
-7
/
+10
*
winsys/amdgpu: add a fast exit path into amdgpu_cs_add_buffer
Marek Olšák
2017-01-30
2
-0
/
+21
*
winsys/amdgpu: do not iterate twice when adding fence dependencies
Samuel Pitoiset
2017-01-30
1
-31
/
+32
*
winsys/amdgpu: add one likely() call in amdgpu_cs_flush()
Samuel Pitoiset
2017-01-30
1
-2
/
+2
*
winsys/amdgpu: fix ADDR_REGISTER_VALUE::backendDisables
Marek Olšák
2017-01-30
1
-1
/
+1
*
gallium/radeon: add VRAM-vis-usage HUD query
Samuel Pitoiset
2017-01-26
1
-0
/
+4
*
gallium/radeon: query the CPU accessible size of VRAM
Samuel Pitoiset
2017-01-26
1
-1
/
+10
*
gallium/radeon: add a new HUD query for the number of mapped buffers
Samuel Pitoiset
2017-01-25
3
-0
/
+6
*
winsys/amdgpu: drop all IBs if at least one was rejected within the context
Marek Olšák
2017-01-23
1
-1
/
+7
*
winsys/amdgpu: report a rejected IB as a lost context
Marek Olšák
2017-01-23
3
-0
/
+14
*
winsys/amdgpu: fix a race condition between fence updates and IB submissions
Marek Olšák
2017-01-06
2
-18
/
+22
*
gallium/radeon: add new HUD query num-SDMA-IBs
Marek Olšák
2017-01-06
3
-1
/
+8
*
gallium/radeon: rename the num-ctx-flushes query to num-GFX-IBs
Marek Olšák
2017-01-06
3
-4
/
+4
*
radeonsi: add Polaris12 support (v3)
Junwei Zhang
2016-12-21
1
-0
/
+4
*
winsys/amdgpu: set addrlib flag opt4Space
Marek Olšák
2016-11-21
1
-0
/
+1
*
gallium/radeon: add RADEON_SURF_OPTIMIZE_FOR_SPACE
Marek Olšák
2016-11-21
1
-1
/
+3
*
gallium/radeon: add radeon_surf::is_linear
Marek Olšák
2016-11-01
1
-0
/
+1
*
gallium/radeon: remove radeon_surf_level::pitch_bytes
Marek Olšák
2016-11-01
1
-1
/
+0
*
gallium/radeon: replace radeon_surf_info::dcc_enabled with num_dcc_levels
Marek Olšák
2016-11-01
1
-2
/
+2
*
gallium/radeon: don't force the same tiling parameters for FMASK
Marek Olšák
2016-10-26
1
-0
/
+2
*
winsys/amdgpu: allocate FMASK properly
Marek Olšák
2016-10-26
1
-2
/
+4
*
gallium/radeon: rename bo_size -> surf_size, bo_alignment -> surf_alignment
Marek Olšák
2016-10-26
1
-5
/
+5
*
gallium/radeon: remove unnecessary fields from radeon_surf_level
Marek Olšák
2016-10-26
1
-7
/
+0
*
gallium/radeon: pass pipe_resource and other params to surface_init directly
Marek Olšák
2016-10-26
1
-71
/
+75
*
winsys/amdgpu: remove unused definitions
Marek Olšák
2016-10-26
1
-8
/
+0
[next]