mesa.git
2020-05-20 Eric Engestromcompiler: delete leftover autotools test wrapper
2020-05-20 Eric Engestromgit_sha1_gen.py: fix whitespace
2020-05-20 Eric Engestromgit_sha1_gen.py: fix code style
2020-05-20 Eric Engestromgit_sha1_gen.py: fix out-of-date comment
2020-05-20 Eric Engestromanv: disable VK_EXT_calibrated_timestamps when the...
2020-05-20 Eric Engestromanv: replace magic `| 1` with already #define'd name
2020-05-20 Eric Engestromanv: pass the fd directly to anv_gem_reg_read()
2020-05-20 Eric Anholtci: Make a530's GLES3/31 fractional runs much more...
2020-05-20 Eric Anholtci: Disable SMP on the a5xx boards.
2020-05-20 Andrii Simikliti965/vec4: Ignore swizzle of VGRF for use by var_range_...
2020-05-20 Dave Airlier600/sfn: fix nop channel assignment.
2020-05-20 Eric Engestromdocs: update calendar for 20.1.0-rc4
2020-05-20 D Scott Phillipsanv/gen11+: Disable object level preemption
2020-05-20 Jonathan Marekfreedreno: add adreno 650
2020-05-20 Jonathan Marekfreedreno/a6xx: use RESOLVE_TS event
2020-05-20 Jonathan Marekfreedreno: reduce extra height alignment in a6xx layout
2020-05-20 Jonathan Marekfreedreno/a6xx: split up gmem/tile alignment requirements
2020-05-20 Jonathan Marekfreedreno/a6xx: don't use gmem_alignw for imported...
2020-05-20 Jonathan Marekfreedreno/a5xx: remove unused reference to gmem_alignw...
2020-05-20 Jonathan Marekfreedreno: move a4xx specific layout code to a4xx code
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
next