summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-01r600: cube mipmap levels are aligned to 8 faces only starting from r7xxAndre Maasikas
2010-08-09radeon: fix npot mipmap alignment on r600Andre Maasikas
2010-07-11radeon: lower texture memory consumption is some casesMaciej Cencora
2010-07-11radeon: fix teximage migration failure in rare caseMaciej Cencora
2010-04-19Merge branch '7.8'Jesse Barnes
2010-04-19radeon: Let this build with gcc 3.3Matthieu Herrb
2010-03-12Merge branch '7.8'Michel Dänzer
2010-03-11radeon: Fix memory leaks from early return.Vinson Lee
2010-03-09radeon: mark framebuffer as incomplete if renderbuffer format isn't supported...Maciej Cencora
2010-03-07radeon: Some possible improvements that I spoted in radeon_tiled_texture branch.Maciej Cencora
2010-03-07radeon: properly calculate rowstride for tiled imagesMaciej Cencora
2010-03-07radeon: minor refactoring of mipmap codeMaciej Cencora
2010-03-07radeon: add texture helper functionMaciej Cencora
2010-02-06radeon: Use _mesa_next_pow_two_32 instead of own implementation.Pauli Nieminen
2010-02-06radeon: Add some debug output to miptree code.Pauli Nieminen
2010-02-06radeon: Remove the loop from stride size calculation.Pauli Nieminen
2010-01-30radeon: Remove unnecessary headers.Vinson Lee
2010-01-22r600: fix brownbag, only align if we are dealing with cubemapAndre Maasikas
2010-01-22r600: cubemap levels seem to be aligned to 8 imagesAndre Maasikas
2010-01-22radeon/fbo: use correct depth texture offset for depth texturesAndre Maasikas
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-08Merge branch 'mesa_7_7_branch'Andre Maasikas
2009-12-07radeon: fix image migration for small compressed texturesMaciej Cencora
2009-12-03radeon: workaround an FBO issueMaciej Cencora
2009-12-01Merge commit 'origin/mesa_7_7_branch'Keith Whitwell
2009-11-29radeon: update miptree code a littleMaciej Cencora
2009-11-29radeon: don't check the same miptree many times when looking for matching mip...Maciej Cencora
2009-11-29radeon: add some debugging infoMaciej Cencora
2009-11-28radeon: need to flush cs when moving images between mipmap treesMaciej Cencora
2009-11-25r600: add ARB_texture_non_power_of_two support.Dave Airlie
2009-11-23radeon: fix errors in miptree related functionMaciej Cencora
2009-11-21radeon: fix compressed mipmapped texturesMaciej Cencora
2009-11-14radeon: return false on texture validation if texture isn't completeMaciej Cencora
2009-11-14radeon: rework mipmap treeMaciej Cencora
2009-11-14radeon: rework mipmap tree reference countingMaciej Cencora
2009-10-24mesa: remove _mesa_compressed_texture_size()Brian Paul
2009-10-05drivers: don't include texformat.hBrian Paul
2009-10-01mesa: remove gl_texture_image::IsCompressed fieldBrian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-09-27mesa/drivers: use _mesa_get_format_bytes()Brian Paul
2009-09-27mesa/drivers: use _mesa_get_format_bytes()Brian Paul
2009-09-03radeon: pass internal format into the miptree.Dave Airlie
2009-08-31r100: Use shared debug code.Pauli Nieminen
2009-08-17radeon: remove RADEON_DEBUG_BO stuffAlex Deucher
2009-08-05radeon: fix miptree comparison breakageRoland Scheidegger
2009-08-04radeon: more fixes for compressed texturesRoland Scheidegger
2009-07-29r600: fix texture pitch alignmentAlex Deucher
2009-12-12radeon: fix #25463Maciej Cencora
2009-06-12Merge master and fix conflictsAlex Deucher