summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_resource.h
AgeCommit message (Expand)Author
2011-02-17r600g: get s3tc working on cards with crappy 64/128 bit types.Dave Airlie
2011-02-15r600g: fix miptree calculationsDave Airlie
2011-02-15r600g: drop tiled flagDave Airlie
2011-02-07r600g: use the new vertex buffer managerMarek Olšák
2011-02-04r600g: add a flag to just create flushed texture without flushing.Dave Airlie
2011-02-03r600g: rework dirty / depth texture tracking.Dave Airlie
2011-01-30r600g: Update the flushed depth texture after drawing to the corresponding te...Henri Verbeet
2011-01-30r600g: add back u_upload_mgr integrationMarek Olšák
2011-01-07r600g: allow constant buffers to be user buffers.Dave Airlie
2010-12-24r600g: Get rid of r600_blit_uncompress_depth_ptr.Henri Verbeet
2010-12-09r600g: indentation cleanupJerome Glisse
2010-12-09r600g: specialized upload managerJerome Glisse
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
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-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: move to per-miplevel array mode.Dave Airlie
2010-10-13r600g: drop all use of unsigned longDave 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-08r600g: drop width/height per level storage.Dave Airlie
2010-10-04r600g: rename radeon_ws_bo to r600_boJerome Glisse
2010-09-29r600g: delete old pathJerome Glisse
2010-09-28r600g: use ptr for blit depth uncompress functionJerome Glisse
2010-09-23r600g: use blitter to do db->cb flushing.Dave Airlie
2010-09-22r600g: fix typo in struct member nameDave Airlie
2010-09-19r600g: Fix false and true.Corbin Simpson
2010-09-17r600g: alternative command stream building from contextJerome Glisse
2010-09-17r600g: add upload manager support.Dave Airlie
2010-09-17r600g: move constant buffer creation behind winsys abstraction.Dave Airlie
2010-09-17r600g: attempt to abstract kernel bos from pipe driver.Dave Airlie
2010-09-01r600g: avoid dynamic allocation of statesJerome Glisse
2010-09-01Revert "Revert "r600g: precompute some of the hw state""Jerome Glisse
2010-09-01Revert "r600g: precompute some of the hw state"Dave Airlie
2010-08-30r600g: precompute some of the hw stateJerome Glisse
2010-08-22r600g: fix DB decompressionJerome Glisse
2010-08-22r600g: depth buffer likely needs decompression when used as textureJerome Glisse
2010-08-21r600g: partialy fix texturing from depth buffer + initial support for untilingJerome Glisse
2010-07-29r600g: mipmap early support + EX2/ABS instruction + cullingJerome Glisse
2010-07-28r600g: cleanup resource buffer/texture messJerome Glisse
2010-05-27r600g: adapt to latest interfaces changesMarek Olšák