summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_texture.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: add depth/stencil_adjusted output to surface computationNicolai Hähnle2016-07-061-2/+2
* gallium/radeon: allocate only the required plane for flushed depthNicolai Hähnle2016-07-061-3/+34
* gallium/radeon: replace is_flushing_texture with db_compatibleNicolai Hähnle2016-07-061-1/+2
* gallium/radeon: add can_sample_z/s flags for texturesNicolai Hähnle2016-07-061-4/+15
* gallium/radeon: remove redundant null-pointer checkNicolai Hähnle2016-07-061-2/+1
* gallium/radeon: print StencilLayout only onceNicolai Hähnle2016-07-061-2/+2
* gallium/radeon: flush stdout after printing texture informationNicolai Hähnle2016-07-061-0/+1
* gallium/radeon: remove zombie textures kept alive by DCC stat gatheringMarek Olšák2016-06-291-12/+27
* gallium/radeon: don't re-create queries for DCC stat gatheringMarek Olšák2016-06-291-3/+6
* gallium/radeon: separate DCC starts as disabled (ps_draw_ratio = 0)Marek Olšák2016-06-291-9/+10
* gallium/radeon: R600_DEBUG=nodccfb disables separate DCCMarek Olšák2016-06-291-1/+2
* gallium/radeon: add and use r600_texture_referenceMarek Olšák2016-06-291-6/+4
* gallium/radeon: add a HUD query for PS draw ratio stats from separate DCCMarek Olšák2016-06-291-0/+1
* gallium/radeon: add a heuristic enabling DCC for scanout surfaces (v2)Marek Olšák2016-06-291-0/+247
* gallium/radeon: add state setup for a separate DCC bufferMarek Olšák2016-06-291-3/+15
* radeonsi: always calculate DCC info even if it's not used immediatelyMarek Olšák2016-06-291-1/+2
* gallium/radeon: boolean -> bool, TRUE -> true, FALSE -> falseMarek Olšák2016-06-251-2/+2
* gallium/radeon: use r600_resource_referenceMarek Olšák2016-06-251-7/+7
* radeonsi: try to hit direct hw MSAA resolve by changing micro mode in clearMarek Olšák2016-06-141-0/+87
* gallium/radeon: move DCC clearing into a separate functionMarek Olšák2016-06-081-5/+16
* radeonsi: don't allocate DCC for the temporary MSAA resolve surfaceMarek Olšák2016-06-081-1/+2
* winsys/amdgpu: enable DCC for mipmapped texturesMarek Olšák2016-06-081-3/+7
* gallium/radeon: don't disable DCC because of SDMAMarek Olšák2016-06-081-20/+3
* radeonsi: add per-level dcc_enabled flagsMarek Olšák2016-06-081-3/+3
* radeonsi: compute DCC register parameters in si_emit_framebuffer_stateMarek Olšák2016-06-081-2/+0
* gallium/radeon: add an assertion checking the validity of PIPE_BIND_SCANOUTMarek Olšák2016-06-081-3/+10
* gallium/radeon: don't allocate DCC for non-renderable texture formatsMarek Olšák2016-06-081-0/+5
* gallium/radeon: add support for sharing textures with DCC between processesMarek Olšák2016-06-071-3/+13
* gallium/radeon: don't discard DCC if an external user can write to itMarek Olšák2016-06-071-9/+22
* gallium/radeon: don't re-set BO metadata after CMASK deallocationMarek Olšák2016-06-061-1/+0
* gallium/radeon: lower memory usage during texture transfersMarek Olšák2016-06-011-4/+28
* gallium/radeon: invalidate busy linear textures for whole-texture uploadsMarek Olšák2016-06-011-2/+28
* gallium/radeon: degrade tiled textures mapped often to linearMarek Olšák2016-06-011-0/+102
* gallium/radeon: clean up and better comment use_staging_textureMarek Olšák2016-06-011-19/+23
* radeonsi: set some colorbuffer register fields at emit timeMarek Olšák2016-06-011-0/+2
* gallium/radeon: strenghten some checking for DMA preparationMarek Olšák2016-06-011-1/+6
* gallium/util: add util_texrange_covers_whole_level from radeonMarek Olšák2016-06-011-17/+6
* gallium/radeon: small cleanups in r600_texture_transfer_mapMarek Olšák2016-05-191-13/+9
* gallium/radeon: handle VRAM_GTT placements as having slow CPU readsMarek Olšák2016-05-191-1/+1
* gallium/radeon: ignore PIPE_TRANSFER_MAP_DIRECTLYMarek Olšák2016-05-191-5/+1
* Treewide: Remove Elements() macroJan Vesely2016-05-171-1/+1
* gallium/radeon: discard CMASK or DCC if overwriting a whole texture by DMAMarek Olšák2016-05-101-7/+39
* gallium/radeon: use a common function for DMA blit preparationMarek Olšák2016-05-101-0/+55
* gallium/radeon: split out code for discarding DCCMarek Olšák2016-05-101-6/+12
* gallium/radeon: rename r600_texture_disable_cmask -> discard_cmaskMarek Olšák2016-05-101-2/+2
* gallium/radeon: fix partial layered transfers of cube (array) texturesMarek Olšák2016-05-101-15/+6
* gallium/radeon: remove stencil_tile_split from metadataMarek Olšák2016-05-021-2/+0
* winsys/amdgpu: pass PIPE_CONFIG to addrlib on texture importMarek Olšák2016-05-021-0/+1
* winsys/amdgpu: read NUM_BANKS from buffer metadataMarek Olšák2016-05-021-0/+1
* radeonsi: rework clear_buffer flagsMarek Olšák2016-04-281-5/+6