aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* iris: Set MOCS in all STATE_BASE_ADDRESS commandsKenneth Graunke2019-08-231-1/+14
* iris: Avoid unnecessary resolves on transfer mapsKenneth Graunke2019-08-222-16/+31
* iris: Drop copy format hacks from copy region based transfer path.Kenneth Graunke2019-08-221-16/+5
* iris: Update fast clear colors on Gen9 with direct immediate writes.Kenneth Graunke2019-08-222-9/+26
* iris: Fix broken aux.possible/sampler_usages bitmask handlingKenneth Graunke2019-08-221-5/+6
* iris: Replace devinfo->gen with GEN_GENKenneth Graunke2019-08-221-22/+18
* iris/android: fix build and link with libmesa_intel_perfTapani Pälli2019-08-222-0/+2
* nir: Add explicit signs to image min/max intrinsicsJason Ekstrand2019-08-211-6/+12
* iris: Enable non coherent framebuffer fetch on broadwellSagar Ghuge2019-08-203-4/+3
* iris: Free resource if failed to allocate surface stateSagar Ghuge2019-08-201-1/+3
* iris: Pass isl_surf to fill_surface_stateSagar Ghuge2019-08-201-16/+19
* iris: Add infrastructure to support non coherent framebuffer fetchSagar Ghuge2019-08-204-13/+172
* iris: Add helper functions to get tile offsetSagar Ghuge2019-08-202-0/+106
* iris: Add helper function to get isl dim layoutSagar Ghuge2019-08-202-0/+32
* iris: Add render target read entry in binding tableSagar Ghuge2019-08-202-7/+44
* iris: Only request an input mask if the shader needs itJason Ekstrand2019-08-161-1/+3
* iris: Expose aux buffer as 2nd plane w/modifiersJordan Justen2019-08-131-10/+23
* iris: Export and import surfaces with modifiers that have aux dataJordan Justen2019-08-134-25/+118
* iris: Do proper format checks for Y+CCS modifier supportKenneth Graunke2019-08-131-6/+20
* iris: Create single bo for surfaces with modifiers and aux dataJordan Justen2019-08-131-3/+40
* iris: Split iris_resource_alloc_aux to enable aux modifiersJordan Justen2019-08-131-40/+85