summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_texture.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: add texture tiling enable under a debug option.Dave Airlie2010-10-211-0/+7
* r600g: add texture tiling alignment support.Dave Airlie2010-10-211-5/+60
* r600g: introduce a per-driver resource flag for transfers.Dave Airlie2010-10-211-2/+2
* r600g: add r600 surface to store the aligned height.Dave Airlie2010-10-211-14/+17
* r600g: start adding hooks for aligning width/height for tiles.Dave Airlie2010-10-211-4/+26
* r600g: move to per-miplevel array mode.Dave Airlie2010-10-211-3/+12
* r600g: all non-0 mipmap levels need to be w/h aligned to POT.Dave Airlie2010-10-211-5/+13
* r600g: retrieve tiling info from kernel for shared buffers.Dave Airlie2010-10-181-2/+5
* r600g: fix transfer function for tiling.Dave Airlie2010-10-181-2/+3
* r600g: depth needs to bound to dsDave Airlie2010-10-181-1/+1
* r600g: switch to a common formats.h file since they are in different regsDave Airlie2010-10-181-20/+21
* r600g: drop all use of unsigned longDave Airlie2010-10-131-5/+5
* r600g: fix transfer stride.Dave Airlie2010-10-131-0/+3
* r600g: remove bpt and start using pitch_in_bytes/pixels.Dave Airlie2010-10-131-1/+9
* r600g: rename pitch in texture to pitch_in_bytesDave Airlie2010-10-131-2/+2
* r600g: use common texture object create functionDave Airlie2010-10-131-33/+41
* r600g: split out miptree setup like r300gDave Airlie2010-10-131-12/+43
* r600g: add copy into tiled textureDave Airlie2010-10-131-3/+22
* r600g: fix depth0 settingDave Airlie2010-10-131-2/+2
* r600g: add support for S8, X24S8 and S8X24 sampler formats.Dave Airlie2010-10-131-0/+8
* r600g: drop width/height per level storage.Dave Airlie2010-10-081-4/+0
* r600g: rename radeon_ws_bo to r600_boJerome Glisse2010-10-041-8/+8
* r600g: port r300g fix for X* formats in texformat codeDave Airlie2010-09-301-4/+14
* r600g: delete old pathJerome Glisse2010-09-291-3/+2
* r600g: use ptr for blit depth uncompress functionJerome Glisse2010-09-281-1/+3
* r600g: fix warnings since last commit.Dave Airlie2010-09-231-3/+3
* r600g: use blitter to do db->cb flushing.Dave Airlie2010-09-231-105/+63
* r600g: disable dirty handling on texture from depth code.Dave Airlie2010-09-221-8/+1
* r600g: fix typo in struct member nameDave Airlie2010-09-221-1/+1
* r600g: fixup evergreen miptree setup.Dave Airlie2010-09-211-2/+5
* r600g: use pipe context for flushing inside mapJerome Glisse2010-09-201-1/+1
* r600g: move chip class to radeon common structureJerome Glisse2010-09-201-4/+2
* r600g: fix r700 cube map sizing.Dave Airlie2010-09-201-4/+9
* r600g: add color/texture support for more depth formats.Dave Airlie2010-09-201-2/+4
* r600g: Buffer object maps imply a wait.Henri Verbeet2010-09-191-1/+0
* r600g: Remove a redundant flush in r600_texture_transfer_map().Henri Verbeet2010-09-191-1/+0
* r600g: alternative command stream building from contextJerome Glisse2010-09-171-1/+1
* r600g: move constant buffer creation behind winsys abstraction.Dave Airlie2010-09-171-3/+3
* r600g: attempt to abstract kernel bos from pipe driver.Dave Airlie2010-09-171-12/+13
* r600g: fix texture bos and avoid doing depth blit on evergreenDave Airlie2010-09-161-1/+2
* r600g: fixup texture state on evergreen.Dave Airlie2010-09-161-143/+8
* r600g: misc cleanupJohn Doe2010-09-151-13/+13
* r600g: Fixed a bo leak in r600_texture_from_handle().Tilman Sauerbeck2010-09-101-5/+6
* r600g: add initial evergreen supportDave Airlie2010-09-101-17/+17
* r600g: fix depth texture testsDave Airlie2010-09-021-2/+2
* r600g: refix db/cb stateJerome Glisse2010-09-011-1/+1
* r600g: avoid dynamic allocation of statesJerome Glisse2010-09-011-73/+27
* Revert "Revert "r600g: precompute some of the hw state""Jerome Glisse2010-09-011-14/+29
* Revert "r600g: precompute some of the hw state"Dave Airlie2010-09-011-29/+14
* r600g: precompute some of the hw stateJerome Glisse2010-08-301-14/+29