aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe_common.c
Commit message (Expand)AuthorAgeFilesLines
* r600: reduce num compute threads to 1024.Dave Airlie2018-07-311-1/+1
* r600: fix build after the removal of RADEON_PRIO_* flagsMarek Olšák2018-07-161-4/+2
* amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák2018-06-191-5/+5
* gallium: add initial support for conservative rasterizationRhys Perry2018-04-301-0/+4
* ac/gpu_info: rename has_virtual_memory -> r600_has_virtual_memoryMarek Olšák2018-04-021-3/+3
* gallium: drop all the guard band float caps.Dave Airlie2018-02-141-5/+0
* r600: add ARB_query_buffer_object supportDave Airlie2018-01-291-0/+5
* r600: update max threads per block for evergreen computeDave Airlie2017-12-051-0/+4
* gallium/u_upload_mgr: allow drivers to specify pipe_resource::flagsMarek Olšák2017-12-051-2/+2
* r300,r600,radeonsi: replace RADEON_FLUSH_* with PIPE_FLUSH_*Marek Olšák2017-11-291-7/+7
* r600: implement basic memory barrier.Dave Airlie2017-11-171-5/+0
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-091-1/+1
* r600: cleanup llvm ir target selection.Dave Airlie2017-10-111-18/+2
* r600: drop a bunch of post-cayman code. (v2)Dave Airlie2017-10-101-187/+10
* gallium/u_blitter: let drivers decide which VS to use for draw_rectangleMarek Olšák2017-10-071-0/+2
* gallium/u_blitter: let drivers set the vertex elements stateMarek Olšák2017-10-071-0/+3
* gallium: Remove util_format_s3tc_init()Matt Turner2017-10-021-1/+0
* r600: fork and import gallium/radeonMarek Olšák2017-09-261-0/+1622