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
*
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
*
gallium/radeon: if we can't discard a whole resource, discard the range instead
Marek Olšák
2016-03-09
1
-5
/
+9
*
gallium/radeon: buffer valid range tracking only works with unshared buffers
Marek Olšák
2016-03-09
1
-0
/
+1
*
gallium/radeon: don't set texture metadata for buffers
Marek Olšák
2016-03-09
1
-2
/
+5
*
gallium/radeon: set texture metadata only once
Marek Olšák
2016-03-09
3
-2
/
+9
*
gallium/radeon: clean up r600_texture_get_handle
Marek Olšák
2016-03-09
1
-7
/
+7
*
gallium/radeon: move code initializing texture metadata to its own function
Marek Olšák
2016-03-09
1
-15
/
+23
*
winsys/amdgpu: allow drivers to set/get opaque metadata
Marek Olšák
2016-03-09
1
-0
/
+10
*
gallium/radeon: rename winsys buffer_get/set_tiling to buffer_get/set_metadata
Marek Olšák
2016-03-09
2
-6
/
+6
*
gallium/radeon: remove rcs parameter from radeon_winsys::buffer_set_tiling
Marek Olšák
2016-03-09
2
-3
/
+1
*
gallium/radeon: use a structure for passing tiling flags from/to winsys
Marek Olšák
2016-03-09
2
-51
/
+51
*
gallium: add external usage flags to resource_from(get)_handle (v2)
Marek Olšák
2016-03-09
1
-2
/
+4
*
radeon/uvd: increase max height to 4096 for VI and newer
Tamil velan
2016-03-08
1
-1
/
+1
*
gallium/radeon: don't use temporary buffers for persistent mappings
Marek Olšák
2016-03-08
1
-2
/
+4
*
radeon/uvd: disable MPEG1
Christian König
2016-03-08
1
-0
/
+1
*
winsys/radeon: drop support for DRM 2.12.0 (kernel < 3.2)
Marek Olšák
2016-03-01
1
-15
/
+1
*
gallium/radeon: Add space between string literal and identifier
Rob Herring
2016-02-29
1
-1
/
+1
*
gallium/radeon: disable evergreen_do_fast_color_clear for BE
Oded Gabbay
2016-02-29
1
-0
/
+5
*
gallium/radeon: remove separate BE path in r600_translate_colorswap
Oded Gabbay
2016-02-29
1
-12
/
+1
*
gallium/radeon: return correct values for BE in r600_translate_colorswap
Oded Gabbay
2016-02-25
1
-4
/
+4
*
gallium/radeon: Correctly translate colorswaps for big endian
Oded Gabbay
2016-02-23
1
-0
/
+11
*
gallium/radeon: remove unused radeon_shader_binary_free_* functions
Marek Olšák
2016-02-21
2
-33
/
+0
*
radeonsi: make radeon_shader_reloc name string fixed-sized
Marek Olšák
2016-02-21
2
-6
/
+3
*
radeonsi: enable compiling one variant per shader
Marek Olšák
2016-02-21
2
-0
/
+2
*
gallium/radeon: add basic code for setting shader return values
Marek Olšák
2016-02-21
2
-4
/
+14
*
radeon/llvm: Add TargetLibraryInfo to the pass manager
Tom Stellard
2016-02-17
1
-1
/
+7
*
radeon/llvm: Set the target triple on the module
Tom Stellard
2016-02-17
2
-2
/
+10
*
Handle removal of LLVMAddTargetData in SVN revision 260919
Matthew Dawson
2016-02-16
1
-0
/
+6
*
gallium/radeon: drop support for LLVM 3.5
Marek Olšák
2016-02-11
1
-6
/
+1
*
radeon/uvd: silence a warning
Marek Olšák
2016-02-10
1
-0
/
+3
*
gallium/radeon: add a function for adding llvm function attributes
Marek Olšák
2016-02-09
2
-4
/
+10
*
r600g: Ignore format for PIPE_BUFFER targets
Jan Vesely
2016-02-05
1
-1
/
+1
[next]