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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: add R600/Evergreen/Cayman support to common viewport code
Marek Olšák
2016-04-12
3
-17
/
+50
*
radeonsi: move scissor and viewport states into gallium/radeon
Marek Olšák
2016-04-12
5
-0
/
+374
*
gallium/radeon: set GTT WC on tiled textures
Marek Olšák
2016-04-12
1
-1
/
+2
*
gallium/radeon: relax requirements on VRAM placements on APUs
Marek Olšák
2016-04-12
2
-0
/
+9
*
radeonsi: clean up aniso state translation
Marek Olšák
2016-04-12
1
-0
/
+15
*
gallium/radeon: fix maximum texture anisotropy setup
Marek Olšák
2016-04-12
1
-5
/
+9
*
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
*
radeonsi: allow clearing buffers >= 4 GB
Marek Olšák
2016-04-12
2
-3
/
+3
*
gallium/radeon: allow allocating textures >= 4 GB
Marek Olšák
2016-04-12
3
-14
/
+17
*
winsys/amdgpu: add support for 64-bit buffer sizes
Marek Olšák
2016-04-12
1
-2
/
+2
*
pb_buffer: switch pb_buffer::size to 64 bits
Marek Olšák
2016-04-12
1
-1
/
+1
*
gallium/radeon: remove R600_QUERY_HW_FLAG_TIMER
Marek Olšák
2016-04-12
3
-6
/
+2
*
gallium/radeon: merge timer and non-timer query lists
Marek Olšák
2016-04-12
3
-80
/
+22
*
r600g: implement set_active_query_state for pausing occlusion queries
Marek Olšák
2016-04-12
1
-6
/
+0
*
gallium/radeon: move pipeline stat context flags to common code
Marek Olšák
2016-04-12
1
-1
/
+4
*
gallium/radeon: unify checking streamout enable state
Marek Olšák
2016-04-12
2
-6
/
+6
*
gallium: add pipe_context::set_active_query_state for pausing queries
Marek Olšák
2016-04-12
1
-0
/
+6
*
radeon/uvd: alignment fix for decode message buffer
Boyuan Zhang
2016-04-11
1
-1
/
+1
*
radeonsi: disable perfect ZPASS counts for PIPE_QUERY_OCCLUSION_PREDICATE
Marek Olšák
2016-04-07
2
-3
/
+12
*
radeonsi: set shader calling conventions
Bas Nieuwenhuizen
2016-04-06
1
-1
/
+16
*
gallium/radeon: allow multiple exports of the same texture with different usage
Marek Olšák
2016-04-05
1
-21
/
+33
*
gallium: distinguish between shader IR in get_compute_param
Bas Nieuwenhuizen
2016-04-02
1
-1
/
+2
*
radeon/r600: Fix return type in failure branch
Edward O'Callaghan
2016-03-27
1
-1
/
+1
*
radeon/r600_query.c: Minor style fix
Edward O'Callaghan
2016-03-27
1
-1
/
+1
*
radeon/vce: disable two pipe mode for Polaris11
Sonny Jiang
2016-03-24
1
-1
/
+2
*
radeon/vce: add Polaris11 VCE firmware support
Sonny Jiang
2016-03-24
1
-0
/
+3
*
radeonsi: add support for Polaris (v2)
Sonny Jiang
2016-03-24
2
-0
/
+11
*
gallium/radeon: make r600_texture_disable_dcc externally accessible
Nicolai Hähnle
2016-03-21
2
-2
/
+4
*
gallium/radeon: remove remnants of R600 TGSI->LLVM
Marek Olšák
2016-03-20
2
-20
/
+0
*
gallium/radeon: remove old CS tracing
Marek Olšák
2016-03-20
5
-34
/
+9
*
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
2
-0
/
+2
*
radeon/winsys: add offset support for BO import/export
Christian König
2016-03-17
2
-9
/
+18
*
radeon/video: enable HEVC main 10 decode
Boyuan Zhang
2016-03-11
1
-2
/
+6
*
radeon/uvd: handle HEVC main 10 decode
Boyuan Zhang
2016-03-11
1
-11
/
+58
*
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
2
-0
/
+10
*
gallium/radeon: use explicit drm_major, drm_minor check
Emil Velikov
2016-03-09
1
-1
/
+2
*
winsys/amdgpu: get PCI info
Marek Olšák
2016-03-09
1
-0
/
+6
*
radeonsi: set amdgpu metadata before exporting a texture
Marek Olšák
2016-03-09
2
-0
/
+10
*
radeonsi: disable DCC on handle export if expecting write access
Marek Olšák
2016-03-09
2
-0
/
+36
*
radeonsi: allocate DCC in the same backing buffer as the texture
Marek Olšák
2016-03-09
2
-30
/
+23
*
gallium/radeon: disable CMASK on handle export if sharing doesn't allow it (v2)
Marek Olšák
2016-03-09
2
-0
/
+42
*
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
2
-0
/
+4
*
gallium/radeon: disallow reallocation of shared buffers
Marek Olšák
2016-03-09
1
-0
/
+4
[next]