break;
default:
- /* XXX not an r300?! */
+ debug_printf("r300: Warning: Unknown chipset 0x%x\n",
+ caps->pci_id);
break;
}
/* IN THEORY */
return 0;
case PIPE_CAP_TWO_SIDED_STENCIL:
- /* IN THEORY */
- /* if (r300screen->is_r500) {
- * return 1;
- * } else {
- * return 0;
- * } */
+ if (r300screen->is_r500) {
+ return 1;
+ } else {
+ return 0;
+ }
return 0;
case PIPE_CAP_GLSL:
/* IN THEORY */
int line);
/* Write a dword to the command buffer. */
- /* XXX is this an okay name for this handle? */
void (*write_cs_dword)(struct radeon_cs* cs, uint32_t dword);
/* Write a relocated dword to the command buffer. */