summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-01-28kmsro: Add etnaviv renderonly supportRob Herring4-17/+50
2019-01-28kmsro: Extend to include hx8357d.Eric Anholt4-0/+4
2019-01-28pipe-loader: Fallback to kmsro driver when no matching driver name foundRob Herring1-5/+8
2019-01-28pl111: Rename the pl111 driver to "kmsro".Eric Anholt21-51/+51
2019-01-28radv: set noalias/dereferenceable LLVM attributes based on param typesSamuel Pitoiset1-13/+7
2019-01-28radv: simplify allocating user SGPRS for descriptor setsSamuel Pitoiset1-68/+34
2019-01-28radv: remove radv_userdata_info::indirect fieldSamuel Pitoiset3-12/+6
2019-01-28mesa/main: Expose EXT_sRGB_write_controlGert Wollny3-5/+4
2019-01-28mesa/main/version: Lower the requirements for GLES 3.0Gert Wollny1-2/+2
2019-01-28mesa/main: Use flag for EXT_sRGB instead of EXT_framebuffer_sRGB where possibleGert Wollny5-5/+5
2019-01-28mesa/st: rework support for sRGB framebuffer attachementsGert Wollny4-18/+31
2019-01-28i965: Set flag for EXT_sRGBGert Wollny1-0/+1
2019-01-28mesa:main: Add flag for EXT_sRGB to gl_extensionsGert Wollny1-0/+1
2019-01-28virgl: Set sRGB write control CAP based on host capabilitiesGert Wollny3-0/+13
2019-01-28Gallium: Add new CAPS to indicate whether a driver can switch SRGB writeGert Wollny3-0/+6
2019-01-28spirv: Don't use special semantics when counting vertex attribute sizeNeil Roberts1-6/+4
2019-01-28glsl_types: Rename parameter of glsl_count_attribute_slotsNeil Roberts4-10/+17
2019-01-28spirv/nir: handle location decorations on block interface membersNeil Roberts2-9/+66
2019-01-28etnaviv: add linear sampling supportChristian Gmeiner3-1/+25
2019-01-28etnaviv: update headers from rnndbChristian Gmeiner8-55/+227
2019-01-28etnaviv: extend etna_resource with an addressing modeChristian Gmeiner4-8/+22
2019-01-27nvc0: don't put text segment into bufctxIlia Mirkin6-13/+16
2019-01-28radv/ac: fix some fp16 handlingTimothy Arceri2-2/+2
2019-01-27v3d: Create separate sampler states for the various blend formats.Eric Anholt4-50/+303
2019-01-27v3d: Move the sampler state to the long-lived state uploader.Eric Anholt3-6/+13
2019-01-27v3d: Use the symbolic names for wrap modes from the XML.Eric Anholt2-11/+14
2019-01-27v3d: Fix stencil sampling from a separate-stencil buffer.Eric Anholt2-0/+7
2019-01-27v3d: Fix stencil sampling from packed depth/stencil.Eric Anholt1-1/+1
2019-01-27v3d: Fix release-build warning about utile_h.Eric Anholt1-2/+1
2019-01-27v3d: Flush blit jobs immediately after generating them.Eric Anholt1-0/+8
2019-01-27v3d: Fix BO stats accounting for imported buffers.Eric Anholt1-0/+3
2019-01-27v3d: Drop maximum number of texture units down to 16.Eric Anholt2-4/+4
2019-01-27v3d: Avoid duplicating limits defines between gallium and v3d core.Eric Anholt9-17/+52
2019-01-27v3d: Fix overly-large vattr_sizes structs.Eric Anholt1-2/+2
2019-01-27v3d: Rename gallium-local limits defines from VC5 to V3D.Eric Anholt11-33/+33
2019-01-27radv: Remove unused variable.Bas Nieuwenhuizen1-1/+0
2019-01-27radv: add device->instance extension dependenciesNiklas Haas1-0/+27
2019-01-27radv: correctly use vulkan 1.0 by defaultNiklas Haas1-1/+1
2019-01-27glsl: fix block member alignment validation for vec3Niklas Haas1-4/+4
2019-01-26spirv: Add support for SPV_EXT_physical_storage_bufferJason Ekstrand5-3/+55
2019-01-26spirv: Implement OpConvertPtrToU and OpConvertUToPtrJason Ekstrand2-2/+75
2019-01-26spirv: Handle OpTypeForwardPointerJason Ekstrand1-33/+66
2019-01-26spirv: Drop a bogus assertJason Ekstrand1-1/+0
2019-01-26nir: Allow SSBOs and global to aliasJason Ekstrand1-1/+6
2019-01-26nir/validate: Allow array derefs of vectors for nir_var_mem_globalJason Ekstrand1-1/+2
2019-01-26nir/lower_io: Add support for nir_var_mem_globalJason Ekstrand1-0/+12
2019-01-26nir/lower_io: Add a 32 and 64-bit global address formatsJason Ekstrand2-30/+123
2019-01-26nir: Add load/store/atomic global intrinsicsJason Ekstrand3-1/+39
2019-01-26st/nine: Enable debug info if NDEBUG is not setAxel Davy11-26/+26
2019-01-26st/nine: Immediately upload user provided texturesAxel Davy1-0/+13