platform/upstream/mesa.git
2021-04-14 Axel Davyst/nine: Ignore swizzle on samplers
2021-04-14 Axel Davyst/nine: Increase number of constants of vs1_sw
2021-04-14 Axel Davyst/nine: Remove errors on unsupported lock flags
2021-04-14 Axel Davyst/nine: Handle D3DFMT_NULL multisampling
2021-04-14 Axel Davyst/nine: Enable multisampling also without depth buffer
2021-04-14 Axel Davyst/nine: Fix alpha to coverage states
2021-04-14 Axel Davyst/nine: Improve Surface GetContainer
2021-04-14 Axel Davyst/nine: Prevent negative reference count
2021-04-14 Axel Davyst/nine: Fix value of pipe_draw_info's max_index vertex
2021-04-14 Axel Davyst/nine: Fix read outside bounds for some textures
2021-04-14 Axel Davyst/nine: Fix compilation warnings
2021-04-14 Axel Davyst/nine: Fix reading invalid pointer
2021-04-14 Axel Davyst/nine: Prevent use after free on dtor
2021-04-14 Axel Davyst/nine: Fix invalid NULL check
2021-04-14 Axel Davyst/nine: Add missing breaks
2021-04-14 Axel Davyst/nine: Fix cubetexture early destruction
2021-04-14 Axel Davyst/nine: Fix crash on texture creation failure
2021-04-14 Axel Davyst/nine: Disable fpu exceptions during init
2021-04-14 Juan A. Suarez... ci: Update VK-GL-CTS to 1.2.6.0
2021-04-14 Stéphane Marchesinvirgl: Add simple disk cache
2021-04-14 Pierre-Eric... radeonsi: avoid querying gpu state if possible
2021-04-14 Pierre-Eric... amdgpu,radeon: add full_reset_only param to ctx_query_r...
2021-04-14 Pierre-Eric... radeonsi: re-create the aux context in si_create_context
2021-04-14 Pierre-Eric... radeonsi: only recreate the aux_context when soft recov...
2021-04-14 Pierre-Eric... radeonsi: do not recreate the aux context from the...
2021-04-14 Pierre-Eric... radeonsi: use SI_CONTEXT_FLAG_AUX when recreating the...
2021-04-14 Pierre-Eric... radeonsi: submit cs to failed context instead of skippi...
2021-04-14 Pierre-Eric... amdgpu,radeon: add needs_reset param to ctx_query_reset...
2021-04-14 Pierre-Eric... driconf: add workarounds for Teardown
2021-04-14 Pierre-Eric... gallium/u_threaded: skip refcounting only once
2021-04-14 Marek Olšáknir: handle mediump varyings in varying compaction...
2021-04-14 Marek Olšákradeonsi: enable FP16 for mediump on gfx9+ if radeonsi_...
2021-04-14 Marek Olšákradeonsi: kill 16-bit VS outputs if PS doesn't use...
2021-04-14 Marek Olšákradeonsi: optimize and legalize 16-bit samplers
2021-04-14 Marek Olšákradeonsi: implement 16-bit VS inputs
2021-04-14 Marek Olšákradeonsi: implement 16-bit VS->PS varyings
2021-04-14 Marek Olšákac/llvm: implement 16-bit packed VS outputs and FS...
2021-04-13 Adam Jacksonglx: Lift sending the MakeCurrent request to top-level...
2021-04-13 Adam Jacksonglx: Be more robust against null fbconfigs
2021-04-13 Adam Jacksonglx: Move {Bind,Release}TexImage from context to screen...
2021-04-13 Adam Jacksonglx: Don't pointlesly add -D_REENTRANT to libGL's cflags
2021-04-13 Adam Jacksonglx: Remove some #if 0'd DRI config attribute fetch
2021-04-13 Adam Jacksonglx: Clean up fbconfig attribute handling
2021-04-13 Adam Jacksonglx: Default sRGBCapable in the same place as the other...
2021-04-13 Mike Blumenkrantzaux/trace: use ralloc_free for ralloc()ed state pointers
2021-04-13 Iván Brianointel, anv: propagate robustness setting to nir_opt_loa...
2021-04-13 Jason Ekstrandintel: fix querying mip levels on null surfaces on...
2021-04-13 Ella-0glsl: build without bison
2021-04-13 Alyssa Rosenzweigdocs: Add some notes on building for macOS
2021-04-13 Daniel Schürmannaco/cssa: don't create parallelcopies for constants...
2021-04-13 Daniel Schürmannaco/cssa: rewrite lower_to_cssa pass
2021-04-13 Daniel Schürmannaco: add new reindex_ssa() pass
2021-04-13 Daniel Schürmannaco: fix kill flags on phi operands
2021-04-13 Daniel Schürmannaco: lower p_spill with constants correctly
2021-04-13 Daniel Schürmannaco/spill: use correct next_use_distances at loop header
2021-04-13 Daniel Schürmannaco/spill: refactor live-in registerDemand calculation
2021-04-13 Daniel Schürmannaco/spill: refactor some more spill decision taking
2021-04-13 Daniel Schürmannaco/spill: don't count phis as variable access
2021-04-13 Daniel Schürmannaco/spill: spill phi constants and exec directly to...
2021-04-13 Daniel Schürmannaco/spill: reload spilled exec masks directly to exec
2021-04-13 Daniel Schürmannaco/spill: refactor spill decision taking
2021-04-13 Boris Brezillonpanfrost: Pass a tile enable map to avoid reloading...
2021-04-13 Boris Brezillonpanfrost: Kill the old tile-buffer preload logic
2021-04-13 Boris Brezillonpanfrost: Use the generic preload and FB helpers in...
2021-04-13 Boris Brezillonpanfrost: Fix partial update
2021-04-13 Boris Brezillonpanfrost: Create a blitter library to replace the exist...
2021-04-13 Boris Brezillonpanfrost: Always pass a non-NULL screen to set_damage_r...
2021-04-13 Boris Brezillonpanfrost: Extend pan_fb_info to allow passing pre/post...
2021-04-13 Boris Brezillonpanfrost: Extend pan_fb_info to allow passing a tile...
2021-04-13 Boris Brezillonpanfrost: Decode pre/post frame DCDs
2021-04-13 Boris Brezillonpanfrost: s/pandecode_vertex_tiler_postfix_pre/pandecod...
2021-04-13 Boris Brezillonpanfrost: Add the early ZS pre frame mode
2021-04-13 Boris Brezillonpanfrost: Add align info to the draw and draw padding...
2021-04-13 Boris Brezillonpanfrost: Add an helper to emit fragment jobs
2021-04-13 Boris Brezillonpanfrost: Add various helpers to simplify FB desc emission
2021-04-13 Boris Brezillonpan/midg: Use the sampler index passed to the texture...
2021-04-13 Boris Brezillonpanfrost: Pass a const device to panfrost_sample_positi...
2021-04-13 Boris Brezillonpanfrost: Provide a helper to retrieve image surface...
2021-04-13 Boris Brezillonpanfrost: Provide a helper to calculate the polygon...
2021-04-13 Boris Brezillonpanfrost: Pass an image view to panfrost_new_texture()
2021-04-13 Boris Brezillonpanfrost: Patch the gallium driver to use pan_image_lay...
2021-04-13 Boris Brezillonpanfrost: Add a pan_image_layout_init() helper
2021-04-13 Boris Brezillonpanfrost: Move special Z32_S8X24 case out of panfrost_s...
2021-04-13 Boris Brezillonpanfrost: Move out-of-band CRC info to pan_image
2021-04-13 Boris Brezillonpanfrost: Add an offset field so we can attach a sub...
2021-04-13 Boris Brezillonpanfrost: Split pan_image in two
2021-04-13 Boris Brezillonpanfrost: Add extra info to the pan_image_layout struct
2021-04-13 Boris Brezillonpanfrost: Stop passing a depth > 1 when creating 2D...
2021-04-13 Boris Brezillonpanfrost: Add a format field to pan_image_layout
2021-04-13 Boris Brezillonpanfrost: Move image states out of pan_image_layout
2021-04-13 Boris Brezillonpanfrost: s/panfrost_slice/pan_image_slice_layout/
2021-04-13 Connor Abbottvtn: Handle ZeroExtend/SignExtend image operands
2021-04-13 Lucas StachRevert remaining half of "gallium/dri2: Pass the resour...
2021-04-13 Juan A. Suarez... v3dv: fix assertion
2021-04-13 Juan A. Suarez... v3d: use GS_BIN inputs as VS_BIN outputs
2021-04-13 Juan A. Suarez... broadcom/compiler: use VPM offsets in GS load_per_verte...
2021-04-13 Bas Nieuwenhuizenradv: Re-enable retiling.
2021-04-13 Juan A. Suarez... ci/broadcom: use SNMP to turn on/off devices
2021-04-13 Samuel Pitoisetradv: fix needed dynamic state for VRS
2021-04-13 Erik Faye-Lundcompiler/glsl: do not cast struct to string
next