aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* freedreno: minor cleanupsRob Clark2019-01-292-2/+0
* freedreno: stop frob'ing pipe_resource::nr_samplesRob Clark2019-01-294-6/+15
* freedreno/a6xx: fix blitter nr_samples checkRob Clark2019-01-291-1/+3
* freedreno/a5xx: fix blitter nr_samples checkRob Clark2019-01-291-1/+2
* radv: Enable VK_EXT_memory_priority.Bas Nieuwenhuizen2019-01-293-5/+20
* radv/winsys: Add priority handling during submit.Bas Nieuwenhuizen2019-01-293-49/+115
* radv/winsys: Set winsys bo priority on creation.Bas Nieuwenhuizen2019-01-2912-29/+82
* radv: re-enable fast depth clears for 16-bit surfaces on VISamuel Pitoiset2019-01-291-8/+0
* vc4: Enable NEON asm on meson cross-builds.Eric Anholt2019-01-281-4/+6
* vc4: Declare the cpu pointers as being modified in NEON asm.Carsten Haitzler (Rasterman)2019-01-281-18/+15
* vc4: Use named parameters for the NEON inline asm.Carsten Haitzler (Rasterman)2019-01-281-80/+100
* kmsro: Add freedreno renderonly supportJonathan Marek2019-01-284-2/+22
* freedreno: a2xx: add perfcntrsJonathan Marek2019-01-288-0/+1118
* 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
* meson: Fix typo.Vinson Lee2019-01-281-2/+2
* 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-2822-277/+12
* kmsro: Add etnaviv renderonly supportRob Herring2019-01-285-19/+52
* 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-2827-68/+68
* 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