summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/r600_texture.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: Add parentheses around '|' operands.Vinson Lee2013-09-101-1/+1
* gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy2013-09-061-1/+1
* radeonsi: use r600_common_context, r600_common_screen, r600_resourceMarek Olšák2013-08-311-22/+22
* radeonsi: don't make scanout resources linear except for cursorsMarek Olšák2013-08-171-1/+1
* radeonsi: port texture improvements from r600gMarek Olšák2013-08-171-221/+308
* radeonsi: add FMASK texture binding slots and resource setup (v2)Marek Olšák2013-08-171-0/+1
* radeonsi: implement MSAA colorbuffer compression for renderingMarek Olšák2013-08-171-2/+131
* radeonsi: implement uncompressed MSAA rendering and color resolvingMarek Olšák2013-08-171-2/+5
* radeonsi: initialize the radeon_surface structureMarek Olšák2013-08-151-1/+1
* radeonsi: rename r600_texture::dirty_db_mask to dirty_level_maskMarek Olšák2013-08-151-1/+1
* radeonsi: rename r600_resource_texture to r600_textureMarek Olšák2013-08-151-17/+17
* radeonsi: disable 2D tiling on CIK for nowAlex Deucher2013-06-281-1/+4
* radeonsi: add 2d tiling support for texture v3Jerome Glisse2013-04-181-3/+8
* gallium/util: add helper util_max_layer from r600gMarek Olšák2013-02-261-3/+3
* radeonsi: implement 3D transfersMarek Olšák2013-02-201-20/+29
* radeonsi: add assertions to prevent creation of invalid surfacesMarek Olšák2013-02-201-0/+2
* radeonsi: use u_box_origin_2d helper functionMarek Olšák2013-02-201-5/+2
* radeonsi: Use stencil surface level information for stencil texturingMichel Dänzer2013-02-181-2/+1
* radeonsi: make sure copying of all texture formats is acceleratedMarek Olšák2013-01-241-49/+4
* radeonsi: More assorted depth/stencil changes ported from r600g.Marek Olšák2013-01-211-43/+63
* radeonsi: improve flushed depth texture handlingVadim Girlin2013-01-211-57/+66
* radeonsi: Assorted depth/stencil changes ported from r600g.Marek Olšák2013-01-211-13/+30
* radeonsi: Enable 1D tiling for non-depth resources as well.Michel Dänzer2013-01-211-2/+1
* radeonsi: Enable tiling for depth/stencil resources.Michel Dänzer2013-01-171-4/+3
* winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr insteadMarek Olšák2012-12-121-1/+1
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* radeonsi: remove redundant parameter in r600_init_surfaceMarek Olšák2012-11-281-5/+4
* radeonsi: Use explicit stencil mipmap level offsets.Michel Dänzer2012-11-281-2/+4
* radeonsi: correct texture memory size for Z32F_S8X24Marek Olšák2012-11-281-7/+15
* radeonsi: Depth/stencil fixes.Michel Dänzer2012-11-281-7/+19
* radeonsi: Fix z/stencil texture creation.Jerome Glisse2012-11-281-9/+5
* gallium: unify transfer functionsMarek Olšák2012-10-111-55/+44
* radeonsi: don't use a staging resource for large transfersMarek Olšák2012-09-131-10/+0
* radeonsi: Untiled textures are linear aligned, not linear general.Michel Dänzer2012-09-061-3/+3
* radeonsi: remove old tilling handlingChristian König2012-08-241-256/+19
* radeonsi: Fix symbol conflicts with r600g.Michel Dänzer2012-08-161-207/+207
* radeonsi: disable tiling until we fixed all bugsChristian König2012-08-021-0/+2
* radeonsi: fix db and stencil setup v2Christian König2012-07-301-22/+0
* radeonsi: rename r600_resource to si_resourceChristian König2012-07-301-12/+12
* gallium/radeon: Fix r300g tiling breakage.Michel Dänzer2012-05-161-0/+1
* radeonsi: Initial tiling support.Michel Dänzer2012-05-161-93/+193
* radeonsi: use u_default_transfer_inline_writeMarek Olšák2012-04-291-1/+1
* winsys/radeon: simplify buffer map/unmap functionsMarek Olšák2012-04-291-8/+8
* radeonsi: stop using u_vbuf and adapt to gallium interface changesMarek Olšák2012-04-241-11/+11
* radeonsi: initial WIP SI codeTom Stellard2012-04-131-0/+825