summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-08-06r600g: fix color format, indentation, definesJerome Glisse3-89/+93
2010-08-06Revert "r600g: don't use dynamic state allocation for states"Jerome Glisse6-297/+346
2010-08-05r300g: Remove unnecessary headers.Vinson Lee1-2/+0
2010-08-06r600g: start to fix up multiple targets.Dave Airlie3-17/+50
2010-08-06r600g: add SRGB support.Dave Airlie3-4/+23
2010-08-06r600g: fixup z format translations.Dave Airlie2-20/+24
2010-08-06r600g: fix targetmask to work correctly.Dave Airlie1-2/+1
2010-08-06r600g: improve supported format selection.Dave Airlie6-142/+212
2010-08-06r600g: add bo wait after map.Dave Airlie1-0/+2
2010-08-06r300g: do not emit GB_Z_PEQ_CONFIG on non-r500 if DRM < 2.6.0Marek Olšák2-2/+6
2010-08-05llvmpipe: Only get no rast option onceJakob Bornecrantz1-1/+5
2010-08-06nvfx: fix nv30 vertex program scalar opcodesLuca Barbieri1-1/+7
2010-08-06nvfx: shut up unknown cap 64 warningLuca Barbieri1-0/+2
2010-08-05r600g: don't use dynamic state allocation for statesJerome Glisse6-356/+296
2010-08-05r300g: fix fb_state atom sizeMarek Olšák1-2/+6
2010-08-05r300g: always emit hyperz state atom.Dave Airlie1-5/+2
2010-08-05r300g: disable hiz on rv530 for now.Dave Airlie1-1/+1
2010-08-05r300g: implement hyper-z support. (v4)Dave Airlie18-47/+640
2010-08-04r600g: force flush on map as temporary fix to readpixelJerome Glisse1-0/+2
2010-08-04r600g: always perform texture perspective divide + fix blendingJerome Glisse4-65/+88
2010-08-03r300/compiler: r500 hw support for break and continue in loops.Tom Stellard1-2/+7
2010-08-04r300g: disable multisample visuals until the state tracker bits catch up.Dave Airlie1-0/+3
2010-08-03r600g: add polygon offset supportJerome Glisse3-7/+62
2010-08-03r600g: flush and resubmit if we reach limitJerome Glisse4-37/+13
2010-08-03r600g: fix color target maskJerome Glisse1-2/+1
2010-08-03r600g: fix stencilJerome Glisse2-8/+7
2010-08-03r600g: fix LIT + fix multiple constant one ALU + fix ALU block splittingJerome Glisse5-113/+207
2010-08-03r300g: handle polygon offset correctlyMarek Olšák1-5/+5
2010-08-02r600g: split alu block to conform to limit + RCP opcodeJerome Glisse2-2/+4
2010-08-02r600g: add autogenerated reg definition + debug print cleanupJerome Glisse6-173/+194
2010-08-02r300g: fix hardlock when using more than one stuffed sprite coordsMarek Olšák2-19/+21
2010-08-02r600g: add stencil op/func translationDave Airlie2-3/+66
2010-08-02r600g: initial alpha test stateDave Airlie1-5/+13
2010-08-02r600g: add initial blend state.Dave Airlie5-20/+262
2010-08-02r600g: set correct tex coord type for rect textures.Dave Airlie1-4/+6
2010-08-02r600g: make r600_db_format static.Dave Airlie1-1/+1
2010-08-01r300g: fix microtiling on RS6xxMarek Olšák1-4/+18
2010-07-31r600g: Remove unnecessary header.Vinson Lee1-1/+0
2010-07-31r600g: Remove unnecessary header.Vinson Lee1-1/+0
2010-07-30r600g: add KIL opcode supportJerome Glisse1-1/+25
2010-07-30llvmpipe: Silence unused value warning.Vinson Lee1-0/+1
2010-07-30llvmpipe: Fix implicit declaration of lp_func_delete_body warnings.Vinson Lee1-0/+1
2010-07-30llvmpipe: delete function bodies after generating machine codeZack Rusin1-0/+1
2010-07-30r600g: fix typo in tex instruction + shader semantic id fixJerome Glisse1-8/+9
2010-07-29llvmpipe: fix on-debug build breakageBrian Paul1-1/+1
2010-07-29llvmpipe: added some jit debug codeBrian Paul2-0/+40
2010-07-29gallium: implement bounds checking for constant buffersBrian Paul3-3/+7
2010-07-29llvmpipe: silence warnings in lp_test_sincos.cBrian Paul1-2/+3
2010-07-29r600g: mipmap early support + EX2/ABS instruction + cullingJerome Glisse6-34/+108
2010-07-29r300g/swtcl: fix crash in ETQW and minor fixupsMarek Olšák3-26/+14