| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "r600g: simplify states" | Dave Airlie | 2010-08-27 | 8 | -398/+496 |
* | r600g: add initial if/else/endif support | Dave Airlie | 2010-08-27 | 4 | -12/+170 |
* | r600g: optimise op2 and swapped op2 emission. | Dave Airlie | 2010-08-27 | 1 | -48/+37 |
* | r600g: add exp support in theory. | Dave Airlie | 2010-08-27 | 1 | -1/+105 |
* | r600g: add DPH support. | Dave Airlie | 2010-08-27 | 1 | -1/+8 |
* | r600g: simplify states | Jerome Glisse | 2010-08-25 | 8 | -496/+398 |
* | r600g: Add support for PIPE_FORMAT_R32_FLOAT. | Henri Verbeet | 2010-08-24 | 1 | -0/+3 |
* | r600g: add XPD support | Dave Airlie | 2010-08-24 | 1 | -1/+124 |
* | r600g: add CMP support. | Dave Airlie | 2010-08-24 | 1 | -1/+50 |
* | r600g: Add support for PIPE_CAP_DEPTH_CLAMP. | Henri Verbeet | 2010-08-23 | 2 | -3/+4 |
* | r600g: export one component per pixel + r7xx uncompression shader | Jerome Glisse | 2010-08-23 | 5 | -5/+89 |
* | r600g: fix DB decompression | Jerome Glisse | 2010-08-22 | 6 | -75/+97 |
* | r600g: depth buffer likely needs decompression when used as texture | Jerome Glisse | 2010-08-22 | 8 | -34/+919 |
* | r600g: partialy fix texturing from depth buffer + initial support for untiling | Jerome Glisse | 2010-08-21 | 7 | -66/+165 |
* | r600g: add POW instruction | Jerome Glisse | 2010-08-20 | 1 | -18/+73 |
* | r600g: cleanup definition, fix segfault when no valid pixel shader | Jerome Glisse | 2010-08-20 | 3 | -37/+40 |
* | r600g: add occlusion query support | Dave Airlie | 2010-08-20 | 6 | -32/+291 |
* | gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too | Luca Barbieri | 2010-08-20 | 2 | -1/+3 |
* | r600g: update comments about ALU src operands | Alex Deucher | 2010-08-19 | 2 | -2/+12 |
* | r600g: add sin/cos | Dave Airlie | 2010-08-19 | 2 | -2/+123 |
* | r600g: add a chiprev type for r600/r700/evergreen instead of using family | Dave Airlie | 2010-08-19 | 2 | -13/+25 |
* | r600g: add SSG, SEQ, SGT and SNE | Dave Airlie | 2010-08-19 | 2 | -12/+88 |
* | r600g: add FRC, FLR, DDX and DDY | Dave Airlie | 2010-08-18 | 1 | -4/+4 |
* | r600g: add SGE and SLE opcodes | Dave Airlie | 2010-08-18 | 1 | -2/+2 |
* | r600g: add TXB support | Dave Airlie | 2010-08-18 | 1 | -1/+1 |
* | r600g: fix TXP vs TEX in shader. | Dave Airlie | 2010-08-18 | 2 | -65/+67 |
* | r600g: add two simple tgsi opcodes. | Dave Airlie | 2010-08-18 | 1 | -2/+2 |
* | r600g: fix point size | Dave Airlie | 2010-08-18 | 1 | -1/+1 |
* | r600g: fixup pitch alignment like r600c. | Dave Airlie | 2010-08-18 | 2 | -3/+7 |
* | r600g: fix height calcs for miptree | Dave Airlie | 2010-08-18 | 1 | -0/+1 |
* | r600g: emit texture level offset in CB/DB setup. | Dave Airlie | 2010-08-18 | 1 | -2/+2 |
* | r600g: fix fake pixel output | Jerome Glisse | 2010-08-17 | 1 | -1/+1 |
* | r600g: add user clip plane support. | Dave Airlie | 2010-08-17 | 4 | -9/+75 |
* | r600g: update shader caps | Marek Olšák | 2010-08-13 | 1 | -5/+13 |
* | r600g: fix memory leaks running gears. | Dave Airlie | 2010-08-13 | 1 | -0/+5 |
* | r600g: fix typo in stencil translate. | Dave Airlie | 2010-08-12 | 1 | -1/+1 |
* | r600g: fix provoking-vertex piglit test. | Dave Airlie | 2010-08-12 | 1 | -8/+12 |
* | r600g: improve texture format checker. | Dave Airlie | 2010-08-12 | 4 | -12/+263 |
* | r600g: accept empty frag prog shader | Jerome Glisse | 2010-08-11 | 3 | -3/+17 |
* | r600g: add src negation support | Jerome Glisse | 2010-08-11 | 1 | -0/+1 |
* | r600g: add point/sprite rendering support | Jerome Glisse | 2010-08-11 | 3 | -14/+149 |
* | r600g: avoid reemiting literal, avoid scheduling empty cs | Jerome Glisse | 2010-08-10 | 4 | -2/+38 |
* | r600g: fix r600 context structure, avoid segfault when no scissor | Jerome Glisse | 2010-08-09 | 2 | -3/+16 |
* | r600g: fix some warnings | Marek Olšák | 2010-08-09 | 3 | -3/+5 |
* | r600g: fill out some missing caps and sort them | Marek Olšák | 2010-08-09 | 1 | -32/+65 |
* | r600g: add PA_CL_CLIP_CNTL definition | Jerome Glisse | 2010-08-06 | 1 | -0/+55 |
* | r600g: fix rendering, only enable target we write too | Jerome Glisse | 2010-08-06 | 1 | -2/+2 |
* | r600g: really fix multi target support | Jerome Glisse | 2010-08-06 | 4 | -46/+26 |
* | r600g: finish multi target rendering support | Jerome Glisse | 2010-08-06 | 5 | -32/+68 |
* | r600g: fix color format, indentation, defines | Jerome Glisse | 2010-08-06 | 3 | -89/+93 |