r600g: move constant buffer creation behind winsys abstraction.
[mesa.git] / src / gallium / drivers / r600 / r600_texture.c
2010-09-17 Dave Airlier600g: move constant buffer creation behind winsys...
2010-09-17 Dave Airlier600g: attempt to abstract kernel bos from pipe driver.
2010-09-16 Dave Airlier600g: fix texture bos and avoid doing depth blit on...
2010-09-16 Dave Airlier600g: fixup texture state on evergreen.
2010-09-15 John Doer600g: misc cleanup
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-10 Tilman Sauerbeckr600g: Fixed a bo leak in r600_texture_from_handle().
2010-09-10 Dave Airlier600g: add initial evergreen support
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-02 Dave Airlier600g: fix depth texture tests
2010-09-01 Jerome Glisser600g: refix db/cb state
2010-09-01 Jerome Glisser600g: avoid dynamic allocation of states
2010-09-01 Jerome GlisseRevert "Revert "r600g: precompute some of the hw state""
2010-09-01 Dave AirlieRevert "r600g: precompute some of the hw state"
2010-08-30 Jerome Glisser600g: precompute some of the hw state
2010-08-30 Dave Airlier600g: fixup states generation in winsys.
2010-08-27 Dave AirlieRevert "r600g: simplify states"
2010-08-25 Jerome Glisser600g: simplify states
2010-08-22 Jerome Glisser600g: fix DB decompression
2010-08-22 Jerome Glisser600g: depth buffer likely needs decompression when...
2010-08-22 Jerome Glisser600g: partialy fix texturing from depth buffer + initi...
2010-08-20 Luca Barbierigallium: make all checks for PIPE_TEXTURE_2D check...
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-18 Dave Airlier600g: fixup pitch alignment like r600c.
2010-08-18 Dave Airlier600g: fix height calcs for miptree
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-12 Dave Airlier600g: improve texture format checker.
2010-08-06 Dave Airlier600g: add bo wait after map.
2010-08-04 Jerome Glisser600g: force flush on map as temporary fix to readpixel
2010-07-31 Vinson Leer600g: Remove unnecessary header.
2010-07-29 Jerome Glisser600g: mipmap early support + EX2/ABS instruction ...
2010-07-28 Jerome Glisser600g: cleanup resource buffer/texture mess
2010-07-28 Jerome Glisser600g: texture support
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Jakob Bornecrantzr600g: Move bootstrap code to target
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-05-27 Bas Nieuwenhuizenr600g: various fixes
2010-05-27 Marek Olšákr600g: adapt to latest interfaces changes
2010-05-27 Jerome Glisser600g: Initial import