platform/upstream/mesa.git
2020-12-22 Daniel Schürmannaco: don't emit parallelcopy when switching to WQM.
2020-12-22 Mike Blumenkrantzzink: export tess shader pipe caps
2020-12-22 Mike Blumenkrantzzink: handle partial writes to shader outputs
2020-12-22 Mike Blumenkrantzzink: implement passthrough tcs shader injection
2020-12-22 Mike Blumenkrantzzink: add stubs for tess outer/inner level handling
2020-12-22 Mike Blumenkrantzzink: add push constant handling to get_storage_class()
2020-12-22 Mike Blumenkrantzzink: only run nir_lower_clip_halfz for last vertex...
2020-12-22 Mike Blumenkrantzzink: add handling for tcs and tes shader states
2020-12-22 Mike Blumenkrantzzink: support PIPE_PRIM_PATCHES
2020-12-22 Mike Blumenkrantzzink: set tess info in pipeline creation
2020-12-22 Mike Blumenkrantzzink: pull xfb info from tess shader when applicable
2020-12-22 Mike Blumenkrantzzink: set scoped barrier flag in nir options
2020-12-22 Mike Blumenkrantzzink: set up ntv init for tess shaders
2020-12-22 Mike Blumenkrantzzink: add handling for tess shader intrinsics
2020-12-22 Mike Blumenkrantzzink: add ntv handling for tess shader i/o variables
2020-12-22 Mike Blumenkrantzzink: don't always run nir_lower_io_arrays_to_elements_...
2020-12-22 Samuel Pitoisetradv: add code that checks if the extension table is...
2020-12-22 Samuel Pitoisetradv: sort the extension table like Khronos
2020-12-22 Marek Olšákcso: inline cso_construct_key
2020-12-22 Marek Olšákcso: remove context and delete_state pointers from...
2020-12-22 Marek Olšákst/mesa: don't make a local copy of blend color
2020-12-22 Marek Olšákcso: don't pass blend_color through cso_context
2020-12-22 Marek Olšákgallium: inline pipe_depth_state to decrease DSA state...
2020-12-22 Marek Olšákgallium: inline pipe_alpha_state to enable better DSA...
2020-12-22 Marek Olšákgallium: pass pipe_stencil_ref by value (it has only...
2020-12-22 Samuel Pitoisetradv: enable VK_EXT_line_rasterization on GFX9
2020-12-22 Hyunjun Koturnip: use ir3_compiler_destroy instead of ralloc_free
2020-12-22 Hyunjun Koturnip/kgsl: support VK_KHR_performance_query
2020-12-22 Hyunjun Koturnip: enable VK_KHR_performance_query with new debug...
2020-12-22 Hyunjun Koturnip: support multipass for performance query.
2020-12-22 Hyunjun Koturnip: Implement VK_KHR_performance_query
2020-12-22 Icecream95panfrost: Fix panfrost_small_padded_vertex_count for...
2020-12-21 Icecream95panfrost: Expose ARB_texture_filter_anisotropic on...
2020-12-21 Icecream95panfrost: Add a gpu_revision argument to panfrost_get_q...
2020-12-21 Icecream95panfrost: Set the anisotropy level when cso->max_anisot...
2020-12-21 Icecream95panfrost: Fix the Maximum anisotropy field in the XML
2020-12-21 Alyssa Rosenzweigpanfrost: Fix LOD mode field on Bifrost
2020-12-21 Alyssa Rosenzweigpan/bi: Minor styling cleanup in disasm
2020-12-21 Alyssa Rosenzweigpan/bi: Remove all-0's termination condition
2020-12-21 Alyssa Rosenzweigpan/bi: Space out disassembly
2020-12-21 Alyssa Rosenzweigpan/bi: Allow toggling disassembly verbosity
2020-12-21 Yevhenii Kolesnikovintel/fs: don't spill a register, set by undef
2020-12-21 Eric Anholtlvp: Fix vtn warnings about unsupported image read...
2020-12-21 Eric Anholtci/deqp: Make sure that we pull in all board-specific...
2020-12-21 Bas Nieuwenhuizenradv: Enable DCC in the GENERAL layout on GFX10+.
2020-12-21 Bas Nieuwenhuizenradv: Disable DCC explicitly for incompatible copies.
2020-12-21 Bas Nieuwenhuizenradv: Add option to disable DCC in renderpasses without...
2020-12-21 Bas Nieuwenhuizenradv: Never allow fast clears on DCC images that are...
2020-12-21 Bas Nieuwenhuizenradv: Don't skip layout transitions that only differ...
2020-12-21 Samuel Pitoisetradv: ignore the mutable bit for TC-compatible HTILE
2020-12-21 cheyangglsl: remove unused state variable
2020-12-21 Danylo Piliaievfreedreno/a6xx: bump varyings limit
2020-12-21 Danylo Piliaievfreedreno/a6xx: Fix SP_HS_UNKNOWN_A831 value and docume...
2020-12-21 Danylo Piliaievir3: Allow tesselation to use all 32 varying slots
2020-12-21 Danylo Piliaievfreedreno/a6xx: Fix assert which checks the count of...
2020-12-21 Tapani Pällimesa: fix layered framebuffer attachment target check
2020-12-21 Dave Airlielavapipe: add transform feedback support
2020-12-21 Dave Airliellvmpipe: handle SO statistics multi value query copy...
2020-12-21 Dave Airliellvmpipe: add support for vulkan streamout offset hook
2020-12-21 Dave Airliegallium: add an api to retrieve pipe offsets
2020-12-20 Vinson Leed3d12: Fix memory leak if create_root_signature failed.
2020-12-20 Vinson Leed3d12: Fix memory leak if create_gfx_pipeline_state...
2020-12-20 Icecream95panfrost: Fix CLAMP wrap mode
2020-12-20 Icecream95panfrost: Fix precise occlusion queries on Bifrost
2020-12-19 Alyssa Rosenzweigdocs/panfrost: Mention the IRC channel
2020-12-19 Alyssa Rosenzweigdocs/panfrost: Document building Panfrost
2020-12-19 Alyssa Rosenzweigdocs/systems: Update Panfrost link
2020-12-19 Alyssa Rosenzweigdocs: Update Panfrost in the source tree
2020-12-19 Alyssa Rosenzweigdocs/panfrost: Fix comment about Lima
2020-12-18 Vinson Leevc4: Fix typos.
2020-12-18 Samuel Pitoisetradv: remove useless push constants data when resolving...
2020-12-18 Caio Marcelo... spirv: Remove more dead variables
2020-12-18 Caio Marcelo... nir: Consider pointer initializers in nir_remove_dead_v...
2020-12-18 Caio Marcelo... nir: Remove unused parameter in remove_dead_var_writes
2020-12-18 Caio Marcelo... nir: Fix outdated name in comment
2020-12-18 Caio Marcelo... spirv: Implement OpArrayLength for OpenGL
2020-12-18 Mike Blumenkrantzzink: fix gl_SampleMaskIn handling
2020-12-18 Mike Blumenkrantzzink: fix rp hash table
2020-12-18 Mike Blumenkrantzzink: move rp hash functions further up in file
2020-12-18 Mike Blumenkrantzzink: handle nir_op_find_lsb and nir_op_ifind_msb in ntv
2020-12-18 Mike Blumenkrantzzink: handle nir_op_ibitfield_extract: in ntv
2020-12-18 Mike Blumenkrantzzink: add nir_op_bit_count to ntv
2020-12-18 Mike Blumenkrantzzink: force stencil format for stencil-only samplers...
2020-12-18 Mike Blumenkrantzmesa/st: set lower_point_size for tes/gs during program...
2020-12-18 Mike Blumenkrantzmesa/st: flag ST_NEW_CONSTANTS upon running nir_lower_p...
2020-12-18 Mike Blumenkrantzmesa/st: handle running nir lower passes for ucp and...
2020-12-18 Mike Blumenkrantzmesa/st: tabs -> spaces in st_program
2020-12-18 Mike Blumenkrantzmesa/st: do not run lower_psiz_mov on vertex shader...
2020-12-18 Mike Blumenkrantzmesa/st: run nir_lower_point_size_mov on geometry shade...
2020-12-18 Samuel Pitoisetradv: fix maxFragmentShadingRateRasterizationSamples
2020-12-18 Samuel Pitoisetradv: adjust the maximum number of coverage samples...
2020-12-18 jzielinsswr: Fix crashes on Windows
2020-12-18 Erik Faye-Lunddocs/features: update list of zink features
2020-12-18 Rhys Perryac/llvm: insert phis before demote kill
2020-12-18 Juan A. Suarez... doc/features: add VC4 driver
2020-12-18 Tony Wasserkagitlab: add RADV bug report template
2020-12-18 Samuel Pitoisetradv: enable TC-compat HTILE for D32_SFLOAT+MSAA on...
2020-12-18 Samuel Iglesias... turnip: fix cube map array image size calculation
2020-12-18 Marek Olšákmesa: call Driver.TexParameter in glPopAttrib to fix...
2020-12-18 Marek Olšákmesa: don't restore texture state into unbound textures...
next