summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_ioctl.c
AgeCommit message (Expand)Author
2007-06-17add more swtcl code to r300 - hangs card nowDave Airlie
2007-05-30r300: R300_SE_VTE_CNTL applies to both non-TCL and TCL hardware.Oliver McFadden
2007-05-13r300: Use e32(0x0) rather than e32(0); makes greping for hex values easier.Oliver McFadden
2007-05-13r300: Use the defined values when writing to R300_RS_ROUTE_0.Oliver McFadden
2007-05-13r300: Use the defined values when writing to R300_SE_VTE_CNTL.Oliver McFadden
2007-05-13r300: Added a TODO comment for the R300_VAP_INPUT_ROUTE_[01]_0 values.Oliver McFadden
2007-05-13r300: Changed some more functions to static functions.Oliver McFadden
2007-05-13r300: A few very minor indenting corrections.Oliver McFadden
2007-05-13r300: Use the defined values when writing to R300_VAP_INPUT_CNTL_[01].Oliver McFadden
2007-05-09r300: Added some more Doxygen documentation and made some functions static.Oliver McFadden
2007-05-09r300: Renamed the R300 memory manager from "radeon" to "r300"; it's R300Oliver McFadden
2007-05-09r300: Removed a bit of disabled code.Oliver McFadden
2007-05-09r300: Removed the deprecated VTXFMT code.Oliver McFadden
2007-05-09r300: Last of the indent changes. :)Oliver McFadden
2007-05-09r300: Converted exit calls to _mesa_exit calls.Oliver McFadden
2007-05-09r300: Indented r300_ioctl.[ch].Oliver McFadden
2007-05-08r300: Renamed the VBO functions to the R300 name format.Oliver McFadden
2007-05-06r300: fix primary color on rs480Aapo Tahkola
2007-04-29r300: Page flipping fixes.Michel Dänzer
2007-04-14r300: emit different clear paths for non-TCL, this gets the clear color correctDave Airlie
2007-04-14r300: if we don't have TCL don't setup state emissions for vertex shadersDave Airlie
2007-03-15r300: Fixed "no previous prototype for 'r300RefillCurrentDmaRegion'" warning.Oliver McFadden
2007-03-13r300: Renamed the CACHE_CTLSTAT values to include UNKNOWN in the name; notOliver McFadden
2007-03-13Add defines for the values written to R300_RB3D_ZCACHE_CTLSTAT.Oliver McFadden
2007-03-13Corrected values written to R300_RB3D_DSTCACHE_CTLSTAT to eitherOliver McFadden
2007-03-13Guess another unknown register used for R300 pacification.Oliver McFadden
2007-03-01r300: Use reg definition when available & add missing reg definition.Christoph Bill
2007-02-22r300: get rid of CB_DPATH legacyDave Airlie
2006-11-02Add requested size to r300RefillCurrentDmaRegion.Jerome Glisse
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul
2006-10-18Want to stop passing x/y/width/height to Clear() function.Brian Paul
2006-07-27r300_emit.h cleanup.Jerome Glisse
2006-06-27Fix stencil clears that have caused problems with redbook/stencil, tests/sten...Aapo Tahkola
2006-06-02remove code dealing with drmMinor version < 6 since all radeon drivers reques...Roland Scheidegger
2006-04-11Fog support (Ewald Snel)Aapo Tahkola
2006-03-31Enough testing alreadyAapo Tahkola
2006-03-13Clean build.Aapo Tahkola
2006-03-09Kick VBOs out of GART if nothing else helps.Aapo Tahkola
2006-03-09Use the force Luke, use the force.Aapo Tahkola
2006-03-07Various fallbacks, checks and tags.Aapo Tahkola
2006-01-27R300_PFS_NODE_LAST_NODE -> R300_PFS_NODE_OUTPUT_COLORAapo Tahkola
2006-01-09Missing patch from Ben Skeggs:Aapo Tahkola
2005-12-17Enable CB_DPATH by default.Aapo Tahkola
2005-10-28Compiled arrays for vtxfmt_a path.Aapo Tahkola
2005-10-26Sync with my local tree.Aapo Tahkola
2005-06-27Rename unchecked state to match DRM driver.Vladimir Dergachev
2005-06-21r300 driver side of color tiling support.Aapo Tahkola
2005-06-16Support 16-bit modes.Aapo Tahkola
2005-06-08- Secondary colourBen Skeggs
2005-05-31Causes lockups on some rare cases.Aapo Tahkola