summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_texture.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-27winsys/radeon: remove use_reusable_pool parameter from buffer_createNicolai Hähnle1-1/+1
2016-04-22gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák1-6/+6
2016-03-17r300g: add missing layer argument to rws->buffer_get_handle() callBrian Paul1-1/+1
2016-03-17radeon/winsys: add offset support for BO import/exportChristian König1-3/+3
2016-03-09gallium/radeon: rename winsys buffer_get/set_tiling to buffer_get/set_metadataMarek Olšák1-2/+2
2016-03-09gallium/radeon: remove rcs parameter from radeon_winsys::buffer_set_tilingMarek Olšák1-1/+1
2016-03-09gallium/radeon: use a structure for passing tiling flags from/to winsysMarek Olšák1-11/+11
2016-03-09gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák1-2/+4
2015-12-11gallium/radeon: remove radeon_winsys_cs_handleMarek Olšák1-3/+1
2015-08-14winsys/amdgpu: add addrlib - texture addressing and alignment calculatorMarek Olšák1-1/+1
2015-03-09r300g: fix a crash when resolving into an sRGB textureMarek Olšák1-3/+5
2015-03-09r300g: fix RGTC1 and LATC1 SNORM formatsMarek Olšák1-15/+15
2015-03-09r300g: Fix the ATI1N swizzle (RGTC1 and LATC1)Stefan Dösinger1-1/+3
2014-07-23r600g/radeonsi: Use write-combined CPU mappings of some BOs in GTTMichel Dänzer1-1/+1
2013-12-12winsys/radeon: set/get the scanout flag with the tiling ioctlsMarek Olšák1-2/+3
2013-09-06gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy1-1/+1
2013-02-14r300g: add support for red-alpha render targetsMarek Olšák1-0/+18
2013-02-07r300g: put textures with usage=staging in GTT and make them linearMarek Olšák1-1/+2
2013-02-07r300g: use new RGBX formatsMarek Olšák1-3/+19
2013-02-06r300g: fix blending with RGBX formatsMarek Olšák1-5/+9
2013-02-01r300g: always put MSAA resources in VRAMMarek Olšák1-3/+3
2013-01-15r300g: implement MSAA compression and fast MSAA color clearMarek Olšák1-0/+9
2013-01-10r300g: don't set sample positions to the pixel center if MSAA is disabledMarek Olšák1-1/+1
2013-01-09r300g: optionally log MSAA resources to stderrMarek Olšák1-0/+6
2013-01-06r300g: implement MSAAMarek Olšák1-4/+0
2012-12-12winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr insteadMarek Olšák1-2/+2
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-1/+0
2012-12-01r300g: refuse to create too large texturesMarek Olšák1-0/+15
2012-12-01r300g: fix memory leaks in texture_create error pathsMarek Olšák1-9/+15
2012-10-11gallium: unify transfer functionsMarek Olšák1-2/+0
2012-09-14r300g: fix colormask with non-BGRA formatsMarek Olšák1-1/+80
2012-05-16gallium/radeon: Fix r300g tiling breakage.Michel Dänzer1-0/+1
2012-04-29r300g: use u_default_transfer_inline_writeMarek Olšák1-1/+1
2012-04-24u_vbuf: remove u_vbuf_resourceMarek Olšák1-8/+8
2012-02-17r300g: don't use pipe_screen::winsysMarek Olšák1-2/+2
2012-02-12r300g: always fail to create a multisample resourceMarek Olšák1-0/+3
2012-02-06r600g: add support for common surface allocator for tiling v13Jerome Glisse1-1/+1
2012-01-01r300g: inline r300_resource_set_propertiesMarek Olšák1-16/+1
2012-01-01r300g: rework resource_copy_region, not changing pipe_resourceMarek Olšák1-12/+29
2011-12-24winsys/radeon: move managing GEM domains back to driversMarek Olšák1-1/+9
2011-12-12r300g: integer and fixed-point 16.16 textures are not supportedMarek Olšák1-0/+11
2011-10-20r300g: don't return NULL in resource_from_handle if the resource is too smallMarek Olšák1-15/+5
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-3/+3
2011-10-08r300g: remove unused r300_resource::tex_offsetMarek Olšák1-3/+1
2011-09-30winsys/radeon: move GEM domains out of the drivers into winsysMarek Olšák1-9/+1
2011-09-30winsys/radeon: remove a redundant parameter 'size' from buffer_from_handleMarek Olšák1-1/+1
2011-09-29r300g: remove useless variables in some structuresMarek Olšák1-10/+6
2011-08-02gallium/util: add functions for manipulating swizzlesMarek Olšák1-13/+1
2011-07-25winsys/radeon: remove usage parameter from buffer_createMarek Olšák1-1/+1
2011-06-25r300g: drop support for ARGB, ABGR, XRGB, XBGR render targetsMarek Olšák1-21/+0