summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris
Commit message (Expand)AuthorAgeFilesLines
* iris: Fix iris_rebind_buffer() for VBOs with non-zero offsets.Kenneth Graunke2019-10-011-2/+6
* iris: Disable CCS_E for 32-bit floating point textures.Kenneth Graunke2019-10-011-1/+23
* iris: disable aux on first get_param if not created with auxTapani Pälli2019-09-261-9/+22
* gallium: extend resource_get_param to be as capable as resource_get_handleMarek Olšák2019-09-261-1/+4
* intel: Increase Gen11 compute shader scratch IDs to 64.Kenneth Graunke2019-09-241-0/+15
* iris: close screen fd on iris_destroy_screenTapani Pälli2019-09-181-0/+1
* iris: Initialize ice->state.prim_mode to an invalid valueKenneth Graunke2019-09-181-0/+1
* iris: Fix constant buffer sizes for non-UBOsKenneth Graunke2019-09-181-3/+4
* iris: Report correct number of planes for planar imagesKenneth Graunke2019-09-041-1/+8
* iris: Fix partial fast clear checks to account for miplevel.Kenneth Graunke2019-09-041-2/+2
* iris: Fix large timeout handling in rel2abs()Kenneth Graunke2019-09-041-13/+14
* iris: Avoid unnecessary resolves on transfer mapsKenneth Graunke2019-09-042-16/+31
* iris: Drop copy format hacks from copy region based transfer path.Kenneth Graunke2019-09-041-16/+5
* iris: Update fast clear colors on Gen9 with direct immediate writes.Kenneth Graunke2019-09-042-9/+26
* iris: Fix broken aux.possible/sampler_usages bitmask handlingKenneth Graunke2019-09-041-5/+6
* iris: Replace devinfo->gen with GEN_GENKenneth Graunke2019-09-041-22/+18
* iris/android: fix build and link with libmesa_intel_perfTapani Pälli2019-09-042-0/+2
* 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
* iris: Add aux offset into hiz_addressJordan Justen2019-08-131-1/+1
* iris: Implement pipe_screen::resource_get_paramJordan Justen2019-08-131-0/+48
* iris/gen11: Emit SLICE_HASH_TABLE when pipes are unbalanced.Rafael Antognolli2019-08-121-1/+80
* intel/compiler: Fill a compiler statistics structJason Ekstrand2019-08-121-6/+7
* iris/gen9: Optimize slice and subslice load balancing behavior.Francisco Jerez2019-08-125-0/+110
* iris: reorder arguments as expected by the functionTapani Pälli2019-08-121-2/+2
* iris/android: move iris_query.c to 'per gen' LIBIRIS_SRC_FILESTapani Pälli2019-08-122-1/+1
* iris: Free query on error pathKenneth Graunke2019-08-111-1/+3
* iris: Add missing 'break'Kenneth Graunke2019-08-111-0/+1
* iris: minor restylingKenneth Graunke2019-08-102-35/+42
* iris/query: enable amd performance monitorsMark Janes2019-08-091-1/+39
* iris/perf: get monitor resultsMark Janes2019-08-092-0/+66
* iris/perf: add begin/end hooksMark Janes2019-08-092-0/+28
* iris/perf: add delete queryMark Janes2019-08-092-0/+16
* iris/perf: implement iris_create_monitor_objectMark Janes2019-08-094-0/+110
* iris/perf: implement routines to return counter infoMark Janes2019-08-097-1/+360
* meson: define ETIME to ETIMEDOUT if not presentGreg V2019-08-081-3/+0
* anv,i965,iris: deduplicate setting of total_sharedRhys Perry2019-08-081-2/+0
* intel/perf: move perf-related constants to common locationMark Janes2019-08-071-0/+1
* meson,i965: Link with android deps when building for android.Bas Nieuwenhuizen2019-08-071-2/+2