summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-1/+1
* radeon: replace __FUNCTION__ with __func__Marius Predut2015-04-211-3/+3
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-281-1/+1
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-4/+4
* swrast: Always use MapTextureImage for mapping textures for swrast.Eric Anholt2013-04-301-21/+0
* mesa: Introduce a globally-available minify() macro.Eric Anholt2013-04-211-9/+0
* mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2Marek Olšák2012-11-121-3/+3
* radeon/r200: make radeon_context subclass of gl_contextBrian Paul2012-10-051-1/+1
* mesa: new _mesa_num_tex_faces() helperBrian Paul2012-08-241-2/+2
* radeon&r200: Add support for ARB_sampler_objectsPauli Nieminen2012-08-011-7/+9
* radeon: fix 'sowftware' typoBrian Paul2012-07-271-1/+1
* swrast: s/Data/Map/ in swrast_texture_imageBrian Paul2012-01-241-4/+4
* radeon: texture/renderbuffer overhaul.Dave Airlie2011-12-051-21/+9
* radeon: fix bug with wrong stride being used for rectangluar textures.Dave Airlie2011-11-111-3/+3
* radeon: cleanup radeon shared code after r300 and r600 classic drivers removalFabio Pedretti2011-11-071-38/+2
* radeon: drop mtface/mtlevel, use ones in base class.Dave Airlie2011-11-041-6/+4
* mesa: remove _mesa_alloc_texmemory(), _mesa_free_texmemory()Brian Paul2011-10-231-1/+1
* mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul2011-10-231-4/+4
* radeon: make radeon_texture_image a subclass of swrast_texture_imageBrian Paul2011-09-171-12/+12
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-3/+3
* 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