aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris
Commit message (Expand)AuthorAgeFilesLines
* iris: Mark aux-map BO as used by all batchesJordan Justen2019-10-281-9/+44
* iris/gen12: Write GFX_AUX_TABLE base address registerJordan Justen2019-10-285-0/+42
* iris: Map each surf to it's aux-surf in the aux-map tablesJordan Justen2019-10-282-0/+36
* iris/bufmgr: Initialize aux map context for gen12Jordan Justen2019-10-282-0/+62
* iris: Rework edgeflag handlingKenneth Graunke2019-10-232-7/+28
* intel/perf: move registers to their own headerLionel Landwerlin2019-10-231-0/+1
* iris/resource: Use isl surface alignment during bo allocationJordan Justen2019-10-171-1/+3
* iris: Let isl decide the supported tiling in more situationsJordan Justen2019-10-171-15/+0
* nir: support feeding state to nir_lower_clip_[vg]sErik Faye-Lund2019-10-171-3/+4
* nir: support lowering clipdist to arraysErik Faye-Lund2019-10-171-3/+5
* iris: finish aux import on get_paramJames Xiong2019-10-151-1/+5
* iris: Implement the Gen < 9 tessellation quads workaroundKenneth Graunke2019-10-141-0/+3
* gallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_CAP_THROTTLEJames Xiong2019-10-141-1/+1
* gallium: remove PIPE_SHADER_CAP_SCALAR_ISAMarek Olšák2019-10-101-1/+0
* nir: add a strip parameter to nir_serializeMarek Olšák2019-10-101-10/+3
* iris: Disable fast clears when running with INTEL_DEBUG=nofcCaio Marcelo de Oliveira Filho2019-10-091-0/+6
* iris: Implement the Broadwell NP Z PMA Stall FixKenneth Graunke2019-10-085-2/+209
* iris: Properly unreference extra VBOs for draw parametersKenneth Graunke2019-10-081-3/+3
* iris: Update comment about 3-component formats and buffer texturesKenneth Graunke2019-10-071-5/+7
* iris: Allow packed RGB pbo uploadsChris Wilson2019-10-071-2/+2
* gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lockMarek Olšák2019-10-074-9/+9
* iris: Drop vtbl usage for some load_register callsKenneth Graunke2019-10-071-5/+4
* iris/state: Move reg/mem load/store functions earlier in fileJordan Justen2019-10-071-124/+122
* meson: drop duplicate inc_nir from libirisEric Engestrom2019-10-071-1/+1
* meson: add missing idep_nir_headers in iris_gen_libsEric Engestrom2019-10-071-2/+2
* iris: Drop bonus parameters from iris_init_*_context()Kenneth Graunke2019-10-073-27/+10
* Revert "iris: Hack up a SKL/Gen9LP PS push constant fifo depth workaround"Kenneth Graunke2019-10-071-23/+0
* iris: Hack up a SKL/Gen9LP PS push constant fifo depth workaroundKenneth Graunke2019-10-051-0/+23
* iris: Refactor push constant allocation so we can reuse itKenneth Graunke2019-10-051-9/+22
* iris: Enable EXT_demote_to_helper_invocationCaio Marcelo de Oliveira Filho2019-09-301-0/+1
* iris: Fix iris_rebind_buffer() for VBOs with non-zero offsets.Kenneth Graunke2019-09-301-2/+6
* iris: Disable CCS_E for 32-bit floating point textures.Kenneth Graunke2019-09-301-1/+23
* iris: Only resolve for image levels/layers which are actually in use.Kenneth Graunke2019-09-262-17/+12
* iris: disable aux on first get_param if not created with auxTapani Pälli2019-09-251-9/+22
* intel: Increase Gen11 compute shader scratch IDs to 64.Kenneth Graunke2019-09-231-0/+15
* Revert "intel/gen11+: Enable Hardware filtering of Semi-Pipelined State in WM"Kenneth Graunke2019-09-231-9/+0
* Move blob from compiler/ to util/Jason Ekstrand2019-09-191-1/+1
* iris: Skip double-disabling TCS/TES/GS after BLORP operationsKenneth Graunke2019-09-191-0/+17
* iris: Rework iris_update_draw_parameters to be more efficientKenneth Graunke2019-09-183-40/+56
* iris: Use state_refs for draw parameters.Kenneth Graunke2019-09-183-23/+21
* iris: Avoid uploading SURFACE_STATE descriptors for UBOs if possibleKenneth Graunke2019-09-183-17/+53
* iris: Track per-stage bind history, reduce work accordinglyKenneth Graunke2019-09-184-6/+16
* iris: Don't flag IRIS_DIRTY_BINDINGS for constant usage historyKenneth Graunke2019-09-181-2/+1
* iris: Explicitly emit 3DSTATE_BTP_XS on Gen9 with DIRTY_CONSTANTS_XSKenneth Graunke2019-09-181-1/+6
* iris: Flag IRIS_DIRTY_BINDINGS_XS on constant buffer rebindsKenneth Graunke2019-09-181-1/+2
* gallium: extend resource_get_param to be as capable as resource_get_handleMarek Olšák2019-09-181-1/+4
* iris: Skip allocating a null surface when there are 0 color regions.Kenneth Graunke2019-09-172-2/+9
* iris: close screen fd on iris_destroy_screenTapani Pälli2019-09-171-0/+1
* iris: Fix fence leak in iris_fence_flushDanylo Piliaiev2019-09-161-0/+2
* iris: Initialize ice->state.prim_mode to an invalid valueKenneth Graunke2019-09-131-0/+1