aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_context.c
Commit message (Expand)AuthorAgeFilesLines
* iris: Implement ARB_compute_variable_group_sizeCaio Marcelo de Oliveira Filho2020-05-011-0/+1
* iris: Destroy transfer slab after batchesKenneth Graunke2020-05-011-2/+2
* iris: Give up on not passing ice to iris_init_batchKenneth Graunke2020-05-011-3/+1
* iris: move iris_vtable to iris_screenMike Blumenkrantz2020-04-291-7/+8
* iris: Use the URB size from the L3$ configJason Ekstrand2020-01-301-2/+0
* iris: Drop 'engine' from iris_batch.Kenneth Graunke2020-01-291-2/+1
* iris: INTEL performance query implementationDongwon Kim2019-12-101-0/+1
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* iris/gen12: Write GFX_AUX_TABLE base address registerJordan Justen2019-10-281-0/+1
* iris: Drop bonus parameters from iris_init_*_context()Kenneth Graunke2019-10-071-9/+4
* iris: Build for gen12Jordan Justen2019-08-281-0/+3
* iris/gen9: Optimize slice and subslice load balancing behavior.Francisco Jerez2019-08-121-0/+1
* iris: Skip emitting 3DSTATE_INDEX_BUFFER if possibleKenneth Graunke2019-07-311-0/+1
* iris: Make iris_query.c a genxml-compiled file.Kenneth Graunke2019-07-251-1/+1
* iris: Re-emit Surface State Base Address when context is lost.Kenneth Graunke2019-05-291-0/+1
* iris: Record state sizes for INTEL_DEBUG=bat decoding.Kenneth Graunke2019-05-231-1/+5
* iris: Expose PIPE_CAP_DEVICE_RESET_STATUS_QUERYKenneth Graunke2019-05-091-0/+35
* iris: Hook up device reset callbacksKenneth Graunke2019-05-091-1/+14
* iris: Try to recover from GPU hangs.Kenneth Graunke2019-05-091-0/+38
* iris: Some tidying for preemption supportKenneth Graunke2019-04-251-2/+0
* iris: enable preemption support for gen10Mike Blumenkrantz2019-04-241-0/+2
* iris: Use PIPE_BUFFER_STAGING for the query objectsChris Wilson2019-03-131-1/+1
* iris: Wire up EGL_IMG_context_priorityChris Wilson2019-03-071-1/+8
* iris: Always use in-tree i915_drm.hJordan Justen2019-02-241-1/+1
* iris: Don't allocate a BO per query objectSagar Ghuge2019-02-211-0/+5
* iris/WIP: add broadwell supportDave Airlie2019-02-211-0/+3
* iris: Destroy the border color poolKenneth Graunke2019-02-211-0/+1
* iris: Put batches in an arrayKenneth Graunke2019-02-211-14/+9
* iris: Add fence support using drm_syncobjChris Wilson2019-02-211-18/+1
* iris: Print the batch name when decodingKenneth Graunke2019-02-211-1/+2
* iris: Don't leak the compute batchKenneth Graunke2019-02-211-0/+1
* iris: Cross-link iris_batches so they can potentially flush each otherKenneth Graunke2019-02-211-0/+11
* iris: try and avoid pointless compute submissionsKenneth Graunke2019-02-211-1/+3
* iris/compute: Flush compute batchesJordan Justen2019-02-211-0/+1
* iris: little bits of compute basicsKenneth Graunke2019-02-211-0/+2
* iris: add gen11 to genX_callKenneth Graunke2019-02-211-0/+3
* iris: Support multiple binder BOs, update Surface State Base AddressKenneth Graunke2019-02-211-2/+4
* iris: implement get_sample_positionKenneth Graunke2019-02-211-0/+37
* iris: use consistent copyright formattingKenneth Graunke2019-02-211-13/+13
* iris: comment everythingKenneth Graunke2019-02-211-0/+12
* iris: implement texture/memory barriersKenneth Graunke2019-02-211-0/+1
* iris: slab allocate transfersKenneth Graunke2019-02-211-0/+4
* iris: implement border color, fix other sampler nonsenseKenneth Graunke2019-02-211-0/+1
* iris: plug leaksKenneth Graunke2019-02-211-0/+1
* iris: completely rewrite binderKenneth Graunke2019-02-211-3/+0
* iris: more blitting code to make readpixels workKenneth Graunke2019-02-211-0/+1
* iris: copy over i965's cache trackingKenneth Graunke2019-02-211-1/+2
* iris: bindersKenneth Graunke2019-02-211-0/+3
* iris: more uploadersKenneth Graunke2019-02-211-0/+9
* iris: URB configs.Kenneth Graunke2019-02-211-0/+2