summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_pipe_common.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: remove old_fence parameter from r600_gfx_write_event_eopMarek Olšák2017-08-181-4/+11
* radeonsi/gfx9: prevent a GPU hang after a timestamp eventMarek Olšák2017-08-181-1/+34
* radeonsi: disable CE by defaultMarek Olšák2017-08-151-0/+1
* gallium/radeon: only pass shader-specific debug flags to the disk shader cacheMarek Olšák2017-08-111-1/+8
* gallium/radeon: print all members of radeon_info with R600_DEBUG=infoMarek Olšák2017-08-071-2/+14
* radeonsi: set drirc compiler options before calling common screen initNicolai Hähnle2017-08-041-7/+2
* radeonsi: don't print AMD twice in the renderer string with the marketing nameMarek Olšák2017-08-011-1/+2
* radeonsi: print CE IBs into ddebug reportsMarek Olšák2017-08-011-2/+5
* radeonsi: enable R600_DEBUG=nir for vertex and fragment shadersNicolai Hähnle2017-07-311-0/+1
* radeonsi/gfx9: reduce max threads per block to 1024 on gfx9+Nicolai Hähnle2017-07-261-15/+24
* radeonsi: implement the workaround for Rocket League - postponed TGSI killMarek Olšák2017-06-231-0/+5
* gallium/radeon: pass create_screen flags to r600_common_screen_initMarek Olšák2017-06-231-1/+1
* r600, radeon: move radeon_shader_binary_{init,clean} back to radeonEmil Velikov2017-06-171-0/+21
* r600g,compute: provide local copy of functions from ac_binary.cJan Vesely2017-06-161-21/+0
* gallium/radeon: Include the family name in the renderer string if it's not eq...Henri Verbeet2017-06-131-14/+18
* radeonsi: Use libdrm to get chipset nameSamuel Li2017-06-071-1/+10
* radeon: rename has_uvd info to has_hw_decodeLeo Liu2017-05-251-2/+2
* radeon: pass flags that can change shaders to disk_cache_create()Timothy Arceri2017-05-231-1/+2
* util/disk_cache: add new driver_flags param to cache keysTimothy Arceri2017-05-231-1/+1
* ac: add radeon_info::num_{sdma,compute}_ringsNicolai Hähnle2017-05-181-2/+2
* gallium/radeon: handle TC_TRANSFER_MAP_THREADED_UNSYNCMarek Olšák2017-05-151-0/+2
* gallium/radeon: unwrap a context if we get a wrapped oneMarek Olšák2017-05-151-2/+4
* radeonsi/gfx9: add support for RavenMarek Olšák2017-05-151-0/+2
* radeonsi: drop support for LLVM 3.8Marek Olšák2017-05-051-5/+5
* gallium/radeon: always flush asynchronously and wait after begin_new_csMarek Olšák2017-04-171-4/+8
* gallium/radeon: implement pipe->resource_commitNicolai Hähnle2017-04-051-0/+35
* radeonsi: add tests verifying that VM faults don't hangMarek Olšák2017-03-311-0/+3
* radeonsi/gfx9: disable RB+ on Vega10Marek Olšák2017-03-301-1/+3
* radeonsi/gfx9: EVENT_WRITE_EOP -> RELEASE_MEMMarek Olšák2017-03-301-14/+25
* radeonsi/gfx9: set the LLVM processor, require LLVM 5.0Marek Olšák2017-03-301-0/+2
* radeonsi/gfx9: add GFX9 and VEGA10 enumsMarek Olšák2017-03-301-0/+1
* gallium/radeon: disable the shader cache if dumping shadersMarek Olšák2017-03-131-0/+5
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-071-2/+2
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-071-2/+2
* radeonsi: drop support for LLVM 3.6 & 3.7Marek Olšák2017-03-061-4/+4
* radeon/ac: switch from radeon_shader_binary to ac_shader_binaryTimothy Arceri2017-02-281-2/+2
* radeon: fix r600 builds when old version of llvm is presentTimothy Arceri2017-02-231-2/+2
* r600/radeonsi: enable glsl/tgsi on-disk cacheTimothy Arceri2017-02-231-0/+43
* radeonsi: upload constants into VRAM instead of GTTMarek Olšák2017-02-181-3/+8
* gallium/radeon: use TCC line size as alignment in other placesMarek Olšák2017-02-181-1/+2
* gallium/u_suballoc: allow setting pipe_resource::flagsMarek Olšák2017-02-181-1/+1
* gallium/radeon: remove the internal u_upload_mgr pointerMarek Olšák2017-02-141-9/+8
* gallium: set pipe_context uploaders in drivers (v3)Marek Olšák2017-02-141-0/+2
* gallium/radeon: remove r600_common_context::max_dbMarek Olšák2017-01-301-7/+0
* gallium/radeon: clean up r600_query_init_backend_maskMarek Olšák2017-01-301-0/+1
* gallium/radeon: query the CPU accessible size of VRAMSamuel Pitoiset2017-01-261-0/+1
* gallium/radeon: use the internal clear_buffer callback to fix r600gMarek Olšák2017-01-061-1/+3
* radeonsi: clean up more HAVE_LLVM #ifdefsMarek Olšák2017-01-061-5/+9