summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_texture.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-18r300g/winsys: rename r300->radeon and do a little cleanupMarek Olšák1-24/+24
2011-04-15r300g: enable A/L/LA/I float render targetsMarek Olšák1-14/+14
2011-04-08r300g: fix texturing with sizes > 2048 on r500Marek Olšák1-5/+35
2011-04-05r300g: fix RG/LATC1_SNORM by doing UNORM->SNORM conversion in the shaderMarek Olšák1-16/+29
2011-03-29r300g: add support for all render targets with one and two channelsMarek Olšák1-30/+130
2011-03-29r300g: finish up signed normalized textures and render targetsMarek Olšák1-16/+18
2011-03-11gallium: kill is_resource_referencedMarek Olšák1-1/+0
2011-03-08r300g: add LATC supportMarek Olšák1-2/+12
2011-03-02r300g: require DRM 2.3.0 (kernel 2.6.34)Marek Olšák1-2/+1
2011-03-01r300g: fix RGTC2_SNORMMarek Olšák1-1/+1
2011-03-01r300g: reorder parts of translate_texformatMarek Olšák1-14/+14
2011-03-01r300g: fix RGTC1_UNORM and RGTC2_UNORMMarek Olšák1-8/+11
2011-03-01r300g: fix HiZ memory size computation and deciding when to use HiZMarek Olšák1-6/+2