Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r300: Fix r300VAPInputRoute{0,1} for big endian platforms. | Michel Dänzer | 2008-04-07 | 1 | -11/+19 |
| | |||||
* | r300: Simplify r300VAPInputRoute1. | Markus Amsler | 2008-03-17 | 1 | -7/+3 |
| | |||||
* | r300: Simplify r300VAPInputRoute0, check for valid input. | Markus Amsler | 2008-03-17 | 1 | -14/+10 |
| | |||||
* | r300: Corrected a cache flush bug in r300EmitCacheFlush. | Oliver McFadden | 2008-02-25 | 1 | -5/+5 |
| | | | | Corrects commit 74ae5a875d6b3f1ffea2ac09c6ef0062d4980f15. | ||||
* | [r300] Further document FG_ALPHA_FUNC (renamed from R300_PP_ALPHA_TEST) and ↵ | Christoph Brill | 2008-02-25 | 1 | -1/+1 |
| | | | | finally add some information to R300_RB3D_DSTCACHE_CTLSTAT | ||||
* | [r300] Sync the names for Z-Buffer registers with the AMD spec | Christoph Brill | 2008-02-25 | 1 | -2/+2 |
| | | | | | This patch tries to get the Z-Buffer register names in sync with the AMD spec so that talking to AMD engineers is much simpler. | ||||
* | [r300] Document some of the wild guesses in VAP_OUTPUT_VTX_FMT based on AMD spec | Christoph Brill | 2008-02-25 | 1 | -1/+1 |
| | |||||
* | Revert "r300: fix bug with maniadrive rendering" | Dave Airlie | 2008-01-02 | 1 | -13/+13 |
| | | | | | | this is correct, there is another issue with sw fallbacks This reverts commit cc50edbca2fd3111f9987d4117fa6656599d79dc. | ||||
* | r300: fix bug with maniadrive rendering | Dave Airlie | 2008-01-02 | 1 | -13/+13 |
| | | | | I've no idea why I added this so I'll have to spend time tracking it down | ||||
* | r300: Enable the vertprog point size again. | Oliver McFadden | 2007-07-16 | 1 | -1/+1 |
| | |||||
* | r300: Disable vertex program point size; it's almost certainly wrong. | Oliver McFadden | 2007-07-14 | 1 | -1/+1 |
| | | | | See the conversation between myself and Tommy Schultz Lassen on mesa3d-dev. | ||||
* | r300: Setup the back facing color bits correctly. | Oliver McFadden | 2007-07-13 | 1 | -5/+6 |
| | | | | | Apparently for back facing color to work you must set all 3 color bits; I guess the hardware cannot handle them separately. | ||||
* | r300: Added support for Back Facing Color. | Tommy Schultz Lassen | 2007-07-11 | 1 | -2/+2 |
| | |||||
* | r300: cleanup some of the swtcl code | Dave Airlie | 2007-07-01 | 1 | -5/+5 |
| | |||||
* | clean up cache flush emission into one place | Dave Airlie | 2007-06-22 | 1 | -0/+16 |
| | | | | makes gears work with swtcl | ||||
* | fixup some bits of tcl path | Dave Airlie | 2007-06-20 | 1 | -16/+14 |
| | |||||
* | move clip to r300 emit | Dave Airlie | 2007-06-13 | 1 | -1/+3 |
| | |||||
* | r300: Removed a "don't think this is needed" comment, it actually is needed. | Oliver McFadden | 2007-06-07 | 1 | -2/+0 |
| | | | | | According to the comment you do not need to setup INPUT_CNTL when using vertex buffers. However, not doing so results in a lockup. | ||||
* | r300: Added a comment in r300VAPInputCntl0. | Oliver McFadden | 2007-05-30 | 1 | -1/+2 |
| | |||||
* | r300: Rearranged the DWORD construction in r300VAPInputRoute0 for clarity. | Oliver McFadden | 2007-05-26 | 1 | -4/+4 |
| | | | | Doesn't actually change anything; just makes it easier to read. | ||||
* | r300: Removed duplicate AOS format defines; already defined in r300_reg.h. | Oliver McFadden | 2007-05-26 | 1 | -3/+3 |
| | |||||
* | r300: Use "rmesa" not "r300" in r300_emit.c; some of the macros require "rmesa". | Oliver McFadden | 2007-05-26 | 1 | -18/+17 |
| | |||||
* | r300: Cleaned up the non-TCL RENDERINPUTS, etc. | Oliver McFadden | 2007-05-26 | 1 | -38/+43 |
| | |||||
* | r300: Whitespace cleanup in r300_emit.c. | Oliver McFadden | 2007-05-26 | 1 | -41/+18 |
| | |||||
* | r300: Added the r300VAPInputCntl0 function. | Oliver McFadden | 2007-05-26 | 1 | -1/+7 |
| | | | | | The function just returns the hard-coded value (0x5555) even though we have no idea what this means... | ||||
* | r300: Added r300VAPOutputCntl0 and r300VAPOutputCntl1 to r300_emit.c. | Oliver McFadden | 2007-05-26 | 1 | -51/+56 |
| | |||||
* | r300: Renamed the t_vic function. | Oliver McFadden | 2007-05-26 | 1 | -2/+2 |
| | |||||
* | r300: Renamed the t_vir0 and t_vir1 functions. | Oliver McFadden | 2007-05-26 | 1 | -10/+10 |
| | |||||
* | r300: Renamed "dt" to "attribptr" in the t_vir0 function. | Oliver McFadden | 2007-05-25 | 1 | -4/+4 |
| | |||||
* | r300: Specify the type in the t_vir0 function. | Oliver McFadden | 2007-05-25 | 1 | -31/+9 |
| | |||||
* | r300: Cleaned up t_vir0 and t_vir1 slightly. | Oliver McFadden | 2007-05-25 | 1 | -16/+9 |
| | |||||
* | r300: Use C style comments in r300_emit.c. | Oliver McFadden | 2007-05-25 | 1 | -4/+13 |
| | |||||
* | r300: Removed a (disabled and unneeded) assertion. | Oliver McFadden | 2007-05-25 | 1 | -6/+1 |
| | | | | | The r300EmitVec functions don't touch the buf member so the assertion isn't needed here. | ||||
* | r300: Improved the r300EmitVec debugging information. | Oliver McFadden | 2007-05-25 | 1 | -10/+6 |
| | |||||
* | r300: Use #if 0 for disabled code. | Oliver McFadden | 2007-05-25 | 1 | -5/+10 |
| | |||||
* | r300: Added a TODO note and some tiny cleanups to r300_emit.c. | Oliver McFadden | 2007-05-25 | 1 | -2/+3 |
| | |||||
* | r300: Removed the radeon_vertex_buffer structure. | Tommy Schultz Lassen | 2007-05-17 | 1 | -106/+45 |
| | |||||
* | r300: Cleaned up function naming in r300_emit.c. | Oliver McFadden | 2007-05-11 | 1 | -28/+19 |
| | |||||
* | r300: Renamed r300_maos.c to r300_emit.c; it contains mostly emit code now. | Oliver McFadden | 2007-05-11 | 1 | -0/+636 |