summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_context.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* iris: Rework UBOs and SSBOs to use pipe_shader_bufferKenneth Graunke2019-04-231-14/+4
* iris: Track bound constant buffersKenneth Graunke2019-04-231-0/+3
* iris: Track bound and writable SSBOsKenneth Graunke2019-04-221-0/+6
* intel: Emit 3DSTATE_VF_STATISTICS dynamicallyKenneth Graunke2019-04-141-0/+1
* intel/common: move gen_debug to intel/devMark Janes2019-04-101-1/+1
* iris: Save/restore MI_PREDICATE_RESULT, not MI_PREDICATE_DATA.Kenneth Graunke2019-04-041-1/+1
* iris: Skip resolves and flushes altogether if unnecessaryKenneth Graunke2019-03-211-1/+4
* iris: Skip input resolve handling if bindings haven't changedKenneth Graunke2019-03-211-1/+1
* iris: Add iris_resolve_conditional_render().Rafael Antognolli2019-03-201-0/+6
* iris: Track last VS URB entry sizeSagar Ghuge2019-03-081-0/+3
* iris: Refactor code to share 3DSTATE_URB_* packetSagar Ghuge2019-03-081-0/+16
* iris: Export a copy_region helper that doesn't flushKenneth Graunke2019-03-071-0/+8
* iris: Defer uploading sampler state tables until draw timeKenneth Graunke2019-03-071-2/+2
* iris: Fix MOCS for blits and clearsKenneth Graunke2019-03-061-1/+3
* iris: setup EdgeFlag Vertex Element when needed.Jose Maria Casanova Crespo2019-03-061-0/+3
* iris: Enable ARB_shader_draw_parameters supportJose Maria Casanova Crespo2019-02-261-0/+48
* iris: some initial HiZ bitsKenneth Graunke2019-02-211-0/+1
* iris: consider framebuffer parameter for aux usagesKenneth Graunke2019-02-211-1/+2
* iris: add some draw resolve hooksKenneth Graunke2019-02-211-3/+12
* iris: Don't allocate a BO per query objectSagar Ghuge2019-02-211-0/+2
* iris: always include an extra constbuf0 if using UBOsCaio Marcelo de Oliveira Filho2019-02-211-3/+5
* iris: Fill out brw_image_params for storage images on BroadwellKenneth Graunke2019-02-211-0/+15
* iris: Don't make duplicate system valuesKenneth Graunke2019-02-211-0/+1
* iris/WIP: add broadwell supportDave Airlie2019-02-211-2/+2