aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_texture.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: cleanup includesMarek Olšák2012-03-051-9/+3
* r600g: don't enable tiling for STAGING and STREAM usage casesMarek Olšák2012-03-051-6/+7
* winsys/radeon: add usage parameter to cs_is_buffer_referencedMarek Olšák2012-03-051-1/+1
* r600g: permit blitting between textures with STREAM and STAGING usageMarek Olšák2012-03-051-8/+1
* r600g: remove obsolete todo commentsMarek Olšák2012-03-051-4/+2
* Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"Marek Olšák2012-03-051-4/+0
* r600g: use u_default_transfer_flush_region for all resource typesMarek Olšák2012-02-271-1/+1
* r600g: use u_default_transfer_inline_write for all resource typesMarek Olšák2012-02-271-1/+1
* r600g: cleanup r600_transfer_structMarek Olšák2012-02-271-11/+11
* r600g: move initialization of use_surface flag into screen_createMarek Olšák2012-02-271-13/+4
* r600g: properly check whether texture is busy in get_transferMarek Olšák2012-02-271-9/+5
* r600g: rename r600_resource_texture::depth to bool is_depthMarek Olšák2012-02-271-3/+3
* r600g: remove unused variableMarek Olšák2012-02-141-2/+0
* r600g: add support for common surface allocator for tiling v13Jerome Glisse2012-02-061-14/+184
* r600g: merge r600_context with r600_pipe_contextMarek Olšák2012-01-311-4/+4
* r600g: srgb mode is only valid on certain format types.Dave Airlie2012-01-221-0/+8
* gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLYMarek Olšák2012-01-051-0/+4
* winsys/radeon: move managing GEM domains back to driversMarek Olšák2011-12-241-0/+2
* r600g: add int support for 2/10/10/10 format.Dave Airlie2011-11-271-0/+3
* r600g: fix stencil buffer ref counting on evergreenVadim Girlin2011-11-131-1/+4
* r600g: remove useless texture barrierMarek Olšák2011-11-101-2/+0
* r600g: Replace needless flush in texture upload.Mathias Fröhlich2011-10-291-1/+1
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-12/+12
* r600g/eg: add integer types supportDave Airlie2011-10-091-1/+1
* winsys/radeon: move GEM domains out of the drivers into winsysMarek Olšák2011-09-301-2/+0
* winsys/radeon: remove a redundant parameter 'size' from buffer_from_handleMarek Olšák2011-09-301-1/+1
* r600g: move family and chip_class from struct radeon to r600_screenMarek Olšák2011-09-301-3/+2
* r600g: merge r600_bo with r600_resourceMarek Olšák2011-09-301-35/+43
* r600g: interpret integer texture types as ints.Dave Airlie2011-09-161-0/+5
* r600g: inline some of the winsys r600_get functionsMarek Olšák2011-09-121-3/+3
* r600g: compute tiling info in the pipe, not in the winsysMarek Olšák2011-09-121-9/+9
* r600g: always decompress all mipmaps and layers, slices, or faces of zbuffersMarek Olšák2011-09-101-8/+6
* r600g: Make unaligned 3D textures work on +evergreenChristian König2011-08-301-1/+5
* r600g: Fix include styleKai Wasserbäch2011-08-291-6/+6
* r600g: Handle PIPE_TRANSFER_MAP_DIRECTLY.Michel Dänzer2011-08-261-0/+3
* r600g: don't allocate separate depth and stencil for transfer textures on EGMarek Olšák2011-08-191-1/+2
* r600g: hack around a problem with texture alignmentMarek Olšák2011-08-191-0/+10
* r600g: simplify the conditionals determining array modeMarek Olšák2011-08-191-20/+11
* r600g: put depth and stencil into one backing bufferMarek Olšák2011-08-191-10/+17
* r600g: fix depth-stencil on evergreenMarek Olšák2011-08-191-16/+67
* r600g: enable thread offloadingMarek Olšák2011-08-161-2/+2
* r600g: remove an unused parameter from r600_bo_destroyMarek Olšák2011-08-161-2/+1
* r600g: use buffer_map/unmap from radeon_winsysMarek Olšák2011-08-161-2/+3
* r600g: put radeon_winsys in screen::winsys, don't include drm_driver in the pipeMarek Olšák2011-08-161-12/+10
* gallium/util: add functions for manipulating swizzlesMarek Olšák2011-08-021-5/+1
* r600g: Get rid of leftover PB_USAGE_* flags.Henri Verbeet2011-07-181-25/+1
* r600g: prevent hardware blitting based on resource usageChristian König2011-07-131-1/+8
* r600g: depth_buffer_float support on r600-r700Marek Olšák2011-07-101-0/+6
* r600g: Get rid of an unused include in r600_texture.c.Henri Verbeet2011-07-051-1/+0
* r600g: Fix use of uninitialized local variable extra_size.Michel Dänzer2011-06-221-1/+1