Oliver McFadden
6fe41a4c01
r300: Further reduced the radeon_span.c diff.
19 years ago
Oliver McFadden
f4a2b9f83d
r300: I have no idea why this was forced on, but it seems to work fine when
restored to the previous behaviour.
19 years ago
Oliver McFadden
56c2f7bb42
r300: Removed the dangerous R300_SPAN_DISABLE_LOCKING flag.
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.
19 years ago
Oliver McFadden
df747eb354
r300: Removed a bit of disabled code.
19 years ago
Oliver McFadden
ff7a41a159
r300: Don't need to include the deprecated r300_program.h in some files.
The only file that still requires r300_program.h is r300_ioctl.c; and it should
use the new defines in r300_reg.h!
19 years ago
Oliver McFadden
01fdb34b39
r300; Indent would destroy r300_reg.h, so add *INDENT-OFF*.
19 years ago
Christoph Bill
3c9e5cb0bd
r300: Added a few more Doxygen comments.
19 years ago
Christoph Bill
a6aa1f8016
r300: Added some Doxygen comments.
19 years ago
Oliver McFadden
967c2d220d
r300: Converted "rp" variables (r300_fragment_program) to "fp".
19 years ago
Oliver McFadden
0e6b7eb9c0
r300: Don't need to sleep here; might cause performance problems the first time.
19 years ago
Oliver McFadden
ed42bd6e20
r300: Removed the obsolete GLX_DIRECT_RENDERING define.
19 years ago
Oliver McFadden
2db667290a
r300: Further reduced the diff between radeon_span.[ch].
19 years ago
Oliver McFadden
cea0c2b144
r300: Indented both copies of radeon_span.[ch] in preparation for merging.
19 years ago
Oliver McFadden
2b5ef29a7b
r300: Removed the deprecated VTXFMT code.
This was okayed by Jerome Glisse and Keith Whitwell on the dri-devel IRC channel
and list, respectively.
19 years ago
Oliver McFadden
4ed59c6012
r300: The empty check_space doesn't and never has done anything; removed it.
19 years ago
Oliver McFadden
7e7b1f7c4d
r300: Fix a couple of static errors.
19 years ago
Oliver McFadden
c48e4c6f09
r300: Fixed indenting from previous commit
d28f6d9176 .
19 years ago
Oliver McFadden
4f20fe8a93
r300: Added R300_PRIM_NUM_VERTICES_MASK suggested by Jerome Glisse.
19 years ago
Oliver McFadden
d28f6d9176
r300: Fixed some more function names.
Note there might be some calls to the old function names in conditionally
disabled code, but I think I've got them all.
19 years ago
Oliver McFadden
fe6a2c4295
r300: Changed r300_run_vb_render calls to r300RunRender in some conditionally
disabled code.
19 years ago
Oliver McFadden
faf47d9f84
r300: Added a "not implemented yet" comment back.
19 years ago
Oliver McFadden
f9828f5c4f
Merge branch 'master' of git://anongit.freedesktop.org/git/mesa/mesa
19 years ago
Oliver McFadden
7b165de5f8
r300: Last of the indent changes. :)
19 years ago
Brian
62ef001de7
add pointers to git repo for drm/libpciaccess, replace & with &
19 years ago
Oliver McFadden
76d7b62cd2
r300: Indented r300_cmdbuf.[ch].
19 years ago
Oliver McFadden
901fc0de18
r300: Indented r300_state.[ch].
19 years ago
Oliver McFadden
c970811dab
r300: Indented r300_texmem.[ch].
19 years ago
Oliver McFadden
bb97694fad
r300: Indented r300_texstate.[ch]
19 years ago
Brian
516259d609
Clean-up in I830AllocVidMem(), s/int/unsigned long/ for ret variable.
19 years ago
Brian
3e4302fe3b
Check that texture units/samplers specified with glUniform1i() are legal.
19 years ago
Oliver McFadden
dcc8e5f4c1
r300: Indented r300_tex.[ch].
19 years ago
Oliver McFadden
32c8d002d0
r300: Indented r300_context.[ch].
19 years ago
Oliver McFadden
c9b87b8ad8
r300: Removed the unused immediate vertices mode macro.
Immediate vertices mode hasn't been supported since early CVS versions of the
R300 driver.
19 years ago
Oliver McFadden
5d61cfd1fd
r300: Removed a disabled/obsolete e32 in the AOS function.
19 years ago
Oliver McFadden
93e957cc65
r300: Removed some disabled R200 code from the R300 driver.
19 years ago
Oliver McFadden
3eae496deb
r300: Don't indent the tables in r300_texstate.c.
19 years ago
Oliver McFadden
81c6516af1
r300: Indented r300_vertprog.[ch].
19 years ago
Oliver McFadden
9e91351826
r300: Indented r300_fragprog.[ch].
19 years ago
Oliver McFadden
328b307e2f
r300: Cleaned up the R300 Makefile.
19 years ago
Oliver McFadden
d316b4dc22
r300: Corrected a couple of "control reaches end of non-void function" warnings.
19 years ago
Oliver McFadden
f0126a76ac
r300: Corrected an error in r300_vertprog.c.
Cannot use _mesa_warning here because we don't have a context pointer; perhaps
R300 specific warning and error functions are needed.
19 years ago
Oliver McFadden
b8640db021
r300: Corrected the exit codes for consistency; they are all -1 for error now.
The one exception is 300FlushCmdBuf.
19 years ago
Oliver McFadden
28b47110b6
r300: Converted exit calls to _mesa_exit calls.
Note that the exit codes are inconsistent and should be fixed.
19 years ago
Oliver McFadden
fe2c58d2d5
r300: Converted a few fprintf calls to _mesa_warning calls.
19 years ago
Oliver McFadden
4917955205
r300: Added a warning when texture state update fails.
19 years ago
Oliver McFadden
eca50a27e1
r300: Removed some obsolete code from r300_tex.c.
19 years ago
Oliver McFadden
0950e9727e
mesa: Added Vim swap files to .gitignore.
19 years ago
Oliver McFadden
504fafe389
r300: Updated .gitignore.
19 years ago
Oliver McFadden
72608aedc3
r300: Added the Linux Kernel indent script.
19 years ago
Oliver McFadden
be56660ba0
r300: Indented r300_state.[ch].
19 years ago