summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris
Commit message (Expand)AuthorAgeFilesLines
* iris: Use PIPE_BUFFER_STAGING for the query objectsChris Wilson2019-03-131-1/+1
* iris: Flag fewer dirty bits in BLORPSagar Ghuge2019-03-111-3/+27
* iris: Fix write enable in pinning of depth/stencil resourcesKenneth Graunke2019-03-111-12/+14
* iris: Refactor depth/stencil buffer pinning into a helper.Kenneth Graunke2019-03-111-37/+28
* iris: Move depth/stencil flushes so they actually do somethingKenneth Graunke2019-03-112-4/+5
* iris: Fix TES gl_PatchVerticesIn handling.Kenneth Graunke2019-03-112-3/+11
* iris: Rework default tessellation level uploadsKenneth Graunke2019-03-112-39/+33
* iris: Face should be a system value.Timur Kristóf2019-03-111-0/+1
* iris: Fix backface stencil write conditionKenneth Graunke2019-03-101-1/+1
* iris: Use copy_region and staging resources to avoid transfer stallsKenneth Graunke2019-03-084-14/+161
* iris: Track last VS URB entry sizeSagar Ghuge2019-03-083-0/+11
* iris: Refactor code to share 3DSTATE_URB_* packetSagar Ghuge2019-03-083-59/+60
* iris: Wire up EGL_IMG_context_priorityChris Wilson2019-03-074-3/+19
* iris: Export a copy_region helper that doesn't flushKenneth Graunke2019-03-072-16/+48
* iris: Spruce up "are we using this engine?" checks for flushingKenneth Graunke2019-03-072-12/+12
* iris: Drop PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLYKenneth Graunke2019-03-071-1/+0
* iris: Properly support alpha and luminance-alpha formatsKenneth Graunke2019-03-074-85/+117
* iris: Defer uploading sampler state tables until draw timeKenneth Graunke2019-03-073-20/+44
* iris: Plumb through ISL_SWIZZLE_IDENTITY in buffer surface emittersKenneth Graunke2019-03-071-6/+8
* isl: Add a swizzle parameter to isl_buffer_fill_state()Kenneth Graunke2019-03-071-0/+3
* iris: fix decode_get_bo callbackLionel Landwerlin2019-03-071-1/+3
* iris: fix decoder callLionel Landwerlin2019-03-071-1/+1
* iris: add support for tgsi_to_nirAndre Heider2019-03-071-3/+8
* iris: Fix MOCS for blits and clearsKenneth Graunke2019-03-065-20/+27
* iris: setup EdgeFlag Vertex Element when needed.Jose Maria Casanova Crespo2019-03-063-15/+86
* nir/lower_doubles: Inline functions directly in lower_doublesJason Ekstrand2019-03-061-1/+1
* iris: add libmesa_iris_gen8 library to the buildTapani Pälli2019-02-271-0/+21
* iris: Enable ARB_shader_draw_parameters supportJose Maria Casanova Crespo2019-02-265-4/+212
* meson/iris: Use current coding styleDylan Baker2019-02-251-7/+10
* iris: Properly allow rendering to RGBX formats.Kenneth Graunke2019-02-251-2/+9
* iris: Drop RGBX -> RGBA for storage image usagesKenneth Graunke2019-02-251-6/+3
* iris: Always use in-tree i915_drm.hJordan Justen2019-02-243-3/+3
* Revert "iris: Enable auxiliary buffer support"Kenneth Graunke2019-02-211-0/+3
* iris: Enable -msse2 and -mstackrealignKenneth Graunke2019-02-211-3/+3
* iris: Enable auxiliary buffer supportKenneth Graunke2019-02-211-3/+0
* iris: Flag ALL_DIRTY_BINDINGS on aux state change.Rafael Antognolli2019-02-213-21/+29
* iris: Skip resolve if there's no context.Rafael Antognolli2019-02-211-1/+9
* iris/clear: Pass on render_condition_enabled.Rafael Antognolli2019-02-211-2/+4
* iris: Avoid leaking if we fail to allocate the aux buffer.Rafael Antognolli2019-02-211-2/+6
* iris: Only resolve compute resources for compute shadersKenneth Graunke2019-02-211-4/+3
* iris: Fix aux usage in render resolve codeKenneth Graunke2019-02-211-1/+1
* iris: Pin HiZ buffers when rendering.Rafael Antognolli2019-02-211-0/+8
* iris: Flush before hiz_exec.Rafael Antognolli2019-02-211-0/+2
* iris: Allow disabling aux via INTEL_DEBUG optionsKenneth Graunke2019-02-211-2/+4
* iris: do flush for buffers stillKenneth Graunke2019-02-211-19/+17
* iris: make surface states for CCS_D tooKenneth Graunke2019-02-211-1/+2
* iris: Skip msaa16 on gen < 9.Rafael Antognolli2019-02-211-15/+33
* iris: Set program key fields for MCSKenneth Graunke2019-02-211-3/+6
* iris: don't use hiz for MSAA buffersKenneth Graunke2019-02-211-9/+12
* iris: some initial HiZ bitsKenneth Graunke2019-02-217-17/+146