aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_screen.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_CAP_THROTTLEJames Xiong2019-10-141-1/+1
* gallium: remove PIPE_SHADER_CAP_SCALAR_ISAMarek Olšák2019-10-101-1/+0
* iris: Enable EXT_demote_to_helper_invocationCaio Marcelo de Oliveira Filho2019-09-301-0/+1
* iris: close screen fd on iris_destroy_screenTapani Pälli2019-09-171-0/+1
* iris: Enable ARB_gl_spirv and ARB_spirv_extensionsCaio Marcelo de Oliveira Filho2019-09-101-0/+2
* iris: Add support for the always_flush_cache=true debug option.Kenneth Graunke2019-09-091-0/+2
* iris: Support the disable_throttling=true driconf option.Kenneth Graunke2019-09-061-0/+4
* iris: use driconf for 'bo_reuse' parameterTapani Pälli2019-08-291-1/+11
* iris: Enable non coherent framebuffer fetch on broadwellSagar Ghuge2019-08-201-2/+1
* iris/perf: implement routines to return counter infoMark Janes2019-08-091-0/+3
* 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-011-1/+2
* iris: Enable EXT_texture_shadow_lodSagar Ghuge2019-07-301-0/+1
* intel: Use a system value for gl_FragCoordJason Ekstrand2019-07-291-0/+1
* iris: Drop copy and pasted iris_timebase_scaleKenneth Graunke2019-07-161-1/+1
* gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund2019-07-101-1/+3
* iris: Minor tidyingKenneth Graunke2019-07-031-1/+1
* iris: Disable loop unrolling in GLSL IR.Kenneth Graunke2019-06-261-2/+1
* iris: Enable INTEL_shader_atomic_float_minmaxCaio Marcelo de Oliveira Filho2019-06-131-0/+1
* iris: Enable PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTEDCaio Marcelo de Oliveira Filho2019-06-111-0/+1
* iris: Bypass half-float pack/unpack lowering.Kenneth Graunke2019-06-101-0/+1
* iris: Enable nir_opt_large_constantsJason Ekstrand2019-05-291-0/+1
* iris: Advertise coherent framebuffer fetchesKenneth Graunke2019-05-231-0/+2
* gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke2019-05-231-1/+2
* iris: Expose the disk cache to the state tracker as well.Kenneth Graunke2019-05-211-0/+8
* iris: Start wiring up on-disk shader cacheDylan Baker2019-05-211-0/+3
* iris: Dodge more GLSL IR loweringKenneth Graunke2019-05-151-2/+3
* iris: Enable fragment shader interlock on Gen9+.Kenneth Graunke2019-05-141-0/+1
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-131-1/+2
* iris: Implement ARB_indirect_parametersIllia Iorin2019-05-111-0/+2
* iris: Expose PIPE_CAP_DEVICE_RESET_STATUS_QUERYKenneth Graunke2019-05-091-0/+1
* iris: Report the same video memory settings as i965.Kenneth Graunke2019-05-081-2/+32
* iris: Enable PIPE_CAP_SURFACE_REINTERPRET_BLOCKSKenneth Graunke2019-05-061-0/+1
* iris: Only enable GL_AMD_depth_clamp_separate on Gen9+Kenneth Graunke2019-04-291-1/+1
* iris: Enable GL_AMD_depth_clamp_separateKenneth Graunke2019-04-241-0/+1
* iris: Actually put Mesa in GL_RENDERER stringKenneth Graunke2019-04-241-1/+1
* iris: add support for INTEL_conservative_rasterizationMike Blumenkrantz2019-04-231-0/+1
* iris: Replace buffer backing storage and rebind to update addresses.Kenneth Graunke2019-04-231-0/+1
* iris: Enable the dual_color_blend_by_location driconf option.Kenneth Graunke2019-04-221-0/+4
* iris: Add mechanism for iris-specific driconf optionsKenneth Graunke2019-04-221-1/+1
* iris: Change vendor and renderer stringsKenneth Graunke2019-04-161-1/+4
* iris: Make shader_perf_log print to stderr if INTEL_DEBUG=perf is setKenneth Graunke2019-04-151-4/+11
* iris: support INTEL_NO_HW environment variableMike Blumenkrantz2019-04-101-0/+3
* iris: Enable NV_compute_shader_derivativesCaio Marcelo de Oliveira Filho2019-04-081-0/+1
* iris: Clean up compiler warnings about unusedCaio Marcelo de Oliveira Filho2019-03-291-10/+0
* iris: Face should be a system value.Timur Kristóf2019-03-111-0/+1
* iris: Use copy_region and staging resources to avoid transfer stallsKenneth Graunke2019-03-081-0/+2
* iris: Wire up EGL_IMG_context_priorityChris Wilson2019-03-071-0/+5