mesa/src/mesa
Ian Romanick 3322fbaf3b glsl: Slightly change the semantic of _LinkedShaders
Previously _LinkedShaders was a compact array of the linked shaders
for each shader stage.  Now it is arranged such that each slot,
indexed by the MESA_SHADER_* defines, refers to a specific shader
stage.  As a result, some slots will be NULL.  This makes things a
little more complex in the linker, but it simplifies things in other
places.

As a side effect _NumLinkedShaders is removed.

NOTE: This may be a candidate for the 7.9 branch.  If there are other
patches that get backported to 7.9 that use _LinkedShader, this patch
should be cherry picked also.
2010-10-14 17:16:59 -07:00
..
drivers glsl: Slightly change the semantic of _LinkedShaders 2010-10-14 17:16:59 -07:00
main glsl: Slightly change the semantic of _LinkedShaders 2010-10-14 17:16:59 -07:00
math math: remove duplicated includes 2010-09-30 09:36:31 -06:00
ppc
program glsl: Slightly change the semantic of _LinkedShaders 2010-10-14 17:16:59 -07:00
sparc glapi: Move assembly dispatchers back into glapi/. 2010-05-07 10:41:10 +08:00
state_tracker Drop GLcontext typedef and use struct gl_context instead 2010-10-13 09:43:25 -04:00
swrast Drop GLcontext typedef and use struct gl_context instead 2010-10-13 09:43:25 -04:00
swrast_setup Drop GLcontext typedef and use struct gl_context instead 2010-10-13 09:43:25 -04:00
tnl Drop GLcontext typedef and use struct gl_context instead 2010-10-13 09:43:25 -04:00
tnl_dd Drop GLcontext typedef and use struct gl_context instead 2010-10-13 09:43:25 -04:00
vbo Drop the "neutral" tnl module 2010-10-14 08:53:59 -04:00
vf mesa: Clean up header file inclusion in vf.h. 2010-08-13 01:23:39 -07:00
x86 Drop GLcontext typedef and use struct gl_context instead 2010-10-13 09:43:25 -04:00
x86-64 glapi: Move to src/mapi/. 2010-05-07 10:41:11 +08:00
.gitignore mesa/es: Merge back to core mesa. 2010-05-12 15:03:42 +08:00
descrip.mms
gl.pc.in
Makefile mesa: Fix depend.es[12] generation when LLVM is enabled. 2010-09-12 02:31:33 +08:00
Makefile.mgw mesa: rename src/mesa/shader/ to src/mesa/program/ 2010-06-10 23:23:13 -06:00
osmesa.pc.in
SConscript scons: Add program/sampler.cpp to SCons build. 2010-09-28 12:03:45 -07:00
sources.mak ra: First cut at a graph-coloring register allocator for mesa. 2010-09-29 16:40:31 -07:00