panfrost: Save sample_mask before blitting
[mesa.git] / src / gallium /
2020-07-07 Alyssa Rosenzweigpanfrost: Save sample_mask before blitting
2020-07-07 Alyssa Rosenzweigpanfrost: Enable MSAA if we render to such a surface
2020-07-07 Alyssa Rosenzweigpanfrost: Set depth/stencil_layer_stride accordingly
2020-07-07 Alyssa Rosenzweigpanfrost: Implement alpha-to-coverage
2020-07-07 Alyssa Rosenzweigpanfrost: Pass sample_mask to the hardware
2020-07-07 Alyssa Rosenzweigpanfrost: Identify coverage_mask
2020-07-07 Alyssa Rosenzweigpanfrost: Don't advertise MSAA 2x
2020-07-07 Alyssa Rosenzweigpanfrost: Set layer_stride for multisampled rendering
2020-07-07 Alyssa Rosenzweigpanfrost: Index texture by sample
2020-07-07 Alyssa Rosenzweigpanfrost: Allocate space for multisampling
2020-07-07 Alyssa Rosenzweigpanfrost: Set depth to sample_count for MSAA 2D
2020-07-06 Ilia Mirkinir3: use empirical size for params as used by the shader
2020-07-06 Neil Robertsv3d: Enable perpendicular line caps when line smoothing
2020-07-06 Neil Robertsv3d: Add a lowering pass for line smoothing
2020-07-06 Neil Robertsv3d: Handle the line width intrinsics
2020-07-06 Marcin Ślusarzintel/perf: move query_mask and location out of gen_per...
2020-07-06 Marcin Ślusarziris: remove iris_monitor_config
2020-07-06 Ilia Mirkina4xx: hook up centroid ij coords
2020-07-06 Jason Ekstrandv3d: Only call nir_lower_io on shader_in/out
2020-07-06 Jason Ekstrandvc4: Only call nir_lower_io on shader_in/out
2020-07-06 Jason Ekstrandnouveau: Only call nir_lower_io on shader_in/out
2020-07-06 Jason Ekstrandlima: Only call nir_lower_io on shader_in/out
2020-07-06 Jason Ekstrandfreedreno: Only call nir_lower_io on shader_in/out
2020-07-06 Christian Gmeineretnaviv: replace prims-emitted query
2020-07-06 Ilia Mirkina4xx: add polygon offset clamp, fix units
2020-07-06 Ilia Mirkina4xx: add noperspective interpolation support
2020-07-06 Jonathan Marekfreedreno/ir3: fix/rework tess levels
2020-07-06 Marcin Ślusarziris: return max counter value for AMD_performance_monitor
2020-07-06 Dave Airliellvmpipe: enable GL 4.2
2020-07-06 Dave Airliellvmpipe: bump to GL support to GL 4.1
2020-07-06 Dave Airliellvmpipe: bump texture/scene limits to enable GL 4.1
2020-07-03 Dave Airliedraw/clip: fix viewport index for geometry shaders
2020-07-03 Dave Airliedraw/clip: cleanup viewport index handling code.
2020-07-03 Emmanuel Vadotmeson: Add versioning for xvmc tracker
2020-07-02 Timothy Arcerinv30: add missing fallthrough comment
2020-07-02 Timothy Arcerisvga: add missing fallthrough comments
2020-07-02 Timothy Arcerir300: add and fix up fallthrough comments
2020-07-02 Timothy Arceriradeonsi: add missing fallthrough comment
2020-07-02 Alyssa Rosenzweigpanfrost: Specify stack_shift on SFBD
2020-07-02 Christian Gmeineretnaviv: move ra into own file
2020-07-02 Christian Gmeineretnaviv: move nir compiler related stuff into .c file
2020-07-02 Christian Gmeineretnaviv: move functions that generate asm to own file
2020-07-02 Christian Gmeineretnaviv: drop emit macro
2020-07-02 Christian Gmeineretnaviv: merge struct etna_compile and etna_state
2020-07-02 Christian Gmeineretnaviv: move liveness related stuff into own file
2020-07-02 Christian Gmeineretnaviv: make more use of compile_error(..)
2020-07-02 Christian Gmeineretnaviv: drop OPT_V define
2020-07-02 Christian Gmeineretnaviv: move etna_lower_alu(..) to etnaviv_nir.c
2020-07-02 Christian Gmeineretnaviv: get rid of etna_compile dependency
2020-07-02 Christian Gmeineretnaviv: move etna_lower_io(..) to etnaviv_nir.c
2020-07-02 Christian Gmeineretnaviv: convert enums
2020-07-02 Christian Gmeineretnaviv: delete not used struct
2020-07-02 Mike Blumenkrantzzink: implement Vk_EXT_index_type_uint8
2020-07-02 Dave Airliellvmpipe: handle indirect images properly
2020-07-02 Dave Airliedraw/sample: add support for indirect images
2020-07-02 Dave Airliegallivm/nir: add support for indirect image loading
2020-07-02 Dave Airliegallivm/img: refactor out the texel return type (v2)
2020-07-02 Dave Airliegallivm/nir: refactor image operations for indirect...
2020-07-02 Dave Airliegallivm/nir: support passing image index into image...
2020-07-02 Dave Airliellvmpipe: pass number of images into image soa create
2020-07-02 Dave Airliedraw: pass number of images to image soa create
2020-07-02 Dave Airliellvmpipe: enable ARB_gpu_shader5
2020-07-02 Dave Airliegallivm/sample: handle size unit offset
2020-07-02 Dave Airliellvmpipe/draw: wire up indirect offset
2020-07-02 Dave Airliegallivm/sample: pass indirect offset into texture/image...
2020-07-02 Dave Airliegallivm/nir: handle non-uniform texture offsets
2020-07-02 Dave Airliegallivm/nir: add texture unit indexing
2020-07-02 Dave Airliellvmpipe: add support for indirect texture access.
2020-07-02 Dave Airliedraw: add support for indirect texture access
2020-07-02 Dave Airliegallivm: add indirect texture switch statement builder.
2020-07-02 Dave Airliegallivm/sample: change texture function generator api
2020-07-02 Dave Airliellvmpipe: pass number of samplers into llvm sampler...
2020-07-02 Dave Airliedraw: pass nr_samplers into llvm sample state creation.
2020-07-02 Timothy Arceriiris: add missing fallthrough comment
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...
next