| Commit message (Expand) | Author | Age | Files | Lines |
* | r300,r600,radeonsi: set winsys_handle::stride,offset in drivers, not winsyses | Marek Olšák | 2019-09-09 | 1 | -2/+4 |
* | r300,r600,radeonsi: read winsys_handle::stride,offset in drivers, not winsyses | Marek Olšák | 2019-09-09 | 1 | -10/+8 |
* | gallium: switch boolean -> bool at the interface definitions | Ilia Mirkin | 2019-07-22 | 1 | -5/+5 |
* | r600: remove query/apply_opaque_metadata callbacks | Timothy Arceri | 2019-07-09 | 1 | -9/+0 |
* | winsys/amdgpu: Make KMS handles valid for original DRM file descriptor | Michel Dänzer | 2019-07-03 | 1 | -2/+2 |
* | ac: add radeon_info::is_amdgpu instead of checking drm_major == 3 | Marek Olšák | 2019-06-14 | 1 | -1/+1 |
* | ac: rename SI-CIK-VI to GFX6-GFX7-GFX8 | Marek Olšák | 2019-05-15 | 1 | -2/+2 |
* | r600: implement resource_get_info | Julien Isorce | 2019-05-03 | 1 | -5/+29 |
* | winsys/amdgpu,radeon: pass vm_alignment to buffer_from_handle | Marek Olšák | 2018-11-28 | 1 | -1/+4 |
* | gallium: rework PIPE_HANDLE_USAGE_* flags | Marek Olšák | 2018-10-30 | 1 | -1/+1 |
* | r600: fix HTILE for NPOT textures with mipmapping | Marek Olšák | 2018-09-10 | 1 | -2/+2 |
* | radeonsi: use storage_samples instead of color_samples in most places | Marek Olšák | 2018-07-31 | 1 | -2/+2 |
* | gallium: add storage_sample_count parameter into is_format_supported | Marek Olšák | 2018-07-31 | 1 | -1/+1 |
* | r600g: do not use "fast-clear" for small textures (v3) | Konstantin Kharlamov | 2018-07-17 | 1 | -0/+10 |
* | ac/surface: add EQAA support | Marek Olšák | 2018-05-10 | 1 | -4/+4 |
* | util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t... | Ian Romanick | 2018-03-29 | 1 | -1/+1 |
* | r600: consolidate PIPE_BIND_SHARED/SCANOUT handling | Marek Olšák | 2018-03-16 | 1 | -4/+0 |
* | r600: fix whitespace in recent 1d texture commit. | Dave Airlie | 2018-02-28 | 1 | -1/+1 |
* | r600: partly revert disabling tiling for 1d texture. | Dave Airlie | 2018-02-28 | 1 | -0/+5 |
* | gallium/util: add util_num_layers helper | Marek Olšák | 2017-12-25 | 1 | -4/+4 |
* | r600/texture: drop lowering 1d/2d images to linear. | Dave Airlie | 2017-12-06 | 1 | -8/+0 |
* | r300,r600,radeonsi: replace RADEON_FLUSH_* with PIPE_FLUSH_* | Marek Olšák | 2017-11-29 | 1 | -1/+1 |
* | ac: change legacy_surf_level::slice_size to dword units | Marek Olšák | 2017-11-27 | 1 | -7/+8 |
* | ac: pack ac_surface better | Marek Olšák | 2017-11-27 | 1 | -1/+1 |
* | r600: allocate immed buffer resource for images. | Dave Airlie | 2017-11-17 | 1 | -0/+10 |
* | util: move os_time.[ch] to src/util | Nicolai Hähnle | 2017-11-09 | 1 | -1/+1 |
* | r600: drop a bunch of post-cayman code. (v2) | Dave Airlie | 2017-10-10 | 1 | -593/+82 |
* | r600: fork and import gallium/radeon | Marek Olšák | 2017-09-26 | 1 | -0/+2464 |
* | r600g,radeonsi: share r600_texture.c | Marek Olšák | 2013-09-29 | 1 | -947/+0 |
* | r600g: remove compute_global_transfer_* calls from texture_transfer_map/unmap | Marek Olšák | 2013-09-29 | 1 | -9/+0 |
* | r600g: move the low-level buffer functions for multiple rings to drivers/radeon | Marek Olšák | 2013-09-29 | 1 | -2/+2 |
* | r600g,radeonsi: consolidate tiling_info initialization | Marek Olšák | 2013-09-29 | 1 | -3/+2 |
* | r600g: move aux_context and r600_screen_clear_buffer to drivers/radeon | Marek Olšák | 2013-09-29 | 1 | -3/+3 |
* | r600g: move some debug options to drivers/radeon | Marek Olšák | 2013-09-29 | 1 | -3/+3 |
* | r600g,radeonsi: share the async dma interface | Marek Olšák | 2013-09-29 | 1 | -6/+6 |
* | r600g: move r600g-specific functions out of r600_texture.c | Marek Olšák | 2013-09-29 | 1 | -454/+0 |
* | r600g: get rid of r600_texture::array_mode | Marek Olšák | 2013-09-29 | 1 | -21/+3 |
* | r600g,radeonsi: consolidate transfer, cmask, and fmask structures | Marek Olšák | 2013-09-29 | 1 | -26/+26 |
* | r600g: add support for separately allocated CMASKs | Grigori Goronzy | 2013-09-20 | 1 | -1/+24 |
* | gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl... | Axel Davy | 2013-09-06 | 1 | -1/+2 |
* | r600g: move streamout state to drivers/radeon | Marek Olšák | 2013-08-31 | 1 | -20/+20 |
* | radeonsi: port texture improvements from r600g | Marek Olšák | 2013-08-17 | 1 | -2/+1 |
* | r600g: don't read back the MSAA depth buffer if the read flag is not set | Marek Olšák | 2013-07-08 | 1 | -8/+8 |
* | r600g: don't flush the context in texture_transfer_map | Marek Olšák | 2013-07-08 | 1 | -5/+0 |
* | r600g: fix texture offset computation for mapped MSAA depth buffers | Marek Olšák | 2013-07-08 | 1 | -14/+14 |
* | r600g: upsample and downsample MSAA resources for transfers | Marek Olšák | 2013-06-13 | 1 | -79/+141 |
* | r600g: rewrite FMASK allocation, fix FMASK texturing with 2 and 4 samples | Marek Olšák | 2013-05-15 | 1 | -19/+21 |
* | r600g: initialize CMASK and HTILE with the GPU using streamout | Marek Olšák | 2013-04-23 | 1 | -7/+3 |
* | r600g: add a debug flag for printing virtual addresses of resources | Marek Olšák | 2013-04-16 | 1 | -0/+8 |
* | r600g: allocate FMASK right after the texture, so that it's aligned with it | Marek Olšák | 2013-03-11 | 1 | -1/+1 |