nir/validate: Only require bare types to match for copy_deref
[mesa.git] / src / gallium /
2019-03-14 Alyssa Rosenzweigpanfrost/midgard: Implement fpow
2019-03-14 Alyssa Rosenzweigpanfrost: Compute viewport state on the fly
2019-03-14 Alyssa Rosenzweigpanfrost; Disable AFBC for depth buffers
2019-03-14 Alyssa Rosenzweigpanfrost: Allocate extra data for depth buffer
2019-03-14 Alyssa Rosenzweigpanfrost: Comment spelling fix
2019-03-14 Alyssa Rosenzweigpanfrost/mfbd: Respect per-job depth write flag
2019-03-14 Alyssa Rosenzweigpanfrost/mfbd: Implement linear depth buffers
2019-03-14 Alyssa Rosenzweigpanfrost: Minor comment cleanup (version detection)
2019-03-14 Alyssa Rosenzweigpanfrost: Remove staging MFBD
2019-03-14 Alyssa Rosenzweigpanfrost: Remove staging SFBD for pan_context
2019-03-14 Alyssa Rosenzweigpanfrost: Break out fragment to SFBD/MFBD files
2019-03-14 Alyssa Rosenzweigfreedreno: Use shared drm_find_modifier util
2019-03-14 Alyssa Rosenzweigvc4: Use shared drm_find_modifier util
2019-03-14 Alyssa Rosenzweigv3d: Use shared drm_find_modifier util
2019-03-14 Kenneth Graunkeiris: Don't mutate box in transfer map code
2019-03-13 Gurchetan Singhvirgl: use uint16_t mask instead of separate booleans
2019-03-13 Rafael Antognolliiris: Enable auxiliary buffer support again
2019-03-13 Rafael Antognolliiris: Convert RGBX to RGBA always.
2019-03-13 Rafael Antognolliiris: Add resolve on iris_flush_resource.
2019-03-13 Chris Wilsoniris: Use streaming loads to read from tiled surfaces
2019-03-13 Chris Wilsoniris: Use coherent allocation for PIPE_RESOURCE_STAGING
2019-03-13 Chris Wilsoniris: Use PIPE_BUFFER_STAGING for the query objects
2019-03-13 Tomeu Vizosopanfrost: Set bo->gem_handle when creating a linear BO
2019-03-13 Tomeu Vizosopanfrost: Set bo->size[0] in the DRM backend
2019-03-12 Eric Anholtv3d: Fix leak of the renderonly struct on screen destru...
2019-03-12 Eric Anholtv3d: Disable PIPE_CAP_BLIT_BASED_TEXTURE_TRANSFER.
2019-03-12 Connor Abbottradeonsi/nir: Use nir stripping pass
2019-03-12 Sagar Ghugeiris: Flag fewer dirty bits in BLORP
2019-03-12 Alyssa Rosenzweigpanfrost: Identify fragment_extra flags
2019-03-12 Alyssa Rosenzweigpanfrost: Document "depth-buffer writeback" bit
2019-03-12 Alyssa Rosenzweigpanfrost: Support linear depth textures
2019-03-12 Alyssa Rosenzweigpanfrost: Allocate dedicated slab for linear BOs
2019-03-12 Alyssa Rosenzweigpanfrost: Determine framebuffer format bits late
2019-03-12 Alyssa Rosenzweigpanfrost: Delay color buffer setup
2019-03-12 Alyssa Rosenzweigpanfrost: Combine has_afbc/tiled in layout enum
2019-03-12 Alyssa Rosenzweigpanfrost: Cleanup needless if in create_bo
2019-03-12 Brian Paulgallium/winsys/kms: fix incomplete type compilation...
2019-03-12 Brian Pauldrisw: fix incomplete type compilation failure
2019-03-12 Tomeu Vizosopanfrost: Add support for PAN_MESA_DEBUG
2019-03-12 Tomeu Vizosopanfrost/midgard: Add support for MIDGARD_MESA_DEBUG
2019-03-11 Kenneth Graunkeiris: Fix write enable in pinning of depth/stencil...
2019-03-11 Kenneth Graunkeiris: Refactor depth/stencil buffer pinning into a...
2019-03-11 Kenneth Graunkeiris: Move depth/stencil flushes so they actually do...
2019-03-11 Christian Gmeinerst/dri: allow direct UYVY import
2019-03-11 Kenneth Graunkeiris: Fix TES gl_PatchVerticesIn handling.
2019-03-11 Kenneth Graunkeiris: Rework default tessellation level uploads
2019-03-11 Timur Kristófiris: Face should be a system value.
2019-03-11 Eric Anholtvc4: Switch the post-RA scheduler over to the DAG datas...
2019-03-11 Eric Anholtv3d: Use the DAG datastructure for QPU instruction...
2019-03-11 Eric Anholtvc4: Reuse list_for_each_entry_rev().
2019-03-11 Eric Anholtvc4: Switch over to using the DAG datastructure for...
2019-03-11 Kristian H. Kristensenfreedreno/a6xx: Remove extra parens
2019-03-11 Kristian H. Kristensenfreedreno: Use c_vis_args and no_override_init_args
2019-03-10 Kenneth Graunkeiris: Fix backface stencil write condition
2019-03-10 Alyssa Rosenzweigpanfrost/drm: Cast pointer to u64 to fix warning
2019-03-10 Tomeu Vizosopanfrost: Add backend targeting the DRM driver
2019-03-10 Tomeu Vizosopanfrost: Add gem_handle to panfrost_memory and panfrost_bo
2019-03-10 Rob Clarkfreedreno/a6xx: more bcolor fixes
2019-03-09 Eric Engestrompanfrost: move #include to fix compilation
2019-03-09 Eric Engestrompanfrost: fix tgsi_to_nir() call
2019-03-09 Axel DavyRevert "d3dadapter9: Support software renderer on any...
2019-03-09 Axel Davyst/nine: Change a few advertised caps
2019-03-09 Axel Davyst/nine: Do not advertise CANMANAGERESOURCE
2019-03-09 Axel Davyst/nine: Do not advertise support for D15S1 and D24X4S4
2019-03-09 Patrick Rudolphd3dadapter9: Support software renderer on any DRI device
2019-03-09 Axel Davyst/nine: Disable depth write when nothing gets updated
2019-03-09 Elie Tourniervirgl: Return an error if we use fp64 on top of GLES
2019-03-09 Elie Tourniervirgl: Set PIPE_CAP_DOUBLES when running on GLES This...
2019-03-09 Elie Tourniervirgl: Add a caps to advertise GLES backend
2019-03-08 Rob Clarkfreedreno/ir3: fix ir3_cmdline harder
2019-03-08 Eric Anholtst/dri: Set the PIPE_BIND_SHARED flag on create_image_w...
2019-03-08 Kenneth Graunkeiris: Use copy_region and staging resources to avoid...
2019-03-08 Sagar Ghugeiris: Track last VS URB entry size
2019-03-08 Sagar Ghugeiris: Refactor code to share 3DSTATE_URB_* packet
2019-03-08 Eric Engestromr600: cast pointer to expected type
2019-03-08 Brian Paulpipebuffer: s/PB_ALL_USAGE_FLAGS/PB_USAGE_ALL/
2019-03-08 Brian Paulsvga: remove SVGA_RELOC_READ flag in SVGA3D_BindGBSurface()
2019-03-08 Brian Paulsvga: refactor draw_vgpu10() function
2019-03-08 Brian Paulwinsys/svga: use new pb_usage_flags enum type
2019-03-08 Brian Paulpipebuffer: whitespace fixes in pb_buffer.h
2019-03-08 Brian Paulpipebuffer: use new pb_usage_flags enum type
2019-03-08 Charmaine Leesvga: add svga shader type in the shader variant
2019-03-08 Brian Paulgallium/util: add some const qualifiers in u_bitmask.c
2019-03-08 Brian Paulgallium/util: whitespace cleanups in u_bitmask.[ch]
2019-03-08 Chris Wilsoniris: Wire up EGL_IMG_context_priority
2019-03-08 Kenneth Graunkeiris: Export a copy_region helper that doesn't flush
2019-03-08 Kenneth Graunkeiris: Spruce up "are we using this engine?" checks...
2019-03-08 Timur Kristófradeonsi/nir: Only set window_space_position for vertex...
2019-03-07 Rob Clarkfreedreno/a6xx: perfcntrs
2019-03-07 Rob Clarkfreedreno/a6xx: fix border-color swizzles
2019-03-07 Rob Clarkfreedreno/a6xx: refactor fd6_tex_swiz()
2019-03-07 Rob Clarkfreedreno/a6xx: remove astc_srgb workaround
2019-03-07 Rob Clarkfreedreno: fix ir3_cmdline build
2019-03-07 Kenneth Graunkeiris: Drop PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
2019-03-07 Kenneth Graunkeiris: Properly support alpha and luminance-alpha formats
2019-03-07 Kenneth Graunkeiris: Defer uploading sampler state tables until draw...
2019-03-07 Kenneth Graunkeiris: Plumb through ISL_SWIZZLE_IDENTITY in buffer...
2019-03-07 Kenneth Graunkeisl: Add a swizzle parameter to isl_buffer_fill_state()
2019-03-07 Lionel Landwerliniris: fix decode_get_bo callback
2019-03-07 Erik Faye-Lundvirgl: remove unused variable
next