summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris
Commit message (Expand)AuthorAgeFilesLines
* iris: Dodge more GLSL IR loweringKenneth Graunke2019-05-151-2/+3
* iris: Check if resource has stencil before returning itAndrii Kryvytskyi2019-05-141-1/+5
* iris: Enable fragment shader interlock on Gen9+.Kenneth Graunke2019-05-141-0/+1
* intel/compiler: Implement TCS 8_PATCH mode and INTEL_DEBUG=tcs8Kenneth Graunke2019-05-142-0/+14
* iris/resource: Drop redundant checks for aux supportNanley Chery2019-05-141-15/+0
* iris/resource: Fall back to no aux if creation failsNanley Chery2019-05-141-4/+6
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-131-1/+2
* iris: Implement ARB_indirect_parametersIllia Iorin2019-05-115-23/+156
* iris: Split iris_update_draw_info into two functions.Kenneth Graunke2019-05-111-0/+12
* iris: Use full ways for L3 cache setup on Icelake.Kenneth Graunke2019-05-101-0/+1
* iris: Expose PIPE_CAP_DEVICE_RESET_STATUS_QUERYKenneth Graunke2019-05-094-0/+72
* iris: Hook up device reset callbacksKenneth Graunke2019-05-094-1/+26
* iris: Try to recover from GPU hangs.Kenneth Graunke2019-05-093-0/+71
* iris: Add helpers to clone a hardware context.Chris Wilson2019-05-092-0/+25
* iris: Mark render batches as non-recoverable.Kenneth Graunke2019-05-091-0/+22
* iris: Reorganise execbuf to have a single point of failureChris Wilson2019-05-081-27/+20
* iris: Report the same video memory settings as i965.Kenneth Graunke2019-05-082-2/+34
* iris: Also handle res->offset for buffer sampler/image viewsKenneth Graunke2019-05-071-8/+9
* iris: support dmabuf imports with offsetsMike Blumenkrantz2019-05-074-12/+12
* iris: Enable PIPE_CAP_SURFACE_REINTERPRET_BLOCKSKenneth Graunke2019-05-062-6/+95
* iris: Delete bucketing allocatorsKenneth Graunke2019-05-031-167/+3
* iris: Force VMA alignment to be a multiple of the page size.Kenneth Graunke2019-05-031-0/+3
* iris: leave the top 4Gb of the high heap VMA unusedKenneth Graunke2019-05-031-1/+5
* iris: Fix 4GB memory zone heap sizes.Kenneth Graunke2019-05-031-3/+6
* iris: Resolve textures used by the program, not merely bound texturesKenneth Graunke2019-05-031-2/+5
* iris: Disable dual source blending when shader doesn't handle itKenneth Graunke2019-05-021-4/+15
* iris: Fix imageBuffer and PBO download.Kenneth Graunke2019-05-011-2/+2
* iris: Enable fast clear colors on gen11.Rafael Antognolli2019-04-301-3/+0
* iris: Update the surface state clear color address when available.Rafael Antognolli2019-04-301-1/+9
* iris: Use the linear version of the surface format during fast clears.Rafael Antognolli2019-04-301-1/+7
* iris: Support sRGB fast clears even if the colorspaces differ.Rafael Antognolli2019-04-302-4/+8
* iris: Do not advertise multisampled image load/store.Rafael Antognolli2019-04-291-0/+5
* iris: Only enable GL_AMD_depth_clamp_separate on Gen9+Kenneth Graunke2019-04-291-1/+1
* iris: Set XY Clipping correctly.Kenneth Graunke2019-04-294-2/+67
* iris: Fix zeroing of transform feedback offsets in strange cases.Kenneth Graunke2019-04-272-4/+18
* iris: Silence unused function warningKenneth Graunke2019-04-251-1/+1
* iris: make the TFB result visible to othersAndrii Simiklit2019-04-251-10/+15
* iris: Some tidying for preemption supportKenneth Graunke2019-04-254-98/+102
* iris: Advertise EXT_texture_sRGB_R8 supportKenneth Graunke2019-04-241-0/+1
* iris: Enable GL_AMD_depth_clamp_separateKenneth Graunke2019-04-241-0/+1
* iris: enable preemption support for gen10Mike Blumenkrantz2019-04-241-0/+2
* iris: add preemption support on gen9Mike Blumenkrantz2019-04-243-0/+99
* iris: Split iris_flush_and_dirty_for_history into two helpers.Kenneth Graunke2019-04-242-20/+46
* iris: Actually put Mesa in GL_RENDERER stringKenneth Graunke2019-04-241-1/+1
* android/iris: fix driinfo header filenameTapani Pälli2019-04-231-1/+1
* iris: Prefer staging blits when destination supports CCS_E.Kenneth Graunke2019-04-231-1/+1
* iris: add support for INTEL_conservative_rasterizationMike Blumenkrantz2019-04-232-11/+34
* iris: Fix DrawTransformFeedback math when there's a buffer offsetKenneth Graunke2019-04-233-0/+14
* iris: Make some offset math helpers take a const isl_surf pointerKenneth Graunke2019-04-231-2/+2
* iris: Track valid data range and infer unsynchronized mappings.Kenneth Graunke2019-04-235-0/+78