mesa/src
Kenneth Graunke f412fac5b4 glsl: Move is_builtin flag back to ir_function_signature.
This effectively reverts b6f15869b3.

In desktop GLSL, defining a function with the same name as a built-in
hides that built-in function completely, so there would never be
built-in and user function signatures in the same ir_function.

However, in GLSL ES, overloading built-ins is allowed, and does not
hide the built-in signatures - so we're back to needing this.
2010-09-07 17:30:38 -07:00
..
driclient mesa: Purge macros NEED_EVENTS and NEED_REPLIES 2010-07-01 13:07:07 -06:00
egl egl: Mark EGL_MESA_screen_surface as obsolete. 2010-08-31 15:25:22 +08:00
gallium r600g: Added missing r600_bc_add_literal() calls to XPD implementation. 2010-09-08 09:10:46 +10:00
glsl glsl: Move is_builtin flag back to ir_function_signature. 2010-09-07 17:30:38 -07:00
glu glu/sgi: Remove dead initialization in extract565rev. 2010-07-16 01:11:03 -07:00
glut glut: Silence missing initializer warning. 2010-08-30 14:12:01 +01:00
glw Makefiles: Don't complain if depend file to be included doesn't exist. 2010-07-21 13:19:33 -07:00
glx glx: Set an all NULL vtable for dummyContext 2010-09-07 14:32:28 -04:00
mapi glapi: fix generator which got out of sync with the codebase 2010-08-30 20:51:49 +02:00
mesa i965: Enable EXT_framebuffer_blit internally. 2010-09-07 17:30:38 -07:00
talloc scons: Fix inverted logic. 2010-08-26 18:29:04 +01:00
Makefile
SConscript talloc: Make it compile with MSVC, MinGW, and Xcode/gcc4.0. 2010-08-13 13:53:04 +01:00