History log of /external/mesa3d/src/gallium/targets/graw-null/graw_util.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
47b390fe45e5e6f982c60b58985892438959cd8e 17-May-2016 Jan Vesely <jano.vesely@gmail.com> Treewide: Remove Elements() macro

Signed-off-by: Jan Vesely <jano.vesely@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/targets/graw-null/graw_util.c
c84a8911fcd2e33f1b29ec2a7d94724709bb9b80 08-Feb-2016 Brian Paul <brianp@vmware.com> gallium/util: switch over to new u_debug_image.[ch] code

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
/external/mesa3d/src/gallium/targets/graw-null/graw_util.c
91332e455a530b86f897874919da29efa563fdf3 26-Oct-2012 José Fonseca <jfonseca@vmware.com> graw: Ensure new members are zeroed.

Several new state members were added, and they were not being zeroed,
causing random crashes.
/external/mesa3d/src/gallium/targets/graw-null/graw_util.c
8bfb9061b775ecf5d5c485b8ad2838f53990a976 30-Dec-2010 Vinson Lee <vlee@vmware.com> graw: Include p_shader_tokens.h for tgsi_token struct.
/external/mesa3d/src/gallium/targets/graw-null/graw_util.c
136ff67ce8a626e628dd76aeb7feba8cf9436cd7 05-Nov-2010 Michal Krol <michal@vmware.com> graw: Export graw_save_surface_to_file().

Allows applications to dump surfaces to file without
referencing gallium/auxiliary entry points statically.

Existing test apps have been modified such that
they save the contents of the fronbuffer only
when the `-o' option's specified.
/external/mesa3d/src/gallium/targets/graw-null/graw_util.c
601498ae73e654c2de997ea75075613a694d604d 01-Nov-2010 José Fonseca <jfonseca@vmware.com> scons: Revamp how to specify targets to build.

Use scons target and dependency system instead of ad-hoc options.

Now is simply a matter of naming what to build. For example:

scons libgl-xlib

scons libgl-gdi

scons graw-progs

scons llvmpipe

and so on. And there is also the possibility of scepcified subdirs, e.g.

scons src/gallium/drivers

If nothing is specified then everything will be build.

There might be some rough corners over the next days. Please bare with me.
/external/mesa3d/src/gallium/targets/graw-null/graw_util.c