summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris
Commit message (Expand)AuthorAgeFilesLines
* i965,iris,anv: Make alpha to coverage work with sample maskDanylo Piliaiev2019-03-251-2/+3
* iris: Push heavy memchecker code to DEBUGChris Wilson2019-03-222-1/+13
* iris: Fix batch chaining map_next increment.Kenneth Graunke2019-03-221-1/+1
* iris: Skip resolves and flushes altogether if unnecessaryKenneth Graunke2019-03-213-9/+27
* iris: Skip framebuffer resolve tracking if framebuffer isn't dirtyKenneth Graunke2019-03-212-70/+84
* iris: Skip input resolve handling if bindings haven't changedKenneth Graunke2019-03-213-10/+19
* iris: Fix util_vma_heap_init size for IRIS_MEMZONE_SHADERKenneth Graunke2019-03-211-1/+1
* iris: Let blorp update the clear color for us.Rafael Antognolli2019-03-205-35/+33
* iris: Track fast clear color.Rafael Antognolli2019-03-202-3/+33
* iris: Stall on the CPU and resolve predication during fast clears.Rafael Antognolli2019-03-201-0/+40
* iris: Add iris_resolve_conditional_render().Rafael Antognolli2019-03-202-0/+25
* iris: Implement fast clear color.Rafael Antognolli2019-03-202-24/+157
* iris: Bring back check for srgb and fast clear color.Rafael Antognolli2019-03-201-3/+1
* iris: Add function to update clear color in surface state.Rafael Antognolli2019-03-201-2/+30
* iris: Add helper to convert fast clear color.Rafael Antognolli2019-03-201-0/+82
* iris: Fast clear depth buffers.Rafael Antognolli2019-03-201-3/+116
* iris: Use the clear depth when emitting 3DSTATE_CLEAR_PARAMS.Rafael Antognolli2019-03-202-1/+26
* iris: Allocate buffer space for the fast clear color.Rafael Antognolli2019-03-202-8/+100
* iris: mark switch case fallthroughTapani Pälli2019-03-201-3/+3
* iris: initialize num_cbufsTapani Pälli2019-03-201-1/+1
* iris: Make intel_hiz_exec public.Rafael Antognolli2019-03-182-1/+8
* iris: Enable HiZ for multisampled depth surfaces.Rafael Antognolli2019-03-182-17/+19
* iris: Slightly better bounds on buffer sizesKenneth Graunke2019-03-181-2/+2
* iris: Don't flush the batch for unsynchronized mappingsKenneth Graunke2019-03-181-3/+5
* iris: Don't mutate box in transfer map codeKenneth Graunke2019-03-131-37/+28
* iris: Enable auxiliary buffer support againRafael Antognolli2019-03-131-3/+0
* iris: Convert RGBX to RGBA always.Rafael Antognolli2019-03-131-14/+27
* iris: Add resolve on iris_flush_resource.Rafael Antognolli2019-03-131-19/+19
* iris: Use streaming loads to read from tiled surfacesChris Wilson2019-03-132-2/+5
* iris: Use coherent allocation for PIPE_RESOURCE_STAGINGChris Wilson2019-03-133-1/+24
* 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