freedreno: correct modifier for UBWC buffers
[mesa.git] / src / gallium / drivers / iris /
2019-06-10 Kenneth Graunkeiris: Bypass half-float pack/unpack lowering.
2019-06-07 Kenneth Graunkeiris: Zero shs->cbuf0 when binding a passthrough TCS
2019-06-07 Kenneth Graunkeiris: Rename bind_state to bind_shader_state.
2019-06-07 Kenneth Graunkeiris: Sweep the NIR in iris_create_uncompiled_shader().
2019-06-05 Jason Ekstrandintel/nir: Stop returning the shader from helpers
2019-06-05 Caio Marcelo de... iris: Only recompile CS when needed
2019-06-05 Kenneth Graunkeiris: Free the buffer when reading from the disk cache.
2019-06-04 Kenneth Graunkeiris: Fix SO stride units for DrawTransformFeedback
2019-06-03 Caio Marcelo de... iris: Always reserve binding table space for NIR constants
2019-06-03 Caio Marcelo de... iris: Print binding tables when INTEL_DEBUG=bt
2019-06-03 Caio Marcelo de... iris: Compact binding tables
2019-06-03 Caio Marcelo de... iris: Create an enum for the surface groups
2019-06-03 Caio Marcelo de... iris: Handle binding table in the driver
2019-06-03 Caio Marcelo de... iris: Pull brw_nir_analyze_ubo_ranges() call out setup_...
2019-05-31 Caio Marcelo de... iris: Drop unused locals from iris_clear.c to avoid...
2019-05-30 Kenneth Graunkeiris: Avoid holding the lock while allocating pages.
2019-05-30 Kenneth Graunkeiris: Move SET_DOMAIN to alloc_fresh_bo()
2019-05-30 Kenneth Graunkeiris: Be lazy about cleaning up purged BOs in the cache.
2019-05-30 Kenneth Graunkeiris: Dig through the cache to find a BO in the right...
2019-05-30 Kenneth Graunkeiris: Tidy BO sizing code and comments
2019-05-30 Kenneth Graunkeiris: Move some field setting after we drop the lock.
2019-05-30 Kenneth Graunkeiris: Move cached BO allocation into a helper function.
2019-05-30 Kenneth Graunkeiris: Fall back to fresh allocations of mapping for...
2019-05-30 Kenneth Graunkeiris: Move fresh BO allocation into a helper function.
2019-05-30 Kenneth Graunkeiris: Do SET_TILING at a single point rather than in...
2019-05-30 Kenneth Graunkeiris: Use the BO cache even for coherent buffers on...
2019-05-30 Kenneth Graunkeiris: Fix locking around vma_alloc in iris_bo_create_us...
2019-05-30 Kenneth Graunkeiris: Fix lock/unlock mismatch for non-LLC coherent...
2019-05-29 Kenneth Graunkeiris: Re-emit Surface State Base Address when context...
2019-05-29 Jason Ekstrandiris: Enable nir_opt_large_constants
2019-05-29 Jason Ekstrandiris: Don't assume UBO indices are constant
2019-05-29 Jason Ekstrandiris: Move upload_ubo_ssbo_surf_state to iris_program.c
2019-05-29 Kenneth Graunkeiris: Clone before calling nir_strip and serializing
2019-05-29 Kenneth Graunkeiris: Only store the SHA1 of the NIR in iris_uncompiled...
2019-05-27 Kenneth Graunkeiris: Don't flag IRIS_DIRTY_URB after BLORP operations...
2019-05-23 Kenneth Graunkeiris: Advertise coherent framebuffer fetches
2019-05-23 Kenneth Graunkegallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_C...
2019-05-23 Kenneth Graunkeiris: Record state sizes for INTEL_DEBUG=bat decoding.
2019-05-22 Tapani Pälliiris: fix android build
2019-05-21 Kenneth Graunkeiris: Fix ALT mode regressions from shader cache
2019-05-21 Kenneth Graunkeiris: Expose the disk cache to the state tracker as...
2019-05-21 Dylan Bakeriris: Cache assembly shaders in the on-disk shader...
2019-05-21 Kenneth Graunkeiris: Serialize the NIR to a blob we can use for shader...
2019-05-21 Dylan Bakeriris: Start wiring up on-disk shader cache
2019-05-21 Kenneth Graunkeiris: Move iris_uncompiled_shader definition to iris_co...
2019-05-16 Kenneth Graunkeiris: Dodge more GLSL IR lowering
2019-05-15 Andrii Kryvytskyiiris: Check if resource has stencil before returning it
2019-05-15 Kenneth Graunkeiris: Enable fragment shader interlock on Gen9+.
2019-05-14 Kenneth Graunkeintel/compiler: Implement TCS 8_PATCH mode and INTEL_DE...
2019-05-14 Nanley Cheryiris/resource: Drop redundant checks for aux support
2019-05-14 Nanley Cheryiris/resource: Fall back to no aux if creation fails
2019-05-13 Eric Anholtgallium: Redefine the max texture 2d cap from _LEVELS...
2019-05-12 Illia Ioriniris: Implement ARB_indirect_parameters
2019-05-12 Kenneth Graunkeiris: Split iris_update_draw_info into two functions.
2019-05-10 Kenneth Graunkeiris: Use full ways for L3 cache setup on Icelake.
2019-05-09 Kenneth Graunkeiris: Expose PIPE_CAP_DEVICE_RESET_STATUS_QUERY
2019-05-09 Kenneth Graunkeiris: Hook up device reset callbacks
2019-05-09 Kenneth Graunkeiris: Try to recover from GPU hangs.
2019-05-09 Chris Wilsoniris: Add helpers to clone a hardware context.
2019-05-09 Kenneth Graunkeiris: Mark render batches as non-recoverable.
2019-05-09 Chris Wilsoniris: Reorganise execbuf to have a single point of...
2019-05-08 Kenneth Graunkeiris: Report the same video memory settings as i965.
2019-05-07 Kenneth Graunkeiris: Also handle res->offset for buffer sampler/image...
2019-05-07 Mike Blumenkrantziris: support dmabuf imports with offsets
2019-05-06 Kenneth Graunkeiris: Enable PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
2019-05-04 Kenneth Graunkeiris: Delete bucketing allocators
2019-05-04 Kenneth Graunkeiris: Force VMA alignment to be a multiple of the page...
2019-05-04 Kenneth Graunkeiris: leave the top 4Gb of the high heap VMA unused
2019-05-04 Kenneth Graunkeiris: Fix 4GB memory zone heap sizes.
2019-05-03 Kenneth Graunkeiris: Resolve textures used by the program, not merely...
2019-05-03 Kenneth Graunkeiris: Disable dual source blending when shader doesn...
2019-05-01 Kenneth Graunkeiris: Fix imageBuffer and PBO download.
2019-04-30 Rafael Antognolliiris: Enable fast clear colors on gen11.
2019-04-30 Rafael Antognolliiris: Update the surface state clear color address...
2019-04-30 Rafael Antognolliiris: Use the linear version of the surface format...
2019-04-30 Rafael Antognolliiris: Support sRGB fast clears even if the colorspaces...
2019-04-30 Rafael Antognolliiris: Do not advertise multisampled image load/store.
2019-04-29 Kenneth Graunkeiris: Only enable GL_AMD_depth_clamp_separate on Gen9+
2019-04-29 Kenneth Graunkeiris: Set XY Clipping correctly.
2019-04-27 Kenneth Graunkeiris: Fix zeroing of transform feedback offsets in...
2019-04-26 Kenneth Graunkeiris: Silence unused function warning
2019-04-25 Andrii Simiklitiris: make the TFB result visible to others
2019-04-25 Kenneth Graunkeiris: Some tidying for preemption support
2019-04-24 Kenneth Graunkeiris: Advertise EXT_texture_sRGB_R8 support
2019-04-24 Kenneth Graunkeiris: Enable GL_AMD_depth_clamp_separate
2019-04-24 Mike Blumenkrantziris: enable preemption support for gen10
2019-04-24 Mike Blumenkrantziris: add preemption support on gen9
2019-04-24 Kenneth Graunkeiris: Split iris_flush_and_dirty_for_history into two...
2019-04-24 Kenneth Graunkeiris: Actually put Mesa in GL_RENDERER string
2019-04-24 Tapani Pälliandroid/iris: fix driinfo header filename
2019-04-24 Kenneth Graunkeiris: Prefer staging blits when destination supports...
2019-04-23 Mike Blumenkrantziris: add support for INTEL_conservative_rasterization
2019-04-23 Kenneth Graunkeiris: Fix DrawTransformFeedback math when there's a...
2019-04-23 Kenneth Graunkeiris: Make some offset math helpers take a const isl_su...
2019-04-23 Kenneth Graunkeiris: Track valid data range and infer unsynchronized...
2019-04-23 Kenneth Graunkeiris: Make a resource_is_busy() helper
2019-04-23 Kenneth Graunkeiris: Replace buffer backing storage and rebind to...
2019-04-23 Kenneth Graunkeiris: Make memzone_for_address non-static
2019-04-23 Kenneth Graunkeiris: Make a gl_shader_stage -> pipe_shader_stage helpe...
2019-04-23 Kenneth Graunkeiris: Rework image views to store pipe_image_view.
next