platform/upstream/mesa.git
2020-09-09 Eric Anholtfreedreno: Make the pack struct have a .qword for wide...
2020-09-09 Eric Anholtturnip: Fix a compiler warning in release builds of...
2020-09-09 Jonathan Marekturnip: remove some unnecessary regs init
2020-09-09 Jonathan Marekturnip: delete unused "tu_cmd_buffer_upload"
2020-09-09 Jonathan Marekturnip: fix the type of tu_shader_module code field...
2020-09-09 Jonathan Marekturnip: delete unused tu_image fields
2020-09-09 Jonathan Marekturnip: delete tu_physical_device path field
2020-09-09 Rhys Perryaco: fix validation of sub-dword parallel-copies
2020-09-09 Rhys Perryaco: fix value numbering of reductions
2020-09-09 Rhys Perryaco: don't apply constant to SDWA on GFX8
2020-09-09 Rhys Perryaco: workaround disassembler bug of v_writelane_b32...
2020-09-09 Rhys Perryaco: fix v_writelane_b32 with two sgprs
2020-09-09 Rhys Perrynir/opt_loop_unroll: fix is_access_out_of_bounds with...
2020-09-09 Icecream95panfrost: AFBC to linear layout conversion
2020-09-09 Icecream95panfrost: Move tiled-linear conversion checking to...
2020-09-09 Icecream95panfrost: Seperate resource setup and bo creation
2020-09-09 Icecream95panfrost: Correctly set modifier_constant
2020-09-09 Icecream95panfrost: Remove old comment on broken depth reload
2020-09-09 Icecream95panfrost: Cleanup panfrost_get_param
2020-09-09 Icecream95docs/features: Add missing Panfrost extensions
2020-09-08 Bas Nieuwenhuizenradv,gallium: Add driconf option to reduce advertised...
2020-09-08 Eric Anholtiris: Add missing range_base/range to our nir_load_ubos.
2020-09-08 Dave Airliellvmpipe: include gallivm perf flags in shader cache.
2020-09-08 Tony Wasserkaaco/isel: Compile all helper functions with static...
2020-09-08 Tony Wasserkaaco/isel: Move add_startpgm to aco_instruction_selectio...
2020-09-08 Tony Wasserkaaco/isel: Move context initialization code to a dedicat...
2020-09-08 Tony Wasserkaaco/isel: Remove unused definitions
2020-09-08 Tony Wasserkaaco/isel: Consistently use references for input paramet...
2020-09-08 Tony Wasserkaaco/isel: Simplify nested branching code
2020-09-08 Tony Wasserkaaco/isel: Turn the function template emit_load into...
2020-09-08 Jason Ekstrandintel/nir: Call validate_ssa_dominance at both ends...
2020-09-08 Jason Ekstrandspirv: Run repair_ssa if there are discard instructions
2020-09-08 Jason Ekstrandnir: Add a dominance validation pass
2020-09-08 Rhys Perrynir/opt_if: fix opt_if_merge when destination branch...
2020-09-08 Eric Anholtnir: Use explicit deref information to provide real...
2020-09-08 Eric Anholtfreedreno/ir3: Apply the max upload limit to initial...
2020-09-08 Eric Anholtfreedreno/ir3: Use the new NIR UBO ranges in UBO analysis.
2020-09-08 Eric Anholtnir: Add a range_base+range to nir_intrinsic_load_ubo().
2020-09-08 Eric Anholtnir: Update the comment about nir_lower_uniforms_to_ubo...
2020-09-08 Marek Olšákradeonsi: inline trivial PS functions
2020-09-08 Marek Olšákac,radeonsi: lower 64-bit IO to 32 bits and remove...
2020-09-08 Marek Olšákradeonsi: remove swizzle == ~0 dead code in si_llvm_loa...
2020-09-08 Marek Olšákradeonsi: eliminate unused shader outputs for separate...
2020-09-08 Marek Olšákradeonsi: set outputs_written_before_ps for geometry...
2020-09-08 Daniel Schürmannaco/isel: refactor emit_vop3a_instruction() to handle...
2020-09-08 Daniel Schürmannaco/isel: refactor code and remove unnecessary v_mov
2020-09-08 jzielinsswr: Use ElemenCount constructor for LLVM 11
2020-09-08 Rhys Perryaco: improve fsign selection
2020-09-08 Rhys Perryaco: fix one-off error in Operand(uint16_t)
2020-09-08 Alexandros... gitlab-ci: Enable unit test report for arm64_a630_traces
2020-09-08 Alexandros... gitlab-ci: Enable unit test reports for lava traces...
2020-09-08 Alexandros... gitlab-ci: Enable unit test reports for normal runner...
2020-09-08 Alexandros... tracie: Produce JUnit XML results
2020-09-08 Alexandros... tracie: Make tests independent of environment
2020-09-08 Tapani Pällimesa/st: enable EXT_color_buffer_half_float when format...
2020-09-08 Tapani Pällimesa: add EXT_color_buffer_half_float plumbing
2020-09-08 Tapani Pällimesa: refactor floating point texture fbo completeness...
2020-09-07 Mauro Rossiegl/android: HAVE_DRM_GRALLOC path fixes (v2)
2020-09-07 Mauro Rossiandroid: freedreno/common: add libmesa_git_sha1 static...
2020-09-07 Mauro Rossiandroid: freedreno: Implement pipe screen's get_device...
2020-09-07 Bas Nieuwenhuizenradeonsi: Work around Wasteland 2 bug.
2020-09-07 Rhys Perrynir/opt_shrink_vectors: shrink image stores using the...
2020-09-07 Jason Ekstrandnir/lower_io: Fix the unknown-array-index case in get_d...
2020-09-07 Michel Dänzerci: Remove any existing results directory before runnin...
2020-09-07 Jason Ekstrandspirv2nir: Rework argument handling
2020-09-07 Jason Ekstrandspirv: Improve the "Entry point not found" error message
2020-09-07 Michel Zouswr: fix build with mingw
2020-09-07 Marek Olšákradeonsi: kill point size VS output if it's not used...
2020-09-07 Marek Olšákradeonsi: deduplicate setting key.mono.u.vs_export_prim_id
2020-09-07 Marek Olšákradeonsi: use shader_info::cs::local_size_variable...
2020-09-07 Marek Olšákradeonsi: remove redundant si_shader_info::uses_derivatives
2020-09-07 Marek Olšákradeonsi: remove redundant si_shader_selector::max_gs_s...
2020-09-07 Marek Olšákradeonsi: remove redundant GS variables in si_shader_se...
2020-09-07 Marek Olšákradeonsi: remove redundant si_shader_info::writes_memory
2020-09-07 Marek Olšákradeonsi: rename num_memory_instructions -> num_memory_...
2020-09-07 Marek Olšákradeonsi: reduce type sizes in si_shader_selector
2020-09-07 Marek Olšákradeonsi: remove redundant si_shader_info::uses_kill
2020-09-07 Marek Olšákradeonsi: merge uses_persp_opcode_interp_sample/uses_li...
2020-09-07 Marek Olšákradeonsi: remove unused si_shader_info::uses_(vertexid...
2020-09-07 Marek Olšákradeonsi: remove redundant si_shader_info:*(clip|cull...
2020-09-07 Marek Olšákradeonsi: remove redundant si_shader_info::const_buffer...
2020-09-07 Marek Olšákradeonsi: remove redundant si_shader_info::images_declared
2020-09-07 Marek Olšákradeonsi: remove redundant si_shader_info::shader_buffe...
2020-09-07 Marek Olšákradeonsi: remove info::samplers_declared, image_buffers...
2020-09-07 Marek Olšákradeonsi: stop using TGSI_PROPERTY_FS_COLOR0_WRITES_ALL...
2020-09-07 Marek Olšákradeonsi: stop using TGSI_PROPERTY_CS_LOCAL_SIZE
2020-09-07 Marek Olšákradeonsi: stop using TGSI_PROPERTY_FS_DEPTH_LAYOUT
2020-09-07 Marek Olšákradeonsi: stop using TGSI_PROPERTY_FS_COORD_PIXEL_CENTER
2020-09-07 Marek Olšákradeonsi: stop using TGSI_PROPERTY_FS_POST_DEPTH_COVERAGE
2020-09-07 Marek Olšákradeonsi: stop using TGSI_PROPERTY_FS_EARLY_DEPTH_STENCIL
2020-09-07 Marek Olšákradeonsi: stop using TGSI_PROPERTY_CS_*
2020-09-07 Marek Olšákradeonsi: stop using TGSI_PROPERTY_GS_*
2020-09-07 Marek Olšákradeonsi: stop using TGSI_PROPERTY_TES_VERTEX_ORDER_CW
2020-09-07 Marek Olšákradeonsi: stop using TGSI_PROPERTY_TES_SPACING
2020-09-07 Marek Olšákradeonsi: stop using TGSI_PROPERTY_TES_POINT_MODE ...
2020-09-07 Marek Olšákradeonsi: stop using TGSI_PROPERTY_TCS_VERTICES_OUT
2020-09-07 Marek Olšákradeonsi: stop using TGSI_PROPERTY_VS_WINDOW_SPACE_POSI...
2020-09-07 Marek Olšákradeonsi: stop using TGSI_PROPERTY_NEXT_SHADER
2020-09-07 Andreas Baierllima/ppir: Skip instruction merge when having more...
2020-09-07 jzielinsswr: Fix crashes on non-AVX hardware
next