mesa.git
2020-04-14 Andres Gomezgitlab-ci: protect usage of shell variables with double...
2020-04-14 Andres Gomezgitlab-ci: Vulkan tracie runner to return last command...
2020-04-14 Alexandros... gitlab-ci: Check the Mesa version used for tracie tests
2020-04-14 Rhys Perryaco: clear moved operands in get_reg_create_vector()
2020-04-14 Rhys Perryaco: improve p_create_vector RA for sub-dword operands
2020-04-14 Rhys Perryaco: fix p_extract_vector validation
2020-04-14 Rhys Perryaco: improve vector optimization with sub-dword vectors
2020-04-14 Samuel Pitoisetradv: use RMW packets for updating the maximum sample...
2020-04-14 Samuel Pitoisetradv: add radeon_set_context_reg_rmw() helper
2020-04-14 pal1000scons/windows: Support build with LLVM 10.
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 Alyssa Rosenzweigpan/bit: Add BI_CONVERT tests
2020-04-13 Alyssa Rosenzweigpan/bit: Add BI_CONVERT interpretation
2020-04-13 Alyssa Rosenzweigpan/bi: ADD packing for CONVERT
2020-04-13 Alyssa Rosenzweigpan/bi: Rewrite conversion packing
2020-04-13 Alyssa Rosenzweigpan/bi: Fix incorrect swizzle packing assert
2020-04-13 Alyssa Rosenzweigpan/bi: Set BI_ROUNDMODE for BI_CONVERT
2020-04-13 Alyssa Rosenzweigpan/midgard: Fix f2u naming confusion
2020-04-13 Matt Turnermeson: Specify the maximum required libdrm in dri.pc
2020-04-13 Rob Clarkfreedreno/ir3/ra: cleanup some leftovers
2020-04-13 Rob Clarkfreedreno/ir3: rename depth->dce
2020-04-13 Rob Clarkfreedreno/ir3: better cleanup when removing unused...
2020-04-13 Rob Clarkfreedreno/ir3/ra: handle array case for SFU select_reg opt
2020-04-13 Rob Clarkfreedreno/ir3: add mov/cov stats
2020-04-13 Rob Clarkfreedreno/ir3/postsched: avoid moving tex ahead of...
2020-04-13 Rob Clarkfreedreno/ir3/postsched: remove some leftovers
2020-04-13 Rob Clarkfreedreno/ir3/sched: awareness of partial liveness
2020-04-13 Rob Clarkfreedreno/ir3: new pre-RA scheduler
2020-04-13 Rob Clarkfreedreno/ir3: fix location of inserted mov's
2020-04-13 Rob Clarkfreedreno/ir3: simplify grouping pass
2020-04-13 Rob Clarkfreedreno/ir3: make falsedep use's optional
2020-04-13 Rob Clarkfreedreno/ir3: spiff out disasm a bit
2020-04-13 Jonathan Marekfreedreno/computerator: support bindless sampler instru...
2020-04-13 Jonathan Marekfreedreno/computerator: support nop prefix
2020-04-13 Eric Anholtfreedreno/ir3: CSE the up/downconversion of SEL's cond...
2020-04-13 Eric Anholtfreedreno/ir3: Stop doing b2n on the SEL condition.
2020-04-13 Ian Romanicktnl: Code formatting in t_rebase.c
2020-04-13 Ian Romanicktnl: Code formatting in t_draw.c
2020-04-13 Ian Romanicktnl: Silence unused parameter warnings in _tnl_split_in...
2020-04-13 Ian Romanicktnl: Silence unused parameter warnings in dump_draw_info
2020-04-13 Ian Romanicktnl: Silence unused parameter warnings in _tnl_draw_prims
2020-04-13 Ian Romanicktnl: Silence unused parameter 'attrib' warning in conve...
2020-04-13 Ian Romanicktnl: Don't dereference NULL obj pointer in t_rebase_prims
2020-04-13 Ian Romanicktnl: Don't dereference NULL obj pointer in replay_init
2020-04-13 Ian Romanicktnl: Don't dereference NULL obj pointer in bind_indices
2020-04-13 Daniel Schürmannaco: fix p_extract_vector optimization in presence...
2020-04-13 Alyssa Rosenzweigpan/bi: Lower fsqrt
2020-04-13 Alyssa Rosenzweigpanfrost: Drop dependency on nonexistant write_value
2020-04-13 Tapani Pälliglsl: stop processing function parameters if error...
2020-04-13 Samuel Pitoisetaco: fix nir_op_pack_32_2x16_split if one operand is...
2020-04-13 Samuel Pitoisetaco: implement 16-bit nir_op_f2i64/nir_op_f2u64
2020-04-13 Samuel Pitoisetaco: fix f2i64/f2u64 with sgprs if the exponent computa...
2020-04-13 Michel Dänzergitlab-ci: Use all_paths in .test-manual rules
2020-04-12 Ilia Mirkinnvc0: add NV_viewport_swizzle support for GM200+
2020-04-12 Ilia Mirkinst/mesa: add NV_viewport_swizzle support
2020-04-12 Ilia Mirkinmesa: add GL_NV_viewport_swizzle support
2020-04-12 Ilia Mirkingallium: add viewport swizzling state and cap
2020-04-12 Tapani Pälliglsl: remove redudant assignment
2020-04-12 Tapani Pällimesa: remove redudant assignment
2020-04-12 Tapani Pällimesa: remove redudant check
2020-04-12 Qiang Yulima: set offset when export resource
2020-04-11 Lionel Landwerlini965: share buffer managers across screens
2020-04-11 Lionel Landwerlini965: store DRM fd on intel_screen
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 Eric Anholtfreedreno: Fix leak of binning shader variants.
2020-04-10 Kristian H... freedreno/ir3: Fix sz vs class confusion
2020-04-10 Alyssa Rosenzweigpan/decode: Print Bifrost blend descriptor
2020-04-10 Alyssa Rosenzweigpan/bi: Let !b2b imply branch_cond
2020-04-10 Alyssa Rosenzweigpanfrost: Fix BI_BLEND packing
2020-04-10 Alyssa Rosenzweigpan/bi: Fix backwards registers ports
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 Rosenzweigpan/midgard: Remove unused max_varying variable
2020-04-10 Alyssa Rosenzweigpan/bi: Fix nondeterministic register packing
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...
2020-04-10 Alyssa Rosenzweigpanfrost: Add IS_BIFROST quirk
2020-04-10 Christian Gmeineretnaviv: remove the "active" member of queries
2020-04-10 Christian Gmeineretnaviv: change begin_query(..) to a void function
2020-04-10 Christian Gmeineretnaviv: drop redundant calls to etna_acc_query_suspend(..)
2020-04-10 Jose Maria... v3d: Primitive Counts Feedback needs an extra 32-bit...
2020-04-10 Daniel Schürmannaco: make some reg_file helpers private and fix their...
2020-04-10 Daniel Schürmannaco: rename aco_lower_bool_phis() -> aco_lower_phis()
2020-04-10 Daniel Schürmannaco: lower subdword phis with SGPR operands
2020-04-10 Daniel Schürmannaco: don't constant-propagate into subdword PSEUDO...
next