aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * radeon/r200/r300: fix max texture levels assertDave Airlie2009-06-121-2/+2
| * r100/r200: try and allocate miptree correct for hw.Dave Airlie2009-05-061-3/+31
| * r300: set proper texture row alignment for IGP chipsMaciej Cencora2009-05-041-5/+6
| * r300: revert part of cb4bef7ae0b5fe8de82c380bc98f19067394d355Maciej Cencora2009-04-191-24/+4
| * r300: general cleanupMaciej Cencora2009-04-191-4/+24
* | Makeup checkin for radeon code change paired with r6/7 code.root2009-05-191-0/+8
|/
* radeon/r200/r300: fix warningsDave Airlie2009-03-241-8/+8
* radeon: add miptree offset functionsDave Airlie2009-03-221-0/+26
* r300: Fix crash in cubemap tree creationNicolai Haehnle2009-02-141-6/+20
* radeon: fix compressed texture upload on all radeonsDave Airlie2009-02-131-9/+33
* radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie2009-02-121-2/+0
* r300: fixup mipmap + texsubimage issuesDave Airlie2009-02-031-0/+5
* radeon/r200/r300: start to move to common miptree/texobjDave Airlie2009-01-211-0/+319