aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_texture.c
Commit message (Expand)AuthorAgeFilesLines
* r300: add and fix up fallthrough commentsTimothy Arceri2020-07-021-0/+2
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-131-1/+1
* ac/surface,radeonsi: move the set/get_bo_metadata code to ac_surface.cMarek Olšák2020-05-071-2/+2
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-2/+2
* r300,r600,radeonsi: set winsys_handle::stride,offset in drivers, not winsysesMarek Olšák2019-09-091-2/+4
* r300,r600,radeonsi: read winsys_handle::stride,offset in drivers, not winsysesMarek Olšák2019-09-091-3/+3
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-6/+6
* winsys/amdgpu: Make KMS handles valid for original DRM file descriptorMichel Dänzer2019-07-031-1/+1
* r300g: restore performance after RADEON_FLAG_NO_INTERPROCESS_SHARING was addedRichard Thier2019-06-111-1/+9
* winsys/amdgpu,radeon: pass vm_alignment to buffer_from_handleMarek Olšák2018-11-281-1/+1
* r300g: remove double assignmentGrazvydas Ignotas2018-01-141-1/+0
* gallium: Remove util_format_s3tc_enabledMatt Turner2017-10-021-4/+0
* r300: drop u_mm.h include.Dave Airlie2017-08-031-1/+0
* gallium/radeon: rename RADEON_FLAG_HANDLE -> RADEON_FLAG_NO_SUBALLOCMarek Olšák2017-07-041-1/+1
* gallium/radeon: move pre-GFX9 radeon_bo_metadata.* to u.legacy.*Marek Olšák2017-03-301-7/+7
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-1/+1
* r300g: only allow byteswapped formats on big endianGrazvydas Ignotas2017-02-211-0/+5
* gallium/radeon: add RADEON_FLAG_HANDLENicolai Hähnle2016-09-271-1/+1
* gallium: add a pipe_context parameter to resource_get_handleMarek Olšák2016-08-251-0/+1
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-1/+0
* r300g: add support for PIPE_FORMAT_x8R8G8B8_*Marek Olšák2016-05-091-3/+69
* winsys/radeon: remove use_reusable_pool parameter from buffer_createNicolai Hähnle2016-04-271-1/+1
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-6/+6
* r300g: add missing layer argument to rws->buffer_get_handle() callBrian Paul2016-03-171-1/+1
* radeon/winsys: add offset support for BO import/exportChristian König2016-03-171-3/+3
* gallium/radeon: rename winsys buffer_get/set_tiling to buffer_get/set_metadataMarek Olšák2016-03-091-2/+2
* gallium/radeon: remove rcs parameter from radeon_winsys::buffer_set_tilingMarek Olšák2016-03-091-1/+1
* gallium/radeon: use a structure for passing tiling flags from/to winsysMarek Olšák2016-03-091-11/+11
* gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák2016-03-091-2/+4
* gallium/radeon: remove radeon_winsys_cs_handleMarek Olšák2015-12-111-3/+1
* winsys/amdgpu: add addrlib - texture addressing and alignment calculatorMarek Olšák2015-08-141-1/+1
* r300g: fix a crash when resolving into an sRGB textureMarek Olšák2015-03-091-3/+5
* r300g: fix RGTC1 and LATC1 SNORM formatsMarek Olšák2015-03-091-15/+15
* r300g: Fix the ATI1N swizzle (RGTC1 and LATC1)Stefan Dösinger2015-03-091-1/+3
* r600g/radeonsi: Use write-combined CPU mappings of some BOs in GTTMichel Dänzer2014-07-231-1/+1
* winsys/radeon: set/get the scanout flag with the tiling ioctlsMarek Olšák2013-12-121-2/+3
* gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy2013-09-061-1/+1
* r300g: add support for red-alpha render targetsMarek Olšák2013-02-141-0/+18
* r300g: put textures with usage=staging in GTT and make them linearMarek Olšák2013-02-071-1/+2
* r300g: use new RGBX formatsMarek Olšák2013-02-071-3/+19
* r300g: fix blending with RGBX formatsMarek Olšák2013-02-061-5/+9
* r300g: always put MSAA resources in VRAMMarek Olšák2013-02-011-3/+3
* r300g: implement MSAA compression and fast MSAA color clearMarek Olšák2013-01-151-0/+9
* r300g: don't set sample positions to the pixel center if MSAA is disabledMarek Olšák2013-01-101-1/+1
* r300g: optionally log MSAA resources to stderrMarek Olšák2013-01-091-0/+6
* r300g: implement MSAAMarek Olšák2013-01-061-4/+0
* winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr insteadMarek Olšák2012-12-121-2/+2
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* r300g: refuse to create too large texturesMarek Olšák2012-12-011-0/+15