summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* freedreno: a2xx: minor solid_vertexbuf fixupsJonathan Marek2019-01-283-4/+6
* freedreno: a2xx: clear fixes and fast clear pathJonathan Marek2019-01-288-126/+434
* freedreno: a2xx: a20x hw binningJonathan Marek2019-01-2811-16/+298
* freedreno: update a2xx registersJonathan Marek2019-01-281-11/+893
* glsl: use remap location when serialising uniform program resource dataTimothy Arceri2019-01-291-7/+26
* freedreno: a2xx: enable early-Z testingJonathan Marek2019-01-284-3/+11
* freedreno: a2xx: ir2 cleanupJonathan Marek2019-01-282-3/+1
* Switch imx to kmsro and remove the imx winsysRob Herring2019-01-2816-253/+3
* kmsro: Add etnaviv renderonly supportRob Herring2019-01-284-17/+50
* kmsro: Extend to include hx8357d.Eric Anholt2019-01-284-0/+4
* pipe-loader: Fallback to kmsro driver when no matching driver name foundRob Herring2019-01-281-5/+8
* pl111: Rename the pl111 driver to "kmsro".Eric Anholt2019-01-2821-51/+51
* radv: set noalias/dereferenceable LLVM attributes based on param typesSamuel Pitoiset2019-01-281-13/+7
* radv: simplify allocating user SGPRS for descriptor setsSamuel Pitoiset2019-01-281-68/+34
* radv: remove radv_userdata_info::indirect fieldSamuel Pitoiset2019-01-283-12/+6
* mesa/main: Expose EXT_sRGB_write_controlGert Wollny2019-01-283-5/+4
* mesa/main/version: Lower the requirements for GLES 3.0Gert Wollny2019-01-281-2/+2
* mesa/main: Use flag for EXT_sRGB instead of EXT_framebuffer_sRGB where possibleGert Wollny2019-01-285-5/+5
* mesa/st: rework support for sRGB framebuffer attachementsGert Wollny2019-01-284-18/+31
* i965: Set flag for EXT_sRGBGert Wollny2019-01-281-0/+1
* mesa:main: Add flag for EXT_sRGB to gl_extensionsGert Wollny2019-01-281-0/+1
* virgl: Set sRGB write control CAP based on host capabilitiesGert Wollny2019-01-283-0/+13
* Gallium: Add new CAPS to indicate whether a driver can switch SRGB writeGert Wollny2019-01-283-0/+6
* spirv: Don't use special semantics when counting vertex attribute sizeNeil Roberts2019-01-281-6/+4
* glsl_types: Rename parameter of glsl_count_attribute_slotsNeil Roberts2019-01-284-10/+17
* spirv/nir: handle location decorations on block interface membersNeil Roberts2019-01-282-9/+66
* etnaviv: add linear sampling supportChristian Gmeiner2019-01-283-1/+25
* etnaviv: update headers from rnndbChristian Gmeiner2019-01-288-55/+227
* etnaviv: extend etna_resource with an addressing modeChristian Gmeiner2019-01-284-8/+22
* nvc0: don't put text segment into bufctxIlia Mirkin2019-01-276-13/+16
* radv/ac: fix some fp16 handlingTimothy Arceri2019-01-282-2/+2
* v3d: Create separate sampler states for the various blend formats.Eric Anholt2019-01-274-50/+303
* v3d: Move the sampler state to the long-lived state uploader.Eric Anholt2019-01-273-6/+13
* v3d: Use the symbolic names for wrap modes from the XML.Eric Anholt2019-01-272-11/+14
* v3d: Fix stencil sampling from a separate-stencil buffer.Eric Anholt2019-01-272-0/+7
* v3d: Fix stencil sampling from packed depth/stencil.Eric Anholt2019-01-271-1/+1
* v3d: Fix release-build warning about utile_h.Eric Anholt2019-01-271-2/+1
* v3d: Flush blit jobs immediately after generating them.Eric Anholt2019-01-271-0/+8
* v3d: Fix BO stats accounting for imported buffers.Eric Anholt2019-01-271-0/+3
* v3d: Drop maximum number of texture units down to 16.Eric Anholt2019-01-272-4/+4
* v3d: Avoid duplicating limits defines between gallium and v3d core.Eric Anholt2019-01-279-17/+52
* v3d: Fix overly-large vattr_sizes structs.Eric Anholt2019-01-271-2/+2
* v3d: Rename gallium-local limits defines from VC5 to V3D.Eric Anholt2019-01-2711-33/+33
* radv: Remove unused variable.Bas Nieuwenhuizen2019-01-271-1/+0
* radv: add device->instance extension dependenciesNiklas Haas2019-01-271-0/+27
* radv: correctly use vulkan 1.0 by defaultNiklas Haas2019-01-271-1/+1
* glsl: fix block member alignment validation for vec3Niklas Haas2019-01-271-4/+4
* spirv: Add support for SPV_EXT_physical_storage_bufferJason Ekstrand2019-01-265-3/+55
* spirv: Implement OpConvertPtrToU and OpConvertUToPtrJason Ekstrand2019-01-262-2/+75
* spirv: Handle OpTypeForwardPointerJason Ekstrand2019-01-261-33/+66