pan/bi: Add initial fcmp test
[mesa.git] / src / gallium /
2020-04-28 Bas Nieuwenhuizenradeonsi: Count planes for imported textures.
2020-04-28 Gert Wollnyr600: Enable tesselation for NIR
2020-04-28 Gert Wollnyr600/sfn: Add tesselation shaders
2020-04-28 Gert Wollnyr600/sfn: Add lowering passes for Tesselation IO
2020-04-28 Gert Wollnyr600/sfn: Move removing of unused variables
2020-04-28 Gert Wollnyr600/sfn: Handle LDS output in VS
2020-04-28 Gert Wollnyr600/sfn: derive the GS from the vertex stage for a...
2020-04-28 Gert Wollnyr600/sfn: extract class to handle the VS export to...
2020-04-28 Gert Wollnyr600/sfn: Move some shader base methods to the public...
2020-04-28 Gert Wollnyr600/sfn: Add methods to valuepool to get a vector...
2020-04-28 Gert Wollnyr600/sfn: Move emission of barrier from compute shader...
2020-04-28 Gert Wollnyr600/sfn: Emit some LDS instructions
2020-04-28 Gert Wollnyr600/sfn: Handle umul24 and umad24
2020-04-28 Gert Wollnyr600/sfn: Add IR instruction to fetch the TESS parameters
2020-04-28 Gert Wollnyr600/sfn: Add TF write instruction
2020-04-28 Gert Wollnyr600/sfn: Add LDS instruction to assembly conversion
2020-04-28 Gert Wollnyr600/sfn: Add LDS IO instructions to r600 IR
2020-04-28 Gert Wollnyr600/sfn: Don't emit inline constants in the r600 IR
2020-04-28 Gert Wollnyr600/sfn: simplify UBO lowering pass
2020-04-28 Gert Wollnyr600: Handle texcoord semantics in LDS index evaluation
2020-04-28 Icecream95panfrost: Fix GL_EXT_vertex_array_bgra
2020-04-27 Jan Zielinskigallium/swr: Fix LLVM 11 compilation issues
2020-04-27 Eric Anholtfreedreno: Fix calculation of the const buffer cmdstrea...
2020-04-27 Mike Blumenkrantzzink: explicitly unref old fb object when setting new one
2020-04-27 Mike Blumenkrantzzink: remove framebuffer cache
2020-04-27 Bas Nieuwenhuizenst/dri: Set next in template instead of after creation...
2020-04-27 Eric Anholtfreedreno: Fix derivatives without texturing on a3xx...
2020-04-27 Samuel Pitoisetac,radeonsi: fix compilations issues with LLVM 11
2020-04-27 Jan Zielinskigallium/gallivm: remove unused header include for newer...
2020-04-27 Jan Zielinskigallium/gallivm: fix compilation issues with llvm 11
2020-04-27 Bas Nieuwenhuizendrm-uapi,radv,radeonsi: Add amdgpu_drm.h header.
2020-04-27 Marek Olšákgallium: add PIPE_CAP_MAP_UNSYNCHRONIZED_THREAD_SAFE...
2020-04-27 Marek Olšákac: update and document fast math flags used by radeonsi
2020-04-27 Dave Airliegallivm: fix stencil border
2020-04-27 Dave Airliellvmpipe: clamp color storage for integer types.
2020-04-27 Dave Airliellvmpipe: enable stencil only formats. (v2)
2020-04-27 Dave Airliellvmpipe/setup: add point size clamping
2020-04-27 Dave Airliellvmpipe: fix d32 unorm depth conversions.
2020-04-27 Dave Airliedraw/tess: fix TES patch vertices in.
2020-04-27 Dave Airliellvmpipe: fix ssbo alignment
2020-04-27 Dave Airliellvmpipe: bump max images to 16
2020-04-27 Dave Airlieutil/indirect: handle stride less than number of parame...
2020-04-27 Dave Airliegallivm/nir: add helper invocation support
2020-04-27 Dave Airliegallivm/nir: fix image store conversions
2020-04-25 Connor Abbottfreedreno/a6xx: Implement PrimID passthrough
2020-04-25 Connor Abbottir3: Skip missing VS outputs in VS out map when linking
2020-04-25 Connor Abbottfreedreno/a6xx: Document PrimID passthrough registers
2020-04-24 Marek Vasutetnaviv: Fix depth stencil ops on GC880/GC2000
2020-04-24 Mike Blumenkrantzzink: set UBO alignments in nir_intrinsic_load_uniform...
2020-04-24 Fritz Koenigfreedreno: allow FMT6_8_UNORM as a UBWC format
2020-04-24 Christian Gmeineretnaviv: support for using generic blit path
2020-04-24 Christian Gmeineretnaviv: call util_blitter_save_fragment_constant_buffe...
2020-04-24 Christian Gmeineretnaviv: drop default state for FE_HALTI5_ID_CONFIG
2020-04-24 Marek Olšákradeonsi: use pipe_blend_state::max_rt to update fewer...
2020-04-24 Marek Olšákac,radeonsi: simplify checking for Navi1x chips
2020-04-24 Christian Gmeineretnaviv: add anisotropic filter support
2020-04-24 Christian Gmeineretnaviv: update headers from rnndb
2020-04-24 Christian Gmeineretnaviv: anisotropic filtering is supported starting...
2020-04-24 Alyssa Rosenzweigpanfrost: The texture descriptor has a pointer to a...
2020-04-24 Tomeu Vizosopanfrost: Emit texture descriptor on bifrost
2020-04-24 Tomeu Vizosopanfrost: Emit sampler descriptor on bifrost
2020-04-24 Alyssa Rosenzweigpanfrost: Set clear_color_[12] in the extra fb desc
2020-04-24 Tomeu Vizosopanfrost: Clean up a bit the tiler structs for Bifrost
2020-04-23 Eric Anholtvc4: Use NIR shader's num_outputs for generating our...
2020-04-23 Eric Anholtgallium: Fix setup of pstipple frag coord var.
2020-04-23 Eric Anholtfreedreno: Make the slice pitch be bytes, not pixels.
2020-04-23 Eric Anholtfreedreno: Introduce a "cpp_shift" value for cpp divs...
2020-04-23 Indrajit Kumar Dasradeonsi: enable support for AlphaToCoverageDitherControlNV
2020-04-23 Indrajit Kumar Dasgallium: prepare framework for supporting AlphaToCovera...
2020-04-23 Rob Clarkgallium: add # of MRT to blend state
2020-04-23 Rob Clarkmesa/st: avoid u_vbuf for GLES
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
next