summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
Commit message (Expand)AuthorAgeFilesLines
...
* gallium/radeon: add threaded context counter monitoring for HUDMarek Olšák2017-05-153-0/+25
* radeonsi: implement replace_buffer_storage for the threaded contextMarek Olšák2017-05-152-1/+33
* gallium/radeon: subclass and handle threaded_queryMarek Olšák2017-05-152-7/+12
* gallium/radeon: subclass threaded_transferMarek Olšák2017-05-153-25/+25
* gallium/radeon: subclass threaded_resourceMarek Olšák2017-05-153-18/+22
* gallium/radeon: handle other map buffer flags from the threaded contextMarek Olšák2017-05-151-2/+4
* gallium/radeon: handle TC_TRANSFER_MAP_THREADED_UNSYNCMarek Olšák2017-05-153-1/+14
* gallium/radeon: unwrap a context if we get a wrapped oneMarek Olšák2017-05-152-4/+8
* gallium/radeon: require both WRITE and FLUSH_EXPLICIT in buffer_flush_regionMarek Olšák2017-05-151-2/+4
* radeonsi/gfx9: add support for RavenMarek Olšák2017-05-151-0/+2
* radeon: automake: remove unneeded elf Cflags/LibsEmil Velikov2017-05-111-4/+2
* Android: rework LLVM build supportRob Herring2017-05-111-3/+4
* Android: push driver build details to driver makefilesRob Herring2017-05-111-1/+6
* radeonsi: mark fast-cleared textures as compressed when dirtyingNicolai Hähnle2017-05-081-2/+14
* Revert "radeonsi: constify a bunch of the perfcounter structs."Marek Olšák2017-05-062-3/+3
* radeonsi: drop support for LLVM 3.8Marek Olšák2017-05-051-5/+5
* radeonsi: constify a bunch of the perfcounter structs.Dave Airlie2017-05-042-3/+3
* radeonsi: add a HUD query for draw calls with primitive restartMarek Olšák2017-04-283-0/+9
* gallium/radeon: always flush asynchronously and wait after begin_new_csMarek Olšák2017-04-171-4/+8
* radeonsi: add missing initialization for userptr buffersNicolai Hähnle2017-04-141-0/+4
* gallium/radeon: never use staging buffers with AMD_pinned_memoryNicolai Hähnle2017-04-131-2/+16
* gallium/radeon: add HUD queries for GPU temperature and clocksSamuel Pitoiset2017-04-101-6/+6
* gallium/radeon: fix typo in radeon_winsys.hSamuel Pitoiset2017-04-071-1/+1
* gallium/radeon: implement pipe->resource_commitNicolai Hähnle2017-04-051-0/+35
* gallium/radeon: transfers and invalidation for sparse buffersNicolai Hähnle2017-04-051-10/+24
* gallium/radeon: implement sparse buffer creationNicolai Hähnle2017-04-051-0/+2
* radeon/winsys: add sparse buffer interfaceNicolai Hähnle2017-04-051-0/+17
* gallium: decrease the size of pipe_stream_output_info - 532 -> 268 bytesMarek Olšák2017-04-042-2/+2
* radeonsi/gfx9: allow CMASK fast clear with RB+Marek Olšák2017-03-311-5/+5
* radeonsi/gfx9: fix and enable single-sample CMASK fast clearMarek Olšák2017-03-311-4/+4
* radeonsi/gfx9: fix linear mipmap CPU accessMarek Olšák2017-03-312-7/+5
* radeonsi: add tests verifying that VM faults don't hangMarek Olšák2017-03-312-0/+6
* radeonsi: decompress DCC in set_framebuffer_state instead of create_surface (v2)Marek Olšák2017-03-312-6/+20
* radeonsi: fix an unused-variable warning in a release buildMarek Olšák2017-03-301-3/+1
* gallium/radeon: s/dcc_disable/disable_dcc/Marek Olšák2017-03-302-3/+3
* gallium/radeon: add and use a new helper vi_dcc_enabledMarek Olšák2017-03-302-6/+11
* gallium/radeon: formalize that r600_query_hw_add_result doesn't need a contextMarek Olšák2017-03-303-8/+9
* radeon/uvd: set correct vega10 db pitch alignmentBoyuan Zhang2017-03-301-4/+12
* radeon/vce: add vce support for firmware 53.19.4Leo Liu2017-03-301-0/+6
* radeon/vce: adapt gfx9 surface to vceLeo Liu2017-03-302-15/+51
* winsys/surface: add height pitch for gfx9Leo Liu2017-03-301-0/+1
* radeon/uvd: clear message buffer when reuseLeo Liu2017-03-301-1/+2
* radeon/uvd: adapt gfx9 surface to uvdLeo Liu2017-03-304-52/+98
* radeon/uvd: add uvd soc15 registerLeo Liu2017-03-302-4/+27
* radeonsi/gfx9: disable features that don't workMarek Olšák2017-03-301-1/+7
* radeonsi/gfx9: add linear address computations for texture transfersMarek Olšák2017-03-301-20/+53
* radeonsi/gfx9: handle pitch and offset overrides for texture_from_handleMarek Olšák2017-03-301-11/+18
* radeonsi/gfx9: set/validate GFX9 BO metadataMarek Olšák2017-03-302-1/+24
* radeonsi/gfx9: add radeon_surf.gfx9.surf_offsetMarek Olšák2017-03-302-1/+2
* radeonsi/gfx9: fix MIP0_WIDTH & MIP0_HEIGHT for compressed texture blitsMarek Olšák2017-03-302-1/+12