mesa.git
2020-05-20 Dylan Bakertests: Make tests aware of meson test wrapper
2020-05-20 Thong Thaigallium/auxiliary/vl: Fix compute shader scale_y for...
2020-05-20 Alyssa Rosenzweigpan/mdg: Optimize liveness computation in DCE
2020-05-20 Alyssa Rosenzweigpan/mdg: Precompute mir_special_index
2020-05-20 Alyssa Rosenzweigpan/mdg: Optimize pipelining logic
2020-05-20 Alyssa Rosenzweigpan/mdg: Emit fcsel when beneficial
2020-05-20 Lionel Landwerlinintel/aub_error_decoder: print driver identifier if...
2020-05-20 Lionel Landwerlinanv: add identifier BO
2020-05-20 Lionel Landwerlini965: add identifier BO
2020-05-20 Lionel Landwerliniris: add identifier BO
2020-05-20 Lionel Landwerlinintel: add identifier for debug purposes
2020-05-20 Lionel Landwerlini965: store workaround_bo offset
2020-05-20 Lionel Landwerliniris: store workaround address
2020-05-20 Lionel Landwerlinanv: store the workaround address
2020-05-20 Lionel Landwerlinblorp: rename workaround address function
2020-05-20 Lionel Landwerlinanv: fixup unwinding of device create failure
2020-05-20 Icecream95panfrost: Enable PIPE_CAP_VERTEX_COLOR_UNCLAMPED
2020-05-20 Andrii Simiklitglsl_type: don't serialize padding bytes from glsl_stru...
2020-05-20 Jonathan Marekturnip: enable 422_UNORM formats
2020-05-20 Jonathan Marekturnip: implement VK_KHR_sampler_ycbcr_conversion
2020-05-20 Jonathan Marekfreedreno/registers: document 422_UNORM and 420_UNORM...
2020-05-20 Jonathan Marekutil/format: translate 422_UNORM and 420_UNORM vulkan...
2020-05-20 Lionel Landwerlinintel/perf: repurpose INTEL_DEBUG=no-oaconfig
2020-05-20 Lionel Landwerlinanv: Implement VK_KHR_performance_query
2020-05-20 Lionel Landwerlinintel/perf: reuse offset specified in the query
2020-05-20 Lionel Landwerlinanv: use a query filled by the perf code
2020-05-20 Lionel Landwerlinintel/perf: report whether the platform supported
2020-05-20 Lionel Landwerlinintel/perf: add counter category to generated code
2020-05-20 Lionel Landwerlinintel/perf: add helper to compute metrics from counters
2020-05-20 Lionel Landwerlinintel/perf: emit counter units in generated code
2020-05-20 Lionel Landwerlinintel/perf: compute number of passes for a set of counters
2020-05-20 Lionel Landwerlinintel/perf: create a unique list of counters
2020-05-20 Lionel Landwerlinintel/perf: update generated code to ralloc all data
2020-05-20 Lionel Landwerlinintel/perf: store the appropriate OA formats in queries
2020-05-20 Lionel Landwerlinintel/perf: make pipeline statistic query loading optional
2020-05-20 Lionel Landwerlinintel/genxml: add PIPE_CONTROL command cache invalidate bit
2020-05-20 Lionel Landwerlinanv: add a new execution mode for secondary command...
2020-05-20 Lionel Landwerlinanv: don't reserve a particular register for draw count
2020-05-20 Lionel Landwerlinintel/mi-builder: add framework for self modifying...
2020-05-20 Lionel Landwerlinintel/genxml: fix bits generation for MI_LOAD_REGISTER_IMM
2020-05-20 Denysgitlab: Ask about reproduction rate in the issue template
2020-05-19 Jason Ekstrandnir: Add const to nir_intrinsic_src_components
2020-05-19 Alyssa Rosenzweigpan/mdg: Apply outmods
2020-05-19 Alyssa Rosenzweigpan/mdg: Use helpers for branch/discard inversion
2020-05-19 Alyssa Rosenzweigpan/mdg: Remove invert optimizations
2020-05-19 Alyssa Rosenzweigpan/mdg: Treat inot as a modifier
2020-05-19 Alyssa Rosenzweigpan/mdg: Apply abs/neg modifiers
2020-05-19 Alyssa Rosenzweigpan/mdg: Ingest fsat_signed/fclamp_pos
2020-05-19 Alyssa Rosenzweigpan/mdg: Prepare for modifier helpers
2020-05-19 Alyssa Rosenzweigpan/mdg: Drop nir_lower_to_source_mods
2020-05-19 Alyssa Rosenzweigpan/mdg: Remove .pos propagation pass
2020-05-19 Alyssa Rosenzweigpanfrost: Add modifier detection helpers
2020-05-19 Alyssa Rosenzweignir: Add fclamp_pos opcode
2020-05-19 Alyssa Rosenzweignir: Add fsat_signed opcode
2020-05-19 Connor Abbotttu: Support VK_FORMAT_FEATURE_BLIT_SRC_BIT for texture...
2020-05-19 Connor Abbotttu: Fix buffer compressed pitch calculation with unalig...
2020-05-19 Connor Abbotttu: Fall back to 3d blit path for BC1_RGB_* formats
2020-05-19 Connor Abbotttu: Always initialize image_view fields for blit sources
2020-05-19 Jason Ekstrandnir: Add a store_reg helper and use the builder in...
2020-05-19 Jason Ekstrandnir: Add a new helper for iterating phi sources leaving...
2020-05-19 Jason Ekstrandnir/clone: Re-use clone_alu for nir_alu_instr_clone
2020-05-19 Bas Nieuwenhuizenradv/winsys: Finish mapping for sparse residency.
2020-05-19 Ian Romanickintel/drm-shim: Return correct values for I915_PARAM_HA...
2020-05-19 Ian Romanickintel/drm-shim: Add noop ioctl handler for set_tiling
2020-05-19 Bas Nieuwenhuizenradv: Expose VK_EXT_pipeline_creation_cache_control.
2020-05-19 Bas Nieuwenhuizenradv: Support VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCH...
2020-05-19 Bas Nieuwenhuizenradv: Support VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILUR...
2020-05-19 Bas Nieuwenhuizenradv: Support VK_PIPELINE_COMPILE_REQUIRED_EXT.
2020-05-19 Alyssa Rosenzweigpanfrost: Enable AFBC for Z24X8
2020-05-19 Alyssa Rosenzweigpanfrost: Fix Z24 vs Z32 mixup
2020-05-19 Alyssa Rosenzweigpanfrost: Switch formats to table
2020-05-19 Alyssa Rosenzweigpan/mfbd: Add format codes for PIPE_FORMAT_B5G5R5A1_UNORM
2020-05-19 Rhys Perrynir/opt_if: use nir_src_as_bool in opt_peel_loop_initia...
2020-05-19 Rhys Perrynir/opt_if: run opt_peel_loop_initial_if after all...
2020-05-19 Jason Ekstrandnir: Add documentation for each jump instruction type
2020-05-19 Jason Ekstrandnir: Use a switch statement in nir_handle_add_jump
2020-05-19 Jason Ekstrandnir: Validate jump instructions as an instruction type
2020-05-19 Samuel Pitoisetradv/aco: enable storageInputOutput16 on GFX9+
2020-05-19 Samuel Pitoisetaco: fix off-by-one error with 16-bit MTBUF opcodes...
2020-05-19 Samuel Pitoisetaco: implement 16-bit interp
2020-05-19 Samuel Pitoisetaco: emit v_interp_*_f16 instructions as VOP3 instead...
2020-05-19 Samuel Pitoisetaco: validate v_interp_*_f16 as VOP3 instructions inste...
2020-05-19 Samuel Pitoisetaco: implement 16-bit vertex fetches with tbuffer_load_...
2020-05-19 Samuel Pitoisetaco: implement 8-bit/16-bit mov's with p_create_vector
2020-05-19 Samuel Pitoisetaco: allow to load/store 16-bit values in VMEM for...
2020-05-19 Samuel Pitoisetaco: convert 16-bit values before exporting MRTs
2020-05-19 Samuel Pitoisetaco: store 16-bit temporary outputs as v2b
2020-05-19 Emmanuel Gil... Expose EGL_KHR_platform_* when EXT is supported
2020-05-19 Alyssa Rosenzweigpan/decode: Fix min/max_tile_coord mixup
2020-05-19 Alyssa Rosenzweigpan/decode: Use a page table for tracking mmaps
2020-05-19 Rob Clarkfreedreno/ir3/validate: add checking for types and...
2020-05-19 Rob Clarkfreedreno/ir3: add helpers to deal with src/dst types
2020-05-19 Rob Clarkfreedreno/ir3: add simple validate pass
2020-05-19 Rob Clarkfreedreno/ir3: fix mismatched wrmask for overlapping...
2020-05-19 Rob Clarkfreedreno/ir3/cp: fix cmps folding
2020-05-19 Rob Clarkfreedreno/ir3/print: print cat2 condition
2020-05-19 Rob Clarkfreedreno/ir3: fix immed type in create_addr0()
2020-05-19 Rob Clarkfreedreno/ir3/cf: handle multiple cov's properly
2020-05-19 Rob Clarkfreedreno/ir3: fix mismatched flags on split
2020-05-19 Rob Clarkfreedreno/ir3/group: fix for half-regs
next