aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c
Commit message (Expand)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* r600: cube mipmap levels are aligned to 8 faces only starting from r7xxAndre Maasikas2010-09-011-3/+3
* radeon: fix npot mipmap alignment on r600Andre Maasikas2010-08-091-1/+1
* radeon: lower texture memory consumption is some casesMaciej Cencora2010-07-111-1/+1
* radeon: fix teximage migration failure in rare caseMaciej Cencora2010-07-111-4/+4
* Merge branch '7.8'Jesse Barnes2010-04-191-3/+5
|\
| * radeon: Let this build with gcc 3.3Matthieu Herrb2010-04-191-3/+5
* | Merge branch '7.8'Michel Dänzer2010-03-121-0/+2
|\|
| * radeon: Fix memory leaks from early return.Vinson Lee2010-03-111-0/+2
* | radeon: mark framebuffer as incomplete if renderbuffer format isn't supported...Maciej Cencora2010-03-091-3/+0
* | radeon: Some possible improvements that I spoted in radeon_tiled_texture branch.Maciej Cencora2010-03-071-10/+1
* | radeon: properly calculate rowstride for tiled imagesMaciej Cencora2010-03-071-5/+9
* | radeon: minor refactoring of mipmap codeMaciej Cencora2010-03-071-27/+23
* | radeon: add texture helper functionMaciej Cencora2010-03-071-0/+26
|/
* radeon: Use _mesa_next_pow_two_32 instead of own implementation.Pauli Nieminen2010-02-061-14/+1
* radeon: Add some debug output to miptree code.Pauli Nieminen2010-02-061-23/+62
* radeon: Remove the loop from stride size calculation.Pauli Nieminen2010-02-061-8/+14
* radeon: Remove unnecessary headers.Vinson Lee2010-01-301-1/+0
* r600: fix brownbag, only align if we are dealing with cubemapAndre Maasikas2010-01-221-1/+1
* r600: cubemap levels seem to be aligned to 8 imagesAndre Maasikas2010-01-221-0/+6
* radeon/fbo: use correct depth texture offset for depth texturesAndre Maasikas2010-01-221-20/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-1/+4
|\
| * radeon: fix #25463Maciej Cencora2009-12-121-1/+4
* | Merge branch 'mesa_7_7_branch'Andre Maasikas2009-12-081-14/+12
|\|
| * radeon: fix image migration for small compressed texturesMaciej Cencora2009-12-071-14/+9
| * radeon: workaround an FBO issueMaciej Cencora2009-12-031-0/+3
* | Merge commit 'origin/mesa_7_7_branch'Keith Whitwell2009-12-011-48/+37
|\|
| * radeon: update miptree code a littleMaciej Cencora2009-11-291-45/+25
| * radeon: don't check the same miptree many times when looking for matching mip...Maciej Cencora2009-11-291-3/+3
| * radeon: add some debugging infoMaciej Cencora2009-11-291-0/+5
| * radeon: need to flush cs when moving images between mipmap treesMaciej Cencora2009-11-281-0/+4
* | r600: add ARB_texture_non_power_of_two support.Dave Airlie2009-11-251-5/+21
|/
* radeon: fix errors in miptree related functionMaciej Cencora2009-11-231-3/+8
* radeon: fix compressed mipmapped texturesMaciej Cencora2009-11-211-21/+28
* radeon: return false on texture validation if texture isn't completeMaciej Cencora2009-11-141-3/+3
* radeon: rework mipmap treeMaciej Cencora2009-11-141-152/+322
* radeon: rework mipmap tree reference countingMaciej Cencora2009-11-141-2/+10
* mesa: remove _mesa_compressed_texture_size()Brian Paul2009-10-241-1/+1
* drivers: don't include texformat.hBrian Paul2009-10-051-1/+0
* mesa: remove gl_texture_image::IsCompressed fieldBrian Paul2009-10-011-4/+5
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-5/+5
* mesa/drivers: use _mesa_get_format_bytes()Brian Paul2009-09-271-2/+7
* mesa/drivers: use _mesa_get_format_bytes()Brian Paul2009-09-271-1/+1
* radeon: pass internal format into the miptree.Dave Airlie2009-09-031-7/+9
* r100: Use shared debug code.Pauli Nieminen2009-08-311-1/+1
* radeon: remove RADEON_DEBUG_BO stuffAlex Deucher2009-08-171-8/+0
* radeon: fix miptree comparison breakageRoland Scheidegger2009-08-051-1/+2
* radeon: more fixes for compressed texturesRoland Scheidegger2009-08-041-2/+2
* r600: fix texture pitch alignmentAlex Deucher2009-07-291-3/+6
* Merge master and fix conflictsAlex Deucher2009-06-121-7/+36
|\