aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: shrink r600d_common.h and stop using itMarek Olšák2017-10-095-35/+38
* radeonsi: import cayman_msaa.c from drivers/radeonMarek Olšák2017-10-094-296/+0
* radeonsi: remove r600_emit_relocMarek Olšák2017-10-093-24/+10
* radeonsi: import r600_streamout from drivers/radeonMarek Olšák2017-10-095-380/+4
* radeonsi: disable primitive binning on Vega10 (v2)Marek Olšák2017-10-092-0/+4
* radeonsi: enumerize DBG flagsMarek Olšák2017-10-094-111/+122
* radeonsi: move si_draw_rectangle into si_state_draw.cMarek Olšák2017-10-072-88/+0
* gallium/radeon: remove r600_atom::num_dwMarek Olšák2017-10-073-36/+2
* gallium/radeon: remove old r600g code checking chip_class and familyMarek Olšák2017-10-077-226/+53
* gallium: Remove util_format_s3tc_init()Matt Turner2017-10-021-1/+0
* radeonsi: move current_rast_prim into si_contextNicolai Hähnle2017-10-022-5/+0
* radeonsi: move and rename scissor and viewport state and functionsNicolai Hähnle2017-10-022-36/+0
* radeonsi: remove si_apply_scissor_bug_workaroundNicolai Hähnle2017-10-021-2/+0
* radeonsi: move r600_viewport.c to si_viewport.cNicolai Hähnle2017-10-022-451/+0
* radeonsi: fix maximum advertised point size / line widthNicolai Hähnle2017-10-021-6/+1
* radeonsi: don't discard points and linesNicolai Hähnle2017-10-021-2/+19
* radeonsi: move current_rast_prim to r600_common_contextNicolai Hähnle2017-10-022-0/+5
* radeonsi: clamp depth comparison value only for fixed point formatsNicolai Hähnle2017-09-292-1/+5
* gallium/radeon: fix a commentNicolai Hähnle2017-09-291-1/+1
* gallium/radeon: consolidate PIPE_BIND_SHARED/SCANOUT handlingMarek Olšák2017-09-272-13/+4
* gallium/radeon: more use of vi_dcc_formats_are_incompatible()Samuel Pitoiset2017-09-271-2/+1
* r600: fork and import gallium/radeonMarek Olšák2017-09-2622-879/+646
* radeonsi: reallocate if a non-sharable textures is being sharedMarek Olšák2017-09-181-1/+5
* radeonsi: PIPE_BIND_SHARED should allow inter-process sharingMarek Olšák2017-09-181-5/+4
* radeonsi: enable out-of-order rasterization when possible on VI and GFX9 dGPUsNicolai Hähnle2017-09-182-1/+2
* gallium/radeon: pass old_(perfect_)enable to set_occlusion_query_stateNicolai Hähnle2017-09-182-2/+5
* gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle2017-09-182-6/+16
* radeonsi: remove SET_PREDICATION workaround on newer firmwareNicolai Hähnle2017-09-131-2/+4
* 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-112-0/+52
* gallium/radeon: add a proper fail path for calloc in r600_flush_from_stMarek Olšák2017-09-111-3/+6
* radeonsi/gfx9: fix interprocess resource sharing on RavenMarek Olšák2017-09-111-1/+3
* 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-112-4/+12
* gallium/u_blitter: add new union blitter_attrib to replace pipe_color_unionMarek Olšák2017-09-112-11/+11
* gallium/radeon: use rectangles for 1D and 2D texture blitsMarek Olšák2017-09-111-7/+13
* ac/surface: add radeon_surf::has_stencil for convenienceMarek Olšák2017-09-071-2/+2
* radeon/uvd: fix the assertion check for YUYV formatLeo Liu2017-09-061-3/+5
* radeonsi/gfx9: implement primitive binningMarek Olšák2017-09-052-0/+4
* gallium/radeon: sort DBG shader flags according to pipe_shader_typeMarek Olšák2017-09-042-31/+14
* radeonsi: ensure cache flushes happen before SET_PREDICATION packetsNicolai Hähnle2017-09-042-4/+8
* radeonsi: fix ARB_transform_feedback_overflow_query on <= VINicolai Hähnle2017-09-042-0/+9
* gallium/radeon: always use two-dimensional constant referencesNicolai Hähnle2017-09-041-18/+18
* radeon/uvd: add Define Restart Interval to MJPEG bitstream reconstructionLeo Liu2017-09-021-0/+11
* radeon/uvd: fix MJPEG quantization table indexLeo Liu2017-09-021-1/+1
* radeonsi: set a per-buffer flag that disables inter-process sharing (v4)Marek Olšák2017-08-312-4/+23
* radeonsi: update dirty_level_mask before dispatchingSamuel Pitoiset2017-08-301-0/+1
* gallium/radeon: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmationMarek Olšák2017-08-281-3/+9
* gallium/u_threaded: rename IGNORE_VALID_RANGE -> NO_INFER_UNSYNCHRONIZEDMarek Olšák2017-08-281-1/+1