diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-03-26 11:36:26 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-03-26 11:36:26 -0400 |
commit | 076e4e3ac1c81086aecb4e70dd30fd5d26ec7bc8 (patch) | |
tree | f8569194384bdf8cebee86b5e4d8ae3a318d80ae /src/r600_state.h | |
parent | d2c3964fe04be42fe538f36439ed5ffca96e436a (diff) |
R6xx/R7xx: clean up bool const code
3 regs: 1 bit per bool, 32 bools per ps/vs/gs
Diffstat (limited to 'src/r600_state.h')
-rw-r--r-- | src/r600_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r600_state.h b/src/r600_state.h index c903ded7..181e1678 100644 --- a/src/r600_state.h +++ b/src/r600_state.h @@ -255,7 +255,7 @@ ps_setup(ScrnInfoPtr pScrn, drmBufPtr ib, shader_config_t *ps_conf); void set_alu_consts(ScrnInfoPtr pScrn, drmBufPtr ib, int offset, int count, float *const_buf); void -set_bool_const(ScrnInfoPtr pScrn, drmBufPtr ib, int offset, uint32_t val); +set_bool_consts(ScrnInfoPtr pScrn, drmBufPtr ib, int offset, uint32_t val); void set_vtx_resource(ScrnInfoPtr pScrn, drmBufPtr ib, vtx_resource_t *res); void |