| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Revert "r600g: don't use dynamic state allocation for states" | Jerome Glisse | 2010-08-06 | 6 | -297/+346 |
* | r600g: start to fix up multiple targets. | Dave Airlie | 2010-08-06 | 3 | -17/+50 |
* | r600g: add SRGB support. | Dave Airlie | 2010-08-06 | 3 | -4/+23 |
* | r600g: fixup z format translations. | Dave Airlie | 2010-08-06 | 2 | -20/+24 |
* | r600g: fix targetmask to work correctly. | Dave Airlie | 2010-08-06 | 1 | -2/+1 |
* | r600g: improve supported format selection. | Dave Airlie | 2010-08-06 | 6 | -142/+212 |
* | r600g: add bo wait after map. | Dave Airlie | 2010-08-06 | 1 | -0/+2 |
* | r600g: don't use dynamic state allocation for states | Jerome Glisse | 2010-08-05 | 6 | -356/+296 |
* | r600g: force flush on map as temporary fix to readpixel | Jerome Glisse | 2010-08-04 | 1 | -0/+2 |
* | r600g: always perform texture perspective divide + fix blending | Jerome Glisse | 2010-08-04 | 4 | -65/+88 |
* | r600g: add polygon offset support | Jerome Glisse | 2010-08-03 | 3 | -7/+62 |