r600g: fix depth hw resource copies.
[mesa.git] / src / gallium / drivers / r600 / r600_texture.c
2011-02-03 Dave Airlier600g: fix depth hw resource copies.
2011-02-03 Dave Airlier600g: only set depth bit for hw accessible depth buffers.
2011-02-03 Dave Airlier600g: rework dirty / depth texture tracking.
2011-02-03 Dave Airlier600g: set correct pitch/offset for depth textures...
2011-02-01 Dave Airlier600: only decompress depth when its tile type is wrong.
2011-01-31 Dave Airlier600g: fix regression in cubemap tests since eea1d8199b...
2011-01-30 Henri Verbeetr600g: Update the flushed depth texture after drawing...
2011-01-21 Christian Königr600g: check if hardware blits are possible bevore...
2011-01-18 Henri Verbeetr600g: Kill trailing whitespace.
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-24 Henri Verbeetr600g: Get rid of r600_blit_uncompress_depth_ptr.
2010-12-03 Jerome Glisser600g: more indentation fix + warning silencing + dead...
2010-12-03 Jerome Glisser600g: indentation fix
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-18 Alex Deucherr600g: fix buffer alignment
2010-11-11 Keith Whitwellr600g: enforce minimum stride on render target texture...
2010-11-11 Keith Whitwellr600g: do not try to use staging resource for depth...
2010-11-11 Keith Whitwellr600g: guard experimental s3tc code with R600_ENABLE_S3TC
2010-11-09 Keith Whitwellr600: fix my pessimism about PIPE_TRANSFER_x flags
2010-11-09 Keith Whitwellr600g: attempt to turn on DXTn formats
2010-11-09 Keith Whitwellr600g: avoid recursion with staged uploads
2010-11-08 Benjamin Franzker600g: implement texture_get_handle (needed for eglExpo...
2010-11-03 Keith Whitwellr600g: don't call debug_get_bool_option for tiling...
2010-11-03 Keith Whitwellr600g: remove unused flink, domain fields from r600_res...
2010-11-03 Keith Whitwellr600g: use a buffer in GTT as intermediate on texture...
2010-11-03 Keith Whitwellr600g: propogate resource usage flags to winsys, use...
2010-11-03 Keith Whitwellr600g: propagate usage flags in texture transfers
2010-10-21 Dave Airlier600g: add texture tiling enable under a debug option.
2010-10-21 Dave Airlier600g: add texture tiling alignment support.
2010-10-21 Dave Airlier600g: introduce a per-driver resource flag for transfers.
2010-10-21 Dave Airlier600g: add r600 surface to store the aligned height.
2010-10-21 Dave Airlier600g: start adding hooks for aligning width/height...
2010-10-21 Dave Airlier600g: move to per-miplevel array mode.
2010-10-21 Dave Airlier600g: all non-0 mipmap levels need to be w/h aligned...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Dave Airlier600g: retrieve tiling info from kernel for shared...
2010-10-18 Dave Airlier600g: fix transfer function for tiling.
2010-10-18 Dave Airlier600g: depth needs to bound to ds
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-17 Dave Airlier600g: switch to a common formats.h file since they...
2010-10-13 Dave Airlier600g: drop all use of unsigned long
2010-10-13 Dave Airlier600g: fix transfer stride.
2010-10-13 Dave Airlier600g: remove bpt and start using pitch_in_bytes/pixels.
2010-10-13 Dave Airlier600g: rename pitch in texture to pitch_in_bytes
2010-10-13 Dave Airlier600g: use common texture object create function
2010-10-13 Dave Airlier600g: split out miptree setup like r300g
2010-10-13 Dave Airlier600g: add copy into tiled texture
2010-10-13 Dave Airlier600g: fix depth0 setting
2010-10-12 Dave Airlier600g: add support for S8, X24S8 and S8X24 sampler...
2010-10-08 Dave Airlier600g: drop width/height per level storage.
2010-10-04 Jerome Glisser600g: rename radeon_ws_bo to r600_bo
2010-09-29 Dave Airlier600g: port r300g fix for X* formats in texformat code
2010-09-29 Jerome Glisser600g: delete old path
2010-09-28 Jerome Glisser600g: use ptr for blit depth uncompress function
2010-09-23 Dave Airlier600g: fix warnings since last commit.
2010-09-23 Dave Airlier600g: use blitter to do db->cb flushing.
2010-09-22 Dave Airlier600g: disable dirty handling on texture from depth...
2010-09-22 Dave Airlier600g: fix typo in struct member name
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-21 Dave Airlier600g: fixup evergreen miptree setup.
2010-09-20 Jerome Glisser600g: use pipe context for flushing inside map
2010-09-20 Jerome Glisser600g: move chip class to radeon common structure
2010-09-20 Dave Airlier600g: fix r700 cube map sizing.
2010-09-20 Dave Airlier600g: add color/texture support for more depth formats.
2010-09-19 Henri Verbeetr600g: Buffer object maps imply a wait.
2010-09-19 Henri Verbeetr600g: Remove a redundant flush in r600_texture_transfe...
2010-09-17 Jerome Glisser600g: alternative command stream building from context
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
next