aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris
Commit message (Expand)AuthorAgeFilesLines
* android: iris: add iris_seqno.{c,h} to Makefile.sourcesMauro Rossi2020-05-041-1/+3
* iris: Implement ARB_compute_variable_group_sizeCaio Marcelo de Oliveira Filho2020-05-017-3/+68
* intel: Let drivers call brw_nir_lower_cs_intrinsics()Caio Marcelo de Oliveira Filho2020-05-011-0/+2
* iris: Implement PIPE_FLUSH_DEFERRED support.Kenneth Graunke2020-05-011-6/+90
* iris: Detect DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT kernel supportKenneth Graunke2020-05-012-0/+14
* iris: Flush any current work in iris_fence_await before adding depsKenneth Graunke2020-05-011-0/+4
* iris: Store a seqno for each batch in the fenceChris Wilson2020-05-011-29/+22
* iris: Convert fences to using lightweight seqnoChris Wilson2020-05-011-13/+64
* iris: Place a seqno at the end of every batchChris Wilson2020-05-016-13/+230
* iris: Destroy transfer slab after batchesKenneth Graunke2020-05-011-2/+2
* iris: Give up on not passing ice to iris_init_batchKenneth Graunke2020-05-013-20/+13
* iris: Rename iris_syncpt to iris_syncobj for clarity.Kenneth Graunke2020-05-015-91/+98
* iris: Include linux/sync_file.h instead of cut and pasting contentsKenneth Graunke2020-05-011-18/+2
* anv,iris: Fix input vertex max for tcs on gen12D Scott Phillips2020-05-011-0/+2
* iris: don't assert on unfinished aux import in copy pathsLionel Landwerlin2020-04-303-13/+33
* iris: handle PIPE_CAP_CLEAR_SCISSOREDMike Blumenkrantz2020-04-292-12/+17
* gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2020-04-291-0/+1
* iris: move iris_vtable to iris_screenMike Blumenkrantz2020-04-2918-186/+200
* iris/bufmgr: Check if iris_bo_gem_mmap failedDanylo Piliaiev2020-04-291-0/+8
* iris: Fix downcast of bound_vertex_buffers from uint64_t to intKenneth Graunke2020-04-291-1/+1
* iris: fail screen creation when kernel support is not thereLionel Landwerlin2020-04-221-5/+19
* replace imports memory functions with utils memory functionsDylan Baker2020-04-211-0/+1
* iris/bufmgr: Add support for MMAP_OFFSET ioctl.Rafael Antognolli2020-04-201-1/+51
* iris/bufmgr: Factor out GEM_MMAP ioctl from mmap_cpu and mmap_wc.Rafael Antognolli2020-04-201-30/+31
* iris: Enable EXT_depth_bounds_test extension.Rafael Antognolli2020-04-161-0/+2
* iris: make BATCH_SZ smaller by BATCH_RESERVED bytesPaulo Zanoni2020-04-152-7/+7
* iris: remove useless bo->gtt_offset assignmentPaulo Zanoni2020-04-151-1/+0
* iris: remove unnecessary forward declarationPaulo Zanoni2020-04-151-4/+0
* iris: remove hole from struct iris_boPaulo Zanoni2020-04-151-12/+12
* iris: drop cache coherent cpu mapping for external BOLionel Landwerlin2020-04-153-1/+19
* iris: make resources take a ref on the screen objectLionel Landwerlin2020-04-113-6/+37
* iris: share buffer managers accross screensLionel Landwerlin2020-04-114-19/+101
* iris: properly free resources on BO allocation failureLionel Landwerlin2020-04-111-2/+2
* iris: Stop using cs_prog_data->threadsCaio Marcelo de Oliveira Filho2020-04-093-8/+12
* intel/compiler: Replace cs_prog_data->push.total with a helperCaio Marcelo de Oliveira Filho2020-04-092-5/+6
* intel/fs: Allow multiple slots for positionCaio Marcelo de Oliveira Filho2020-04-071-2/+2
* iris: Set alignments on cbuf0 and constant readsJason Ekstrand2020-04-031-0/+4
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* intel/perf: break GL query stuff awayLionel Landwerlin2020-03-274-5/+1
* iris: Set patch count threshold in 3DSTATE_HSSagar Ghuge2020-03-231-0/+7
* intel/iris: Always initialize CCS to 0Jason Ekstrand2020-03-191-13/+1
* intel/blorp: Add support for swizzling fast-clear colorsJason Ekstrand2020-03-181-0/+1
* intel/blorp: Plumb the stage through blorp upload_shaderCaio Marcelo de Oliveira Filho2020-03-172-2/+2
* iris: allow compression conditionally for images on gen12Tapani Pälli2020-03-161-0/+18
* iris: determine aux usage during predraw and state setupTapani Pälli2020-03-162-8/+18
* iris: move existing image format fallback as a helper functionTapani Pälli2020-03-163-22/+32
* iris: provide dummy iris_image_view_aux_usageTapani Pälli2020-03-162-0/+13
* intel/compiler: detect if atomic load store operations are usedTapani Pälli2020-03-162-1/+5
* iris: use the images_used mask in resolve passTapani Pälli2020-03-161-3/+3
* iris: Use ISL_AUX_USAGE_STC_CCS for stencil CCSJason Ekstrand2020-03-123-4/+17