v3d: Rename the driver files from "vc5" to "v3d".
[mesa.git] / src / gallium / drivers / radeonsi /
2018-05-10 Marek Olšákac/gpu_info: add has_read_registers_query
2018-05-10 Marek Olšákac/gpu_info: add has_2d_tiling
2018-05-10 Marek Olšákac/gpu_info: add has_sparse_vm_mappings
2018-05-10 Marek Olšákac/gpu_info: add has_unaligned_shader_loads
2018-05-10 Marek Olšákradeonsi: expose ARB_query_buffer_object on ancient...
2018-05-10 Marek Olšákac/gpu_info: add has_indirect_compute_dispatch
2018-05-10 Marek Olšákac/gpu_info: add kernel_flushes_tc_l2_after_ib
2018-05-10 Marek Olšákac/gpu_info: add has_format_bc1_through_bc7
2018-05-10 Marek Olšákac/gpu_info: add has_eqaa_surface_allocator
2018-05-10 Marek Olšákradeonsi: clean up the reset status query implementation
2018-05-10 Marek Olšákac/gpu_info: add has_bo_metadata
2018-05-10 Marek Olšákac/gpu_info: add si_TA_CS_BC_BASE_ADDR_allowed
2018-05-10 Marek Olšákac/gpu_info: add htile_cmask_support_1d_tiling
2018-05-10 Marek Olšákac/gpu_info: add kernel_flushes_hdp_before_ib
2018-05-10 Marek Olšákradeonsi: add an environment variable that forces EQAA...
2018-05-10 Marek Olšákradeonsi: set up EQAA image descriptors properly
2018-05-10 Marek Olšákradeonsi: add EQAA SC,DB,CB register programming
2018-05-10 Marek Olšákradeonsi: support creating EQAA color textures
2018-05-10 Marek Olšákac/surface: add EQAA support
2018-05-10 Marek Olšákradeonsi: use better sample locations for 8x EQAA
2018-05-10 Marek Olšákradeonsi: improve quality of 16 sample locations
2018-05-10 Marek Olšákradeonsi: use better sample locations for 4x MSAA
2018-05-10 Marek Olšákradeonsi: reorder sample locations as required by EQAA
2018-05-10 Marek Olšákradeonsi: simplify si_get_sample_position
2018-05-10 Marek Olšákradeonsi: simplify arrays of sample locations
2018-05-10 Marek Olšákradeonsi: set DB_EQAA the same as Vulkan
2018-05-10 Marek Olšákradeonsi: remove CM_ prefixes
2018-05-10 Marek Olšákradeonsi: don't update clear color registers if they...
2018-05-10 Marek Olšákradeonsi: remove r600_fmask_info
2018-05-10 Marek Olšákac/surface: unify common legacy and gfx9 fmask fields
2018-05-10 Marek Olšákac/surface/gfx6: compute FMASK together with the color...
2018-05-10 Marek Olšákradeonsi/gfx9: work around a GPU hang due to broken...
2018-05-01 Rhys Perrygallium: add initial support for conservative rasterization
2018-04-27 Marek Olšákradeonsi: increase the number of compiler threads depen...
2018-04-27 Marek Olšákradeonsi: avoid a crash in gallivm_dispose_target_libra...
2018-04-27 Marek Olšákradeonsi: move data_layout into si_compiler
2018-04-27 Marek Olšákradeonsi: move passmgr into si_compiler
2018-04-27 Marek Olšákradeonsi: move target_library_info into si_compiler
2018-04-27 Marek Olšákradeonsi: use si_compiler::triple in si_llvm_optimize_m...
2018-04-27 Marek Olšákradeonsi: add triple into si_compiler
2018-04-27 Marek Olšákradeonsi: add struct si_compiler containing LLVMTargetM...
2018-04-27 Marek Olšákradeonsi: rename r600_texture::resource to buffer
2018-04-27 Marek Olšákradeonsi: use r600_resource() typecast helper
2018-04-27 Marek Olšákradeonsi: remove unused atom parameter from si_atom...
2018-04-27 Marek Olšákradeonsi: inline 2 trivial state structures
2018-04-27 Marek Olšákradeonsi: remove function si_init_atom
2018-04-27 Marek Olšákradeonsi: remove si_atom::id
2018-04-27 Marek Olšákradeonsi: don't use an indirect table for state atoms
2018-04-27 Marek Olšákradeonsi: rename r600_atom -> si_atom
2018-04-27 Marek Olšákradeonsi: remove r600_pipe_common.h
2018-04-27 Marek Olšákradeonsi/gfx9: workaround for INTERP with indirect...
2018-04-27 Marek Olšákradeonsi: rewrite DCC format compatibility checking...
2018-04-27 Marek Olšákradeonsi: implement DCC fast clear swizzle constraints...
2018-04-27 Marek Olšákradeonsi: rename variables and document stuff around...
2018-04-27 Marek Olšákradeonsi: fully enable 2x DCC MSAA for array and non...
2018-04-27 Marek Olšákradeonsi: enable fast color clear for level 0 of mipmap...
2018-04-23 Dave Airlieac/radv/radeonsi: refactor harvest config register...
2018-04-23 Dave Airlieac/radv/radeonsi: refactor max simd waves into common...
2018-04-23 Dave Airlieac/radv/radeonsi: refactor raster_config default values...
2018-04-23 Dave Airlieradeonsi: use common gs_table_depth code
2018-04-23 Dave Airlieradeonsi: don't runtime check gs table info
2018-04-20 Nicolai Hähnleradeonsi: generate image load/store/atomic ops using...
2018-04-20 Nicolai Hähnleamd/common: pass address components individually to...
2018-04-20 Nicolai Hähnleamd/common: pass new enum ac_image_dim to ac_build_imag...
2018-04-20 Nicolai Hähnleradeonsi/nir: fix crash in test involving the sample...
2018-04-20 Nicolai Hähnleradeonsi/nir: set FS properties only when scanning...
2018-04-20 Nicolai Hähnleradeonsi: fix error paths of si_texture_transfer_map
2018-04-18 Marek Olšákradeonsi: add support for VegaM
2018-04-18 Marek Olšákradeonsi/gfx9: fix a hang with an empty first IB
2018-04-16 Marek Olšákradeonsi: don't emit partial flushes for internal CS...
2018-04-16 Marek Olšákradeonsi: implement mechanism for IBs without partial...
2018-04-14 Marek Olšákradeonsi: restore si_emit_cache_flush call at the end...
2018-04-13 Marek Olšákgallium: move ddebug, noop, rbug, trace to auxiliary...
2018-04-13 Marek Olšákradeonsi: make sure CP DMA is idle at the end of IBs
2018-04-13 Marek Olšákradeonsi: always prefetch later shaders after the draw...
2018-04-13 Marek Olšákradeonsi: emit shader pointers before cache flushes...
2018-04-13 Marek Olšákradeonsi/gfx9: don't use the workaround for gather4...
2018-04-13 Marek Olšákradeonsi: disable TC-compat HTILE on Tonga and Iceland
2018-04-13 Marek Olšákradeonsi: force 2D tiling on VI only when TC-compat...
2018-04-13 Marek Olšákradeonsi: don't flush HTILE if there is no HTILE clear
2018-04-13 Marek Olšákradeonsi: merge 2 identical if statements in si_clear
2018-04-13 Marek Olšákradeonsi: don't do GFX-specific texture decompression...
2018-04-13 Marek Olšákradeonsi: simplify generating the renderer string
2018-04-12 Leo Liuradeonsi: use PIPE_FORMAT_P016 format for VP9 profile2
2018-04-12 Leo Liuradeonsi: cap VP9 support to progressive buffer
2018-04-12 Leo Liuradeonsi: cap VP9 support to Raven
2018-04-11 Nicolai Hähnleradeonsi: correctly parse disassembly with labels
2018-04-11 Nicolai Hähnleradeonsi: pass -O halt_waves to umr for hang debugging
2018-04-10 Marek Olšákradeonsi: add shader binary padding for UMR
2018-04-10 Juan A. Suarez Romeroradeonsi: autotools: add si_build_pm4.h in dist tarball
2018-04-10 Timothy Arceriradeonsi/nir: tidy up si_nir_load_sampler_desc()
2018-04-10 Timothy Arceriradeonsi/nir: set uses_bindless_images for images
2018-04-10 Timothy Arceriradeonsi/nir: don't add bindless samplers/images to...
2018-04-09 Bas Vermeulenradeonsi: convert dispatch packet to little endian
2018-04-09 Bas Vermeulenradeonsi: correct si_vgt_param_key on big endian machines
2018-04-09 Marek Olšákradeonsi: don't set RB+ registers on GFX9 chips without RB+
2018-04-05 Jan Veselyradeonsi: Reorder checks in si_check_render_feedback
2018-04-05 Marek Olšákradeonsi: fix a crash if ps_shader.cso is NULL in si_ge...
2018-04-05 Marek Olšákradeonsi: remove more R600 references
2018-04-05 Marek Olšákradeonsi: try to fix meson
next