summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* iris: support INTEL_NO_HW environment variableMike Blumenkrantz2019-04-103-1/+6
* iris: Enable NV_compute_shader_derivativesCaio Marcelo de Oliveira Filho2019-04-081-0/+1
* intel: add dependency on genxml generated filesLionel Landwerlin2019-04-081-1/+1
* iris: Silence unused variable warnings in release modeKenneth Graunke2019-04-061-3/+2
* iris: handle aux properly in iris_resource_get_handleTapani Pälli2019-04-041-0/+8
* iris: avoid use after free in shader destructionDave Airlie2019-04-051-7/+49
* gallium: add writable_bitmask parameter into set_shader_buffersMarek Olšák2019-04-041-1/+2
* iris: Fix assert when using vertex attrib without buffer bindingDanylo Piliaiev2019-04-041-1/+2
* iris: move iris_flush_resource so we can call it from get_handleTapani Pälli2019-04-041-15/+15
* iris: Save/restore MI_PREDICATE_RESULT, not MI_PREDICATE_DATA.Kenneth Graunke2019-04-043-8/+8
* iris: move variable to the scope where it is being usedTapani Pälli2019-04-041-1/+1
* iris: Enable fast clears on gen8.Rafael Antognolli2019-04-021-2/+1
* iris: Add aux.sampler_usages.Rafael Antognolli2019-04-023-16/+34
* iris: Do not allocate clear_color_bo for gen8.Rafael Antognolli2019-04-022-6/+9
* iris: Manually apply fast clear color channel overrides.Rafael Antognolli2019-04-021-6/+16
* iris/gen8: Re-emit the SURFACE_STATE if the clear color changed.Rafael Antognolli2019-04-021-10/+28
* iris: Only update clear color for gens 8 and 9.Rafael Antognolli2019-04-021-1/+10
* iris: Adapt to variable ppGTT sizeChris Wilson2019-04-011-1/+20
* iris: fix set_sampler_viewRob Clark2019-03-301-2/+3
* i965,iris/blorp: do not blit 0-sizesSergii Romantsov2019-03-301-1/+9
* iris: Clean up compiler warnings about unusedCaio Marcelo de Oliveira Filho2019-03-292-11/+1
* iris: Print the memzone name when allocating BOs with INTEL_DEBUG=bufKenneth Graunke2019-03-281-2/+17
* iris/icl: Add WA_2204188704 to disable pixel shader panic dispatchAnuj Phogat2019-03-281-0/+7
* iris/icl: Set Enabled Texel Offset Precision Fix bitAnuj Phogat2019-03-281-0/+7
* iris: Fix blits with S8_UINT destinationKenneth Graunke2019-03-281-4/+2
* iris: Actually advertise some modifiersKenneth Graunke2019-03-271-0/+39
* i965,iris,anv: Make alpha to coverage work with sample maskDanylo Piliaiev2019-03-251-2/+3
* iris: Push heavy memchecker code to DEBUGChris Wilson2019-03-222-1/+13