diff options
author | Aapo Tahkola <[email protected]> | 2005-10-26 16:42:06 +0000 |
---|---|---|
committer | Aapo Tahkola <[email protected]> | 2005-10-26 16:42:06 +0000 |
commit | 4dc3249f0d800f9e36ee11ec5c00351e67dbeee3 (patch) | |
tree | 35c249c6e240c15d55d98fca862d9fcbf371d2f5 /src/mesa/drivers/dri/r300/r300_state.h | |
parent | 23f076ca67912c1a8ddd7a43f8a3e34c4bc5128a (diff) |
Sync with my local tree.
Changes to current operation:
-Elts are no longer converted to 16-bit format
-Cube maps
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_state.h')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_state.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_state.h b/src/mesa/drivers/dri/r300/r300_state.h index 131834fa782..3e157943711 100644 --- a/src/mesa/drivers/dri/r300/r300_state.h +++ b/src/mesa/drivers/dri/r300/r300_state.h @@ -43,6 +43,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. r300->hw.is_dirty = GL_TRUE; \ } while(0) +#define R300_PRINT_STATE(r300, atom) \ + r300_print_state_atom(r300, &r300->hw.atom) + /* Fire the buffered vertices no matter what. TODO: This has not been implemented yet */ @@ -65,5 +68,6 @@ extern void r300SetupPixelShader(r300ContextPtr rmesa); extern void r300_setup_textures(GLcontext *ctx); extern void r300_setup_rs_unit(GLcontext *ctx); +extern void r300UpdateShaderStates(r300ContextPtr rmesa); #endif /* __R300_STATE_H__ */ |