index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r300
/
r300_emit.h
Age
Commit message (
Expand
)
Author
2007-05-09
r300: The empty check_space doesn't and never has done anything; removed it.
Oliver McFadden
2007-05-09
r300: Last of the indent changes. :)
Oliver McFadden
2007-05-09
r300: Removed the unused immediate vertices mode macro.
Oliver McFadden
2007-05-09
r300: Removed a disabled/obsolete e32 in the AOS function.
Oliver McFadden
2007-05-09
r300: Converted exit calls to _mesa_exit calls.
Oliver McFadden
2007-05-09
r300: Indented r300_emit.h.
Oliver McFadden
2007-04-14
r300: remove unneeded semicolon from macro
Dave Airlie
2006-09-12
Fix compilation warning.
Jerome Glisse
2006-07-27
r300_emit.h cleanup.
Jerome Glisse
2005-06-27
Uncomment a couple of helper functions.
Vladimir Dergachev
2005-06-27
Rename unchecked state to match DRM driver.
Vladimir Dergachev
2005-05-05
Flat shading and bunch of clarifications to r300_reg.h .
Aapo Tahkola
2005-03-12
Unlike radeon and r200 drivers r300AllocCmdBuf allocs dwords not bytes.
Aapo Tahkola
2005-03-03
Add a couple of helper functions for completeness.
Vladimir Dergachev
2005-02-17
Fixing *lots* of warning messages, especially concerning unportable
Nicolai Haehnle
2005-02-16
Support for idx buffers. Leaving it on by default as it doesnt seem to cause ...
Aapo Tahkola
2005-01-22
Properly configure routing - based on advice by Keith Whitwell.
Vladimir Dergachev
2005-01-11
Move the few definitions from r300_lib.h still in use to r300_emit.h.
Vladimir Dergachev
2005-01-01
Add a convenience function to issue CP delays.
Vladimir Dergachev
2004-12-29
Bring in latest revision of r300_lib.
Vladimir Dergachev
2004-12-27
Use R300_CMD_END3D for end_3d().
Vladimir Dergachev
2004-12-27
Implement rendering of (flat color) QUAD primitives as an experiment.
Vladimir Dergachev