summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris
Commit message (Expand)AuthorAgeFilesLines
* 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
* iris: Make a resource_is_busy() helperKenneth Graunke2019-04-231-4/+13
* iris: Replace buffer backing storage and rebind to update addresses.Kenneth Graunke2019-04-234-5/+171
* iris: Make memzone_for_address non-staticKenneth Graunke2019-04-232-5/+7
* iris: Make a gl_shader_stage -> pipe_shader_stage helper functionKenneth Graunke2019-04-231-0/+14
* iris: Rework image views to store pipe_image_view.Kenneth Graunke2019-04-234-35/+52
* iris: Rework UBOs and SSBOs to use pipe_shader_bufferKenneth Graunke2019-04-232-104/+71
* iris: Track bound constant buffersKenneth Graunke2019-04-232-0/+6
* iris: Mark constants dirty on transfer unmap even if no flushes occurKenneth Graunke2019-04-231-2/+8
* iris: Track bound and writable SSBOsKenneth Graunke2019-04-222-1/+16
* iris: Enable the dual_color_blend_by_location driconf option.Kenneth Graunke2019-04-224-0/+24
* iris: Add mechanism for iris-specific driconf optionsKenneth Graunke2019-04-226-3/+42
* iris: Be less aggressive at postdraw work skippingKenneth Graunke2019-04-181-28/+36
* iris: implement WaEnableStateCacheRedirectToCSLionel Landwerlin2019-04-181-0/+7
* iris: Add texture cache flushing hacks for blit and resource_copy_regionKenneth Graunke2019-04-161-0/+36
* iris: Change vendor and renderer stringsKenneth Graunke2019-04-161-1/+4
* iris: Move iris_debug_recompile calls before uploading.Kenneth Graunke2019-04-161-33/+33
* iris: Print the reason for shader recompiles.Kenneth Graunke2019-04-161-6/+30
* iris: Make shader_perf_log print to stderr if INTEL_DEBUG=perf is setKenneth Graunke2019-04-151-4/+11
* iris: Fix FLUSH_EXPLICIT handling with staging buffers.Kenneth Graunke2019-04-151-23/+41
* iris: Preserve all PIPE_TRANSFER flags in xfer->usageKenneth Graunke2019-04-152-13/+12
* iris: Actually mark blorp_copy_buffer destinations as written.Kenneth Graunke2019-04-151-0/+1
* intel: Emit 3DSTATE_VF_STATISTICS dynamicallyKenneth Graunke2019-04-142-0/+7
* glsl/nir: add support for lowering bindless images_derefsKarol Herbst2019-04-121-1/+1
* nir: move brw_nir_rewrite_image_intrinsic into common codeKarol Herbst2019-04-121-1/+1
* iris: Actually pin the scratch BO.Kenneth Graunke2019-04-111-0/+8
* intel/common: move gen_debug to intel/devMark Janes2019-04-103-3/+3