summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-11gallium: use put image shm2 pathdrisw-shm-fixDave Airlie3-10/+25
2019-01-11glx: add support for putimageshm2 pathDave Airlie1-7/+23
2019-01-11dri_interface: add put shm image2Dave Airlie1-1/+18
2019-01-10docs: fix gallium screen cap docsIlia Mirkin1-11/+11
2019-01-11glsl: Make invariant outputs in ES fragment shader not to cause errorDanylo Piliaiev1-1/+1
2019-01-10anv/pipeline: Cache the pre-lowered NIRJason Ekstrand1-10/+39
2019-01-10anv/pipeline_cache: Add support for caching NIRJason Ekstrand2-0/+118
2019-01-10anv/pipeline: Hash shader modules and spec constants separatelyJason Ekstrand1-15/+39
2019-01-10compiler/types: Serialize/deserialize subpass input types correctlyJason Ekstrand1-2/+2
2019-01-10anv/pipeline: Move wpos and input attachment lowering to lower_nirJason Ekstrand1-11/+8
2019-01-10i965: Compile fp64 funcs only if we do not have 64-bit hardware supportMatt Turner1-1/+1
2019-01-10anv/pipeline: Constant fold after apply_pipeline_layoutJason Ekstrand2-12/+5
2019-01-10freedreno/a6xx: fix 3d+tiled layoutRob Clark1-34/+52
2019-01-10freedreno/a6xx: move tile_mode to sampler-view CSORob Clark2-7/+7
2019-01-10freedreno/a6xx: separate stencil restore/resolve fixesRob Clark1-14/+21
2019-01-10freedreno: make cmdstream bo's read-only to GPURob Clark2-5/+11
2019-01-10etnaviv: fix typo in cflush_all descriptionGuido Günther1-1/+1
2019-01-10radv: remove a few more unnecessary KHR suffixesEric Engestrom3-11/+11
2019-01-10nir: fix copy-paste error in nir_lower_constant_initializersRhys Perry1-2/+2
2019-01-10docs: complete the calendar and release schedule documentationAndres Gomez2-2/+22
2019-01-10glsl/linker: specify proper direction in location aliasing errorAndres Gomez1-5/+10
2019-01-10editorconfig: Add max_line_length propertyAndres Gomez1-0/+1
2019-01-10intel/isl: move tiled_memcpy static libs from i965 to islTapani Pälli21-401/+381
2019-01-09i965: Enable 64-bit GLSL extensionsMatt Turner2-4/+5
2019-01-09i965: Compile fp64 software routines and lower double-opsMatt Turner4-23/+133
2019-01-09intel/compiler: Heap-allocate temporary storageMatt Turner1-3/+5
2019-01-09intel/compiler: Expand size of the 'nr' fieldMatt Turner1-4/+3
2019-01-09intel/compiler: Prevent warnings in the following patchMatt Turner11-36/+38
2019-01-09intel/compiler: Rearrange code to avoid future problemsMatt Turner1-3/+4
2019-01-09intel/compiler: Avoid false positive assertionsMatt Turner1-6/+6
2019-01-09intel/compiler: Split 64-bit MOV-indirects if neededMatt Turner1-1/+2
2019-01-09intel/compiler: Lower 64-bit MOV/SEL operationsMatt Turner1-1/+49
2019-01-09nir: Unset metadata debug bit if no progress madeMatt Turner22-12/+115
2019-01-09nir: Add lowering support for 64-bit operations to softwareMatt Turner2-2/+178
2019-01-09nir: Create nir_builder in nir_lower_doubles_impl()Matt Turner1-17/+19
2019-01-09nir: Add and set info::uses_64bitMatt Turner2-0/+10
2019-01-09nir: Implement lowering of 64-bit shift operationsMatt Turner2-0/+143
2019-01-09nir: Wire up int64 lowering functionsMatt Turner2-3/+127
2019-01-09nir: Add some more int64 lowering helpersJason Ekstrand1-0/+227
2019-01-09nir: Tag entrypoint for easy recognition by nir_shader_get_entrypoint()Matt Turner7-6/+30
2019-01-09nir: Rework nir_lower_constant_initializers() to handle functionsMatt Turner1-34/+25
2019-01-09glsl: Add "built-in" functions to do fp32_to_int64(fp32)Sagar Ghuge1-0/+31
2019-01-09glsl: Add "built-in" functions to do fp32_to_uint64(fp32)Sagar Ghuge1-0/+29
2019-01-09glsl: Add "built-in" functions to do fp64_to_int64(fp64)Sagar Ghuge1-0/+29
2019-01-09glsl: Add utility function to round and pack int64_t valueSagar Ghuge1-0/+36
2019-01-09glsl: Add "built-in" functions to do fp64_to_uint64(fp64)Sagar Ghuge1-0/+27
2019-01-09glsl: Add utility function to round and pack uint64_t valueSagar Ghuge1-0/+32
2019-01-09glsl: Add "built-in" functions to do int64_to_fp32(int64_t)Sagar Ghuge1-0/+22
2019-01-09glsl: Add "built-in" functions to do uint64_to_fp32(uint64_t)Sagar Ghuge1-0/+20
2019-01-09glsl: Add "built-in" functions to do int64_to_fp64(int64_t)Sagar Ghuge1-0/+18