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
/
amd
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: fix write event eop on vega.
Dave Airlie
2017-06-06
1
-1
/
+1
*
radv: enable GFX9 on radv
Dave Airlie
2017-06-06
1
-2
/
+4
*
radv: turn off geom/tess for gfx9.
Dave Airlie
2017-06-06
1
-4
/
+4
*
radv: misc GFX9 changes.
Dave Airlie
2017-06-06
3
-6
/
+21
*
radv: add some GFX9 specific events.
Dave Airlie
2017-06-06
1
-0
/
+16
*
radv: add IA_MULTI_VGT_PARAM support for GFX9.
Dave Airlie
2017-06-06
3
-5
/
+16
*
radv: add rb+ support for GFX9
Dave Airlie
2017-06-06
5
-1
/
+22
*
radv: add GFX9 cache flushing support.
Dave Airlie
2017-06-06
4
-51
/
+145
*
radv: add texture descriptor/fmask/cmask support for GFX9
Dave Airlie
2017-06-06
1
-31
/
+158
*
radv: add GFX9 to initialisation cmd buffer.
Dave Airlie
2017-06-06
2
-16
/
+61
*
radv: don't setup raster_config on gfx9.
Dave Airlie
2017-06-06
1
-12
/
+16
*
radv: add gfx9 cp dma support.
Dave Airlie
2017-06-06
1
-5
/
+16
*
radv: add gfx9 depth/stencil surface support.
Dave Airlie
2017-06-06
3
-15
/
+74
*
radv: add GFX9 support for color surfaces.
Dave Airlie
2017-06-06
3
-16
/
+69
*
radv: add some misc gfx9 pieces.
Dave Airlie
2017-06-06
5
-0
/
+10
*
radv: set offchip hs param like radeonsi.
Dave Airlie
2017-06-06
1
-3
/
+1
*
radv: fix typo in comment.
Dave Airlie
2017-06-06
1
-1
/
+1
*
radv: add a comment from radeonsi before cp dma function.
Dave Airlie
2017-06-06
1
-0
/
+4
*
radv: remove doubled up prototype.
Dave Airlie
2017-06-06
1
-4
/
+0
*
radv: split metadata struct into legacy/gfx9 parts.
Dave Airlie
2017-06-06
3
-41
/
+58
*
radv: refactor some texture descriptor state.
Dave Airlie
2017-06-06
1
-9
/
+17
*
radv: refactor color surface init before gfx9.
Dave Airlie
2017-06-06
1
-25
/
+35
*
radv: refactor depth/stencil state setup
Dave Airlie
2017-06-06
1
-57
/
+62
*
radv: use radv_foreach_stage in a couple of places.
Dave Airlie
2017-06-06
1
-46
/
+12
*
radv: use ac_compute_surface
Nicolai Hähnle
2017-06-05
1
-386
/
+6
*
radv: prepare fmask surface creation
Dave Airlie
2017-06-05
2
-7
/
+7
*
radv: use amdgpu_addr_create
Nicolai Hähnle
2017-06-05
4
-158
/
+5
*
radv: stop using radv_amdgpu_winsys::family
Nicolai Hähnle
2017-06-05
2
-2
/
+2
*
radv: use ac_gpu_info
Nicolai Hähnle
2017-06-05
5
-229
/
+13
*
radv: remove radeon_info::name
Nicolai Hähnle
2017-06-05
3
-30
/
+27
*
radv: use ac_surface data structures
Nicolai Hähnle
2017-06-05
7
-153
/
+80
*
radv: rename radeon_surf::bo_{size,alignment} to surf_{size,alignment}
Nicolai Hähnle
2017-06-05
3
-12
/
+13
*
radv: remove unused RADEON_SURF_HAS_SBUFFER_MIPTREE
Nicolai Hähnle
2017-06-05
2
-3
/
+1
*
radv: remove radeon_surf_level::nblk_z
Nicolai Hähnle
2017-06-05
3
-6
/
+1
*
radv: remove radeon_surf_level::dcc_enabled
Nicolai Hähnle
2017-06-05
5
-6
/
+7
*
radv: remove radeon_surf_level::pitch_bytes
Nicolai Hähnle
2017-06-05
5
-13
/
+3
*
radv: add surface helper variable in radv_GetImageSubresourceLayout
Nicolai Hähnle
2017-06-05
1
-6
/
+7
*
radv: fewer than 8 RBs are possible
Nicolai Hähnle
2017-06-05
1
-2
/
+0
*
radv: add external memory support.
Dave Airlie
2017-06-05
3
-14
/
+183
*
radv: Add VkPhysicalDeviceIDProperties support.
Bas Nieuwenhuizen
2017-06-05
2
-2
/
+23
*
radv: Add support for external queue family.
Bas Nieuwenhuizen
2017-06-05
1
-1
/
+6
*
radv/formats: reverse how the image format properties KHR2 is handled
Dave Airlie
2017-06-05
1
-30
/
+46
*
radv: Dirty all descriptors sets when changing the pipeline.
Bas Nieuwenhuizen
2017-06-03
2
-8
/
+14
*
radv: Set both compute and graphics SGPRS on descriptor set flush.
Bas Nieuwenhuizen
2017-06-03
1
-50
/
+50
*
radv: realign cp dma code with radeonsi
Dave Airlie
2017-06-02
1
-86
/
+70
*
radv: bump some base addresses to 64-bits.
Dave Airlie
2017-06-02
1
-9
/
+9
*
radv: factor out eop event writing code. (v2)
Dave Airlie
2017-06-02
4
-65
/
+82
*
radv: factor out si_emit_wait_fence code.
Dave Airlie
2017-06-02
4
-22
/
+20
*
radv: Revert HTILE reset word to 0xFFFFFFFF.
Bas Nieuwenhuizen
2017-05-31
1
-1
/
+1
*
radv: Reserve space for descriptor and push constant user SGPR setting.
Bas Nieuwenhuizen
2017-05-29
1
-0
/
+8
[next]