#include <fragProgARB.h>
Inheritance diagram for glift::FragProgARB:
Definition at line 37 of file fragProgARB.h.
Public Member Functions | |
FragProgARB (const char *fragProg, bool isFileName=false, PBuffGlift *pbuff=NULL, bool noload=false) | |
construct | |
FragProgARB (const FragProgARB &rhs) | |
copy construct | |
FragProgARB & | operator= (const FragProgARB &rhs) |
assign | |
virtual | ~FragProgARB () |
destruct | |
void | init () |
init | |
virtual void | reset () |
reset | |
virtual void | reload (const char *shader) |
reload | |
int | getInfoInt (GLenum param) |
get info | |
virtual void | setLocalConstf (unsigned int constNum, const gutz::vec4f &constant) |
set local const | |
virtual void | setLocalConstd (unsigned int constNum, const gutz::vec4d &constant) |
virtual char * | getProgText () |
will be 0 if invalid | |
virtual char * | getProgFile () |
virtual void | setProgFile (const char *name) |
set file name | |
void | bind () |
void | release () |
bool | isBound () |
virtual void | compile () |
virtual bool | hasNonCompilable () |
virtual void | setErrStream (std::ostream *os) |
Where do you want gl errors to go? they must go somewhere, so don't set it to zero please. | |
virtual std::ostream * | getErrStream () const |
Where are gl errors going? | |
Protected Member Functions | |
virtual void | bindDef () |
bind def | |
virtual void | releaseDef () |
release def | |
virtual bool | isCompiled () const |
void | err (const char *where, const char *when=0) const |
error | |
std::ostream & | err () const |
a simpler way, just use the stream! only for always print, this one automatically adds the objects name | |
void | derr (const char *where, const char *when=0) const |
debug error | |
bool | glerr (const char *where, const char *when=0) const |
gl error report only in debug mode, only if there is an error, if so return true | |
std::ostream & | estr () const |
this one just gives you the stream | |
virtual void | _incCount () |
gutz::Counted interface, increment reference count by one. | |
virtual void | _decCount () |
gutz::Counted interface, decrement reference count by one. | |
virtual int | _getCount () const |
gutz::Counted interface, get the current reference count. | |
Friends | |
class | SmartPtr |
class | SmartPtrRef |
|
construct
Definition at line 38 of file fragProgARB.cpp. References init(). |
|
copy construct
Definition at line 50 of file fragProgARB.cpp. |
|
destruct
Definition at line 147 of file fragProgARB.cpp. |
|
gutz::Counted interface, decrement reference count by one. Not generaly used by subclasses, mostly for collaboration with gutz::SmartPtr. Sometimes you need to call this though, see the documentation for gutz::SmartPtr Definition at line 54 of file smartptr.h. Referenced by TFImage::clear(), NrroImage::fBlendOverRGBA(), and Nrro::updateMinMax(). |
|
gutz::Counted interface, get the current reference count. Not generaly used by subclasses, mostly for collaboration with gutz::SmartPtr. Definition at line 58 of file smartptr.h. |
|
gutz::Counted interface, increment reference count by one. Not generaly used by subclasses, mostly for collaboration with gutz::SmartPtr. Sometimes you need to call this though, see the documentation for gutz::SmartPtr Definition at line 48 of file smartptr.h. Referenced by TFImage::clear(), NrroImage::fBlendOverRGBA(), and Nrro::updateMinMax(). |
|
Definition at line 34 of file stateGLI.cpp. References glift::StateGLI::bindDef(), glift::DispList::isCompiled(), and glift::DispList::issue(). Referenced by glift::SubTex::bindDef(), glift::CoreTex::bindDef(), glift::Shader::bindDef(), glift::ProgShader::bindDef(), glift::ShadedPrim::drawDef(), and VolRenAlgBase::drawTris(). |
|
bind def
Implements glift::StateGLI. Definition at line 307 of file fragProgARB.cpp. References GL_FRAGMENT_PROGRAM_ARB, glBindProgramARB, and glEnable(). Referenced by getInfoInt(), init(), setLocalConstd(), and setLocalConstf(). |
|
Compile new disply lists Force deletion/construction of new objects in case a display list already exists for this object. Implements glift::Compilable. Definition at line 81 of file stateGLI.cpp. References glift::DispList::compile(), and glift::g_compiling. Referenced by glift::VertexProgARB::reset(), glift::PixelShaderATI8K::reset(), and reset(). |
|
debug error
Definition at line 122 of file gliftObject.h. References glift::GliftObject::m_err. |
|
|
error
Definition at line 101 of file gliftObject.h. References glift::GliftObject::m_err. Referenced by glift::SubPBuff::enable(). |
|
this one just gives you the stream
Definition at line 84 of file gliftObject.h. References glift::GliftObject::m_err. Referenced by glift::CoreTex::bindDef(), glift::Shader::bindDef(), glift::MultiTex::bindDef(), glift::EmptyTex::bindDef(), glift::DispList::compile(), glift::CoreTex::CoreTex(), glift::VertexProgARB::init(), init(), glift::MultiTex::releaseDef(), and glift::EmptyTex::releaseDef(). |
|
Where are gl errors going?
Definition at line 49 of file gliftObject.h. References glift::GliftObject::m_err. Referenced by glift::getProgShaderFromFile(), and glift::getProgShaderFromText(). |
|
get info
Definition at line 291 of file fragProgARB.cpp. References bindDef(), GL_FRAGMENT_PROGRAM_ARB, glGetProgramivARB, param, and releaseDef(). |
|
Definition at line 65 of file fragProgARB.h. |
|
will be 0 if invalid
Definition at line 64 of file fragProgARB.h. |
|
gl error report only in debug mode, only if there is an error, if so return true
Definition at line 31 of file gliftObject.cpp. References glGetError(), and GLuint. Referenced by RenderState2D::bindDef(), glift::NormalAttrib< VAT >::disableDef(), glift::IndexAttrib< VAT >::disableDef(), glift::TexCoordAttrib< VAT >::disableDef(), glift::VertAttrib< VAT >::disableDef(), glift::GenDrawAttrib< VAT >::disableDef(), glift::DrawAlgImm::draw(), glift::DrawAlgArr::draw(), glift::ShadedPrim::drawDef(), glift::NormalAttrib< VAT >::enableDef(), glift::IndexAttrib< VAT >::enableDef(), glift::TexCoordAttrib< VAT >::enableDef(), glift::VertAttrib< VAT >::enableDef(), glift::GenDrawAttrib< VAT >::enableDef(), and RenderState2D::releaseDef(). |
|
Definition at line 72 of file stateGLI.h. |
|
init
Definition at line 180 of file fragProgARB.cpp. References bindDef(), glift::PBuffGlift::disable(), glift::PBuffGlift::enable(), glift::GliftObject::err(), glift::GliftObject::estr(), GL_FRAGMENT_PROGRAM_ARB, GL_PROGRAM_ERROR_POSITION_ARB, GL_PROGRAM_ERROR_STRING_ARB, GL_PROGRAM_FORMAT_ASCII_ARB, glGenProgramsARB, glGetError(), glGetIntegerv(), glGetString(), glProgramStringARB, and releaseDef(). Referenced by FragProgARB(), glift::getProgShaderFromFile(), glift::getProgShaderFromText(), reload(), and reset(). |
|
Definition at line 70 of file stateGLI.h. Referenced by glift::GenPrimGL< VERTA, TEXCA, IDXA, RANGEA >::drawDef(), VolShader::setBlend(), VolRenAlgBase::setGeom(), VolShader::setPixelShader(), VolRenAlgBase::setShader(), VolShader::setVertexShader(), and VolRenAlgBase::setVolytope(). |
|
Implements glift::Compilable. Definition at line 81 of file stateGLI.h. Referenced by glift::VertexProgARB::reset(), glift::PixelShaderATI8K::reset(), and reset(). |
|
assign
Definition at line 58 of file fragProgARB.cpp. |
|
Definition at line 57 of file stateGLI.cpp. References glift::DispList::isCompiled(), glift::DispList::issue(), and glift::StateGLI::releaseDef(). Referenced by glift::ShadedPrim::drawDef(), VolRenAlgBase::drawTris(), glift::CoreTex::getDataub(), glift::SubTex::releaseDef(), glift::CoreTex::releaseDef(), glift::Shader::releaseDef(), and glift::ProgShader::releaseDef(). |
|
release def
Implements glift::StateGLI. Definition at line 317 of file fragProgARB.cpp. References GL_FRAGMENT_PROGRAM_ARB, and glDisable(). Referenced by getInfoInt(), init(), setLocalConstd(), and setLocalConstf(). |
|
reload reload shader Definition at line 234 of file fragProgARB.cpp. References glift::GliftObject::err(), and init(). Referenced by StupidFPCrank::getPixelShader(). |
|
reset TODO: this won't work, needs to save off the fragProg Implements glift::PixelShader. Definition at line 220 of file fragProgARB.cpp. References glift::StateGLI::compile(), init(), and glift::StateGLI::isCompiled(). |
|
Where do you want gl errors to go? they must go somewhere, so don't set it to zero please.
Definition at line 44 of file gliftObject.h. References glift::GliftObject::m_err. Referenced by glift::getProgShaderFromFile(), and glift::getProgShaderFromText(). |
|
Definition at line 276 of file fragProgARB.cpp. References bindDef(), GL_FRAGMENT_PROGRAM_ARB, glProgramLocalParameter4dvARB, releaseDef(), and uint. |
|
set local const
Implements glift::PixelShader. Definition at line 258 of file fragProgARB.cpp. References bindDef(), GL_FRAGMENT_PROGRAM_ARB, glProgramLocalParameter4fvARB, releaseDef(), and uint. |
|
set file name
Definition at line 326 of file fragProgARB.cpp. References name. |
|
Definition at line 40 of file smartptr.h. Referenced by Nrro::NrroIter< T >::NrroIter(). |
|
Definition at line 41 of file smartptr.h. |