turnip: Skip unused regs when setting up streamout buffers
[mesa.git] / src / gallium /
2020-04-22 Alejandro Piñeirov3d: support for textureQueryLOD
2020-04-22 Jonathan Marekturnip: implement VK_EXT_sample_locations
2020-04-22 Lionel Landwerliniris: fail screen creation when kernel support is not...
2020-04-22 Alyssa Rosenzweigpanfrost: Assert on unimplemented fragcoord etc
2020-04-21 Dylan Bakerremove final imports.h and imports.c bits
2020-04-21 Dylan Bakerreplace imports memory functions with utils memory...
2020-04-21 Dylan Bakerreplace malloc macros in imports.h with u_memory.h...
2020-04-21 Gert Wollnyr600/sfn: use new temp register allocation when loading...
2020-04-21 Gert Wollnyr600/sfn: Count only literals that are not inline to...
2020-04-21 Gert Wollnyr600/sfn: Fix using the result of a fetch instruction...
2020-04-21 Gert Wollnyr600/sfn: Fix handling of GS inputs
2020-04-21 Gert Wollnyr600/sfn: Handle b2b1 like it was a mov
2020-04-21 Gert Wollnyr600/sfn: Fix null pointer deref in live range evalation
2020-04-21 Gert Wollnyr600/nir: Pin interpolation results to channel
2020-04-21 Gert Wollnyr600/sfn: Implementing instructions blocks
2020-04-21 Gert Wollnyr600/sfn: Fix setting alignments when lowering UBOs
2020-04-21 Gert Wollnyr600/sfn: Reduce array limit for scratch usage
2020-04-21 Gert Wollnyr600: Dump a few more variables when requested
2020-04-21 Pierre-Eric Pellou... st/omx: fix gcc warnings
2020-04-21 Pierre-Eric Pellou... gallium/utils: silence strncpy warning
2020-04-20 Rafael Antognolliiris/bufmgr: Add support for MMAP_OFFSET ioctl.
2020-04-20 Rafael Antognolliiris/bufmgr: Factor out GEM_MMAP ioctl from mmap_cpu...
2020-04-20 Pierre-Eric Pellou... radeonsi: skip vs output optimizations for some outputs
2020-04-18 Albert Astals CidFix promotion of floats to doubles
2020-04-17 Pierre-Eric Pellou... radeonsi: don't assume ctx is always a threaded_context
2020-04-16 Ilia Mirkinnv50,nvc0: update with latest caps
2020-04-16 Jan Veselyclover: Check if the detected clang libraries are usable
2020-04-16 Rafael Antognolliiris: Enable EXT_depth_bounds_test extension.
2020-04-16 Erik Faye-Lundwgl: silence some cast-warnings
2020-04-16 Bas Nieuwenhuizenwinsys/amdgpu: Retrieve WC flags from imported buffers.
2020-04-16 Erik Faye-Lundzink: be less picky about tiled resources
2020-04-16 Erik Faye-Lundst/dri: make sure software color-buffers are linear
2020-04-16 Lepton Wuvirgl: Use ETC2 formats directly when possible.
2020-04-16 Pierre-Eric Pellou... radeonsi: use thread_context::bytes_mapped_limit
2020-04-16 Pierre-Eric Pellou... gallium/u_threaded: flush batch when hitting mapping...
2020-04-16 Ilia Mirkinnvc0: enable GL_NV_viewport_array2
2020-04-16 Ilia Mirkinst/mesa: add support for GL_NV_viewport_array2
2020-04-16 Ilia Mirkingallium: add PIPE_CAP_VIEWPORT_MASK
2020-04-16 Ilia Mirkingallium: add TGSI_PROPERTY_LAYER_VIEWPORT_RELATIVE
2020-04-16 Ilia Mirkingallium: add TGSI_SEMANTIC_VIEWPORT_MASK
2020-04-15 Karol HerbstRevert "nvc0: fix line width on GM20x+"
2020-04-15 Paulo Zanoniiris: make BATCH_SZ smaller by BATCH_RESERVED bytes
2020-04-15 Paulo Zanoniiris: remove useless bo->gtt_offset assignment
2020-04-15 Paulo Zanoniiris: remove unnecessary forward declaration
2020-04-15 Paulo Zanoniiris: remove hole from struct iris_bo
2020-04-15 Dave Airliellvmpipe/nir: free the nir shader
2020-04-15 Dave Airliedraw/tess: free the NIR
2020-04-15 Dave Airliedraw: free the NIR IR.
2020-04-15 Brian Hofreedreno/turnip: Update GRAS_LAYER_CNTL to GRAS_MAX_LA...
2020-04-15 Karol Herbstgallium: initialize viewport swizzle in cso_set_viewpor...
2020-04-15 Karol Herbstnvc0: enable ASTC and ETC on GM20B
2020-04-15 Karol Herbstclover: expose cl_arm_shared_virtual_memory for devices...
2020-04-15 Karol Herbstclover: implement cl_arm_shared_virtual_memory
2020-04-15 Karol Herbstclover: implement SVM functions for devices with fine...
2020-04-15 Karol Herbstclover: implement clSetKernelArgSVMPointer
2020-04-15 Karol Herbstclover: implement CL_DEVICE_SVM_CAPABILITIES
2020-04-15 Karol Herbstclover: add stubs for SVM
2020-04-15 Karol Herbstgallium: add PIPE_CAP_SYSTEM_SVM
2020-04-15 Lionel Landwerliniris: drop cache coherent cpu mapping for external BO
2020-04-15 Dave Airlieu_blitter: fix stencil blitting
2020-04-15 Dave Airliedraw: fix user culling pipeline order. (v2)
2020-04-15 Dave Airliedraw/cull: run pipeline for culled points.
2020-04-15 Dave Airliellvmpipe/setup: move line stats collection earlier.
2020-04-15 Dave Airliedraw: fix tessellation stats query
2020-04-15 Dave Airliellvmpipe: fix no tokens detections.
2020-04-15 Dave Airliegallivm/draw: calloc prim id toavoid undef
2020-04-15 Dave Airliegallivm/nir: lower implicit lod to tex.
2020-04-15 Dave Airliegallivm: fix left over shader vote debug
2020-04-15 Dave Airliellvmpipe/query: fix transform feedback overflow any...
2020-04-15 Dave Airliellvmpipe: report tessellation shader statistics.
2020-04-15 Dave Airliedraw: collect tessellation invocations statistics
2020-04-15 Dave Airliellvmpipe: fixup context leaks.
2020-04-14 Vinson Leeswr: Remove Byte Order Mark.
2020-04-14 Gert Wollnygallium/tgsi_to_nir: Set nir_intrinsic_align_mul to...
2020-04-14 Tobias Jakobimeson: Link Gallium Nine with ld_args_build_id
2020-04-13 Greg Vsvga: fix build on FreeBSD
2020-04-13 Eric Anholtfreedreno/a5xx+: Skip compiling the old gmem blit programs.
2020-04-13 Rob Clarkfreedreno/ir3: add mov/cov stats
2020-04-13 Alyssa Rosenzweigpanfrost: Drop dependency on nonexistant write_value
2020-04-12 Ilia Mirkinnvc0: add NV_viewport_swizzle support for GM200+
2020-04-12 Ilia Mirkingallium: add viewport swizzling state and cap
2020-04-12 Qiang Yulima: set offset when export resource
2020-04-11 Lionel Landwerliniris: make resources take a ref on the screen object
2020-04-11 Lionel Landwerliniris: share buffer managers accross screens
2020-04-11 Lionel Landwerliniris: properly free resources on BO allocation failure
2020-04-10 Rob Clarkfreedreno/log: better decoding for multiple chunks...
2020-04-10 Rob Clarkfreedreno/log: spiff out parser some more
2020-04-10 Rob Clarkfreedreno/log: android support
2020-04-10 Alyssa Rosenzweigpanfrost: Pass compiler-appropriate options
2020-04-10 Alyssa Rosenzweigpanfrost: Move uniform_count to pan_assemble
2020-04-10 Alyssa Rosenzweigpanfrost: Move varying linking to cmdstream
2020-04-10 Alyssa Rosenzweigpanfrost: Call the Bifrost compiler on bi devices
2020-04-10 Alyssa Rosenzweigpanfrost: Set mfbd.msaa.sample_locations on Bifrost
2020-04-10 Tomeu Vizosopanfrost: On Bifrost, set the right tiler descriptor
2020-04-10 Tomeu Vizosopanfrost: Don't emit write_value jobs on Bifrost
2020-04-10 Tomeu Vizosopanfrost: Pass IS_BIFROST to pandecode_jc
2020-04-10 Tomeu Vizosopanfrost: Remove most usage of midgard_payload_vertex_tiler
2020-04-10 Alyssa Rosenzweigpanfrost: Unify vertex/tiler structures
2020-04-10 Alyssa Rosenzweigpanfrost: Staticize a few cmdstream functions
2020-04-10 Alyssa Rosenzweigpanfrost: Populate bifrost-specific structs within...
next