intel/compiler: add and fix up fallthrough comments for gcc warnings
[mesa.git] / src / gallium /
2020-07-02 Timothy Arcerigallivm: add missing break
2020-07-02 Timothy Arcerillvmpipe: add missing fallthrough comments
2020-07-01 Greg Vgallium,util: undef ALIGN on FreeBSD to prevent name...
2020-07-01 Emmanueliris: Explicitly cast value to uint64_t
2020-07-01 Jonathan Marekfreedreno/a6xx: set missing bary sysvals
2020-07-01 Jonathan Marekfreedreno/a5xx: set missing bary sysvals
2020-07-01 Jonathan Marekfreedreno/a4xx: fake LINEAR_PIXEL varying support for...
2020-07-01 Jonathan Marekfreedreno/a3xx: support LINEAR_PIXEL/PERSP_CENTROID...
2020-07-01 Jonathan Marekfreedreno/registers: update varying-related registers
2020-07-01 Erik Faye-Lundgallium/docs: remove unused imgmath extension
2020-07-01 Erik Faye-Lundgallium/docs: remove non-existent static dir
2020-07-01 Erik Faye-Lundgallium/docs: prefix exts dir with underscore
2020-07-01 Erik Faye-Lundgallium/docs: use none for highlight_language
2020-07-01 Erik Faye-Lundgallium/docs: remove reference to non-existent label
2020-07-01 Erik Faye-Lundgallium/docs: fixup formatting of numbered lists
2020-07-01 Erik Faye-Lundgallium/docs: update to recent sphinx
2020-06-30 Dave Airliedraw/llvm: fix big-endian mask adjusting
2020-06-30 Dave Airliellvmpipe: fix occlusion queries on big-endian.
2020-06-30 Dave Airliegallivm/nir: fix big-endian 64-bit splitting/merging.
2020-06-30 Frédéric Bonnardmeson: Revert commit overriding C++ standard with gnu...
2020-06-30 Frédéric Bonnardclover: Fix types collision between c++ and altivec
2020-06-30 Icecream95panfrost: Do fine-grained flushing for occlusion query...
2020-06-30 Shawn Guofreedreno/a4xx: fix *_NONE enum conversion
2020-06-30 Marek Olšákradeonsi: add a debug option to enable NGG culling...
2020-06-30 Marek Olšákradeonsi: don't try to enable NGG culling for GS
2020-06-30 Marek Olšákradeonsi: always use Wave64 for HS/GS/VS shader stages...
2020-06-30 Marek Olšákradeonsi: always use Wave32 for GS fast launch, because...
2020-06-30 Marek Olšákradeonsi: fix NGG culling for Wave64
2020-06-30 Marek Olšákradeonsi: don't flush in fence_server_sync
2020-06-30 Pierre-Eric Pellou... radeonsi: bump SI_NUM_SHADER_BUFFERS to 32
2020-06-29 Mike Blumenkrantzzink: set lower_uadd_carry in nir options
2020-06-29 Eric Anholtv3d: Fix -Wmaybe-uninitialized compiler warning in...
2020-06-29 Eric Anholtv3d: Enable PIPE_CAP_TGSI_TEXCOORD.
2020-06-29 Eric Anholtvc4: Enable PIPE_CAP_TGSI_TEXCOORD.
2020-06-29 Eric Anholtgallium/util: Add a helper function for point sprite...
2020-06-29 Satyajit Sahufrontends/va: Handle dynamic resolution/SVC for VP9
2020-06-28 Dave Airliegallivm/nir: fix const loading on big endian systems
2020-06-27 Vinson Leerbug: Fix rbug_delete_vs_state lock acquisition.
2020-06-27 Alejandro Piñeirov3d: moving v3d simulator to src/broadcom
2020-06-26 Kenneth Graunkeiris: Implement pipe->texture_subdata directly
2020-06-26 Rob Clarkfreedreno/ir3: disk-cache support
2020-06-26 Rob Clarkfreedreno/ir3: build binning variant at same time as...
2020-06-26 Rob Clarkfreedreno/a6xx+ir3: stop generating pointless binning...
2020-06-26 Rob Clarkfreedreno/ir3: add ir3_compiler_destroy()
2020-06-26 Rob Clarkfreedreno/ir3: move finalize_nir to pscreen hook
2020-06-26 Rob Clarkfreedreno/ir3: add ir3_finalize_nir()
2020-06-26 Mike Blumenkrantzzink: use OpFUnordNotEqual for nir_op_fne
2020-06-26 Mike Blumenkrantzzink: set lower_mul_high and lower_rotate in ntv compil...
2020-06-26 Mike Blumenkrantzzink: handle isign alu in ntv
2020-06-26 Mike Blumenkrantzzink: handle ixor in ntv
2020-06-26 Mike Blumenkrantzzink: lower byte/word extract ops in nir
2020-06-26 Mike Blumenkrantzzink: add bitfield_reverse handling to ntv
2020-06-26 Mike Blumenkrantzzink: add ult handling for ntv
2020-06-26 Mike Blumenkrantzzink: handle signed and unsigned min/max ops in ntv
2020-06-26 Icecream95panfrost: Add PAN_MESA_DEBUG=gl3 flag
2020-06-26 Connor Abbottfreedreno/a6xx: use firstIndex field
2020-06-26 Connor Abbottfreedreno: On a5xx+ INDX_SIZE is MAX_INDICES
2020-06-26 Connor Abbottfreedreno: Share constlen between different stages...
2020-06-26 Connor Abbottfreedreno: Refactor ir3_cache shader compilation
2020-06-26 Connor Abbottir3, freedreno: Round up constlen earlier
2020-06-26 Marek Olšákradeonsi: remove tabs
2020-06-26 Marek Olšákradeonsi: clear per-context buffers at the end of si_cr...
2020-06-26 Marek Olšákradeonsi: make si_pm4_cmd_begin/end static and simplify...
2020-06-26 Marek Olšákradeonsi: disallow adding BOs into si_pm4_state except...
2020-06-26 Marek Olšákradeonsi: make wait_mem_scratch unmappable
2020-06-26 Marek Olšákradeonsi: don't add the tess ring buffers into the...
2020-06-26 Marek Olšákradeonsi: rename init_config states to cs_preamble...
2020-06-26 Marek Olšákradeonsi: don't add the border color buffer into the...
2020-06-26 Marek Olšákac,winsys/amdgpu: align IBs the same as the kernel
2020-06-26 Marek Olšákamd: add proper definitions for NOP packets
2020-06-26 Icecream95panfrost: Only copy resources when they are in a pendin...
2020-06-26 Rafael Antognolliiris: Align last_seqnos to 64 bits.
2020-06-25 Eric Anholtfreedreno/a6xx: Add support for polygon fill mode ...
2020-06-25 Eric Anholtfreedreno/a6xx: Define the register fields for polygon...
2020-06-25 Mike Blumenkrantzzink: unify code for setting resource barriers
2020-06-25 Danylo Piliaieviris: Honor scanout requirement from DRI
2020-06-25 Rob Clarkfreedreno: handle batch flush in resource tracking
2020-06-25 Rob Clarkfreedreno: split out batch clear tracking helper
2020-06-25 Rob Clarkfreedreno: split out batch draw tracking helper
2020-06-25 Rob Clarkfreedreno: make foreach_bit() declare it's cursor
2020-06-24 Rob Clarkfreedreno/ir3: switch PIPE_CAP_TGSI_TEXCOORD
2020-06-24 Rob Clarkfreedreno: convert builtin blit VS prog to ureg builder
2020-06-24 Rob Clarkfreedreno/a3xx: use point-coord helper
2020-06-24 Rob Clarkfreedreno/a4xx: use point-coord helper
2020-06-24 Rob Clarkfreedreno/a5xx: use point-coord helper
2020-06-24 Rob Clarkfreedreno/a6xx: use point-coord helper
2020-06-24 Rob Clarkfreedreno/a6xx: de-duplicate vinterp/vpsrepl state...
2020-06-24 Rob Clarkfreedreno/ir3: add helper to determine point-coord...
2020-06-24 Jonathan Marekfreedreno/registers: a6xx depth bounds test registers
2020-06-24 Mauro Rossiandroid: freedreno/ir3: simplify generated sources...
2020-06-24 Mauro Rossiandroid: freedreno/ir3: add missing generated sources...
2020-06-24 Mike Blumenkrantzzink: clamp VkImageCreateInfo.arrayLayers to 1 for...
2020-06-24 Jordan Justeniris/compute: Split out iris_load_indirect_location
2020-06-24 Jordan Justeniris: Split walker and state update into iris_upload_gp...
2020-06-23 Kristian H. Kristensenfreedreno: Handle DRM_FORMAT_MOD_INVALID in shared...
2020-06-23 Kenneth Graunkeiris: Delete useless #define
2020-06-23 Marek Olšákglsl,driconf: add allow_glsl_120_subset_in_110 for...
2020-06-23 Marek Olšákradeonsi: replace ctx->screen with sscreen in si_flush_...
2020-06-23 Marek Olšákradeonsi: don't wait for idle at the end of gfx IBs
2020-06-23 Marek Olšákradeonsi: compact MRTs to save PS export memory space
next