Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r300: Cleaned up radeon_context.h slightly; mostly Indent. | Oliver McFadden | 2007-05-09 | 4 | -365/+347 |
| | |||||
* | r300: radeon_span.h is now common code; radeon_span.c still needs some work. | Oliver McFadden | 2007-05-09 | 3 | -51/+3 |
| | |||||
* | r300: Renamed the R300 memory manager from "radeon" to "r300"; it's R300 | Oliver McFadden | 2007-05-09 | 9 | -74/+74 |
| | | | | specific. | ||||
* | r300: Indented radeon_span.h | Oliver McFadden | 2007-05-09 | 2 | -3/+3 |
| | |||||
* | r300: Further reduced the radeon_span.c diff. | Oliver McFadden | 2007-05-09 | 2 | -3/+91 |
| | |||||
* | r300: I have no idea why this was forced on, but it seems to work fine when | Oliver McFadden | 2007-05-09 | 1 | -2/+2 |
| | | | | restored to the previous behaviour. | ||||
* | r300: Removed the dangerous R300_SPAN_DISABLE_LOCKING flag. | Oliver McFadden | 2007-05-09 | 2 | -29/+6 |
| | | | | | | 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. | ||||
* | r300: Removed a bit of disabled code. | Oliver McFadden | 2007-05-09 | 1 | -3/+0 |
| | |||||
* | r300: Don't need to include the deprecated r300_program.h in some files. | Oliver McFadden | 2007-05-09 | 3 | -3/+0 |
| | | | | | The only file that still requires r300_program.h is r300_ioctl.c; and it should use the new defines in r300_reg.h! | ||||
* | r300; Indent would destroy r300_reg.h, so add *INDENT-OFF*. | Oliver McFadden | 2007-05-09 | 1 | -0/+3 |
| | |||||
* | r300: Added a few more Doxygen comments. | Christoph Bill | 2007-05-09 | 2 | -9/+12 |
| | |||||
* | r300: Added some Doxygen comments. | Christoph Bill | 2007-05-09 | 4 | -33/+12 |
| | |||||
* | r300: Converted "rp" variables (r300_fragment_program) to "fp". | Oliver McFadden | 2007-05-09 | 3 | -404/+404 |
| | |||||
* | r300: Don't need to sleep here; might cause performance problems the first time. | Oliver McFadden | 2007-05-09 | 1 | -1/+0 |
| | |||||
* | r300: Removed the obsolete GLX_DIRECT_RENDERING define. | Oliver McFadden | 2007-05-09 | 3 | -7/+1 |
| | |||||
* | r300: Further reduced the diff between radeon_span.[ch]. | Oliver McFadden | 2007-05-09 | 2 | -2/+3 |
| | |||||
* | r300: Indented both copies of radeon_span.[ch] in preparation for merging. | Oliver McFadden | 2007-05-09 | 4 | -201/+173 |
| | |||||
* | r300: Removed the deprecated VTXFMT code. | Oliver McFadden | 2007-05-09 | 8 | -729/+45 |
| | | | | | This was okayed by Jerome Glisse and Keith Whitwell on the dri-devel IRC channel and list, respectively. | ||||
* | r300: The empty check_space doesn't and never has done anything; removed it. | Oliver McFadden | 2007-05-09 | 2 | -7/+0 |
| | |||||
* | r300: Fix a couple of static errors. | Oliver McFadden | 2007-05-09 | 1 | -2/+2 |
| | |||||
* | r300: Fixed indenting from previous commit | Oliver McFadden | 2007-05-09 | 5 | -8/+7 |
| | | | | d28f6d91760374e2eb71b541b0f259f81dd73c69. | ||||
* | r300: Added R300_PRIM_NUM_VERTICES_MASK suggested by Jerome Glisse. | Oliver McFadden | 2007-05-09 | 1 | -0/+1 |
| | |||||
* | r300: Fixed some more function names. | Oliver McFadden | 2007-05-09 | 10 | -31/+29 |
| | | | | | Note there might be some calls to the old function names in conditionally disabled code, but I think I've got them all. | ||||
* | r300: Changed r300_run_vb_render calls to r300RunRender in some conditionally | Oliver McFadden | 2007-05-09 | 2 | -4/+4 |
| | | | | disabled code. | ||||
* | r300: Added a "not implemented yet" comment back. | Oliver McFadden | 2007-05-09 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of git://anongit.freedesktop.org/git/mesa/mesa | Oliver McFadden | 2007-05-09 | 3 | -27/+37 |
|\ | |||||
| * | Clean-up in I830AllocVidMem(), s/int/unsigned long/ for ret variable. | Brian | 2007-05-09 | 2 | -26/+28 |
| | | |||||
| * | Check that texture units/samplers specified with glUniform1i() are legal. | Brian | 2007-05-09 | 1 | -1/+9 |
| | | |||||
* | | r300: Last of the indent changes. :) | Oliver McFadden | 2007-05-09 | 9 | -76/+41 |
| | | |||||
* | | r300: Indented r300_cmdbuf.[ch]. | Oliver McFadden | 2007-05-09 | 2 | -58/+29 |
| | | |||||
* | | r300: Indented r300_state.[ch]. | Oliver McFadden | 2007-05-09 | 1 | -101/+50 |
| | | |||||
* | | r300: Indented r300_texmem.[ch]. | Oliver McFadden | 2007-05-09 | 1 | -74/+83 |
| | | |||||
* | | r300: Indented r300_texstate.[ch] | Oliver McFadden | 2007-05-09 | 1 | -43/+61 |
| | | |||||
* | | r300: Indented r300_tex.[ch]. | Oliver McFadden | 2007-05-09 | 1 | -147/+157 |
| | | |||||
* | | r300: Indented r300_context.[ch]. | Oliver McFadden | 2007-05-09 | 2 | -146/+165 |
|/ | |||||
* | r300: Removed the unused immediate vertices mode macro. | Oliver McFadden | 2007-05-09 | 1 | -15/+0 |
| | | | | | Immediate vertices mode hasn't been supported since early CVS versions of the R300 driver. | ||||
* | r300: Removed a disabled/obsolete e32 in the AOS function. | Oliver McFadden | 2007-05-09 | 1 | -3/+0 |
| | |||||
* | r300: Removed some disabled R200 code from the R300 driver. | Oliver McFadden | 2007-05-09 | 2 | -52/+1 |
| | |||||
* | r300: Don't indent the tables in r300_texstate.c. | Oliver McFadden | 2007-05-09 | 1 | -83/+87 |
| | |||||
* | r300: Indented r300_vertprog.[ch]. | Oliver McFadden | 2007-05-09 | 2 | -491/+674 |
| | |||||
* | r300: Indented r300_fragprog.[ch]. | Oliver McFadden | 2007-05-09 | 2 | -556/+528 |
| | |||||
* | r300: Cleaned up the R300 Makefile. | Oliver McFadden | 2007-05-09 | 1 | -25/+0 |
| | |||||
* | r300: Corrected a couple of "control reaches end of non-void function" warnings. | Oliver McFadden | 2007-05-09 | 1 | -0/+2 |
| | |||||
* | r300: Corrected an error in r300_vertprog.c. | Oliver McFadden | 2007-05-09 | 1 | -1/+1 |
| | | | | | Cannot use _mesa_warning here because we don't have a context pointer; perhaps R300 specific warning and error functions are needed. | ||||
* | r300: Corrected the exit codes for consistency; they are all -1 for error now. | Oliver McFadden | 2007-05-09 | 5 | -8/+8 |
| | | | | The one exception is 300FlushCmdBuf. | ||||
* | r300: Converted exit calls to _mesa_exit calls. | Oliver McFadden | 2007-05-09 | 7 | -26/+26 |
| | | | | Note that the exit codes are inconsistent and should be fixed. | ||||
* | r300: Converted a few fprintf calls to _mesa_warning calls. | Oliver McFadden | 2007-05-09 | 1 | -1/+1 |
| | |||||
* | r300: Added a warning when texture state update fails. | Oliver McFadden | 2007-05-09 | 1 | -11/+9 |
| | |||||
* | r300: Removed some obsolete code from r300_tex.c. | Oliver McFadden | 2007-05-09 | 1 | -22/+0 |
| | |||||
* | r300: Updated .gitignore. | Oliver McFadden | 2007-05-09 | 1 | -1/+1 |
| |