aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_pipe_common.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: make const and stream uploaders allocate read-only memoryMarek Olšák2017-12-061-2/+5
* radeonsi: use a separate allocator for fine fencesMarek Olšák2017-12-061-0/+7
* 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-4/+4
* radeonsi: remove r600_common_screenMarek Olšák2017-11-291-20/+20
* radeonsi: move shader debug helpers out of r600_pipe_common.cMarek Olšák2017-11-291-11/+0
* radeonsi: dismantle si_common_screen_init/destroyMarek Olšák2017-11-291-154/+0
* radeonsi: set all pipe buffer functions in r600_buffer_common.cMarek Olšák2017-11-291-19/+0
* radeonsi: move video queries into si_get.cMarek Olšák2017-11-291-6/+0
* radeonsi: remove more functions from r600_pipe_common.cMarek Olšák2017-11-291-31/+0
* radeonsi: move/remove ac_shader_binary helpersMarek Olšák2017-11-291-22/+0
* radeonsi: move all get functions to si_get.c; disk_cache_create to si_pipe.cMarek Olšák2017-11-291-410/+1
* radeonsi: remove r600_common_context::clear_bufferMarek Olšák2017-11-291-11/+0
* radeonsi: enable DCC with MSAA for VIMarek Olšák2017-11-291-0/+2
* gallium/radeon: disable the cache when nir backend enabledTimothy Arceri2017-11-151-0/+4
* radeonsi: remove DBG_NO_DISCARD_RANGEMarek Olšák2017-11-091-2/+0
* radeonsi: move fence functions to si_fence.cNicolai Hähnle2017-11-091-267/+0
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-091-1/+1
* radeonsi: move pipe debug callback to si_contextNicolai Hähnle2017-11-091-12/+0
* radeonsi: use ac_get_llvm_processor_nameMarek Olšák2017-11-071-35/+2
* winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx.Andrey Grodzovsky2017-11-031-0/+1
* radeonsi: remove 'Authors:' commentsMarek Olšák2017-11-021-3/+0
* Revert "winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx."Marek Olšák2017-11-011-1/+0
* winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx.Andrey Grodzovsky2017-10-311-0/+1
* radeonsi: implement sync_file import/exportMarek Olšák2017-10-121-1/+76
* ac: add radeon_info::has_sync_filecros-mesa-17.2.3-vanillachadv/cros-mesa-17.2.3-vanillaMarek Olšák2017-10-121-0/+1
* radeonsi: shrink r600d_common.h and stop using itMarek Olšák2017-10-091-0/+1
* radeonsi: import cayman_msaa.c from drivers/radeonMarek Olšák2017-10-091-1/+0
* radeonsi: remove r600_emit_relocMarek Olšák2017-10-091-3/+4
* radeonsi: import r600_streamout from drivers/radeonMarek Olšák2017-10-091-12/+0
* radeonsi: disable primitive binning on Vega10 (v2)Marek Olšák2017-10-091-0/+2
* radeonsi: enumerize DBG flagsMarek Olšák2017-10-091-50/+49
* radeonsi: move si_draw_rectangle into si_state_draw.cMarek Olšák2017-10-071-83/+0
* gallium/radeon: remove old r600g code checking chip_class and familyMarek Olšák2017-10-071-89/+10
* gallium: Remove util_format_s3tc_init()Matt Turner2017-10-021-1/+0
* radeonsi: move current_rast_prim into si_contextNicolai Hähnle2017-10-021-4/+0
* radeonsi: move and rename scissor and viewport state and functionsNicolai Hähnle2017-10-021-1/+0
* radeonsi: fix maximum advertised point size / line widthNicolai Hähnle2017-10-021-6/+1
* radeonsi: move current_rast_prim to r600_common_contextNicolai Hähnle2017-10-021-0/+4
* r600: fork and import gallium/radeonMarek Olšák2017-09-261-100/+72
* radeonsi: enable out-of-order rasterization when possible on VI and GFX9 dGPUsNicolai Hähnle2017-09-181-0/+1
* gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle2017-09-181-1/+2
* amd/common: get ME/PFP/CE firmware feature versions as wellNicolai Hähnle2017-09-131-0/+3
* radeonsi: implement pipe_context::fence_server_syncMarek Olšák2017-09-111-0/+45
* gallium/radeon: add a proper fail path for calloc in r600_flush_from_stMarek Olšák2017-09-111-3/+6
* r600: handle the non-TXF_LZ support path.Dave Airlie2017-09-111-1/+1
* gallium/u_blitter: use draw_rectangle for all blits except cubemapsMarek Olšák2017-09-111-1/+5
* gallium/u_blitter: use draw_rectangle callback for layered clearsMarek Olšák2017-09-111-3/+10
* gallium/u_blitter: add new union blitter_attrib to replace pipe_color_unionMarek Olšák2017-09-111-10/+10
* gallium/radeon: use rectangles for 1D and 2D texture blitsMarek Olšák2017-09-111-7/+13