mesa.git
2020-06-18 Rob Clarkglsl_to_nir: fix is_helper_invocation
2020-06-18 Rob Clarkspirv: drop some dead code
2020-06-18 Rob Clarkspirv: atomic_counter_read_deref is not vectorized
2020-06-18 Jonathan Marekturnip: fix renderpass gmem configs when there are...
2020-06-18 Jonathan Marekturnip: fix a sample shading case
2020-06-18 Jonathan Marekturnip: fix a crash when rasterizerDiscardEnable is set
2020-06-18 Eric Engestromdocs: remind release maintainers to sign the tarballs...
2020-06-18 Eric Engestromdocs: publish our release maintainers' keys
2020-06-18 Rob Clarkfreedreno/ir3: update obsolete comment
2020-06-18 Rob Clarkfreedreno/computerator: MERGEDREGS update
2020-06-18 Rob Clarkturnip: set .MERGEDREGS based on variant
2020-06-18 Rob Clarkfreedreno/a6xx: set .MERGEREGS based on variant
2020-06-18 Rob Clarkfreedreno/ir3: make mergedregs a property of the variant
2020-06-18 Rob Clarkfreedreno/ir3: re-work assembler API
2020-06-18 Rob Clarkfreedreno/ir3: pass variant to postsched
2020-06-18 Rob Clarkfreedreno/ir3: decouple regset from gpu gen
2020-06-18 Rob Clarkfreedreno/ir3: move mergedreg state out of reg
2020-06-18 Rob Clarkfreedreno/ir3: convert regmask_t to struct
2020-06-18 Jonathan Marekfreedreno/fdl6: rework layout code a bit (reduce linear...
2020-06-18 Jonathan Marekfreedreno/a6xx: FETCHSIZE is PITCHALIGN
2020-06-18 Eric Engestromvirgl: replace all dup() with os_dupfd_cloexec()
2020-06-18 Eric Engestromsvga: replace all dup() with os_dupfd_cloexec()
2020-06-18 Eric Engestromfreedreno: replace all dup() with os_dupfd_cloexec()
2020-06-18 Eric Engestrometnaviv: replace all dup() with os_dupfd_cloexec()
2020-06-18 Eric Engestromegl: replace all dup() with os_dupfd_cloexec()
2020-06-18 Eric Engestromi965: replace all dup() with os_dupfd_cloexec()
2020-06-18 Eric Engestromiris: replace all dup() with os_dupfd_cloexec()
2020-06-18 Eric Engestromanv: replace all dup() with os_dupfd_cloexec()
2020-06-18 Eric Engestromradv: replace all dup() with os_dupfd_cloexec()
2020-06-18 Eric Engestromvulkan/wsi: replace all dup() with os_dupfd_cloexec()
2020-06-18 Eric Engestromreplace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()
2020-06-18 Eric Engestromutil: introduce os_dupfd_cloexec() helper
2020-06-18 Eric Engestromutil/os_file: replace broken windows-detection code...
2020-06-18 Eric Anholtci: disable the windows tests until the runner can...
2020-06-18 Eric Engestromdocs: remove plain-text copy of versions.rst
2020-06-18 Eric Engestromkhronos-update.py: add script to simplify update of...
2020-06-17 Mike Blumenkrantzzink: enable xfb extension in screen creation
2020-06-17 Mike Blumenkrantzzink: switch to passing VkPhysicalDeviceFeatures2 in...
2020-06-17 Mike Blumenkrantzzink: set PIPE_CAP_VIEWPORT_TRANSFORM_LOWERED and remov...
2020-06-17 Mike Blumenkrantzzink: implement transform feedback support to finish...
2020-06-17 Mike Blumenkrantzzink: implement streamout and xfb handling in ntv
2020-06-17 Mike Blumenkrantzzink: add spirv_builder methods for OpVectorExtractDyna...
2020-06-17 Mike Blumenkrantzzink: add spirv builder util functions for emitting...
2020-06-17 Mike Blumenkrantzzink: use '2' variants for device props/feats, check...
2020-06-17 Jonathan Marekturnip: use u_format for packing gmem clear values
2020-06-17 Erik Faye-Lunddocs: fixup relnotes after rst-conversion
2020-06-17 Samuel Pitoisetradv/aco: enable FP16 features/extensions on GFX9+
2020-06-17 Rhys Perryaco: fix validation of opsel when set for the definition
2020-06-17 Jonathan Marekturnip: use draw states for input attachments
2020-06-17 Jonathan Marekturnip: input attachment descriptor set rework
2020-06-17 Jonathan Marekturnip: refactor draw states and dynamic states
2020-06-17 Jonathan Marekturnip: delete dead dynamic state code
2020-06-17 Jonathan Marekturnip: improve dirty bit handling a bit
2020-06-17 Jonathan Marekturnip: move descriptor set BO tracking to CmdBindDescr...
2020-06-17 Jonathan Marekturnip: compute and graphics have completely separate...
2020-06-17 Connor Abbotttu: Actually remove dead variables after io lowering
2020-06-17 Connor Abbottir3: Don't calculate num_samp ourselves
2020-06-17 Connor Abbotttu: Set num_components to 0 when building bindless...
2020-06-17 Connor Abbotttu: Remove tu_shader_compile_options
2020-06-17 Connor Abbotttu: Use the ir3 shader API
2020-06-17 Connor Abbotttu: Remove num_samp hack
2020-06-17 Connor Abbottir3: Pass reserved_user_consts to ir3_shader_from_nir()
2020-06-17 Alyssa Rosenzweigpan/mdg: Reassociate adds for multiply-by-two
2020-06-17 Alyssa Rosenzweigpan/mdg: Canonicalize (x * 2.0) to (x + x)
2020-06-17 Alyssa Rosenzweigpan/mdg: Allow scheduling "x + x" to multipliers
2020-06-17 Alyssa Rosenzweigpan/mdg: Factor out unit check
2020-06-17 Rhys Perryaco: fix sub-dword opsel/sdwa checks
2020-06-17 Rhys Perryaco: fix validation error from vgpr spill/restore code
2020-06-17 Jonathan Marekturnip: fix cubic filtering with CmdBlitImage
2020-06-17 Jonathan Marekturnip: fix 3D path always being used for CmdBlitImage
2020-06-17 Jonathan Marekturnip: set VFD_INDEX_OFFSET in 3D clear/blit path
2020-06-17 Samuel Pitoisetspirv: do not set num_components for non-vectorized...
2020-06-17 Timothy Arcerist_glsl_to_nir: fix potential use after free
2020-06-17 Timothy Arceriglsl: small optimisation fix for uniform array resizing
2020-06-17 Timothy Arceriglsl: fix uniform array resizing in the nir linker
2020-06-17 Iván Brianoanv: Add VK_EXT_custom_border_color to relnotes
2020-06-17 Iván Brianoanv: enable VK_EXT_pipeline_creation_cache_control
2020-06-17 Iván Brianoanv: implement VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMP...
2020-06-17 Iván Brianoanv: support externally synchronized pipeline caches
2020-06-17 Sagar Ghugeintel/compiler: Remove unnecessary optimization for MUL
2020-06-16 Sagar Ghugeintel/compiler: Optimize integer add with 0 into mov
2020-06-16 Jan Beichmeson: unbreak sysctl.h detection on BSDs
2020-06-16 Eric Anholtdocs: Add dri-devel to the mailing lists and drop the...
2020-06-16 Jan Beichutil: enable futex usage on BSDs after 7dc2f4788288
2020-06-16 Rob Clarkfreedreno/ir3: add post-scheduler cp pass
2020-06-16 Rob Clarkfreedreno/ir3/cp: extract valid_flags
2020-06-16 Rob Clarkfreedreno/ir3: delay test support for vectorish instruc...
2020-06-16 Rob Clarkfreedreno/ir3: add helpers to move instructions
2020-06-16 Rob Clarkfreedreno/ir3/delay: calculate delay properly for ...
2020-06-16 Rob Clarkfreedreno/ir3: add test for delay slot calculation
2020-06-16 Rob Clarkfreedreno/ir3/print: print (r) flag
2020-06-16 Rob Clarkfreedreno/ir3/legalize: don't allow (nopN) if (rptN)
2020-06-16 Rob Clarkfreedreno/a6xx: emit shader names in debug builds
2020-06-16 Rob Clarkfreedreno: splitup emit_string_marker
2020-06-16 Rob Clarkfreedreno/ir3/cp: properly handle already-folded RELATIV
2020-06-16 Rob Clarkfreedreno/ir3/validate: also check instr->address
2020-06-16 Rob Clarkfreedreno/sched: reset delay counters at start of block
2020-06-16 Rob Clarkfreedreno/log-parser: fix compute times
2020-06-16 Eric Anholtdocs: Replace ancient swrast conformance docs with...
2020-06-16 Erik Faye-Lunddocs/relnotes: update internal references
next