summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radv: fix allocating number of user sgprs if streamout is usedSamuel Pitoiset2019-09-131-1/+1
* intel/fs: Handle UNDEF in split_virtual_grfsJason Ekstrand2019-09-131-1/+25
* mesa: fix texStore for FORMAT_Z32_FLOAT_S8X24_UINTJiadong Zhu2019-09-121-3/+3
* freedreno/a6xx: pre-calculate userconst stateobj sizeRob Clark2019-09-125-3/+45
* gallium: Restore VSX for llvm >= 4Adam Jackson2019-09-121-0/+14
* egl/android: Fix build since the DRI fourcc removal.Eric Anholt2019-09-121-0/+1
* freedreno: fix compiler warningRob Clark2019-09-121-1/+1
* mesa/st: Fallback to name lookup when the variable have no ParameterCaio Marcelo de Oliveira Filho2019-09-121-2/+46
* glx: Remove unused indirection for glx_context->fillImageAdam Jackson2019-09-124-22/+10
* meson/v3d: replace partial list of nir dep files with idep_nir_headersEric Engestrom2019-09-121-2/+2
* meson/iris: replace partial list of nir dep files with idep_nir_headersEric Engestrom2019-09-121-3/+2
* v3d: flag dirty state when binding compute statesJose Maria Casanova Crespo2019-09-124-38/+47
* tgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP_MODE_NONEDanylo Piliaiev2019-09-121-1/+1
* nir/lower_point_size: assume scalar PSIZIago Toral Quiroga2019-09-121-14/+3
* gallium/ttn: VARYING_SLOT_PSIZ and VARYING_SLOT_FOGC are scalarIago Toral Quiroga2019-09-121-0/+10
* prog_to_nir: VARYING_SLOT_PSIZ is a scalarIago Toral Quiroga2019-09-121-3/+5
* egl/android: Only keep BGRA EGL configs as fallbackLepton Wu2019-09-121-0/+11
* egl/android: Enable HAL_PIXEL_FORMAT_RGBA_1010102 formatrenchenglei2019-09-121-0/+3
* iris: trivial whitespace fixesKenneth Graunke2019-09-111-2/+2
* u_format: float type for R11G11B10_FLOAT/R9G9B9E5_FLOATJonathan Marek2019-09-111-2/+2
* u_format: add ETC2 to util_format_srgb/util_format_linearJonathan Marek2019-09-111-0/+12
* dri: Use DRM_FORMAT_* instead of defining our own copy.Eric Anholt2019-09-116-112/+114
* st/mesa: Only pause queries if there are any active queries to pause.Kenneth Graunke2019-09-115-4/+17
* Fix missing dri2_load_driver on platform_drmJean Hertel2019-09-111-0/+15
* intel/gen11+: Enable Hardware filtering of Semi-Pipelined State in WMAnuj Phogat2019-09-114-0/+29
* genxml/gen11+: Add COMMON_SLICE_CHICKEN4 registerAnuj Phogat2019-09-112-0/+10
* egl/dri2: Refuse to add EGLConfigs with no supported surface typesAdam Jackson2019-09-111-13/+16
* gallium: Require LLVM >= 3.9Adam Jackson2019-09-115-183/+3
* gallium: Require LLVM >= 3.8Adam Jackson2019-09-111-4/+2
* gallium: Require LLVM >= 3.7Adam Jackson2019-09-112-33/+4
* gallium: Require LLVM >= 3.6Adam Jackson2019-09-114-250/+82
* gallium: Require LLVM >= 3.5Adam Jackson2019-09-113-28/+2
* gallium: Require LLVM >= 3.4Adam Jackson2019-09-116-168/+6
* st/nir: fix illegal designated initializer in st_glsl_to_nir.cppBrian Paul2019-09-111-1/+1
* meson: don't generate file into subdirsDylan Baker2019-09-111-1/+1
* iris: Set bo->reusable = false in iris_bo_make_external_lockedKenneth Graunke2019-09-111-5/+4
* iris: Finish initializing the BO before stuffing it in the hash tableKenneth Graunke2019-09-111-4/+2
* radeonsi/gfx9: honor user stride for imported buffersMarek Olšák2019-09-111-0/+2
* prog_to_nir, tgsi_to_nir: make sure kill doesn't discard NaNsMarek Olšák2019-09-112-0/+7
* ac: replace HAVE_LLVM with LLVM_VERSION_MAJOR for atomic-optimizationsMarek Olšák2019-09-111-1/+1
* lima: set .out_sync field of req in lima_submit_start()Vasily Khoruzhick2019-09-101-0/+1
* gallium: Fix util_format_get_depth_onlyKenneth Graunke2019-09-101-1/+1
* freedreno/a6xx: fix 3d tex layoutRob Clark2019-09-101-3/+4
* freedreno/a6xx: don't tile things that are too smallRob Clark2019-09-102-5/+11
* iris: Enable ARB_gl_spirv and ARB_spirv_extensionsCaio Marcelo de Oliveira Filho2019-09-101-0/+2
* glsl/nir: Add and use a gl_nir_link() functionCaio Marcelo de Oliveira Filho2019-09-104-15/+32
* gallium: Add ARB_gl_spirv supportCaio Marcelo de Oliveira Filho2019-09-104-0/+29
* mesa/spirv: Set a few more extensionsCaio Marcelo de Oliveira Filho2019-09-101-0/+3
* mesa/st: Don't expect prog->nir to already existCaio Marcelo de Oliveira Filho2019-09-101-6/+5
* mesa/st: Add support for SPIR-V shadersCaio Marcelo de Oliveira Filho2019-09-102-50/+110