iris: Advertise coherent framebuffer fetches
[mesa.git] / src / gallium / drivers / iris /
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.
2019-04-23 Kenneth Graunkeiris: Rework UBOs and SSBOs to use pipe_shader_buffer
2019-04-23 Kenneth Graunkeiris: Track bound constant buffers
2019-04-23 Kenneth Graunkeiris: Mark constants dirty on transfer unmap even if...
2019-04-22 Kenneth Graunkeiris: Track bound and writable SSBOs
2019-04-22 Kenneth Graunkeiris: Enable the dual_color_blend_by_location driconf...
2019-04-22 Kenneth Graunkeiris: Add mechanism for iris-specific driconf options
2019-04-19 Kenneth Graunkeiris: Be less aggressive at postdraw work skipping
2019-04-18 Lionel Landwerliniris: implement WaEnableStateCacheRedirectToCS
2019-04-16 Kenneth Graunkeiris: Add texture cache flushing hacks for blit and...
2019-04-16 Kenneth Graunkeiris: Change vendor and renderer strings
2019-04-16 Kenneth Graunkeiris: Move iris_debug_recompile calls before uploading.
2019-04-16 Kenneth Graunkeiris: Print the reason for shader recompiles.
2019-04-16 Kenneth Graunkeiris: Make shader_perf_log print to stderr if INTEL_DEB...
2019-04-15 Kenneth Graunkeiris: Fix FLUSH_EXPLICIT handling with staging buffers.
2019-04-15 Kenneth Graunkeiris: Preserve all PIPE_TRANSFER flags in xfer->usage
2019-04-15 Kenneth Graunkeiris: Actually mark blorp_copy_buffer destinations...
2019-04-15 Kenneth Graunkeintel: Emit 3DSTATE_VF_STATISTICS dynamically
2019-04-12 Karol Herbstglsl/nir: add support for lowering bindless images_derefs
2019-04-12 Karol Herbstnir: move brw_nir_rewrite_image_intrinsic into common...
2019-04-11 Kenneth Graunkeiris: Actually pin the scratch BO.
2019-04-10 Mark Janesintel/common: move gen_debug to intel/dev
2019-04-10 Mike Blumenkrantziris: support INTEL_NO_HW environment variable
2019-04-09 Caio Marcelo de... iris: Enable NV_compute_shader_derivatives
2019-04-08 Lionel Landwerlinintel: add dependency on genxml generated files
2019-04-06 Kenneth Graunkeiris: Silence unused variable warnings in release mode
2019-04-05 Tapani Pälliiris: handle aux properly in iris_resource_get_handle
2019-04-04 Dave Airlieiris: avoid use after free in shader destruction
2019-04-04 Marek Olšákgallium: add writable_bitmask parameter into set_shader...
2019-04-04 Danylo Piliaieviris: Fix assert when using vertex attrib without buffe...
2019-04-04 Tapani Pälliiris: move iris_flush_resource so we can call it from...
2019-04-04 Kenneth Graunkeiris: Save/restore MI_PREDICATE_RESULT, not MI_PREDICAT...
2019-04-04 Tapani Pälliiris: move variable to the scope where it is being...
2019-04-02 Rafael Antognolliiris: Enable fast clears on gen8.
2019-04-02 Rafael Antognolliiris: Add aux.sampler_usages.
2019-04-02 Rafael Antognolliiris: Do not allocate clear_color_bo for gen8.
next