docs: Add sha256 sums for 20.0.5
[mesa.git] / src /
2020-04-22 Alejandro Piñeirov3d: support for textureQueryLOD
2020-04-22 Alejandro Piñeironir: add nir_tex_instr_need_sampler helper
2020-04-22 Alejandro Piñeirov3d/packet: fixing TMU_Config_Parameter_2 definition
2020-04-22 Alejandro Piñeirov3d/tex: Configuration Parameter 1 can be only skipped...
2020-04-22 Alejandro Piñeirov3d/tex: don't configure tmu config 1 if not needed
2020-04-22 Jonathan Marekturnip: implement VK_EXT_sampler_filter_minmax
2020-04-22 Jonathan Marekturnip: enable cube arrays
2020-04-22 Jonathan Marekturnip: implement VK_EXT_filter_cubic
2020-04-22 Jonathan Marekturnip: implement VK_EXT_sample_locations
2020-04-22 Jonathan Marekturnip: set shader key msaa field
2020-04-22 Daniel Schürmannaco: coalesce v_mad's accumulator with definition's...
2020-04-22 Daniel Schürmannaco: use upper part of gap in register file if it is...
2020-04-22 Daniel Schürmannaco: try to always find a register with stride for...
2020-04-22 Daniel Schürmannaco: stop get_reg_simple after reaching max_used_gpr
2020-04-22 Daniel Schürmannaco: refactor get_reg_simple() to return early on exact...
2020-04-22 Daniel Schürmannaco: don't create vector affinities for operands which...
2020-04-22 Daniel Schürmannaco: allocate full register for subdword definitions...
2020-04-22 Daniel Schürmannaco: move attempt to find strided register into get_reg...
2020-04-22 Daniel Schürmannaco: use DefInfo in more places to simplify RA
2020-04-22 Daniel Schürmannaco: create and use DefInfo struct in RA
2020-04-22 Daniel Schürmannaco: create pseudo dummy instruction in RA to be used...
2020-04-22 Daniel Schürmannaco: refactor get_reg() to also handle affinities
2020-04-22 Daniel Schürmannaco: refactor get_reg() to take Temp instead of RegClass
2020-04-22 Daniel Schürmannaco: simplify operand handling in RA
2020-04-22 Jonathan Marekturnip: enable VK_FORMAT_S8_UINT as stencil format
2020-04-22 Jonathan Marekturnip: improve GMEM load/store logic
2020-04-22 Jonathan Marekturnip: disable depth test for S8_UINT attachment
2020-04-22 Rhys Perryaco: implement 64-bit sgpr swaps
2020-04-22 Rhys Perryaco: implement sub-dword swaps
2020-04-22 Rhys Perryaco: add VOP3P_instruction
2020-04-22 Rhys Perryaco: fix copy statistic for 64-bit vgpr constant copy
2020-04-22 Connor Abbottir3: Fix bug with shaders that only exit via discard
2020-04-22 Connor Abbottir3: Don't double-insert the first block
2020-04-22 Danylo Piliaievspirv: Expand workaround for OpControlBarrier on old...
2020-04-22 Lionel Landwerliniris: fail screen creation when kernel support is not...
2020-04-22 Jason Ekstrandmeta,i965: Rip GL_EXT_texture_multisample_blit_scaled...
2020-04-22 Alyssa Rosenzweigpanfrost: Assert on unimplemented fragcoord etc
2020-04-22 Alyssa Rosenzweigpanfrost: Fix crashes with small BOs
2020-04-22 Alyssa Rosenzweigpan/bi: Assert out multiple textures
2020-04-22 Alyssa Rosenzweigpan/bi: Pack TEX compact instructions
2020-04-22 Alyssa Rosenzweigpan/bi: Generate TEX_COMPACT instruction
2020-04-22 Alyssa Rosenzweigpan/bi: Stub out tex_compact logic
2020-04-22 Alyssa Rosenzweigpan/bi: Add normal/compact/dual switch to IR
2020-04-22 Alyssa Rosenzweigpan/bi: Feed data register to BI_TEX
2020-04-22 Alyssa Rosenzweigpan/bi: Include TEX_COMPACT f16 opcode
2020-04-22 Alyssa Rosenzweigpan/bi: Structify TEX compact
2020-04-22 Alyssa Rosenzweigpan/bi: Disassemble f16 dual tex
2020-04-22 Alyssa Rosenzweigpan/bi: Document when dual-tex is triggered
2020-04-22 Alyssa Rosenzweigpan/bi: Print tex_compact coordinates
2020-04-22 Kenneth Graunkeintel/compiler: Put back saturate on [iu]add_sat opcodes
2020-04-22 Roman Stratiienkopanfrost: Align Android makefiles with recent changes
2020-04-21 Eric Anholtfreedreno/ir3: Drop handling FRAG_RESULT_DEPTH writing...
2020-04-21 Jonathan Marekturnip: fix GMEM resolve in CmdNextSubpass
2020-04-21 Emil Velikovegl: simplify client/platform extension handling
2020-04-21 Erik Faye-Lundmesa/gallium: do not use enum for bit-allocated member
2020-04-21 Jesse Natalieutil/ralloc: fix ralloc alignment on Win64
2020-04-21 Kenneth Graunkeintel/compiler: Drop nir_lower_to_source_mods() and...
2020-04-21 Dylan Bakerremove final imports.h and imports.c bits
2020-04-21 Dylan Bakerdri/nouveau: replace assert with unreachable
2020-04-21 Dylan Bakermesa: move ADD_POINTERS to macros.h
2020-04-21 Dylan Bakermesa|mapi: replace _mesa_[v]snprintf with [v]snprintf
2020-04-21 Dylan Bakerreplace imports memory functions with utils memory...
2020-04-21 Dylan Bakerutil: Add an aligned realloc function
2020-04-21 Dylan Bakerreplace malloc macros in imports.h with u_memory.h...
2020-04-21 Dylan BakerReplace IS_INF_OR_NAN with util_is_inf_or_nan
2020-04-21 Dylan Bakermove windows strtok_r define to u_string
2020-04-21 Dylan Bakerreplace IROUND with util functions
2020-04-21 Dylan Bakermesa/main: remove unused IROUNDD
2020-04-21 Dylan BakerReplace IROUND_POS with _mesa_roundevenf
2020-04-21 Dylan Bakerreplace IFLOOR with util_ifloor
2020-04-21 Dylan Bakeru_math: add x86 optimized version of ifloor
2020-04-21 Dylan Bakerreplace LOG2 with util_fast_log2
2020-04-21 Dylan Bakerreplace _mesa_logbase2 with util_logbase2
2020-04-21 Dylan Bakerreplace _mesa_next_pow_two_* with util_next_power_of_two_*
2020-04-21 Dylan Bakerreplace _mesa_is_pow_two with util_is_power_of_two_*
2020-04-21 Eric Anholtfreedreno/drm-shim: Add support for faking other adreno...
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 Abhishek Kumaranv/android: fix assert in anv_import_ahw_memory
2020-04-21 Danylo Piliaievst/mesa: Re-assign vs in locations after updating nir...
2020-04-21 Connor Abbotttu: Fix the advertised maxFragmentInputComponents
2020-04-21 Connor Abbottfreedreno/a6xx: Expand various varying-count bitfields
2020-04-21 Pierre-Eric Pellou... st/omx: fix gcc warnings
2020-04-21 Pierre-Eric Pellou... gallium/utils: silence strncpy warning
2020-04-21 Pierre-Eric Pellou... mesa: fix crash in find_value
2020-04-21 Jason Ekstrandnir: Delete the fnoise opcodes
2020-04-21 Jason Ekstrandglsl: Hard-code noise to zero in builtin_functions.cpp
2020-04-21 Timothy Arcerist/glsl_to_nir: make use of nir linker for linking...
2020-04-21 Timothy Arceriglsl: fix gl_nir_set_uniform_initializers() for bindles...
2020-04-21 Timothy Arceriglsl: add bindless support to nir uniform linker
2020-04-21 Jason Ekstrandintel/fs: Coalesce when the src live range is contained...
next