Subversion Repositories Kolibri OS

Rev

Rev 802 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 802 Rev 819
Line 176... Line 176...
176
     mov eax, (RADEON_CP_PACKET0 + (count shl 16) + (reg shr 2))
176
     mov eax, (RADEON_CP_PACKET0 + (count shl 16) + (reg shr 2))
177
     mov [edi+edx*4], eax
177
     mov [edi+edx*4], eax
178
     inc edx
178
     inc edx
179
}
179
}
Line 180... Line 180...
180
 
180
 
181
macro OUT_PACKET3 pkt, count                                              \
181
macro OUT_PACKET3 pkt, count
182
{
182
{
183
     mov eax, (RADEON_CP_PACKET3 or pkt or (count shl 16))
183
     mov eax, (RADEON_CP_PACKET3 or pkt or (count shl 16))
184
     mov [edi+edx*4], eax
184
     mov [edi+edx*4], eax
185
     inc edx
185
     inc edx