diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-07-30 17:15:05 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-07-30 17:22:31 -0400 |
commit | 82254b59268140c4102ae3cd713743ae2be15c00 (patch) | |
tree | 73a2b938e7519c6e35173f67267256d0460c9171 /src/r600_shader.h | |
parent | 1c17f3a192f644e8e38b5cfb1470f49434bfba27 (diff) |
r6xx/r7xx: unify composite mask and non-mask pixel shader
Diffstat (limited to 'src/r600_shader.h')
-rw-r--r-- | src/r600_shader.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/r600_shader.h b/src/r600_shader.h index 6c126144..a68d6c2f 100644 --- a/src/r600_shader.h +++ b/src/r600_shader.h @@ -353,7 +353,6 @@ extern int R600_xv_vs(RADEONChipFamily ChipSet, uint32_t* shader); extern int R600_xv_ps(RADEONChipFamily ChipSet, uint32_t* shader); extern int R600_comp_vs(RADEONChipFamily ChipSet, uint32_t* vs); -extern int R600_comp_mask_ps(RADEONChipFamily ChipSet, uint32_t* ps); extern int R600_comp_ps(RADEONChipFamily ChipSet, uint32_t* ps); #endif |