mesa.git
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...
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... intel/compiler: Remove cs_prog_data->threads
2020-04-10 Caio Marcelo... iris: Stop using cs_prog_data->threads
2020-04-10 Caio Marcelo... 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... 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
next