i915g: make gears run again.
[mesa.git] / src / gallium / drivers / radeon /
2017-11-02 Marek Olšákradeonsi: remove 'Authors:' comments
2017-11-01 Marek OlšákRevert "winsys/amdgpu: Add R600_DEBUG flag to reserve...
2017-10-31 Andrey Grodzovskywinsys/amdgpu: Add R600_DEBUG flag to reserve VMID...
2017-10-26 Leo Liuradeon/video: add gfx9 offsets when rejoin the video...
2017-10-17 Marek Olšákradeonsi: add GFX-IB-size query to the HUD
2017-10-16 Dylan Bakermeson: build radeonsi
2017-10-12 Marek Olšákradeonsi: implement sync_file import/export
2017-10-12 Marek Olšákwinsys/amdgpu: implement sync_file import/export
2017-10-12 Marek Olšákac: add radeon_info::has_sync_file
2017-10-12 Marek Olšákgallium: add pipe_screen::check_resource_capability
2017-10-11 Rob HerringAndroid: fix build break from r600/radeon split
2017-10-09 Marek Olšákradeonsi: shrink r600d_common.h and stop using it
2017-10-09 Marek Olšákradeonsi: import cayman_msaa.c from drivers/radeon
2017-10-09 Marek Olšákradeonsi: remove r600_emit_reloc
2017-10-09 Marek Olšákradeonsi: import r600_streamout from drivers/radeon
2017-10-09 Marek Olšákradeonsi: disable primitive binning on Vega10 (v2)
2017-10-09 Marek Olšákradeonsi: enumerize DBG flags
2017-10-07 Marek Olšákradeonsi: move si_draw_rectangle into si_state_draw.c
2017-10-07 Marek Olšákgallium/radeon: remove r600_atom::num_dw
2017-10-07 Marek Olšákgallium/radeon: remove old r600g code checking chip_cla...
2017-10-03 Matt Turnergallium: Remove util_format_s3tc_init()
2017-10-02 Nicolai Hähnleradeonsi: move current_rast_prim into si_context
2017-10-02 Nicolai Hähnleradeonsi: move and rename scissor and viewport state...
2017-10-02 Nicolai Hähnleradeonsi: remove si_apply_scissor_bug_workaround
2017-10-02 Nicolai Hähnleradeonsi: move r600_viewport.c to si_viewport.c
2017-10-02 Nicolai Hähnleradeonsi: fix maximum advertised point size / line...
2017-10-02 Nicolai Hähnleradeonsi: don't discard points and lines
2017-10-02 Nicolai Hähnleradeonsi: move current_rast_prim to r600_common_context
2017-09-29 Nicolai Hähnleradeonsi: clamp depth comparison value only for fixed...
2017-09-29 Nicolai Hähnlegallium/radeon: fix a comment
2017-09-27 Marek Olšákgallium/radeon: consolidate PIPE_BIND_SHARED/SCANOUT...
2017-09-27 Samuel Pitoisetgallium/radeon: more use of vi_dcc_formats_are_incompat...
2017-09-26 Marek Olšákr600: fork and import gallium/radeon
2017-09-18 Marek Olšákradeonsi: reallocate if a non-sharable textures is...
2017-09-18 Marek Olšákradeonsi: PIPE_BIND_SHARED should allow inter-process...
2017-09-18 Nicolai Hähnleradeonsi: enable out-of-order rasterization when possib...
2017-09-18 Nicolai Hähnlegallium/radeon: pass old_(perfect_)enable to set_occlus...
2017-09-18 Nicolai Hähnlegallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
2017-09-13 Nicolai Hähnleradeonsi: remove SET_PREDICATION workaround on newer...
2017-09-13 Nicolai Hähnleamd/common: get ME/PFP/CE firmware feature versions...
2017-09-11 Marek Olšákradeonsi: implement pipe_context::fence_server_sync
2017-09-11 Marek Olšákgallium/radeon: add a proper fail path for calloc in...
2017-09-11 Marek Olšákradeonsi/gfx9: fix interprocess resource sharing on...
2017-09-11 Dave Airlier600: handle the non-TXF_LZ support path.
2017-09-11 Marek Olšákgallium/u_blitter: use draw_rectangle for all blits...
2017-09-11 Marek Olšákgallium/u_blitter: use draw_rectangle callback for...
2017-09-11 Marek Olšákgallium/u_blitter: add new union blitter_attrib to...
2017-09-11 Marek Olšákgallium/radeon: use rectangles for 1D and 2D texture...
2017-09-07 Marek Olšákac/surface: add radeon_surf::has_stencil for convenience
2017-09-06 Leo Liuradeon/uvd: fix the assertion check for YUYV format
2017-09-05 Marek Olšákradeonsi/gfx9: implement primitive binning
2017-09-04 Marek Olšákgallium/radeon: sort DBG shader flags according to...
2017-09-04 Nicolai Hähnleradeonsi: ensure cache flushes happen before SET_PREDIC...
2017-09-04 Nicolai Hähnleradeonsi: fix ARB_transform_feedback_overflow_query...
2017-09-04 Nicolai Hähnlegallium/radeon: always use two-dimensional constant...
2017-09-03 Leo Liuradeon/uvd: add Define Restart Interval to MJPEG bitstr...
2017-09-03 Leo Liuradeon/uvd: fix MJPEG quantization table index
2017-08-31 Marek Olšákradeonsi: set a per-buffer flag that disables inter...
2017-08-30 Samuel Pitoisetradeonsi: update dirty_level_mask before dispatching
2017-08-28 Marek Olšákgallium/radeon: set EVENT_WRITE_EOP.INT_SEL = wait...
2017-08-28 Marek Olšákgallium/u_threaded: rename IGNORE_VALID_RANGE -> NO_INF...
2017-08-23 Leo Liuradeon/video: Return false explicitly for HEVC if not...
2017-08-23 Nicolai Hähnlegallium/radeon: fix saving multi-part command streams
2017-08-22 Leo Liuradeon/vcn: enable P016 mode support
2017-08-22 Leo Liuradeon/vcn: correct target buffer pitch calculation
2017-08-22 Marek Olšákgallium/radeon: add helpers for whether HTILE is enabled
2017-08-22 Marek Olšákgallium/radeon: clean up EOP_DATA_SEL magic numbers
2017-08-22 Marek Olšákradeonsi/gfx9: set 'not a query' for r600_gfx_write_eve...
2017-08-22 Marek Olšákradeonsi/gfx9: properly handle imported textures with...
2017-08-22 Marek Olšákradeonsi: remove Constant Engine support
2017-08-22 Nicolai Hähnleradeonsi: start using u_log_context for debugging
2017-08-22 Nicolai Hähnleradeonsi: implement pipe_context::set_log_context
2017-08-21 Rob HerringAndroid: Fix LLVM duplicated symbols linking for N...
2017-08-21 Leo Liuradeon/uvd: add YUYV format support for target buffer
2017-08-21 Leo Liuradeon/video: MJPEG not support stacked video buffers
2017-08-21 Leo Liuradeon/uvd: reconstruct MJPEG bitstream
2017-08-21 Leo Liuradeon/video: add MJPEG support
2017-08-21 Leo Liuradeon/uvd: add MJPEG support
2017-08-21 Leo Liuradeon/uvd: add MJPEG stream type
2017-08-21 Leo Liuradeon/uvd: get the target buffer pitch correct for...
2017-08-18 Marek Olšákgallium/radeon: remove old_fence parameter from r600_gf...
2017-08-18 Marek Olšákradeonsi/gfx9: prevent a GPU hang after a timestamp...
2017-08-16 Boyuan Zhangradeon/vce: support all firmwares with major ver 53
2017-08-15 Marek Olšákradeonsi: disable CE by default
2017-08-15 Dave Airlieradeonsi: initialise imported surface to 0.
2017-08-11 Marek Olšákgallium/radeon: only pass shader-specific debug flags...
2017-08-07 Marek Olšákradeonsi: expose the number of decompress calls to...
2017-08-07 Marek Olšákgallium/radeon: rename GPU-dma-busy -> GPU-cp-dma-busy
2017-08-07 Marek Olšákgallium/radeon: print all members of radeon_info with...
2017-08-06 Dave Airlieradeonsi: add basic memory object support
2017-08-06 Andres Rodriguezradeonsi: factor out metadata import
2017-08-04 Nicolai Hähnleradeonsi: set drirc compiler options before calling...
2017-08-04 Marek Olšákradeonsi: program tile swizzle for color and FMASK...
2017-08-04 Marek Olšákgallium/radeon: reallocate textures with non-zero tile_...
2017-08-04 Marek Olšákac/surface: add RADEON_SURF_SHAREABLE
2017-08-02 Nicolai Hähnleradeonsi: avoid redundant SET_PREDICATION packet with...
2017-08-02 Nicolai Hähnleradeonsi: fix streamout overflow predication on VI+
2017-08-02 Nicolai Hähnlegallium/radeon: implement qbo for SO_OVERFLOW_PREDICATE
2017-08-02 Nicolai Hähnlegallium/radeon: implement basic parts of PIPE_QUERY_SO_...
2017-08-02 Nicolai Hähnlegallium/radeon: fix render predication by SO overflow...
next