mesa/src
Kenneth Graunke 82065fa20e glsl: Remove ir_call::get_callee() and set_callee().
Previously, set_callee() performed some assertions about the type of the
ir_call; protecting the bare pointer ensured these checks would be run.

However, ir_call no longer has a type, so the getter and setter methods
don't actually do anything useful.  Remove them in favor of accessing
callee directly, as is done with most other fields in our IR.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2012-04-02 14:15:43 -07:00
..
egl egl_dri2: use gbm_surface as the native window type in drm platform 2012-03-28 22:14:34 -04:00
gallium r600g: unduplicate code for PS partial flush 2012-04-01 23:57:50 +02:00
gbm gbm: Create hooks for dri2_loader_extension in dri backend 2012-03-28 22:14:34 -04:00
getopt
glsl glsl: Remove ir_call::get_callee() and set_callee(). 2012-04-02 14:15:43 -07:00
glu
glx Use -no-undefined libtool flag in src/glx/Makefile.am 2012-03-28 13:03:52 +01:00
mapi shared-glapi: Include from builddir 2012-03-29 09:25:15 -04:00
mesa glsl: Remove ir_call::get_callee() and set_callee(). 2012-04-02 14:15:43 -07:00
Makefile
SConscript