Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace __inline and __inline__ with INLINE macro | Brian Paul | 2008-06-21 | 1 | -1/+1 |
| | |||||
* | r300: disable cmdbuf debug again | Dave Airlie | 2008-05-28 | 1 | -1/+1 |
| | |||||
* | r300/r500: emit flush inside vap_cntl state atom | Dave Airlie | 2008-05-27 | 1 | -2/+4 |
| | | | | Not sure if this is a good or bad plan, it certainly doesn't make things worse here. | ||||
* | r500: bump state atom size up for fp and fp constants | Dave Airlie | 2008-05-22 | 1 | -2/+2 |
| | |||||
* | r300: SC register naming cleanup | Alex Deucher | 2008-05-17 | 1 | -6/+6 |
| | |||||
* | r500: write out the correct FP registers | Alex Deucher | 2008-05-17 | 1 | -1/+9 |
| | |||||
* | r500: default rsunit swizzle like fglrx | Dave Airlie | 2008-05-15 | 1 | -0/+8 |
| | |||||
* | R300: clean up GA registers | Alex Deucher | 2008-05-13 | 1 | -5/+5 |
| | |||||
* | R3xx: clean up ZB registers | Alex Deucher | 2008-05-13 | 1 | -6/+6 |
| | |||||
* | R300: clean up CB registers | Alex Deucher | 2008-05-13 | 1 | -2/+2 |
| | |||||
* | R300: clean up Fog registers | Alex Deucher | 2008-05-13 | 1 | -3/+3 |
| | |||||
* | R300: cleanup FS code and fill in missing details | Alex Deucher | 2008-05-13 | 1 | -8/+8 |
| | |||||
* | R3xx: more PVS cleanup | Alex Deucher | 2008-05-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'r500-support' of ↵ | Alex Deucher | 2008-05-12 | 1 | -1/+5 |
|\ | | | | | | | git+ssh://[email protected]/git/mesa/mesa into r500-support | ||||
| * | r500: make tri-param work | Dave Airlie | 2008-05-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This makes constant work which are 32-bit on r500 unlike r300. Switch MOV to using MAD no idea if we might have negative things MAX 0,-5 is likely to do the wrong thing.. | ||||
| * | r500: make sure we emit max temp atom. | Dave Airlie | 2008-05-05 | 1 | -0/+4 |
| | | | | | | | | We don't appear to update max_temp_idx yet anywhere though | ||||
* | | R500: add support for 4k textures | Alex Deucher | 2008-05-12 | 1 | -1/+1 |
|/ | |||||
* | R300: fix rebase conflicts | Alex Deucher | 2008-05-02 | 1 | -1/+1 |
| | |||||
* | R3/4/5: fix TCL on r5xx, cleanup PVS code | Alex Deucher | 2008-05-02 | 1 | -11/+19 |
| | |||||
* | R300: clean up VAP_PROG_STREAM_CNTL* register usage | Alex Deucher | 2008-05-02 | 1 | -2/+2 |
| | |||||
* | r500: fixup support for emitting fragment program to hardware. | Dave Airlie | 2008-05-02 | 1 | -4/+19 |
| | | | | | | Also fixup the constant emission this breaks glxgears from what I can see but its another step to correctness | ||||
* | r500: setup fragment program constant emission atom | Dave Airlie | 2008-05-02 | 1 | -1/+3 |
| | |||||
* | r500 RS unit setup | Dave Airlie | 2008-05-02 | 1 | -4/+0 |
| | |||||
* | more r500 vs r300 kickin | Dave Airlie | 2008-05-02 | 1 | -10/+10 |
| | |||||
* | some basic r500 portage | Dave Airlie | 2008-05-02 | 1 | -16/+46 |
| | |||||
* | r300: move to using RS_INST names | Dave Airlie | 2008-03-28 | 1 | -1/+1 |
| | |||||
* | r300: R5xx and R3xx use different registers for RS_IP and RS_INST | Christoph Brill | 2008-02-28 | 1 | -2/+2 |
| | | | | | These changes are taken from the xf86-video-ati driver. They update the header file accordingly and also remove some UNKOWN variables. | ||||
* | [r300] revert complete stupid changes | Christoph Brill | 2008-02-25 | 1 | -4/+4 |
| | |||||
* | [r300] Add more register from the AMD spec | Christoph Brill | 2008-02-25 | 1 | -1/+1 |
| | |||||
* | [r300] Document POLY_MODE and add some TODOs that might have triggered some bugs | Christoph Brill | 2008-02-25 | 1 | -2/+2 |
| | |||||
* | [r300] Further document and add register definitions (found bugs in LINE ↵ | Christoph Brill | 2008-02-25 | 1 | -2/+2 |
| | | | | handling) | ||||
* | [r300] Sync fog color register names | Christoph Brill | 2008-02-25 | 1 | -1/+1 |
| | |||||
* | [r300] Sync fog register names to the AMD spec | Christoph Brill | 2008-02-25 | 1 | -1/+1 |
| | |||||
* | [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] Document R300_RB3D_COLORMASK properly and rename it to ↵ | Christoph Brill | 2008-02-25 | 1 | -1/+1 |
| | | | | RB3D_COLOR_CHANNEL_MASK | ||||
* | [r300] Add some more register from the AMD spec in the area of AARESOLVE | Christoph Brill | 2008-02-25 | 1 | -1/+1 |
| | |||||
* | [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] Add more struct names for r300_hw_state | Christoph Brill | 2008-02-25 | 1 | -10/+10 |
| | |||||
* | [r300] rename all unkown structs r300_hw_state to readable names | Christoph Brill | 2008-02-25 | 1 | -28/+28 |
| | |||||
* | [r300] Add RB3D_DISCARD_SRC_PIXEL_LTE_THRESHOLD and some HyperZ defintions | Christoph Brill | 2008-02-25 | 1 | -4/+4 |
| | |||||
* | [r300] Replace more magic number by register definitions from AMD | Christoph Brill | 2008-02-25 | 1 | -2/+2 |
| | |||||
* | [r300] clean some more magic registers based on AMD spec | Christoph Brill | 2008-02-25 | 1 | -10/+10 |
| | |||||
* | [r300] Update some magic registers to real names | Christoph Brill | 2008-02-25 | 1 | -2/+2 |
| | |||||
* | r300: fixup some more names | Dave Airlie | 2008-02-23 | 1 | -5/+5 |
| | |||||
* | r300: some initial register info from doc drop | Dave Airlie | 2008-02-23 | 1 | -1/+1 |
| | |||||
* | Renamed the R300_VAP_UNKNOWN_221C to R300_VAP_CLIP_CNTL. | Oliver McFadden | 2007-11-05 | 1 | -2/+2 |
| | |||||
* | r300: initial user clipping for TCL paths | Dave Airlie | 2007-11-05 | 1 | -0/+9 |
| | | | | | I've no idea if this code might break something or how it should interact with vertex shaders, it makes the clip demo work for me | ||||
* | r300: move more vap registers out of non tcl paths | Dave Airlie | 2007-11-03 | 1 | -4/+4 |
| | |||||
* | r300: oops turn back off cmd buf debugging | Dave Airlie | 2007-07-01 | 1 | -1/+1 |
| | |||||
* | r300: 2288 is a tcl only reg | Dave Airlie | 2007-06-24 | 1 | -2/+6 |
| |