summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeon/video: Return false explicitly for HEVC if not the caseLeo Liu2017-08-231-0/+1
* gallium/radeon: fix saving multi-part command streamsNicolai Hähnle2017-08-231-1/+1
* radeon/vcn: enable P016 mode supportLeo Liu2017-08-221-7/+11
* radeon/vcn: correct target buffer pitch calculationLeo Liu2017-08-221-1/+1
* gallium/radeon: add helpers for whether HTILE is enabledMarek Olšák2017-08-221-0/+13
* gallium/radeon: clean up EOP_DATA_SEL magic numbersMarek Olšák2017-08-221-3/+6
* radeonsi/gfx9: set 'not a query' for r600_gfx_write_event_eop correctlyMarek Olšák2017-08-221-0/+2
* radeonsi/gfx9: properly handle imported textures with unexpected swizzle modeMarek Olšák2017-08-221-6/+3
* radeonsi: remove Constant Engine supportMarek Olšák2017-08-226-45/+3