mesa.git
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
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
2020-04-09 Daniel Schürmannaco: guarantee that Temp fits in 4 bytes
2020-04-09 Jonathan Marekturnip: new clear/blit implementation with shader path...
2020-04-09 Jonathan Marekturnip: add vk_format_is_snorm/is_float
2020-04-09 Jonathan Marekturnip: rework format helpers
2020-04-09 Jonathan Marekturnip: use dirty bits for dynamic viewport/scissor...
2020-04-09 Jonathan Marekturnip: save attachment samples in renderpass state
2020-04-09 Jonathan Marekturnip: disable 8x msaa
2020-04-09 Jonathan Marekturnip: fix nir validate failure from push constant...
2020-04-09 Jonathan Marekturnip: split up gmem/tile alignment
2020-04-09 Jonathan Marekturnip: RB_CCU_CNTL fixes
2020-04-09 Jonathan Marekfreedreno/a6xx: set bypass RB_CCU_CNTL value for blitter
2020-04-09 Jonathan Marekfreedreno/registers: add RB_CCU_CNTL bitfields
2020-04-09 Samuel Pitoisetradv: allow TC-compat HTILE with GENERAL outside of...
2020-04-09 Samuel Pitoisetradv: only enable TC-compat HTILE for images readable...
2020-04-09 Samuel Pitoisetradv: only expose fp16 control features for chips with...
2020-04-09 Samuel Pitoisetradv: only expose storageInputOutput16 for chips with...
2020-04-09 Samuel Pitoisetradv: only expose shaderFloat16 for chips with double...
2020-04-09 Samuel Pitoisetac,radv: add ac_gpu_info::has_double_rate_fp16
2020-04-09 Jonathan Marekturnip: use buffer size instead of bo size for VFD_FETC...
2020-04-09 Jonathan Marekturnip: improve vertex input handling
2020-04-08 James Zhuradeonsi: fix Segmentation fault during vaapi enc test
2020-04-08 Bas Nieuwenhuizenradv: Use correct buffer count with variable descriptor...
2020-04-08 Bas Nieuwenhuizenradv: Whitespace fixup.
2020-04-08 Samuel Iglesias... radv: set sparseAddressSpaceSize to RADV_MAX_MEMORY_ALL...
2020-04-08 Samuel Iglesias... radv: check buffer size in vkCreateBuffer()
2020-04-08 Bas Nieuwenhuizenradv: Consider maximum sample distances for entire...
2020-04-08 Samuel Pitoisetradv: enable lowering of GS intrinsics for the LLVM...
2020-04-08 Samuel Pitoisetradv: remove radv_layout_has_htile() helper
2020-04-08 Samuel Pitoisetradv: cleanup creating the decompress/resummarize pipelines
2020-04-08 Samuel Pitoisetradv: rename extra graphics pipeline decompress/resumma...
2020-04-08 Samuel Pitoisetradv: rename decompress/resummarize depth/stencil functions
2020-04-08 Jonathan Marekturnip: fix compute shaders crashing after geometry...
2020-04-08 Timothy Arcerinir: make opt_if_loop_terminator() less strict
2020-04-08 Timothy Arceriradeonsi: don't lower constant arrays to uniforms in...
2020-04-07 Dominik Behrmeson: fix debug build on Android
2020-04-07 Bas Nieuwenhuizenradv: Store 64-bit availability bools if requested.
2020-04-07 Vinson Leegallivm: Add missing header for powf.
2020-04-07 Kristian H... turnip: Drop dep_llvm from dependencies
2020-04-07 Kristian H... turnip: Make Android platform build
2020-04-07 Kristian H... turnip: Stub out VK_KHR_external_{fence,semaphore}_fd
2020-04-07 Kristian H... turnip: Add missing VKAPI_ATTR annotations
2020-04-07 Rohan Gargtracie: Reformat code to fix indentation
2020-04-07 Rohan Gargtracie: Print results in a machine readable format
2020-04-07 Eric Anholtfreedreno/a6xx: Set a level's pitch based on minified...
2020-04-07 Eric Anholtfreedreno: Add the outline of a test for a6xx texture...
next