summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_texture.c
AgeCommit message (Expand)Author
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
2010-11-03r600g: propagate usage flags in texture transfersKeith Whitwell
2010-10-21r600g: add texture tiling enable under a debug option.Dave Airlie
2010-10-21r600g: add texture tiling alignment support.Dave Airlie
2010-10-21r600g: introduce a per-driver resource flag for transfers.Dave Airlie
2010-10-21r600g: add r600 surface to store the aligned height.Dave Airlie
2010-10-21r600g: start adding hooks for aligning width/height for tiles.Dave Airlie
2010-10-21r600g: move to per-miplevel array mode.Dave Airlie
2010-10-21r600g: all non-0 mipmap levels need to be w/h aligned to POT.Dave Airlie
2010-10-18r600g: retrieve tiling info from kernel for shared buffers.Dave Airlie
2010-10-18r600g: fix transfer function for tiling.Dave Airlie
2010-10-18r600g: depth needs to bound to dsDave Airlie
2010-10-18r600g: switch to a common formats.h file since they are in different regsDave Airlie
2010-10-13r600g: drop all use of unsigned longDave Airlie
2010-10-13r600g: fix transfer stride.Dave Airlie
2010-10-13r600g: remove bpt and start using pitch_in_bytes/pixels.Dave Airlie
2010-10-13r600g: rename pitch in texture to pitch_in_bytesDave Airlie
2010-10-13r600g: use common texture object create functionDave Airlie
2010-10-13r600g: split out miptree setup like r300gDave Airlie
2010-10-13r600g: add copy into tiled textureDave Airlie
2010-10-13r600g: fix depth0 settingDave Airlie
2010-10-13r600g: add support for S8, X24S8 and S8X24 sampler formats.Dave Airlie
2010-10-08r600g: drop width/height per level storage.Dave Airlie
2010-10-04r600g: rename radeon_ws_bo to r600_boJerome Glisse
2010-09-30r600g: port r300g fix for X* formats in texformat codeDave Airlie
2010-09-29r600g: delete old pathJerome Glisse
2010-09-28r600g: use ptr for blit depth uncompress functionJerome Glisse
2010-09-23r600g: fix warnings since last commit.Dave Airlie
2010-09-23r600g: use blitter to do db->cb flushing.Dave Airlie
2010-09-22r600g: disable dirty handling on texture from depth code.Dave Airlie
2010-09-22r600g: fix typo in struct member nameDave Airlie
2010-09-21r600g: fixup evergreen miptree setup.Dave Airlie
2010-09-20r600g: use pipe context for flushing inside mapJerome Glisse
2010-09-20r600g: move chip class to radeon common structureJerome Glisse
2010-09-20r600g: fix r700 cube map sizing.Dave Airlie
2010-09-20r600g: add color/texture support for more depth formats.Dave Airlie
2010-09-19r600g: Buffer object maps imply a wait.Henri Verbeet
2010-09-19r600g: Remove a redundant flush in r600_texture_transfer_map().Henri Verbeet