summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* r300: Cleaned up radeon_context.h slightly; mostly Indent.Oliver McFadden2007-05-094-365/+347
|
* r300: radeon_span.h is now common code; radeon_span.c still needs some work.Oliver McFadden2007-05-093-51/+3
|
* r300: Renamed the R300 memory manager from "radeon" to "r300"; it's R300Oliver McFadden2007-05-099-74/+74
| | | | specific.
* r300: Indented radeon_span.hOliver McFadden2007-05-092-3/+3
|
* r300: Further reduced the radeon_span.c diff.Oliver McFadden2007-05-092-3/+91
|
* r300: I have no idea why this was forced on, but it seems to work fine whenOliver McFadden2007-05-091-2/+2
| | | | restored to the previous behaviour.
* r300: Removed the dangerous R300_SPAN_DISABLE_LOCKING flag.Oliver McFadden2007-05-092-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 McFadden2007-05-091-3/+0
|
* r300: Don't need to include the deprecated r300_program.h in some files.Oliver McFadden2007-05-093-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 McFadden2007-05-091-0/+3
|
* r300: Added a few more Doxygen comments.Christoph Bill2007-05-092-9/+12
|
* r300: Added some Doxygen comments.Christoph Bill2007-05-094-33/+12
|
* r300: Converted "rp" variables (r300_fragment_program) to "fp".Oliver McFadden2007-05-093-404/+404
|
* r300: Don't need to sleep here; might cause performance problems the first time.Oliver McFadden2007-05-091-1/+0
|
* r300: Removed the obsolete GLX_DIRECT_RENDERING define.Oliver McFadden2007-05-093-7/+1
|
* r300: Further reduced the diff between radeon_span.[ch].Oliver McFadden2007-05-092-2/+3
|
* r300: Indented both copies of radeon_span.[ch] in preparation for merging.Oliver McFadden2007-05-094-201/+173
|
* r300: Removed the deprecated VTXFMT code.Oliver McFadden2007-05-098-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 McFadden2007-05-092-7/+0
|
* r300: Fix a couple of static errors.Oliver McFadden2007-05-091-2/+2
|
* r300: Fixed indenting from previous commitOliver McFadden2007-05-095-8/+7
| | | | d28f6d91760374e2eb71b541b0f259f81dd73c69.
* r300: Added R300_PRIM_NUM_VERTICES_MASK suggested by Jerome Glisse.Oliver McFadden2007-05-091-0/+1
|
* r300: Fixed some more function names.Oliver McFadden2007-05-0910-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 conditionallyOliver McFadden2007-05-092-4/+4
| | | | disabled code.
* r300: Added a "not implemented yet" comment back.Oliver McFadden2007-05-091-0/+1
|
* Merge branch 'master' of git://anongit.freedesktop.org/git/mesa/mesaOliver McFadden2007-05-093-27/+37
|\
| * Clean-up in I830AllocVidMem(), s/int/unsigned long/ for ret variable.Brian2007-05-092-26/+28
| |
| * Check that texture units/samplers specified with glUniform1i() are legal.Brian2007-05-091-1/+9
| |
* | r300: Last of the indent changes. :)Oliver McFadden2007-05-099-76/+41
| |
* | r300: Indented r300_cmdbuf.[ch].Oliver McFadden2007-05-092-58/+29
| |
* | r300: Indented r300_state.[ch].Oliver McFadden2007-05-091-101/+50
| |
* | r300: Indented r300_texmem.[ch].Oliver McFadden2007-05-091-74/+83
| |
* | r300: Indented r300_texstate.[ch]Oliver McFadden2007-05-091-43/+61
| |
* | r300: Indented r300_tex.[ch].Oliver McFadden2007-05-091-147/+157
| |
* | r300: Indented r300_context.[ch].Oliver McFadden2007-05-092-146/+165
|/
* r300: Removed the unused immediate vertices mode macro.Oliver McFadden2007-05-091-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 McFadden2007-05-091-3/+0
|
* r300: Removed some disabled R200 code from the R300 driver.Oliver McFadden2007-05-092-52/+1
|
* r300: Don't indent the tables in r300_texstate.c.Oliver McFadden2007-05-091-83/+87
|
* r300: Indented r300_vertprog.[ch].Oliver McFadden2007-05-092-491/+674
|
* r300: Indented r300_fragprog.[ch].Oliver McFadden2007-05-092-556/+528
|
* r300: Cleaned up the R300 Makefile.Oliver McFadden2007-05-091-25/+0
|
* r300: Corrected a couple of "control reaches end of non-void function" warnings.Oliver McFadden2007-05-091-0/+2
|
* r300: Corrected an error in r300_vertprog.c.Oliver McFadden2007-05-091-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 McFadden2007-05-095-8/+8
| | | | The one exception is 300FlushCmdBuf.
* r300: Converted exit calls to _mesa_exit calls.Oliver McFadden2007-05-097-26/+26
| | | | Note that the exit codes are inconsistent and should be fixed.
* r300: Converted a few fprintf calls to _mesa_warning calls.Oliver McFadden2007-05-091-1/+1
|
* r300: Added a warning when texture state update fails.Oliver McFadden2007-05-091-11/+9
|
* r300: Removed some obsolete code from r300_tex.c.Oliver McFadden2007-05-091-22/+0
|
* r300: Updated .gitignore.Oliver McFadden2007-05-091-1/+1
|