| Commit message (Expand) | Author | Age | Files | Lines |
* | r600g: add evergreen ARL support. | Dave Airlie | 2010-10-17 | 1 | -3/+36 |
* | r600g: evergreen interpolation support. | Dave Airlie | 2010-10-15 | 1 | -6/+89 |
* | r600g: handle absolute modifier in shader translator | Keith Whitwell | 2010-10-15 | 1 | -5/+4 |
* | r600g: select linear interpolate if tgsi input requests it | Dave Airlie | 2010-10-14 | 1 | -0/+3 |
* | r600g: fixup typo in macro name | Dave Airlie | 2010-10-14 | 1 | -1/+1 |
* | r600g: fixup pos/face ena/address properly | Dave Airlie | 2010-10-14 | 1 | -8/+17 |
* | r600g: only pick centroid coordinate when asked. | Dave Airlie | 2010-10-14 | 1 | -1/+3 |
* | r600g: Fix texture sampling with swizzled coords | Fredrik Höglund | 2010-10-14 | 1 | -1/+1 |
* | r600g: fix relative addressing when splitting constant accesses | Stephan Schmid | 2010-10-13 | 1 | -0/+2 |
* | r600g: add shader stencil export support. | Dave Airlie | 2010-10-13 | 1 | -2/+14 |
* | r600g: add TXL opcode support. | Dave Airlie | 2010-10-11 | 1 | -2/+2 |
* | r600g: enable vertex samplers. | Dave Airlie | 2010-10-11 | 1 | -2/+4 |
* | r600g: fix Z export enable bits. | Dave Airlie | 2010-10-07 | 1 | -1/+1 |
* | r600g: fix evergreen interpolation setup | Andre Maasikas | 2010-10-07 | 1 | -0/+3 |
* | r600g: drop use_mem_constant. | Dave Airlie | 2010-10-05 | 1 | -5/+2 |
* | r600g: allow r600_bo to be a sub allocation of a big bo | Jerome Glisse | 2010-10-04 | 1 | -3/+3 |
* | r600g: rename radeon_ws_bo to r600_bo | Jerome Glisse | 2010-10-04 | 1 | -4/+4 |
* | r600g: the code to check whether a new vertex shader is needed was wrong | Dave Airlie | 2010-10-04 | 1 | -1/+3 |
* | r600g: Remove unused variable. | Vinson Lee | 2010-10-01 | 1 | -1/+1 |
* | r600g: setup basic loop consts on r600 + evergreen. | Dave Airlie | 2010-10-01 | 1 | -0/+8 |
* | r600g: only set the Z export if shader exports it. | Dave Airlie | 2010-10-01 | 1 | -4/+5 |
* | r600g: add assembler support for other vtx fetch fields. | Dave Airlie | 2010-10-01 | 1 | -0/+1 |
* | r600g: fix constant & literal src splitting, also fix mplayer gl2 shader | Jerome Glisse | 2010-09-30 | 1 | -16/+40 |
* | r600g: clean up some code from move to new paths. | Dave Airlie | 2010-09-30 | 1 | -4/+4 |
* | r600g: more cleanup | Jerome Glisse | 2010-09-29 | 1 | -28/+0 |
* | r600g: cleanup | Jerome Glisse | 2010-09-29 | 1 | -0/+278 |
* | r600g: delete old path | Jerome Glisse | 2010-09-29 | 1 | -160/+1 |
* | r600g: Silence uninitialized variable warnings. | Vinson Lee | 2010-09-26 | 1 | -0/+5 |
* | r600g: fixup VP->FP output->input routing. | Dave Airlie | 2010-09-24 | 1 | -0/+16 |
* | r600g: Removed debug code. | Tilman Sauerbeck | 2010-09-21 | 1 | -1/+0 |
* | r600g: use pipe context for flushing inside map | Jerome Glisse | 2010-09-20 | 1 | -1/+1 |
* | r600g: Implemented the Z and W component write for the SCS opcode. | Tilman Sauerbeck | 2010-09-20 | 1 | -0/+49 |
* | r600g: Honour destination operand's writemask in the SCS implementation. | Tilman Sauerbeck | 2010-09-20 | 1 | -26/+35 |
* | r600g: add missing BC_INST wrapper for evergreen | Dave Airlie | 2010-09-20 | 1 | -1/+1 |
* | r600g: Fix false and true. | Corbin Simpson | 2010-09-19 | 1 | -2/+2 |
* | r600g; add uses waterfall to asm cf for r6xx. | Dave Airlie | 2010-09-19 | 1 | -0/+1 |
* | r600g: move constant buffer creation behind winsys abstraction. | Dave Airlie | 2010-09-17 | 1 | -2/+2 |
* | r600g: attempt to abstract kernel bos from pipe driver. | Dave Airlie | 2010-09-17 | 1 | -6/+7 |
* | r600g: Use clamped math for RCP and RSQ. | Tilman Sauerbeck | 2010-09-16 | 1 | -2/+14 |
* | r600g: misc cleanup | John Doe | 2010-09-15 | 1 | -2/+1 |
* | r600g: Silence uninitialized variable warning. | Vinson Lee | 2010-09-15 | 1 | -0/+3 |
* | r600g: Implemented the y component write for the LOG opcode. | Tilman Sauerbeck | 2010-09-10 | 1 | -5/+90 |
* | r600g: add initial evergreen support | Dave Airlie | 2010-09-10 | 1 | -2/+201 |
* | r600g: Added missing r600_bc_add_literal() calls to XPD implementation. | Tilman Sauerbeck | 2010-09-08 | 1 | -0/+8 |
* | r600g: Added preliminary support for the LOG opcode. | Tilman Sauerbeck | 2010-09-08 | 1 | -1/+121 |
* | r600g: Added missing abs-ification to RSQ. | Tilman Sauerbeck | 2010-09-08 | 1 | -1/+30 |
* | r600g: split opcodes out and add wrapper around usage. | Dave Airlie | 2010-09-08 | 1 | -53/+54 |
* | r600g: add support for constants in memory buffers. | Dave Airlie | 2010-09-08 | 1 | -1/+7 |
* | r600g: abstract the hw states out behind a vtbl. | Dave Airlie | 2010-09-08 | 1 | -72/+4 |
* | r600g: fix thinko in shadow code. | Dave Airlie | 2010-09-02 | 1 | -1/+1 |