Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | winsys/radeon: add a private interface for radeon_surface | Marek Olšák | 2015-04-29 | 1 | -2/+2 |
| | |||||
* | radeon/uvd: fix gpu_address for video surfaces | Christian König | 2014-08-12 | 1 | -0/+2 |
| | | | | | | | | | | | We need to get the new gpu_address as well when reallocating the cs buffer. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=82428 Signed-off-by: Christian König <[email protected]> Reviewed-by: Marek Olšák <[email protected]> Tested-by: Kai Wasserbäch <[email protected]> | ||||
* | radeon/vce: initial VCE support v8 | Christian König | 2014-02-13 | 1 | -0/+20 |
| | | | | | | | | | | | | | | v2 (chk): revert feedback buffer hack v3 (slava): fixed bitstream size calculation v4 (chk): always create buffers in the right domain v5 (chk): flush async v6 (chk): rework fw interface add version check v7 (leo): implement cropping support v8 (chk): add hw checks Signed-off-by: Christian König <[email protected]> Signed-off-by: Leo Liu <[email protected]> Signed-off-by: Slava Grigorev <[email protected]> | ||||
* | gallium: remove PIPE_USAGE_STATIC | Marek Olšák | 2014-02-06 | 1 | -3/+3 |
| | | | | Reviewed-by: Brian Paul <[email protected]> | ||||
* | radeon/video: seperate common video functions | Christian König | 2014-02-06 | 1 | -1/+2 |
| | | | | Signed-off-by: Christian König <[email protected]> | ||||
* | radeonsi: cleanup includes, add missing license | Marek Olšák | 2014-01-28 | 1 | -14/+0 |
| | | | | | Reviewed-by: Michel Dänzer <[email protected]> Reviewed-by: Tom Stellard <[email protected]> | ||||
* | radeonsi: Rename radeonsi->si remaining identifiers in si_uvd.c. | Andreas Hartmetz | 2014-01-14 | 1 | -2/+2 |
| | | | | Reviewed-by: Marek Olšák <[email protected]> | ||||
* | radeonsi: Rename r600->si for functions in si_pipe.h. | Andreas Hartmetz | 2014-01-14 | 1 | -4/+4 |
| | | | | Reviewed-by: Marek Olšák <[email protected]> | ||||
* | radeonsi: Rename r600->si for structs in si_pipe.h. | Andreas Hartmetz | 2014-01-14 | 1 | -1/+1 |
| | | | | Reviewed-by: Marek Olšák <[email protected]> | ||||
* | radeonsi: Apply si_* file naming scheme. | Andreas Hartmetz | 2014-01-14 | 1 | -0/+153 |
Reviewed-by: Marek Olšák <[email protected]> |