mesa/src/mesa
Kenneth Graunke 6984a6be5c meta: Eliminate samplers[] array in favor of using vec4_prefix.
We don't need an array mapping the shader index to "sampler2DMS",
"isampler2DMS", and so on.  We can simply do "%ssampler2DMS" and pass in
vec4_prefix, which is "", "i", or "u".

This eliminates the use of C99 array initializers and should fix the
MSVC build.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=75344
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
2014-02-21 19:18:07 -08:00
..
drivers meta: Eliminate samplers[] array in favor of using vec4_prefix. 2014-02-21 19:18:07 -08:00
main mesa: Move declarations before code. 2014-02-21 19:11:58 -08:00
math mesa: Converty gl_viewport_attrib::X, ::Y, ::Width, and ::Height to float 2014-01-20 11:31:53 -08:00
program mesa: initialize gl_geometry_program Invocations field 2014-02-20 10:33:09 -08:00
sparc mesa: remove outdated version lines in comments 2013-06-05 08:54:27 -06:00
state_tracker mesa: initialize gl_geometry_program Invocations field 2014-02-20 10:33:09 -08:00
swrast mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up. 2014-02-09 16:57:45 -08:00
swrast_setup mesa: Convert gl_context::Viewport to gl_context::ViewportArray 2014-01-20 11:31:56 -08:00
tnl mesa: Convert gl_context::Viewport to gl_context::ViewportArray 2014-01-20 11:31:56 -08:00
tnl_dd s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
vbo mesa: Rename ElementArrayBufferObj to IndexBufferObj. 2014-02-03 00:53:11 -08:00
x86 mesa/x86: Remove dead read_rgba_span_x86.h. 2014-01-21 14:20:44 -08:00
x86-64 build: Build gen_matypes and matypes.h from src/mesa. 2013-11-07 10:00:25 -08:00
.gitignore build: Build gen_matypes and matypes.h from src/mesa. 2013-11-07 10:00:25 -08:00
Android.gen.mk mesa: generate glGetInteger/Boolean/Float/Doublev() code for all APIs 2013-04-17 17:33:40 -06:00
Android.libmesa_dricore.mk Android: remove unused MESA_ENABLED_APIS variable 2013-11-16 14:00:15 +00:00
Android.libmesa_glsl_utils.mk mesa,glsl: Move round_to_even() from glsl to mesa/main (v2) 2013-01-24 21:24:07 -08:00
Android.libmesa_st_mesa.mk Android: remove unused MESA_ENABLED_APIS variable 2013-11-16 14:00:15 +00:00
Android.mesa_gen_matypes.mk android: Moves rules for mesa_gen_matypes to separate makefile 2012-11-12 15:52:42 -08:00
Android.mk automake,android: Build program/ into a helper lib (v2) 2012-11-12 15:52:42 -08:00
gl.pc.in mesa: Convert gl.pc to be generated by configure. 2012-06-21 10:10:08 -07:00
Makefile.am build: move ARCH_LIBS definition outside of ASM definition 2014-02-01 15:01:06 -08:00
Makefile.sources mesa/sso: Add extension entry points for GL_ARB_separate_shader_objects 2014-02-21 15:41:02 -08:00
SConscript scons: Add main/pipelineobj.c to src/mesa/SConscript. 2014-02-21 17:00:47 -08:00