Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r300: rename functions | Maciej Cencora | 2009-05-16 | 1 | -1/+1 |
| | | | | Be consistent with function naming: use Setup/Emit names for functions that modify hardware state | ||||
* | r300: cleanup includes | Maciej Cencora | 2009-04-19 | 1 | -7/+1 |
| | |||||
* | r300: move common fp functions to seperate file | Maciej Cencora | 2009-04-19 | 1 | -2/+2 |
| | |||||
* | r300: more r300/r500 unification | Maciej Cencora | 2009-04-19 | 1 | -0/+5 |
| | | | | reuse insert_WPOS_trailer function | ||||
* | r300: more prepare for merge | Maciej Cencora | 2009-04-19 | 1 | -0/+1 |
| | |||||
* | r300: merge r300/r500 fragment program compiler structure | Maciej Cencora | 2009-04-19 | 1 | -10/+1 |
| | |||||
* | r300: merge r300/r500 fragment program structures | Maciej Cencora | 2009-04-19 | 1 | -1/+1 |
| | |||||
* | r300: r300/r500 fp shader merge WIP | Maciej Cencora | 2009-04-19 | 1 | -2/+1 |
| | |||||
* | mesa: added "main/" prefix to includes, remove some -I paths from ↵ | Brian Paul | 2008-09-18 | 1 | -3/+3 |
| | | | | Makefile.template | ||||
* | r300_fragprog: Use nqssa+dce and program_pair for emit | Nicolai Haehnle | 2008-07-12 | 1 | -30/+0 |
| | | | | | | | Share almost all code with r500_fragprog now. This also fixes Piglit's texrect-many test, which means that the compiz bicubic plugin should work with hardware acceleration now. | ||||
* | r300: Remove clause stuff for now in favour of a cloned generic gl_program | Nicolai Haehnle | 2008-07-05 | 1 | -1/+1 |
| | |||||
* | r5xx: FP refactor, take one. | Corbin Simpson | 2008-06-14 | 1 | -0/+13 |
| | | | | Yes, I know it's massive. Imagine how I felt, auditing 3000 lines of code. | ||||
* | r500: cleanup warnings and include files | Dave Airlie | 2008-05-28 | 1 | -30/+2 |
| | |||||
* | Merge branch 'r500test' of git://people.freedesktop.org/~airlied/mesa into ↵ | Corbin Simpson | 2008-05-02 | 1 | -0/+5 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | r500test Conflicts: src/mesa/drivers/dri/r300/r300_cmdbuf.c src/mesa/drivers/dri/r300/r300_ioctl.c src/mesa/drivers/dri/r300/r300_state.c src/mesa/drivers/dri/r300/r500_fragprog.c src/mesa/drivers/dri/r300/r500_fragprog.h src/mesa/drivers/dri/radeon/radeon_chipset.h src/mesa/drivers/dri/radeon/radeon_screen.c | ||||
| * | r500: fragprog | Dave Airlie | 2008-03-17 | 1 | -0/+104 |
| | |||||
* | Initial r5xx fragment program compiler support. | Corbin Simpson | 2008-05-02 | 1 | -4/+2 |
| | | | | Includes fallback shader and a handful of working opcodes. | ||||
* | r500: fragprog | Dave Airlie | 2008-05-02 | 1 | -0/+104 |