Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Also removed a couple of unused fields from the r300_memory_manager structure.
|
|
|
|
Just for consistency; most of the code already uses __FUNCTION__.
|
|
|
|
|
|
According to Aapo Tahkola the OpenGL specification defines the behaviour when
there are not enough vertices for the primitive type, thus DRI drivers do not
need to perform verification on the number of vertices per primitive.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It's all in r300_render.c now.
|
|
|
|
|
|
|
|
|
|
performance impact is extremely minimal.
|
|
|
|
compiler conditional anyway; probably broken?
|
|
|
|
|
|
|
|
specific.
|
|
|
|
|
|
restored to the previous behaviour.
|
|
Enabling R300_SPAN_DISABLE_LOCKING would probably cause more lockups; I think
there are a couple of other little bugs in this code, too. It's best to remove
it.
|
|
|
|
The only file that still requires r300_program.h is r300_ioctl.c; and it should
use the new defines in r300_reg.h!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was okayed by Jerome Glisse and Keith Whitwell on the dri-devel IRC channel
and list, respectively.
|
|
|
|
|
|
d28f6d91760374e2eb71b541b0f259f81dd73c69.
|
|
|
|
Note there might be some calls to the old function names in conditionally
disabled code, but I think I've got them all.
|
|
disabled code.
|
|
|
|
|