aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris
Commit message (Expand)AuthorAgeFilesLines
...
* iris: Fix import sync-file into syncobjChris Wilson2020-02-241-0/+2
* iris: Set MOCS for constant packets on Gen12+Kenneth Graunke2020-02-211-0/+7
* iris: Fix BLORP vertex buffers to respect ISL MOCS settingsKenneth Graunke2020-02-211-7/+1
* iris: Make mocs an inline helper in iris_resource.hKenneth Graunke2020-02-216-23/+22
* iris: Do not dereference nullptr with pipe_referenceDanylo Piliaiev2020-02-192-2/+4
* intel/bufmgr: Cast bitshift to unsignedDanylo Piliaiev2020-02-191-1/+1
* iris: Trim "../../src/gallium/drivers/iris/" out of debug dump filenamesKenneth Graunke2020-02-151-0/+4
* iris: Dump frame markers with INTEL_DEBUG=submitKenneth Graunke2020-02-152-0/+18
* iris: add support INTEL_blackhole_renderLionel Landwerlin2020-02-134-0/+69
* iris: fix aux buf map failure in 32bits app on AndroidTapani Pälli2020-02-131-8/+9
* iris: handle the failure of converting unsupported yuv formats to islJames Xiong2020-02-062-2/+7
* intel/isl: Move iris's pipe-to-isl format function to isl.Eric Anholt2020-02-051-300/+2
* iris: implement gen12 post sync pipe control workaroundLionel Landwerlin2020-02-051-1/+4
* util: Make helper functions for pack/unpacking pixel rows.Eric Anholt2020-02-041-2/+2
* iris: Plumb deref block size through to 3DSTATE_SFJason Ekstrand2020-01-302-6/+10
* intel/common: Return the block size from get_urb_configJason Ekstrand2020-01-301-1/+1
* iris: Consolodate URB emitJason Ekstrand2020-01-303-36/+15
* intel/blorp: Always emit URB config on Gen7+Jason Ekstrand2020-01-301-17/+3
* intel: Take a gen_l3_config in gen_get_urb_configJason Ekstrand2020-01-301-4/+1
* iris: Use the URB size from the L3$ configJason Ekstrand2020-01-303-5/+2
* iris: Store the L3$ configs in the screenJason Ekstrand2020-01-303-14/+21
* iris: Set SLMEnable based on the L3$ configJason Ekstrand2020-01-301-4/+4
* intel/genxml: Drop SLMEnable from L3CNTLREG on Gen11Jason Ekstrand2020-01-301-1/+1
* anv,iris: Set 3DSTATE_SF::DerefBlockSize to per-poly on Gen12+Jason Ekstrand2020-01-301-0/+4
* iris: Support multiple chained batches.Kenneth Graunke2020-01-292-21/+25
* iris: Make iris_emit_default_l3_config pull devinfo from the batchKenneth Graunke2020-01-291-5/+4
* iris: Drop 'engine' from iris_batch.Kenneth Graunke2020-01-293-13/+2
* iris: Emit CS Stall before Instruction Cache flush for gen12 WAJordan Justen2020-01-281-0/+12
* iris: Silence warning about AUX_USAGE_MC.Eric Anholt2020-01-281-0/+2
* util/hash_table: update users to use new optimal integer hash functionsAnthony Pesch2020-01-231-14/+2
* anv/iris: warn gen12 3DSTATE_HS restrictionLionel Landwerlin2020-01-231-0/+10
* intel: Fix aux map alignments on 32-bit builds.Kenneth Graunke2020-01-231-1/+1
* iris: Enable INTEL_shader_integer_functions2Ian Romanick2020-01-231-0/+4
* iris: Drop some workarounds which are no longer necessaryKenneth Graunke2020-01-211-36/+1
* iris: Fix value of out-of-bounds accesses for vertex attributesDanylo Piliaiev2020-01-211-1/+1
* iris: Fix some indentation in iris_init_render_contextJordan Justen2020-01-171-28/+28
* iris: set depth stall enabled when depth flush enabled on gen12Tapani Pälli2020-01-161-0/+9
* iris: implement another workaround for non pipelined statesLionel Landwerlin2020-01-161-1/+14
* iris: handle new PIPE_CONTROL fieldLionel Landwerlin2020-01-162-1/+6
* iris: Print warning and return *out = NULL when fd to syncobj failsKristian H. Kristensen2020-01-151-1/+6
* iris: Advertise PIPE_CAP_NATIVE_FENCE_FDKristian H. Kristensen2020-01-151-0/+1
* iris: Fix export of fences that have already completed.Kenneth Graunke2020-01-151-0/+16
* iris: Implement Gen12 workaround for non pipelined stateLionel Landwerlin2020-01-141-0/+39
* iris: Simplify iris_get_renderer_string()Kenneth Graunke2020-01-131-11/+4
* iris/query: Implement PIPE_QUERY_GPU_FINISHEDDanylo Piliaiev2020-01-061-0/+17
* iris: Allow HiZ for copy_region sourcesKenneth Graunke2020-01-043-5/+18
* iris: Delete remnants of the unimplemented ASTC 5x5 workaroundKenneth Graunke2020-01-034-38/+10
* iris: Disable ASTC 5x5 support on Gen9 for now.Kenneth Graunke2020-01-031-0/+8
* iris: Set nir_shader_compiler_options::unify_interfaces.Kenneth Graunke2020-01-031-2/+0
* intel: Drop Gen11 WaBTPPrefetchDisable workaroundKenneth Graunke2020-01-031-12/+2