summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_state.c
Commit message (Expand)AuthorAgeFilesLines
* iris: Disable SIMD32 when using a 16x MSAA framebuffer.Kenneth Graunke2019-07-111-7/+24
* iris: Only set key->flat_shade if COL0/COL1 are written.Kenneth Graunke2019-07-111-2/+3
* iris: Drop a TODO commentKenneth Graunke2019-07-111-1/+0
* iris: disable repacking for compression for applicable genDongwon Kim2019-07-081-0/+11
* iris: Minor tidyingKenneth Graunke2019-07-031-6/+0
* Revert "iris/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat2019-06-281-8/+0
* iris: Don't leak resources in iris_create_surface for incomplete FBOsKenneth Graunke2019-06-281-19/+19
* iris: Fix major resource leak in iris_set_shader_imagesKenneth Graunke2019-06-271-3/+1
* intel: Add and use helpers for level0 extentNanley Chery2019-06-271-6/+2
* iris: Fix memory leak of SO targetsKenneth Graunke2019-06-271-0/+4
* iris: Fix memory leak for draw parameter resourcesKenneth Graunke2019-06-271-0/+3
* iris: Drop u_upload_unmapKenneth Graunke2019-06-271-2/+0
* iris: Also properly restore INTERFACE_DESCRIPTOR_DATA buffer objectKenneth Graunke2019-06-271-4/+9
* iris: Fix resource tracking for CS thread ID bufferKenneth Graunke2019-06-271-2/+7
* iris: Only bother with thread ID upload if doing MEDIA_CURBE_LOADKenneth Graunke2019-06-271-13/+13
* iris: Do MEDIA_CURBE_LOAD when IRIS_DIRTY_CS is set, not constantsKenneth Graunke2019-06-271-1/+1
* iris: Drop UBO range stuff from iris_restore_compute_saved_bosKenneth Graunke2019-06-271-24/+0
* iris: Properly align interface descriptor data addressesKenneth Graunke2019-06-271-1/+1
* 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