virgl: honor DISCARD_WHOLE_RESOURCE in virgl_res_needs_readback
[mesa.git] / src / gallium /
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
2019-05-07 Roland Scheideggergallivm: fix broken 8-wide s3tc decoding
2019-05-07 Vasily Khoruzhicklima: enable sin and cos lowering for GP
2019-05-07 Rob Clarkfreedreno/ir3: move const_state to ir3_shader
2019-05-07 Rob Clarkfreedreno/ir3: move immediates to const_state
2019-05-07 Rob Clarkfreedreno/ir3: consolidate const state
2019-05-07 Ian Romanickintel/compiler: Use the flrp lowering pass for all...
2019-05-07 Ian Romanicknir: Use the flrp lowering pass instead of nir_opt_alge...
2019-05-07 Christian Gmeinernir: nir_shader_compiler_options: drop native_integers
2019-05-07 Alyssa Rosenzweigpanfrost: Refactor blend descriptors
2019-05-07 Vasily Khoruzhicklima/gpir: enable lowering for ftrunc
2019-05-07 Vasily Khoruzhicklima/gpir: implement nir_op_fmov
2019-05-07 Vasily Khoruzhicklima: use int_to_float lowering pass
2019-05-06 Vasily Khoruzhicklima/gpir: fix float uniform alignment issue
2019-05-06 Erik Faye-Lunddraw: flush when setting stream-out targets
2019-05-06 Erik Faye-Lundllvmpipe: pass stream-out targets to draw-module early
2019-05-06 Chia-I Wuvirgl: do not use inline writes for subdata
2019-05-06 Chia-I Wuvirgl: rework queries
2019-05-06 Chia-I Wuvirgl: export resource_is_busy from winsys
2019-05-06 Kenneth Graunkeiris: Enable PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
2019-05-06 Erico Nuneslima/ppir: abort compilation in case of unsupported...
2019-05-06 Erico Nuneslima/ir: print names of unsupported intrinsics
2019-05-06 John Stultzmesa: android: freedreno: Fix build failure due to...
2019-05-06 Amit Pundirmesa: android: freedreno: build libfreedreno_{drm,ir3...
2019-05-04 Rob Clarkfreedreno: remove unused forward struct declaration
2019-05-04 Alyssa Rosenzweigpanfrost/midgard: iabs cannot run on mul
2019-05-04 Alyssa Rosenzweigpanfrost/midgard: Lower mixed csel (NIR)
2019-05-04 Alyssa Rosenzweigpanfrost/midgard: Fix RA when temp_count = 0
2019-05-04 Alyssa Rosenzweigpanfrost/midgard: Fix integer selection
2019-05-04 Alyssa Rosenzweigpanfrost: Support RGB565 FBOs
2019-05-04 Alyssa Rosenzweigpanfrost/midgard/disasm: Handle dest_override generalized
2019-05-04 Alyssa Rosenzweigpanfrost/midgard/disasm: Stub out 64-bit
2019-05-04 Alyssa Rosenzweigpanfrost/midgard/disasm: Print 8-bit sources
next