Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Immediate vertices mode hasn't been supported since early CVS versions of the
R300 driver.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cannot use _mesa_warning here because we don't have a context pointer; perhaps
R300 specific warning and error functions are needed.
|
|
The one exception is 300FlushCmdBuf.
|
|
Note that the exit codes are inconsistent and should be fixed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4960af08ad50a3a6ea039145de2698234c2cc892.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
variable warning in r300_render.c.
|
|
|
|
|
|
This corrects the mess of space and tab indenting that existed in this file, and
probably others. The diff is actually very small if you use an external diff
program and ignore whitespace.
|
|
|
|
|
|
|
|
I tested both the unoptimized and optimized versions with Quake 3 Arena; there
are no problems.
|
|
|
|
|
|
This makes miniglx take not of the x and y from XCreateWindow
|
|
This allows moving miniglx glut windows around the framebuffer
|
|
|