summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris
Commit message (Expand)AuthorAgeFilesLines
* 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
* meson/iris: replace partial list of nir dep files with idep_nir_headersEric Engestrom2019-09-121-3/+2
* iris: trivial whitespace fixesKenneth Graunke2019-09-111-2/+2
* intel/gen11+: Enable Hardware filtering of Semi-Pipelined State in WMAnuj Phogat2019-09-111-0/+9
* iris: Set bo->reusable = false in iris_bo_make_external_lockedKenneth Graunke2019-09-111-5/+4
* iris: Finish initializing the BO before stuffing it in the hash tableKenneth Graunke2019-09-111-4/+2
* iris: Enable ARB_gl_spirv and ARB_spirv_extensionsCaio Marcelo de Oliveira Filho2019-09-101-0/+2
* iris: Fix constant buffer sizes for non-UBOsKenneth Graunke2019-09-101-3/+4
* iris: Avoid flushing for cache history on transfer range flushesKenneth Graunke2019-09-092-2/+13
* iris: Optimize out redundant sampler state bindsKenneth Graunke2019-09-091-2/+8
* iris: Add support for the always_flush_cache=true debug option.Kenneth Graunke2019-09-097-0/+39
* iris: Ignore line stipple information if it's disabledKenneth Graunke2019-09-091-3/+5
* iris: Support the disable_throttling=true driconf option.Kenneth Graunke2019-09-063-0/+6
* anv,iris: L3ALLOC register replaces L3CNTLREG for gen12Jordan Justen2019-09-061-2/+13
* intel: Stop redirecting state cache to command streamer cache sectionKenneth Graunke2019-09-061-6/+0
* iris: Invalidate state/texture/constant caches after STATE_BASE_ADDRESSKenneth Graunke2019-09-061-4/+55
* iris: Report correct number of planes for planar imagesKenneth Graunke2019-09-031-1/+8
* nir: Fix num_ssbos when lowering atomic countersConnor Abbott2019-09-031-4/+1
* iris: Lessen texture cache hack flush for blits/copies on Icelake.Kenneth Graunke2019-08-311-16/+34
* iris: Fix partial fast clear checks to account for miplevel.Kenneth Graunke2019-08-291-2/+2
* iris: Actually describe bo_reuse driconf optionKenneth Graunke2019-08-291-0/+10
* iris: use driconf for 'bo_reuse' parameterTapani Pälli2019-08-294-6/+20
* iris: Don't auto-flush/dirty on transfer unmap for coherent buffersKenneth Graunke2019-08-281-1/+2
* iris: build android libmesa_iris for gen12Tapani Pälli2019-08-281-1/+21
* iris: Build for gen12Jordan Justen2019-08-283-1/+7
* iris: Drop swizzling parameter from s8_offset.Kenneth Graunke2019-08-271-19/+3
* iris: Delete dead prototypeKenneth Graunke2019-08-271-2/+0
* intel/fs: Drop the gl_program from fs_visitorJason Ekstrand2019-08-251-2/+2
* iris: Guard GEN9-only function in Iris state to avoid warningCaio Marcelo de Oliveira Filho2019-08-231-0/+2
* iris: Fix large timeout handling in rel2abs()Kenneth Graunke2019-08-231-13/+14