summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeonsi: start using u_log_context for debuggingNicolai Hähnle2017-08-222-19/+24
* radeonsi: implement pipe_context::set_log_contextNicolai Hähnle2017-08-221-0/+3
* Android: Fix LLVM duplicated symbols linking for N and MRob Herring2017-08-211-1/+1
* radeon/uvd: add YUYV format support for target bufferLeo Liu2017-08-211-2/+4
* radeon/video: MJPEG not support stacked video buffersLeo Liu2017-08-211-1/+5
* radeon/uvd: reconstruct MJPEG bitstreamLeo Liu2017-08-211-0/+136
* radeon/video: add MJPEG supportLeo Liu2017-08-211-0/+8
* radeon/uvd: add MJPEG supportLeo Liu2017-08-211-9/+22
* radeon/uvd: add MJPEG stream typeLeo Liu2017-08-211-0/+1
* radeon/uvd: get the target buffer pitch correct for different formatLeo Liu2017-08-211-2/+2
* gallium/radeon: remove old_fence parameter from r600_gfx_write_event_eopMarek Olšák2017-08-183-9/+15
* radeonsi/gfx9: prevent a GPU hang after a timestamp eventMarek Olšák2017-08-183-5/+41
* radeon/vce: support all firmwares with major ver 53Boyuan Zhang2017-08-161-8/+10