On Fri, 28 Oct 2011 10:42:40 -0700, "Ian Romanick" <i...@freedesktop.org> wrote:
> From: Ian Romanick <ian.d.roman...@intel.com>
> 
> This function propagates the values from the backing storage of a
> gl_uniform_storage structure to the driver supplied data locations.
> 
> Signed-off-by: Ian Romanick <ian.d.roman...@intel.com>
> ---
>  src/mesa/main/uniform_query.cpp |  117 
> +++++++++++++++++++++++++++++++++++++++
>  src/mesa/main/uniforms.h        |    5 ++
>  2 files changed, 122 insertions(+), 0 deletions(-)
> 
> diff --git a/src/mesa/main/uniform_query.cpp b/src/mesa/main/uniform_query.cpp
> index 781af2d..c693055 100644
> --- a/src/mesa/main/uniform_query.cpp
> +++ b/src/mesa/main/uniform_query.cpp
> @@ -26,6 +26,7 @@
>  #include "main/context.h"
>  #include "ir.h"
>  #include "../glsl/program.h"
> +#include "../glsl/ir_uniform.h"
>  
>  extern "C" {
>  #include "main/image.h"
> @@ -728,6 +729,122 @@ set_program_uniform(struct gl_context *ctx, struct 
> gl_program *program,
>  }
>  
>  /**
> + * Propagate some values from uniform backing storage to driver storage
> + *
> + * Values propagates from uniform backing storage to driver storage

"propagated"

Attachment: pgpayJczwLDN4.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to