summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_texture.c
AgeCommit message (Expand)Author
2011-03-12r600g: Fix an unused variable warning.Henri Verbeet
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2011-03-04r600g: disable tiling by default again.Dave Airlie
2011-03-02r600g: change the cross over point for 2d->1dDave Airlie
2011-03-01r600g: start using drm minor version to enable things.Dave Airlie
2011-02-25r600g: explicity set sign bits for RGTCDave Airlie
2011-02-25r600g: bc 4/5 or rgtc textures need to be tiled as well.Dave Airlie
2011-02-24r600g: EXT_texture_array support.Dave Airlie
2011-02-18r600g: reorganise rgtc pieces.Dave Airlie
2011-02-18r600g: add BC4/5 to RGTC conversionDave Airlie
2011-02-16r600g: add L8A8 SRGB formats.Dave Airlie
2011-02-16r600g: add srgb compressed formats to the list.Dave Airlie
2011-02-15r600g: add support for s3tc formats.Dave Airlie
2011-02-15r600g: fix miptree calculationsDave Airlie
2011-02-15r600g: drop tiled flagDave Airlie
2011-02-14r600g: add alignment cases for linear alignedAlex Deucher
2011-02-11r600g: get correct height alignmentDave Airlie
2011-02-11r600g: handle 16/32 u/s norm formats properlyDave Airlie
2011-02-07r600g: use the new vertex buffer managerMarek Olšák
2011-02-04r600g: flushing texture needs all levels.Dave Airlie
2011-02-04r600g: add a flag to just create flushed texture without flushing.Dave Airlie
2011-02-03r600g: Make the buffer and texture vbtls static const.Henri Verbeet
2011-02-03r600g: flush differences back to DB copy.Dave Airlie
2011-02-03r600g: fix depth hw resource copies.Dave Airlie
2011-02-03r600g: only set depth bit for hw accessible depth buffers.Dave Airlie
2011-02-03r600g: rework dirty / depth texture tracking.Dave Airlie
2011-02-03r600g: set correct pitch/offset for depth textures in flushed state.Dave Airlie
2011-02-01r600: only decompress depth when its tile type is wrong.Dave Airlie
2011-01-31r600g: fix regression in cubemap tests since eea1d8199b376f37027c14669e0bdf99...Dave Airlie
2011-01-30r600g: Update the flushed depth texture after drawing to the corresponding te...Henri Verbeet
2011-01-21r600g: check if hardware blits are possible bevore enabling tillingChristian König
2011-01-18r600g: Kill trailing whitespace.Henri Verbeet
2010-12-24r600g: Get rid of r600_blit_uncompress_depth_ptr.Henri Verbeet
2010-12-03r600g: more indentation fix + warning silencing + dead code removalJerome Glisse
2010-12-03r600g: indentation fixJerome Glisse
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-17r600g: fix buffer alignmentAlex Deucher
2010-11-11r600g: enforce minimum stride on render target texture imagesKeith Whitwell
2010-11-11r600g: do not try to use staging resource for depth texturesKeith Whitwell
2010-11-11r600g: guard experimental s3tc code with R600_ENABLE_S3TCKeith Whitwell
2010-11-09r600: fix my pessimism about PIPE_TRANSFER_x flagsKeith Whitwell
2010-11-09r600g: attempt to turn on DXTn formatsKeith Whitwell
2010-11-09r600g: avoid recursion with staged uploadsKeith Whitwell
2010-11-08r600g: implement texture_get_handle (needed for eglExportDRMImageMESA)Benjamin Franzke
2010-11-03r600g: don't call debug_get_bool_option for tiling more than onceKeith Whitwell
2010-11-03r600g: remove unused flink, domain fields from r600_resourceKeith Whitwell
2010-11-03r600g: use a buffer in GTT as intermediate on texture up and downloadsKeith Whitwell
2010-11-03r600g: propogate resource usage flags to winsys, use to choose bo domainsKeith Whitwell