aco: implement 16-bit nir_op_f2i64/nir_op_f2u64
[mesa.git] / src /
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-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. Kristensenfreedreno/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 Casanov... 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...
2020-04-10 Daniel Schürmannaco: ensure correct bit representation of subdword...
2020-04-10 Daniel Schürmannaco: setup subdword regclasses for ssa_undef & load_const
2020-04-10 Samuel Pitoisetaco: implement nir_op_b2f16/nir_op_i2f16/nir_op_u2f16
2020-04-10 Samuel Pitoisetaco: implement 16-bit comparisons
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_fmax3/nir_op_fmin3/nir_op_...
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_ldexp
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_f2i32/nir_op_f2u32
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_bcsel
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_fsign
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_fsat
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_fmul
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_fcos/nir_op_fsin
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_fsub/nir_op_fadd
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_fabs/nir_op_fneg
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_fmax/nir_op_fmin
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_ffloor/nir_op_fceil
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_fsqrt/nir_op_frcp/nir_op_frsq
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_ftrunc/nir_op_fround_even
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_fexp2/nir_op_flog2
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_ffract
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_frexp_sig/nir_op_frexp_exp
2020-04-10 Caio Marcelo de... intel/compiler: Remove cs_prog_data->threads
2020-04-10 Caio Marcelo de... iris: Stop using cs_prog_data->threads
2020-04-10 Caio Marcelo de... anv: Stop using cs_prog_data->threads
2020-04-10 Plamena Manolovai965: Implement ARB_compute_variable_group_size
2020-04-10 Plamena Manolovaintel/compiler: Add support for variable workgroup...
2020-04-10 Caio Marcelo de... intel/compiler: Replace cs_prog_data->push.total with...
2020-04-10 Vinson Leeswr/rasterizer: Use private functions for min/max to...
2020-04-09 Connor Abbotttu: Implement descriptor set update templates
2020-04-09 Connor Abbotttu: Add missing code for immutable samplers
2020-04-09 Connor Abbotttu: Emit CP_LOAD_STATE6 for descriptors
2020-04-09 Connor Abbotttu: Switch to the bindless descriptor model
2020-04-09 Connor Abbottir3: Rewrite UBO push analysis to support bindless
2020-04-09 Connor Abbottir3: Plumb through bindless support
2020-04-09 Connor Abbottir3: LDC also has a destination
2020-04-09 Connor Abbottir3: Also don't propagate immediate offset with LDC
2020-04-09 Connor Abbottir3: Plumb through support for a1.x
2020-04-09 Connor Abbottir3: Add bindless instruction encoding
2020-04-09 Connor Abbottfreedreno/a6xx: Add registers for the bindless model
2020-04-09 Connor Abbottfreedreno/a6xx: Add UBO size field
2020-04-09 Connor Abbotttu: ir3: Emit push constants directly
2020-04-09 Connor Abbotttu: Dump out shader assembly when requested
2020-04-09 Daniel Schürmannaco: RA - move all std::function objects into proper...
2020-04-09 Daniel Schürmannaco: move all needed helper containers to ra_ctx
2020-04-09 Daniel Schürmannaco: change live_out variables to std::unordered_set
2020-04-09 Daniel Schürmannaco: change some std::map to std::unordered_map in...
2020-04-09 Daniel Schürmannaco: refactor try_remove_trivial_phi() in RA
2020-04-09 Daniel Schürmannaco: improve speed of live_var_analysis
2020-04-09 Daniel Schürmannaco: during RA only insert into renames table if a...
2020-04-09 Daniel Schürmannaco: replace assignment hashmap by std::vector in regis...
2020-04-09 Daniel Schürmannaco: improve register assignment when live-range splits...
2020-04-09 Daniel Schürmannaco: improve hashing for value numbering
2020-04-09 Daniel Schürmannaco: add explicit padding for all Instruction sub-structs
next