summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/iris
Commit message (Expand)AuthorAgeFilesLines
* 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
* iris: Handle vertex shader with window space positionDanylo Piliaiev2019-08-063-5/+44
* iris: Increase BATCH_SZ to 64kBKenneth Graunke2019-08-061-1/+1
* iris: Fix bad external BO hash table and zombie list interactionsKenneth Graunke2019-08-051-12/+21
* iris/bufmgr: Move iris_bo_reference into hash_find_bo, rename itKenneth Graunke2019-08-051-14/+16
* iris: Fix handling of SIMD32 fragment shadersJason Ekstrand2019-08-031-44/+50
* iris: bump compat profile support to 4.6Timothy Arceri2019-08-021-2/+1
* gallium: Implement GL_EXT_shader_samples_identical via a new capabilityKenneth Graunke2019-08-011-0/+1
* iris/screen: use initialization routine for gen_device_infoMark Janes2019-08-011-5/+3
* intel/common: provide common ioctl routineMark Janes2019-08-014-45/+34
* iris: add support for gl_ClipVertex in tess eval shadersTimothy Arceri2019-08-013-2/+28
* iris: add support for gl_ClipVertex in geometry shadersTimothy Arceri2019-08-013-21/+48
* iris: Skip emitting 3DSTATE_INDEX_BUFFER if possibleKenneth Graunke2019-07-313-11/+27
* iris: Skip repeated depth buffer disables.Kenneth Graunke2019-07-301-2/+4
* iris: Enable EXT_texture_shadow_lodSagar Ghuge2019-07-301-0/+1
* iris: Fix SO offset to be 32-bit in DrawTransformFeedback handlingKenneth Graunke2019-07-291-1/+1
* intel: Use a system value for gl_FragCoordJason Ekstrand2019-07-291-0/+1
* iris: Use gen_mi_builder to handle CS ALU operations.Kenneth Graunke2019-07-256-474/+151
* iris: Make iris_query.c a genxml-compiled file.Kenneth Graunke2019-07-256-65/+48
* iris: Move iris_resolve_conditional_render to the vtable.Kenneth Graunke2019-07-253-5/+8
* iris: Refactor genxml macros and inlines into iris_genx_macros.h.Kenneth Graunke2019-07-254-73/+125
* iris: Make an iris_genx_protos.h header for prototypes.Kenneth Graunke2019-07-254-28/+74
* intel/compiler: Be more conservative about subgroup sizes in GLJason Ekstrand2019-07-241-0/+1
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-225-10/+10
* iris: Support storage images that have matching typed formats for readsKenneth Graunke2019-07-221-3/+2
* iris: Stop advertising MSAA storage images by mistakeKenneth Graunke2019-07-221-1/+1
* iris: change last_vue_stage() to look at uncompiled shadersTimothy Arceri2019-07-191-3/+3
* iris: Enable fast clears on other miplevels and layers than 0.Rafael Antognolli2019-07-171-8/+48
* iris: Allow resolving clear color of CCS_D surfaces.Rafael Antognolli2019-07-171-6/+2
* iris: Make iris_has_color_unresolved non-staticKenneth Graunke2019-07-172-6/+10
* iris: Drop copy and pasted iris_timebase_scaleKenneth Graunke2019-07-163-12/+3
* iris: Better handle decoder base addressesKenneth Graunke2019-07-151-0/+3
* iris: Simplify devinfo access in calculate_result_on_gpu()Kenneth Graunke2019-07-121-3/+2
* iris: Disable SIMD32 when using a 16x MSAA framebuffer.Kenneth Graunke2019-07-111-7/+24
* iris: Fix key->input_vertices for 8_PATCH TCS mode.Kenneth Graunke2019-07-112-1/+10
* iris: Only set key->flat_shade if COL0/COL1 are written.Kenneth Graunke2019-07-113-3/+5