radeonsi: cull primitives with async compute for large draw calls
[mesa.git] / src / gallium /
2019-05-16 Marek Olšákradeonsi: cull primitives with async compute for large...
2019-05-16 Marek Olšákwinsys/amdgpu: add REWIND emulation via INDIRECT_BUFFER...
2019-05-16 Marek Olšákradeonsi: add si_vs_prolog_bits::unpack_instance_id_fro...
2019-05-16 Marek Olšákradeonsi: make some functions non-static
2019-05-16 Marek Olšákradeonsi: allow si_shader_select_with_key to return...
2019-05-16 Marek Olšákradeonsi: use pipe_draw_info::instance_count indirectly
2019-05-16 Marek Olšákradeonsi: use pipe_draw_info::prim and primitive_restar...
2019-05-16 Marek Olšákradeonsi: make functions for creating LLVM functions...
2019-05-16 Marek Olšákwinsys/amdgpu: add a parallel compute IB coupled with...
2019-05-16 Marek Olšákradeonsi: add a cs parameter into si_cp_copy_data
2019-05-16 Marek Olšákradeonsi: add a cs parameter into si_cp_release_mem
2019-05-16 Marek Olšákradeonsi: add threadgroups_per_cu param into si_get_com...
2019-05-16 Marek Olšákradeonsi: move si_*_descriptors_idx functions into...
2019-05-16 Marek Olšákradeonsi: make si_initialize_compute reusable
2019-05-16 Marek Olšákradeonsi: extract COMPUTE_RESOURCE_LIMITS code into...
2019-05-16 Marek Olšákradeonsi: return the last part's return value from...
2019-05-16 Marek Olšákwinsys/amdgpu: always set NO_CPU_ACCESS and NO_SUBALLOC...
2019-05-16 Jan Zielinskiswr: clean up supported OGL4.0/4.1 extensions list
2019-05-16 Leo Liuvl/dri3: set back buffer from output to NULL with front...
2019-05-16 Roland Scheideggerauxiliary/draw: fix crash with zero-stride draw auto
2019-05-16 Kenneth Graunkeiris: Dodge more GLSL IR lowering
2019-05-16 Alyssa Rosenzweigpanfrost/midgard: Add load/store opcodes
2019-05-16 Alyssa Rosenzweigpanfrost/midgard: Enable integer constant inlining
2019-05-16 Alyssa Rosenzweigpanfrost/midgard: Remove imov workaround
2019-05-16 Alyssa Rosenzweigpanfrost/midgard: Set int outmod for ops writing integers
2019-05-16 Alyssa Rosenzweigpanfrost: Set custom stride for textures when necessary
2019-05-16 Alyssa Rosenzweigpanfrost/decode: Stride decoding
2019-05-16 Alyssa Rosenzweigpanfrost/decode: Futureproof texture dumping
2019-05-16 Marek Olšákac: rename SI-CIK-VI to GFX6-GFX7-GFX8
2019-05-15 Kenneth Graunkest/dri: Minor style fixes
2019-05-15 Chia-I Wuvirgl: handle DONT_BLOCK and MAP_DIRECTLY
2019-05-15 Chia-I Wuvirgl: add virgl_resource_transfer_prepare
2019-05-15 Chia-I Wuvirgl: honor DISCARD_WHOLE_RESOURCE in virgl_res_needs_...
2019-05-15 Chia-I Wuvirgl: clean up virgl_res_needs_readback
2019-05-15 Alyssa Rosenzweiggallium: Add default check for PIPE_CAP_FRAGMENT_SHADER...
2019-05-15 Andrii Kryvytskyiiris: Check if resource has stencil before returning it
2019-05-15 Kenneth Graunkeiris: Enable fragment shader interlock on Gen9+.
2019-05-15 Kenneth Graunkegallium: Add a PIPE_CAP_FRAGMENT_SHADER_INTERLOCK.
2019-05-14 Kenneth Graunkeintel/compiler: Implement TCS 8_PATCH mode and INTEL_DE...
2019-05-14 Chia-I Wuvirgl: clean up virgl_res_needs_flush
2019-05-14 Chia-I Wuvirgl: comment on a sync issue in transfers
2019-05-14 Chia-I Wuvirgl: PIPE_TRANSFER_READ does not imply flush
2019-05-14 Chia-I Wuvirgl: do not skip readback because of explicit flush
2019-05-14 Chia-I Wuvirgl: remove unused virgl_transfer_inline_write
2019-05-14 Nanley Cheryiris/resource: Drop redundant checks for aux support
2019-05-14 Nanley Cheryiris/resource: Fall back to no aux if creation fails
2019-05-14 Gert Wollnysoftpipe/buffer: load only as many components as the...
2019-05-14 Tomeu Vizosopanfrost: ci: Reduce batch size to 3000
2019-05-14 Tomeu Vizosopanfrost: ci: Update expectations
2019-05-13 Eric Anholtfreedreno: Fix warning on printing a uint64_t using...
2019-05-13 Eric Anholtfreedreno: Silence compiler warnings about "*" in boole...
2019-05-13 Eric Anholtfreedreno: Silence compiler warnings about uninit ...
2019-05-13 Eric Anholtfreedreno: Make emacs indent the way robclark's eclipse...
2019-05-13 Eric Anholtfreedreno: Make .editorconfig match .dir-locals.el.
2019-05-13 Karol Herbstnv50/ir/nir: make use of SYSTEM_VALUE_MAX when iteratin...
2019-05-13 Karol Herbstnv50/ir/nir: prefer to shift 1ull instead of 1ll
2019-05-13 Eric Anholtv3d: Use driconf to expose non-MSAA texture limits...
2019-05-13 Eric Anholtgallium: Redefine the max texture 2d cap from _LEVELS...
2019-05-13 Nicolai Hähnleradeonsi: overhaul the vertex fetch fixup mechanism
2019-05-13 Nicolai Hähnleradeonsi: store sctx->vertex_elements in a local in...
2019-05-13 Patrick Lerdalima: add Allwinner H5 support
2019-05-13 Patrick Lerdalima: refactor plb_max_blk
2019-05-12 Alyssa Rosenzweigpanfrost/midgard: Handle csel correctly
2019-05-12 Illia Ioriniris: Implement ARB_indirect_parameters
2019-05-12 Kenneth Graunkeiris: Split iris_update_draw_info into two functions.
2019-05-10 Kenneth Graunkeiris: Use full ways for L3 cache setup on Icelake.
2019-05-10 Julien Isorcest/va: set the visible image dimensions in vlVaDeriveImage
2019-05-10 Alyssa Rosenzweiggallium: Add helper to convert PIPE blending to shader_...
2019-05-10 Jonathan Mareknir: allow specifying a set of opcodes in lower_alu_to_...
2019-05-10 Leo Liuwinsys/amdgpu: add VCN JPEG to no user fence group
2019-05-10 Qiang Yulima: fix width 4096 resolution GP fail
2019-05-10 Tomeu Vizosopanfrost: Add CAPFs for conservative rasterization
2019-05-10 Tomeu Vizosopanfrost: Only take the fast paths on buffers aligned...
2019-05-10 Tomeu Vizosopanfrost: Fix two uninitialized accesses in compiler
2019-05-10 Tomeu Vizosopanfrost: ci: Skip running some tests
2019-05-10 Tomeu Vizosopanfrost: ci: Don't restart Weston
2019-05-10 Tomeu Vizosopanfrost: ci: Update list of expected failures
2019-05-10 Tomeu Vizosopanfrost: ci: Tweak dEQP to improve throughput
2019-05-10 Tomeu Vizosopanfrost: ci: Fix list of tests to run
2019-05-10 Tomeu Vizosopanfrost: ci: Check for incomplete runs
2019-05-10 Tomeu Vizosopanfrost: ci: Add tests to flip-flop list
2019-05-10 Tomeu Vizosopanfrost: ci: Add support for running the tests on...
2019-05-10 Vasily Khoruzhicklima: fix tile buffer reloading
2019-05-09 Kenneth Graunkeiris: Expose PIPE_CAP_DEVICE_RESET_STATUS_QUERY
2019-05-09 Kenneth Graunkeiris: Hook up device reset callbacks
2019-05-09 Kenneth Graunkeiris: Try to recover from GPU hangs.
2019-05-09 Chris Wilsoniris: Add helpers to clone a hardware context.
2019-05-09 Kenneth Graunkeiris: Mark render batches as non-recoverable.
2019-05-09 Ian Romanicknir: Initialize lower_flrp_progress everywhere
2019-05-09 Eric Engestromgallium: fix typo in comment
2019-05-09 Chris Wilsoniris: Reorganise execbuf to have a single point of...
2019-05-08 Dave Airliekmsro: add _dri.so to two of the kmsro drivers.
2019-05-08 Kenneth Graunkeiris: Report the same video memory settings as i965.
2019-05-08 Brian Paulgallium/util: fix two MSVC compiler warnings
2019-05-08 Brian Paulgallium/pp: s/uint/enum tgsi_semantic/ to fix MSVC...
2019-05-08 Brian Paulnoop: s/enum pipe_transfer_usage/unsigned/ to fix MSVC...
2019-05-08 Brian Paulddebug: fix a few MSVC compiler warnings
2019-05-07 Timothy Arceriradeonsi: add an AMD_TEX_ANISO environment variable
2019-05-07 Kenneth Graunkeiris: Also handle res->offset for buffer sampler/image...
2019-05-07 Mike Blumenkrantziris: support dmabuf imports with offsets
next