aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe_common.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: change comments to remove 'state tracker'Marek Olšák2020-05-131-3/+3
* r600: Fix nir compiler options, i.e. don't lower IO to temps for TESSGert Wollny2020-05-121-5/+6
* r600: remove some unused variables to silence warningsGert Wollny2020-05-071-2/+0
* r600/sfn: Add tesselation shadersGert Wollny2020-04-281-1/+23
* r600/sfn: Handle umul24 and umad24Gert Wollny2020-04-281-1/+3
* r600: Make sure LLVM is not used for DRAWGert Wollny2020-02-101-0/+5
* r600: Update state code to accept NIR shadersGert Wollny2020-02-101-1/+2
* r600: Add NIR compiler optionsGert Wollny2020-02-101-0/+29
* r600: Fix maximum line widthGert Wollny2020-01-041-4/+1
* ac: add radeon_info::num_rings and move ring_type to amd_family.hMarek Olšák2019-11-191-3/+3
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* util: remove LIST_IS_EMPTY macroTimothy Arceri2019-10-281-2/+2
* r600: replace binary HAVE_LLVM checks with LLVM_AVAILABLEEric Engestrom2019-09-061-6/+2
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-4/+4
* amd/common: move ac_shader_{binary,reloc} into r600 and renameNicolai Hähnle2019-07-041-21/+0
* ac: add radeon_info::is_amdgpu instead of checking drm_major == 3Marek Olšák2019-06-141-43/+3
* r600+radeonsi: use ctx_query_reset_status on radeonMarek Olšák2019-05-161-14/+2
* winsys/amdgpu: add REWIND emulation via INDIRECT_BUFFER into cs_check_spaceMarek Olšák2019-05-161-1/+1
* winsys/amdgpu: add a parallel compute IB coupled with a gfx IBMarek Olšák2019-05-161-2/+2
* ac: add radeon_info::marketing_name, replacing the winsys callbackMarek Olšák2019-04-231-12/+1
* simplify LLVM version string printingEric Engestrom2019-04-041-13/+7
* radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET onlyMarek Olšák2018-11-091-1/+1
* util: Change remaining uint32 cache ids to sha1David McFarland2018-10-261-21/+22
* r600: use build-id when available for disk cacheTimothy Arceri2018-10-031-7/+7
* 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