| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | r600g: use a single env var R600_DEBUG, disable bytecode dumping | Marek Olšák | 2013-03-11 | 1 | -4/+3 |
* | r600g: cleanup #include recursion between r600_pipe.h and evergreen_compute.h | Marek Olšák | 2013-03-11 | 1 | -0/+1 |
* | r600g: don't check for R600_ENABLE_S3TC env var | Marek Olšák | 2013-03-11 | 1 | -10/+3 |
* | gallium/util: add helper util_max_layer from r600g | Marek Olšák | 2013-02-26 | 1 | -3/+3 |
* | r600g: properly implement S8Z24 depth-stencil format for Evergreen | Marek Olšák | 2013-02-14 | 1 | -9/+35 |
* | r600g: fix htile buffer leak | Marek Olšák | 2013-01-31 | 1 | -0/+1 |
* | r600g: fix segfault with old kernel9.1-branchpoint | Jerome Glisse | 2013-01-28 | 1 | -1/+3 |
* | r600g: add async for staging buffer upload v2 | Jerome Glisse | 2013-01-28 | 1 | -6/+18 |
* | r600g: add multi ring support with dma as first second ring v4 | Jerome Glisse | 2013-01-28 | 1 | -7/+8 |
* | r600g: don't use radeon_surface_level::npix_x/y/z | Marek Olšák | 2013-01-26 | 1 | -11/+10 |
* | r600g: texture buffer object + glsl 1.40 enable support (v2) | Dave Airlie | 2013-01-11 | 1 | -4/+12 |
* | r600g: implement 3D transfers | Marek Olšák | 2013-01-04 | 1 | -22/+32 |
* | r600g: remove redundant parameter alloc_bo from r600_texture_create_object | Marek Olšák | 2012-12-22 | 1 | -6/+5 |
* | r600g: always use a tiled resource as the destination of MSAA resolve | Marek Olšák | 2012-12-21 | 1 | -6/+8 |
* | r600g: remove a false comment | Marek Olšák | 2012-12-21 | 1 | -1/+0 |
* | r600g: add htile support v16 | Jerome Glisse | 2012-12-20 | 1 | -0/+38 |
* | r600g: add assertions to prevent creation of invalid surfaces | Marek Olšák | 2012-12-20 | 1 | -0/+2 |
* | Revert "r600g: work around ddx over alignment" | Jerome Glisse | 2012-12-19 | 1 | -9/+3 |
* | r600g: work around ddx over alignment | Jerome Glisse | 2012-12-18 | 1 | -3/+9 |
* | winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr instead | Marek Olšák | 2012-12-12 | 1 | -1/+1 |
* | gallium: remove pipe_surface::usage | Marek Olšák | 2012-12-12 | 1 | -1/+0 |
* | r600g: transfers of MSAA color textures should do the resolve | Marek Olšák | 2012-12-07 | 1 | -5/+32 |
* | r600g: use LINEAR_ALIGNED tiling for 1D array textures and if height0 <= 3 | Marek Olšák | 2012-11-13 | 1 | -1/+3 |
* | r600g: untiled window-system buffers should be LINEAR_ALIGNED | Marek Olšák | 2012-11-13 | 1 | -1/+1 |
* | r600g: use LINEAR_ALIGNED tiling for 1D textures | Marek Olšák | 2012-11-13 | 1 | -1/+2 |
* | r600g: use LINEAR_ALIGNED tiling for staging textures, reorder the code | Marek Olšák | 2012-11-13 | 1 | -6/+10 |
* | r600g: remove redundant parameter in r600_init_surface | Marek Olšák | 2012-11-13 | 1 | -6/+4 |
* | r600g: fix printk warnings | Dave Airlie | 2012-11-10 | 1 | -4/+4 |