aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_context.h
Commit message (Expand)AuthorAgeFilesLines
* iris: Rework edgeflag handlingKenneth Graunke2019-10-231-0/+2
* iris: Implement the Broadwell NP Z PMA Stall FixKenneth Graunke2019-10-081-0/+1
* iris: Drop bonus parameters from iris_init_*_context()Kenneth Graunke2019-10-071-8/+2
* iris: Rework iris_update_draw_parameters to be more efficientKenneth Graunke2019-09-181-2/+7
* iris: Use state_refs for draw parameters.Kenneth Graunke2019-09-181-4/+2
* iris: Track per-stage bind history, reduce work accordinglyKenneth Graunke2019-09-181-0/+1
* iris: Add support for the always_flush_cache=true debug option.Kenneth Graunke2019-09-091-0/+5
* iris: use driconf for 'bo_reuse' parameterTapani Pälli2019-08-291-0/+5
* iris: Build for gen12Jordan Justen2019-08-281-0/+3
* iris: Add render target read entry in binding tableSagar Ghuge2019-08-201-0/+1
* iris/gen9: Optimize slice and subslice load balancing behavior.Francisco Jerez2019-08-121-0/+3
* iris/perf: implement iris_create_monitor_objectMark Janes2019-08-091-0/+2
* iris/perf: implement routines to return counter infoMark Janes2019-08-091-0/+10
* iris: Handle vertex shader with window space positionDanylo Piliaiev2019-08-061-0/+2
* iris: add support for gl_ClipVertex in tess eval shadersTimothy Arceri2019-08-011-0/+2
* iris: add support for gl_ClipVertex in geometry shadersTimothy Arceri2019-08-011-0/+3
* iris: Skip emitting 3DSTATE_INDEX_BUFFER if possibleKenneth Graunke2019-07-311-0/+1
* iris: Use gen_mi_builder to handle CS ALU operations.Kenneth Graunke2019-07-251-9/+0
* iris: Make iris_query.c a genxml-compiled file.Kenneth Graunke2019-07-251-1/+0
* iris: Move iris_resolve_conditional_render to the vtable.Kenneth Graunke2019-07-251-2/+1
* iris: Make an iris_genx_protos.h header for prototypes.Kenneth Graunke2019-07-251-28/+33
* iris: Drop copy and pasted iris_timebase_scaleKenneth Graunke2019-07-161-2/+0
* iris: Only set key->flat_shade if COL0/COL1 are written.Kenneth Graunke2019-07-111-0/+1
* iris: Minor tidyingKenneth Graunke2019-07-031-2/+0
* iris: Also properly restore INTERFACE_DESCRIPTOR_DATA buffer objectKenneth Graunke2019-06-271-0/+1
* iris: Fix resource tracking for CS thread ID bufferKenneth Graunke2019-06-271-0/+1
* iris: Delete dead ice->state.streamout_strides field.Kenneth Graunke2019-06-261-3/+0
* iris: move sysvals to their own constant bufferTimur Kristóf2019-06-231-2/+1
* iris: Implement INTEL_DEBUG=pc for pipe control logging.Kenneth Graunke2019-06-201-4/+6
* iris: Fix SO stride units for DrawTransformFeedbackKenneth Graunke2019-06-031-1/+1
* iris: Compact binding tablesCaio Marcelo de Oliveira Filho2019-06-031-0/+18
* iris: Create an enum for the surface groupsCaio Marcelo de Oliveira Filho2019-06-031-4/+12
* iris: Handle binding table in the driverCaio Marcelo de Oliveira Filho2019-06-031-1/+13
* iris: Enable nir_opt_large_constantsJason Ekstrand2019-05-291-0/+6
* iris: Move upload_ubo_ssbo_surf_state to iris_program.cJason Ekstrand2019-05-291-0/+4
* iris: Only store the SHA1 of the NIR in iris_uncompiled_shaderKenneth Graunke2019-05-291-3/+2
* iris: Record state sizes for INTEL_DEBUG=bat decoding.Kenneth Graunke2019-05-231-0/+3
* iris: Fix ALT mode regressions from shader cacheKenneth Graunke2019-05-211-0/+3
* iris: Cache assembly shaders in the on-disk shader cacheDylan Baker2019-05-211-0/+13
* iris: Serialize the NIR to a blob we can use for shader cache purposes.Kenneth Graunke2019-05-211-0/+4
* iris: Move iris_uncompiled_shader definition to iris_context.hKenneth Graunke2019-05-211-0/+23
* iris: Hook up device reset callbacksKenneth Graunke2019-05-091-0/+3
* iris: Try to recover from GPU hangs.Kenneth Graunke2019-05-091-0/+2
* iris: Set XY Clipping correctly.Kenneth Graunke2019-04-291-0/+4
* iris: Fix zeroing of transform feedback offsets in strange cases.Kenneth Graunke2019-04-271-0/+3
* iris: Some tidying for preemption supportKenneth Graunke2019-04-251-4/+3
* iris: add preemption support on gen9Mike Blumenkrantz2019-04-241-0/+5
* iris: Fix DrawTransformFeedback math when there's a buffer offsetKenneth Graunke2019-04-231-0/+3
* iris: Replace buffer backing storage and rebind to update addresses.Kenneth Graunke2019-04-231-0/+3
* iris: Rework image views to store pipe_image_view.Kenneth Graunke2019-04-231-8/+1