Age | Commit message (Expand) | Author |
2008-03-28 | r300: move to using RS_INST names | Dave Airlie |
2008-03-26 | r300: Removed the last of the duplicate vertex program macros. | Oliver McFadden |
2008-03-01 | r300: Converted to the new src/dest register defines. | Oliver McFadden |
2008-03-01 | r300: Moved the vertex and fragment program macros into the appropriate files. | Oliver McFadden |
2008-02-28 | r300: R5xx and R3xx use different registers for RS_IP and RS_INST | Christoph Brill |
2008-02-25 | [r300] Sync fog register names to the AMD spec | Christoph Brill |
2008-02-25 | [r300] Further document FG_ALPHA_FUNC (renamed from R300_PP_ALPHA_TEST) and f... | Christoph Brill |
2008-02-25 | [r300] Document R300_RB3D_COLORMASK properly and rename it to RB3D_COLOR_CHAN... | Christoph Brill |
2008-02-25 | [r300] Update some magic registers to real names | Christoph Brill |
2008-02-25 | [r300] Document some of the wild guesses in VAP_OUTPUT_VTX_FMT based on AMD spec | Christoph Brill |
2008-02-23 | r300: fixup some more names | Dave Airlie |
2007-11-05 | Renamed the R300_VAP_UNKNOWN_221C to R300_VAP_CLIP_CNTL. | Oliver McFadden |
2007-11-03 | r300: move more vap registers out of non tcl paths | Dave Airlie |
2007-07-01 | r300: fix tabbing | Dave Airlie |
2007-06-22 | clean up cache flush emission into one place | Dave Airlie |
2007-06-21 | add a mem use for current dma buffer | Dave Airlie |
2007-06-20 | swtcl: gears works | Dave Airlie |
2007-06-17 | add more swtcl code to r300 - hangs card now | Dave Airlie |
2007-05-30 | r300: R300_SE_VTE_CNTL applies to both non-TCL and TCL hardware. | Oliver McFadden |
2007-05-13 | r300: Use e32(0x0) rather than e32(0); makes greping for hex values easier. | Oliver McFadden |
2007-05-13 | r300: Use the defined values when writing to R300_RS_ROUTE_0. | Oliver McFadden |
2007-05-13 | r300: Use the defined values when writing to R300_SE_VTE_CNTL. | Oliver McFadden |
2007-05-13 | r300: Added a TODO comment for the R300_VAP_INPUT_ROUTE_[01]_0 values. | Oliver McFadden |
2007-05-13 | r300: Changed some more functions to static functions. | Oliver McFadden |
2007-05-13 | r300: A few very minor indenting corrections. | Oliver McFadden |
2007-05-13 | r300: Use the defined values when writing to R300_VAP_INPUT_CNTL_[01]. | Oliver McFadden |
2007-05-09 | r300: Added some more Doxygen documentation and made some functions static. | Oliver McFadden |
2007-05-09 | r300: Renamed the R300 memory manager from "radeon" to "r300"; it's R300 | Oliver McFadden |
2007-05-09 | r300: Removed a bit of disabled code. | Oliver McFadden |
2007-05-09 | r300: Removed the deprecated VTXFMT code. | Oliver McFadden |
2007-05-09 | r300: Last of the indent changes. :) | Oliver McFadden |
2007-05-09 | r300: Converted exit calls to _mesa_exit calls. | Oliver McFadden |
2007-05-09 | r300: Indented r300_ioctl.[ch]. | Oliver McFadden |
2007-05-08 | r300: Renamed the VBO functions to the R300 name format. | Oliver McFadden |
2007-05-06 | r300: fix primary color on rs480 | Aapo Tahkola |
2007-04-29 | r300: Page flipping fixes. | Michel Dänzer |
2007-04-14 | r300: emit different clear paths for non-TCL, this gets the clear color correct | Dave Airlie |
2007-04-14 | r300: if we don't have TCL don't setup state emissions for vertex shaders | Dave Airlie |
2007-03-15 | r300: Fixed "no previous prototype for 'r300RefillCurrentDmaRegion'" warning. | Oliver McFadden |
2007-03-13 | r300: Renamed the CACHE_CTLSTAT values to include UNKNOWN in the name; not | Oliver McFadden |
2007-03-13 | Add defines for the values written to R300_RB3D_ZCACHE_CTLSTAT. | Oliver McFadden |
2007-03-13 | Corrected values written to R300_RB3D_DSTCACHE_CTLSTAT to either | Oliver McFadden |
2007-03-13 | Guess another unknown register used for R300 pacification. | Oliver McFadden |
2007-03-01 | r300: Use reg definition when available & add missing reg definition. | Christoph Bill |
2007-02-22 | r300: get rid of CB_DPATH legacy | Dave Airlie |
2006-11-02 | Add requested size to r300RefillCurrentDmaRegion. | Jerome Glisse |
2006-11-01 | Remove x/y/width/height parameters from Clear functions. | Brian Paul |
2006-10-18 | Want to stop passing x/y/width/height to Clear() function. | Brian Paul |
2006-07-27 | r300_emit.h cleanup. | Jerome Glisse |
2006-06-27 | Fix stencil clears that have caused problems with redbook/stencil, tests/sten... | Aapo Tahkola |