summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nvc0: expose spirv supportKarol Herbst2019-09-214-3/+26
* clover: add support for passing kernels as nir to the driverKarol Herbst2019-09-218-7/+249
* clover: prepare supporting multiple IRsKarol Herbst2019-09-213-6/+64
* clover: add support for drivers having no proper binary formatKarol Herbst2019-09-211-2/+3
* clover/functional: add id_equals helperKarol Herbst2019-09-211-0/+15
* rename pipe_llvm_program_header to pipe_binary_program_headerKarol Herbst2019-09-215-7/+7
* gallium: add blob field to pipe_llvm_program_headerKarol Herbst2019-09-214-8/+4
* clover/llvm: Add functions for compiling from source to SPIR-VPierre Moreau2019-09-213-17/+92
* clover/llvm: Add options for dumping SPIR-V binariesPierre Moreau2019-09-213-1/+37
* clover/spirv: Add functions for parsing arguments, linking programs, etc.Pierre Moreau2019-09-212-5/+608
* clover/spirv: Add functions for validating SPIR-V binariesPierre Moreau2019-09-214-1/+168
* meson: Check for SPIRV-Tools and llvm-spirvPierre Moreau2019-09-211-2/+7
* isl: Drop WaDisableSamplerL2BypassForTextureCompressedFormats on Gen11Kenneth Graunke2019-09-201-1/+1
* gallium/osmesa: Fix the inability to set no context as current.Hal Gentz2019-09-201-0/+5
* libgbm: Wire up getCapability for the image loaderAdam Jackson2019-09-201-1/+2
* egl/surfaceless: Add FP16 format supportAdam Jackson2019-09-201-1/+16
* egl/wayland: Implement getCapability for the dri2 and image loadersAdam Jackson2019-09-201-2/+15
* egl/wayland: Add FP16 format supportAdam Jackson2019-09-203-1/+24
* egl/wayland: Reindent the format tableAdam Jackson2019-09-201-35/+35
* anv: Advertise VK_KHR_shader_subgroup_extended_typesJason Ekstrand2019-09-202-0/+8
* intel/fs: Do 8-bit subgroup scan operations in 16 bitsJason Ekstrand2019-09-201-3/+39
* intel/fs: Allow CLUSTER_BROADCAST to do type conversionJason Ekstrand2019-09-201-1/+1
* intel/fs: Allow UB, B, and HF types in brw_nir_reduction_op_identityJason Ekstrand2019-09-201-1/+7
* intel/fs: don't forget the stride at generate_shufflePaulo Zanoni2019-09-201-1/+2
* util/rb_tree: Reverse the order of comparison functionsJason Ekstrand2019-09-203-9/+9
* util/rb_tree: Add the unit testsJason Ekstrand2019-09-202-0/+199
* anv: implement ICD interface v4Eric Engestrom2019-09-201-1/+29
* anv: split instance dispatch tableEric Engestrom2019-09-203-1/+198
* glx: Fix drawable lookup bugs in glXUseXFontAdam Jackson2019-09-191-16/+6
* glx: Avoid atof() when computing the server's GLX versionAdam Jackson2019-09-191-1/+2
* nir/algebraic: Additional D3D Boolean optimizationIan Romanick2019-09-191-0/+1
* nir/algebraic: Do not apply late DPH optimization in vertex processing stagesIan Romanick2019-09-191-3/+12
* Move blob from compiler/ to util/Jason Ekstrand2019-09-1915-23/+24
* Revert "panfrost: Rework midgard_pair_load_store() to kill the nested foreach...Boris Brezillon2019-09-191-29/+34
* intel/fs: Add Fall-through commentCaio Marcelo de Oliveira Filho2019-09-191-0/+3
* nir/algebraic: refactor inexact opcode restrictionsSamuel Iglesias Gonsálvez2019-09-191-3/+5
* docs: Update bug report URLs for the gitlab migrationAdam Jackson2019-09-191-1/+1
* glx: Remove redundant null check.Bas Nieuwenhuizen2019-09-191-1/+1
* iris: Skip double-disabling TCS/TES/GS after BLORP operationsKenneth Graunke2019-09-191-0/+17
* anv: fix descriptor limits on gen8Arcady Goldmints-Orlov2019-09-192-4/+6
* radv: remove dead shared variablesDaniel Schürmann2019-09-191-1/+1
* radv/aco: enable VK_EXT_shader_demote_to_helper_invocationDaniel Schürmann2019-09-193-0/+8
* radv: enable clustered reductionsDaniel Schürmann2019-09-191-0/+1
* radv/aco: Setup alternate path in RADV to support the experimental ACO compilerDaniel Schürmann2019-09-1911-103/+205
* aco: Initial commit of independent AMD compilerDaniel Schürmann2019-09-1931-0/+25572
* egl: check for NULL value like eglGetSyncAttribKHR doesTapani Pälli2019-09-191-0/+4
* iris: Rework iris_update_draw_parameters to be more efficientKenneth Graunke2019-09-183-40/+56
* iris: Use state_refs for draw parameters.Kenneth Graunke2019-09-183-23/+21
* util/disk_cache: make use of the total job size limiting featureTimothy Arceri2019-09-191-1/+1
* util/u_queue: track job size and limit the size of queue growthTimothy Arceri2019-09-199-13/+28