summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_state.c
Commit message (Expand)AuthorAgeFilesLines
* iris: move sysvals to their own constant bufferTimur Kristóf2019-06-231-36/+44
* iris: Mark cbuf0 as not needing uploading every single timeKenneth Graunke2019-06-231-0/+1
* i965,iris: Move guardband calculations to a common locationJason Ekstrand2019-06-211-84/+5
* iris: Use stream uploader for shader draw parameters.Kenneth Graunke2019-06-201-2/+2
* iris: Implement INTEL_DEBUG=pc for pipe control logging.Kenneth Graunke2019-06-201-15/+70
* iris: Create binding table slot for num_work_groups only when neededCaio Marcelo de Oliveira Filho2019-06-111-1/+2
* iris: Always reserve binding table space for NIR constantsCaio Marcelo de Oliveira Filho2019-06-031-5/+10
* iris: Compact binding tablesCaio Marcelo de Oliveira Filho2019-06-031-37/+36
* iris: Create an enum for the surface groupsCaio Marcelo de Oliveira Filho2019-06-031-8/+8
* iris: Handle binding table in the driverCaio Marcelo de Oliveira Filho2019-06-031-8/+16
* iris: Enable nir_opt_large_constantsJason Ekstrand2019-05-291-0/+9
* iris: Move upload_ubo_ssbo_surf_state to iris_program.cJason Ekstrand2019-05-291-39/+7
* iris: Record state sizes for INTEL_DEBUG=bat decoding.Kenneth Graunke2019-05-231-2/+6
* intel/compiler: Implement TCS 8_PATCH mode and INTEL_DEBUG=tcs8Kenneth Graunke2019-05-141-0/+5
* 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