summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/iris/iris_state.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "intel/compiler: make uses_pos_offset a tri-state"Lionel Landwerlin2023-05-111-3/+1
* iris: use util_unreference_framebuffer_state to unref fb stateMike Blumenkrantz2023-05-031-4/+1
* intel/compiler: make uses_pos_offset a tri-stateLionel Landwerlin2023-05-031-1/+3
* iris: implement state cache invalidate for Wa_16013063087Tapani Pälli2023-04-251-0/+10
* iris: use util_framebuffer_get_num_samples when setting ps dispatch samplesMike Blumenkrantz2023-04-181-1/+1
* anv,blorp,iris: Set PreferredSLMAllocationSize on gfx125+Rohan Garg2023-04-061-0/+1
* iris: report draw count for perfettoFelix DeGrood2023-04-051-1/+3
* iris: implement recommended flush/wait of AUX-TT invalidationLionel Landwerlin2023-03-291-1/+33
* iris: Implement Wa_14015297576Sagar Ghuge2023-03-241-2/+83
* iris: implement occlusion query related Wa_14017076903Tapani Pälli2023-03-211-0/+11
* iris: implement TES distribution mode WA 22012785325Anuj Phogat2023-03-161-1/+4
* intel: use generated helpers for Wa_1409433168/Wa_16011107343Mark Janes2023-03-151-2/+2
* intel: use generated workaround helpers for Wa_1409600907Mark Janes2023-03-091-1/+1
* iris: Add support for 2d images created from buffersAntonio Gomes2023-03-071-0/+88
* iris: fix Wa_16011107343 for Gfx12Lionel Landwerlin2023-02-281-1/+1
* iris: emit 3DSTATE_HS for each primitive on gfx12Tapani Pälli2023-02-281-1/+3
* iris: implement emission of 3DSTATE_HS for Wa_1306463417Tapani Pälli2023-02-231-0/+7
* iris: Avoid creating uncompressed view with unaligned tile offsets on BDWSviatoslav Peleshko2023-02-221-0/+15
* intel: Implement Wa_16011448509Mark Janes2023-02-151-1/+9
* iris: disable preemption for 3DPRIMITIVE during streamoutTapani Pälli2023-02-091-2/+40
* intel/compiler: Convert wm_prog_key::persample_interp to a tri-stateJason Ekstrand2023-02-061-1/+1
* intel/fs: Make per-sample and coarse dispatch tri-stateJason Ekstrand2023-02-061-2/+4
* intel: enable existing workaround for ICL platformTapani Pälli2023-02-011-2/+2
* iris: Add missing untyped data port flush on PIPELINE_SELECTKenneth Graunke2023-01-251-0/+2
* iris: add restrictions for 3DSTATE_RASTER::AntiAliasingEnableTapani Pälli2023-01-201-2/+43
* iris: Don't flush the render cache for a compute batchRohan Garg2023-01-201-1/+1
* iris: Update PIPELINE_CONTROL flush when switching pipeline mode in TGL+José Roberto de Souza2023-01-091-0/+24
* intel/genxml/gen12.5: Pipe_Control::Remove Global Snapshot Count ResetJosé Roberto de Souza2022-12-291-0/+2
* iris: Store intel_device_info in iris_bufmgrJosé Roberto de Souza2022-12-151-35/+35
* intel/common/intel_genX_state.h: Add intel_set_ps_dispatch_state()Jordan Justen2022-12-151-5/+3
* iris: Update aux state tracking for image views after draws/dispatchesKenneth Graunke2022-12-141-2/+1
* iris: Pin the clear color BO in use_image()Kenneth Graunke2022-12-141-0/+5
* intel: fix the wrong function name车扬2022-12-131-1/+1
* intel: factor out dispatch PS enabling logicLionel Landwerlin2022-12-061-17/+5
* iris: s/#if/#ifdef/ to fix -WundefEric Engestrom2022-11-231-1/+1
* intel/fs: put scratch surface in the surface state heapLionel Landwerlin2022-11-191-6/+3
* iris: move bindless surface state heap inside the surface state heapLionel Landwerlin2022-11-191-3/+3
* iris: remove dg2 condition for Wa_22011440098Tapani Pälli2022-11-111-7/+6
* iris: setup stage bitmask for Wa_22011440098Tapani Pälli2022-11-111-0/+2
* iris: enable NV_alpha_to_coverage_dither_controlTapani Pälli2022-11-081-1/+1
* gallium: split up req_local_memKarol Herbst2022-11-021-1/+1
* iris: Reduce use of RHWO optimization (Wa_1508744258)Nanley Chery2022-10-311-0/+29
* iris: Enable INTEL_MEASURE for compute dispatches on XeHPNanley Chery2022-10-281-0/+2
* iris: Emit protection & session ID on protected command buffersLionel Landwerlin2022-10-271-0/+40
* anv, iris: Disable pre fetching the binding table entries on DG2Rohan Garg2022-10-111-2/+6
* iris: Add miplevel parameters to iris_resource_texture_aux_usageKenneth Graunke2022-10-111-1/+2
* iris: Set SamplerCount in shader packetsJason Ekstrand2022-10-101-2/+19
* iris: speed up walking global bindingsKarol Herbst2022-10-101-1/+1
* gallium: normalized_coords -> unnormalized_coordsErik Faye-Lund2022-10-101-1/+1
* intel: revert preemption disable via VFG changesTapani Pälli2022-10-041-8/+0