summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_state.c
Commit message (Expand)AuthorAgeFilesLines
* iris: Implement ARB_indirect_parametersIllia Iorin2019-05-111-4/+77
* iris: Use full ways for L3 cache setup on Icelake.Kenneth Graunke2019-05-101-0/+1
* iris: Also handle res->offset for buffer sampler/image viewsKenneth Graunke2019-05-071-8/+9
* iris: support dmabuf imports with offsetsMike Blumenkrantz2019-05-071-5/+6
* iris: Enable PIPE_CAP_SURFACE_REINTERPRET_BLOCKSKenneth Graunke2019-05-061-6/+94
* iris: Disable dual source blending when shader doesn't handle itKenneth Graunke2019-05-021-4/+15
* iris: Update the surface state clear color address when available.Rafael Antognolli2019-04-301-1/+9
* iris: Set XY Clipping correctly.Kenneth Graunke2019-04-291-1/+15
* iris: Fix zeroing of transform feedback offsets in strange cases.Kenneth Graunke2019-04-271-4/+15
* 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-251-29/+96
* iris: add preemption support on gen9Mike Blumenkrantz2019-04-241-0/+29
* iris: add support for INTEL_conservative_rasterizationMike Blumenkrantz2019-04-231-11/+33
* iris: Fix DrawTransformFeedback math when there's a buffer offsetKenneth Graunke2019-04-231-0/+2
* iris: Track valid data range and infer unsynchronized mappings.Kenneth Graunke2019-04-231-0/+9
* iris: Replace buffer backing storage and rebind to update addresses.Kenneth Graunke2019-04-231-0/+125
* iris: Rework image views to store pipe_image_view.Kenneth Graunke2019-04-231-26/+40
* iris: Rework UBOs and SSBOs to use pipe_shader_bufferKenneth Graunke2019-04-231-90/+67
* iris: Track bound constant buffersKenneth Graunke2019-04-231-0/+3
* iris: Track bound and writable SSBOsKenneth Graunke2019-04-221-1/+10
* iris: Enable the dual_color_blend_by_location driconf option.Kenneth Graunke2019-04-221-0/+10
* iris: implement WaEnableStateCacheRedirectToCSLionel Landwerlin2019-04-181-0/+7
* intel: Emit 3DSTATE_VF_STATISTICS dynamicallyKenneth Graunke2019-04-141-0/+6
* iris: Actually pin the scratch BO.Kenneth Graunke2019-04-111-0/+8
* 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 variable to the scope where it is being usedTapani Pälli2019-04-041-1/+1
* iris: Add aux.sampler_usages.Rafael Antognolli2019-04-021-16/+18
* iris: Do not allocate clear_color_bo for gen8.Rafael Antognolli2019-04-021-2/+4
* 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: fix set_sampler_viewRob Clark2019-03-301-2/+3
* 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
* 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-221-1/+1
* iris: Skip resolves and flushes altogether if unnecessaryKenneth Graunke2019-03-211-0/+12
* iris: Track fast clear color.Rafael Antognolli2019-03-201-3/+30
* iris: Implement fast clear color.Rafael Antognolli2019-03-201-1/+0
* iris: Add function to update clear color in surface state.Rafael Antognolli2019-03-201-2/+30
* iris: Use the clear depth when emitting 3DSTATE_CLEAR_PARAMS.Rafael Antognolli2019-03-201-1/+24
* iris: mark switch case fallthroughTapani Pälli2019-03-201-3/+3
* iris: Enable HiZ for multisampled depth surfaces.Rafael Antognolli2019-03-181-2/+7
* iris: Slightly better bounds on buffer sizesKenneth Graunke2019-03-181-2/+2
* iris: Fix write enable in pinning of depth/stencil resourcesKenneth Graunke2019-03-111-12/+14
* iris: Refactor depth/stencil buffer pinning into a helper.Kenneth Graunke2019-03-111-37/+28
* iris: Move depth/stencil flushes so they actually do somethingKenneth Graunke2019-03-111-4/+0
* iris: Fix TES gl_PatchVerticesIn handling.Kenneth Graunke2019-03-111-3/+4
* iris: Rework default tessellation level uploadsKenneth Graunke2019-03-111-37/+10