gallium: add storage_sample_count parameter into is_format_supported
[mesa.git] / src / gallium / drivers /
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-31 Marek Olšákgallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
2018-07-31 Gurchetan Singhvirgl: also mark sampler views as dirty
2018-07-31 Dave Airlievirgl: add memory barrier support
2018-07-31 Dave Airlievirgl: add TXQS support
2018-07-31 Dave Airlievirgl: add initial images support (v2)
2018-07-31 Christian Gmeineretnaviv: fix typo in query names
2018-07-30 Eric Anholtv3d: Include commands to run the BCL and RCL in CLIF...
2018-07-30 Eric Anholtv3d: Rename "configuration" and "config" in the XML...
2018-07-30 Eric Anholtv3d: s/colour/color in the XML.
2018-07-30 Eric Anholtv3d: Rename primitives to prims in the XML to match...
2018-07-30 Eric Anholtv3d: Add a separate flag for CLIF ABI output versus...
2018-07-30 Eric Anholtv3d: Add pack header support for f187 values.
2018-07-30 Eric Anholtv3d: Move depth offset packet setup to CSO creation...
2018-07-30 Dave Airlier600: reduce num compute threads to 1024.
2018-07-30 Rob Clarkfreedreno/a5xx: fix txf_ms
2018-07-30 Rhys Perrynvc0: serialize before updating some constant buffer...
2018-07-30 Eric Anholtv3d: Block bin on render when doing vertex texturing.
2018-07-30 Eric Anholtvc4: Fix meson build when enabled without v3d.
2018-07-29 Rob Clarkfreedreno/a5xx: small cleanup
2018-07-29 Rob Clarkfreedreno/a5xx: remove unused prototype
2018-07-29 Rob Clarkfreedreno: fix caps harder
2018-07-28 Brian Paulsvga: whitespace fixes in svga_tgsi_decl_sm30.c
2018-07-28 Eric Anholtv3d: Stop doing pretty-printed colorful booleans in...
2018-07-28 Eric Anholtv3d: Move clif dumping to a separate step from noting...
2018-07-28 Eric Anholtv3d: Move clif dump BO lookup into the clif dumper.
2018-07-28 Eric Anholtv3d: Pass the whole clif_dump structure to v3d_print_gr...
2018-07-27 Eric Anholtv3d: Drop the use of the semaphores.
2018-07-27 Eric Anholtv3d: Drop the VG support from the XML.
2018-07-27 Eric Anholtv3d: Stop using spaces in the names of our buffers.
2018-07-26 Eric Anholtv3d: Avoid the GFXH-1461 workaround if we have only...
2018-07-26 Eric Anholtv3d: Rework the ordering of how we clear things.
2018-07-26 Eric Anholtv3d: Only store buffers that have been written to.
2018-07-26 Eric Anholtv3d: Track the buffers being loaded separately.
2018-07-26 Eric Anholtv3d: Rename cleared/resolve to clear/store.
2018-07-26 Marek Olšákac: fix typo DSL_SEL -> DST_SEL
2018-07-26 Marek Olšákradeonsi: update a comment about cache behavior
2018-07-25 Gert Wollnyr600: Scale integer valued texture border colors to...
2018-07-24 Karol Herbstnir: rename f2f16_undef to f2f16
2018-07-24 Marek Olšákradeonsi: handle SI_FORCE_FAMILY early
2018-07-24 Erik Faye-Lundforward precise-flag if supported
2018-07-24 Marek Olšákradeonsi: fix pk2h breakage
2018-07-24 Marek Olšákradeonsi: reduce LDS stalls by 40% for tessellation
2018-07-24 Tom Stellardradeonsi: Add debug option to enable LLVM GlobalISel...
2018-07-23 Dave Airlier600: enable tess_input_info for TES
2018-07-23 Dave AirlieRevert "virgl: remove unused stride-arguments"
2018-07-23 Dave Airlievirgl: add initial shader_storage_buffer_object support...
2018-07-23 Erik Faye-Lundvirgl: remove unused stride-arguments
2018-07-22 Timothy Arceriradeonsi/nir: make use of nir_lower_load_const_to_scalar()
2018-07-21 Chih-Wei HuangAndroid: fix a missing nir_intrinsics.h error
2018-07-20 Eric Anholtv3d: Fix incorrect handling of two fences created back...
2018-07-20 Eric Anholtv3d: Fix the timeout value passed to drmSyncobjWait().
2018-07-20 Eric Anholtv3d: Fix drmSyncobjWait() return value checking even...
2018-07-20 Eric Anholtv3d: Use the list_first_entry/list_last_entry macros.
2018-07-20 Eric Anholtv3d: Move BO cache counting to dump time instead of...
2018-07-20 Eric Anholtv3d: Reduce the stale BO reclamation spam with dump_sta...
2018-07-20 Eric Anholtv3d: Respect a sampler view's first_layer field.
2018-07-20 Sonny Jiangradeonsi: emit_spi_map packets optimization
2018-07-20 Gert Wollnyvirgl: Expose GL_ARB_copy_image if host supports it
2018-07-20 Gert Wollnyvirgl: Allow RGB32* textures only as buffer objects
2018-07-20 Gert Wollnyr600: Correct evaluation of cube array index and face
2018-07-20 Gert Wollnyr600: correct texture offset for array index lookup
2018-07-20 Gert Wollnyr600: Delay emission of texture gradients and lookup...
2018-07-19 Rhys Perrynv50/ir: move LateAlgebraicOpt back to right after...
2018-07-19 Rhys Perrynv50/ir: handle SHLADD in IndirectPropagation
2018-07-19 Rhys Perrygm107/ir: use CS2R for SV_CLOCK
2018-07-18 Marek Olšákr600: silence the signed overflow warning like radeonsi
2018-07-18 Sonny Jiangradeonsi: emit_guardband packets optimization
2018-07-18 Sonny Jiangradeonsi: Save CLEAR_STATE initial values for optimization
2018-07-18 Jan Veselyradeonsi: Refuse to accept code with unhandled relocations
2018-07-18 Eric Anholtv3d: Fix tiling modifier support to use the new UIF...
2018-07-18 Timothy Pearsonradeonsi: Use signed char for color_interp_vgpr_index
2018-07-18 Rob Clarkfreedreno/a5xx: perfmance counters
2018-07-18 Rob Clarkfreedreno: batch query support (perfcounters)
2018-07-18 Rob Clarkfreedreno: batch query prep-work
2018-07-18 Rob Clarkfreedreno: rework accumulated query result vfunc
2018-07-18 Rob Clarkfreedreno/ir3: output ir3 and nir asm for frameretrace
2018-07-18 Rob Clarkfreedreno/ir3: redirectable ir3 disasm output
2018-07-18 Rob Clarkfreedreno/ir3: resync ir3 disassembler
2018-07-18 Rob Clarkfreedreno: register usage queries
2018-07-18 Rob Clarknir: add lowering for gl_HelperInvocation
2018-07-17 Marek Olšákr600: fix warnings when unref'ing pool->bo
2018-07-17 Konstantin Kharlamovr600g: some -Wsign-compare fixes
2018-07-17 Konstantin Kharlamovr600g: constify some variables
2018-07-17 Konstantin Kharlamovr600g: do not use "fast-clear" for small textures (v3)
2018-07-17 Rob Clarkfreedreno: re-work fd_batch_reference() locking
2018-07-17 Rob Clarkfreedreno: make fd_batch a one-shot thing
2018-07-17 Rob Clarkfreedreno: flush immediately when reading a pending...
2018-07-17 Rob Clarkfreedreno: get rid of noop render
2018-07-17 Rob Clarkfreedreno: fix samples=0 vs samples=1 confusion
2018-07-17 Rob Clarkfreedreno: comment for _invalidate_batch()
2018-07-17 Rob Clarkfreedreno: hold batch references when flushing
2018-07-17 Erik Faye-Lundvirgl: respect max_vertex_attrib_stride cap
2018-07-17 Lepton Wuvirgl: Fix flush in virgl_encoder_inline_write.
2018-07-17 Erik Faye-Lundvirgl: implement set_min_samples
2018-07-16 Marek Olšákr600: fix build after the removal of RADEON_PRIO_*...
2018-07-16 Marek Olšákradeonsi: rework RADEON_PRIO flags to be <= 31
2018-07-16 Marek Olšákradeonsi: merge DCC/CMASK/HTILE priority flags
2018-07-16 Marek Olšákradeonsi: remove non-GFX BO priority flags
2018-07-16 Gert Wollnymesa/virgl: Fix off-by-one and copy-paste error in...
next