History log of /external/mesa3d/src/gallium/drivers/nouveau/nv30/nv40_verttex.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ea88b1de2fb589221b2d12595706daf712e4abd8 02-Sep-2014 Dave Airlie <airlied@redhat.com> nouveau/nv40: quiten coverity warning in unused vertex texture code.

This fixes the code, but we never run it anyways, so silence coverity.

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/gallium/drivers/nouveau/nv30/nv40_verttex.c
a3ed98f7aa85636579a5696bf036ec13e5c9104a 08-Oct-2013 Brian Paul <brianp@vmware.com> gallium: new, unified pipe_context::set_sampler_views() function

The new function replaces four old functions: set_fragment/vertex/
geometry/compute_sampler_views().

Note: at this time, it's expected that the 'start' parameter will
always be zero.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Tested-by: Emil Velikov <emil.l.velikov@gmail.com>
/external/mesa3d/src/gallium/drivers/nouveau/nv30/nv40_verttex.c
7478236da95953c3d491567505048933fc7a2b3c 13-Sep-2013 Brian Paul <brianp@vmware.com> nouveau: remove old bind_*_sampler_states() functions
/external/mesa3d/src/gallium/drivers/nouveau/nv30/nv40_verttex.c
3f0627c2ad605b006737312c478907859411ffa8 13-Sep-2013 Brian Paul <brianp@vmware.com> nouveau: implement pipe_context::bind_sampler_states()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/nv40_verttex.c
5eb7ff1175a644ffe3b0f1a75cb235400355f9fb 20-Aug-2013 Johannes Obermayr <johannesobermayr@gmx.de> Move nv30, nv50 and nvc0 to nouveau.

It is planned to ship openSUSE 13.1 with -shared libs.
nouveau.la, nv30.la, nv50.la and nvc0.la are currently LIBADDs in all nouveau
related targets.
This change makes it possible to easily build one shared libnouveau.so which is
then LIBADDed.
Also dlopen will be faster for one library instead of three and build time on
-jX will be reduced.

Whitespace fixes were requested by 'git am'.

Signed-off-by: Johannes Obermayr <johannesobermayr@gmx.de>
Acked-by: Christoph Bumiller <christoph.bumiller@speed.at>
Acked-by: Ian Romanick <ian.d.romanick@intel.com>
/external/mesa3d/src/gallium/drivers/nouveau/nv30/nv40_verttex.c