mesa.git
2019-09-30 Eric Anholtv3d: Enable the late algebraic optimizations to get...
2019-09-30 Daniel Schürmannaco: call nir_opt_algebraic_late() exhaustively
2019-09-30 Daniel Schürmannradv/aco: Don't lower subtractions
2019-09-30 Daniel Schürmannnir: Remove unnecessary subtraction optimizations
2019-09-30 Daniel Schürmannnir: recombine nir_op_*sub when lower_sub = false
2019-09-30 Daniel Schürmannfreedreno: Enable the nir_opt_algebraic_late() pass.
2019-09-30 Eric Anholtvc4: Enable the nir_opt_algebraic_late() pass.
2019-09-30 Michel Dänzergitlab-ci: Add test-container:arm64 to needs: for arm64...
2019-09-30 Michel Dänzergitlab-ci: Add needs: for x86 buster docker image
2019-09-30 Michel Dänzergitlab-ci: Declare needs: for stretch docker image
2019-09-29 pal1000scons: Fix MSYS2 Mingw-w64 build.
2019-09-29 pal1000scons/windows: Support build with LLVM 9.
2019-09-28 Vasily Khoruzhicklima: set uniforms_address lower bits properly
2019-09-28 Michel Zouscons: add py3 support
2019-09-28 Mauro Rossiandroid: aco: add support for libmesa_aco
2019-09-28 Mauro Rossiandroid: compiler/nir: build nir_divergence_analysis.c
2019-09-28 Mauro Rossiandroid: aco: fix undefined template 'std::__1::array...
2019-09-28 Jonathan Mareketnaviv: nir: fix gl_FragDepth
2019-09-28 Jonathan Mareketnaviv: disable earlyZ when shader writes fragment...
2019-09-28 Jonathan Mareketnaviv: nir: make lower_alu easier to follow
2019-09-28 Jonathan Mareketnaviv: remove extra allocation for shader code
2019-09-28 Jonathan Mareketnaviv: nir: remove "options" struct
2019-09-28 Jonathan Mareketnaviv: nir: use store_deref instead of store_output
2019-09-28 Jonathan Mareketnaviv: nir: add native integers (HALTI2+)
2019-09-28 Jonathan Marekqetnaviv: nir: use new immediates when possible
2019-09-28 Jonathan Mareketnaviv: nir: set num_components for inputs/outputs
2019-09-28 Jonathan Mareketnaviv: nir: allocate contiguous components for LOAD...
2019-09-28 Jonathan Mareketnaviv: nir: fix gl_FrontFacing
2019-09-28 Icenowy Zhenglima: do not set the PP uniforms address lowest bits
2019-09-27 Andrii Simiklitglsl: disallow incompatible matrices multiplication
2019-09-27 Eric Anholtturnip: Fix failure behavior of vkCreateGraphicsPipelines.
2019-09-27 Eric Anholtturnip: Silence compiler warning about uninit pipeline.
2019-09-27 Eric Anholtturnip: Add a .editorconfig and .dir-locals.el
2019-09-27 Eric Anholtshader_enums: Move MAX_DRAW_BUFFERS to this file.
2019-09-27 Jason Ekstrandintel/fs: Fix fs_inst::flags_read for ANY/ALL predicates
2019-09-27 Christian Gmeineretnaviv: support ARB_framebuffer_object
2019-09-27 Christian Gmeineretnaviv: etna_resource_copy_region(..): drop assert
2019-09-27 Dylan Bakermeson: Link xvmc with libxv
2019-09-27 Dylan Bakermeson: Try finding libxvmcw via pkg-config before using...
2019-09-27 Andreas Gottschlingdrisw: Fix shared memory leak on drawable resize
2019-09-27 Adam Jacksondrisw: Fix and simplify drawable setup
2019-09-27 Adam Jacksondrisw: Simplify GC setup
2019-09-27 Bas Nieuwenhuizenturnip: Add todo for d24_s8 copies
2019-09-27 Bas Nieuwenhuizenturnip: Disallow NPoT formats.
2019-09-27 Bas Nieuwenhuizenturnip: Always use UINT formats for copies.
2019-09-27 Bas Nieuwenhuizenturnip: Add image->image blitting.
2019-09-27 Rhys Perryaco: don't remove the loop exec mask in transition_to_E...
2019-09-27 Rhys Perryaco: set loop_info::has_discard for demotes
2019-09-27 Kenneth Graunkeiris: Only resolve for image levels/layers which are...
2019-09-27 Vasily Khoruzhicklima/ppir: add NIR pass to split varying loads
2019-09-26 Timur Kristófradv: Fix L2 cache rinse programming.
2019-09-26 Jonathan Marekturnip: emit texture and uniform state
2019-09-26 Jonathan Marekturnip: add some shader information in pipeline state
2019-09-26 Jonathan Marekturnip: use nir_opt_copy_prop_vars
2019-09-26 Jonathan Marekturnip: lower samplers and uniform buffer indices
2019-09-26 Jonathan Marekturnip: basic descriptor sets (uniform buffer and samplers)
2019-09-26 Jonathan Marekturnip: enable linear filtering
2019-09-26 Jonathan Marekturnip: align layer_size
2019-09-26 Jonathan Marekturnip: use linear tiling for scanout image
2019-09-26 Jonathan Marekturnip: implement image view descriptor
2019-09-26 Jonathan Marekturnip: implement sampler state
2019-09-26 Jonathan Marekturnip: fix vertex_id
2019-09-26 Jonathan Marekturnip: emit shader immediates
2019-09-26 Jason Ekstrandutil/rb_tree: Stop relying on &iter->field != NULL
2019-09-26 Jason Ekstrandutil/rb_tree: Also test _safe iterators
2019-09-26 Eric Anholtfreedreno/a3xx: Mostly fix min-vs-mag filtering decisio...
2019-09-26 Maya Rashishintel/compiler: avoid truncating int64_t to int
2019-09-26 Icenowy Zhenglima: support rectangle texture
2019-09-26 Michel Dänzerloader: Avoid use-after-free / use of uninitialized...
2019-09-26 Adam JacksonRevert "glx: Lift sending the MakeCurrent request to...
2019-09-26 Adam JacksonRevert "glx: Implement GLX_EXT_no_config_context"
2019-09-26 Timur Kristófradv: Add debug option to dump meta shaders.
2019-09-26 Timur Kristófamd/common: Introduce ac_get_fs_input_vgpr_cnt.
2019-09-26 Timur Kristófradv: Set shared VGPR count in radv_postprocess_config.
2019-09-26 Timur Kristófamd/common: Add num_shared_vgprs to ac_shader_config...
2019-09-26 Timur Kristófamd/common: Extract some helper functions to ac_shader_...
2019-09-26 Timur Kristófamd/common: Move ac_export_mrt_z to ac_llvm_build.
2019-09-26 Rhys Perryaco: CSE readlane/readfirstlane/permute/reduce with...
2019-09-26 Rhys Perryaco: don't CSE v_readlane_b32/v_readfirstlane_b32
2019-09-26 Rhys Perryaco,radv: rename record_llvm_ir/llvm_ir_string to recor...
2019-09-26 Rhys Perryradv/aco: return a correct name and description for...
2019-09-26 Rhys Perryaco: store printed backend IR in binary
2019-09-26 Rhys Perryaco,radv/aco: get dissassembly for release builds if...
2019-09-26 Rhys Perryradv/aco: actually disable ACO when unsupported
2019-09-26 Tapani Pällimesa/st: calculate texture size based on EGLImage miplevel
2019-09-25 Dylan Bakermeson: fix logic for generating .pc files with old...
2019-09-25 Ian Romanicknir/range-analysis: Use types to provide better ranges...
2019-09-25 Ian Romanicknir/range-analysis: Use types in the hash key
2019-09-25 Ian Romanicknir/range-analysis: Bail if the types don't match
2019-09-25 Lionel Landwerlinintel: Add new Comet Lake PCI-ids
2019-09-25 Lionel Landwerlinintel: use proper label for Comet Lake skus
2019-09-25 Kristian H... freedreno/a6xx: Move instrlen and obj_start writes...
2019-09-25 Kristian H... freedreno/a6xx: Emit const and texture state for HS...
2019-09-25 Kristian H... freedreno/ir3: Add HS/DS/GS to shader key and cache
2019-09-25 Kristian H... freedreno/a6xx: Add generic program stateobj support...
2019-09-25 Kristian H... freedreno: Move fs functions after geometry pipeline...
2019-09-25 Kristian H... freedreno: Add state binding functions for HS/DS/GS
2019-09-25 Kristian H... freedreno: Rename vp and fp to vs and fs in fd_program_...
2019-09-25 Kristian H... freedreno/a6xx: Factor out const state setup
2019-09-25 Eric Engestromglsl: turn runtime asserts of compile-time value into...
next