summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_texture.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-9/+9
* swrast: Always use MapTextureImage for mapping textures for swrast.Eric Anholt2013-04-301-3/+0
* radeon: Remove some dead teximage mapping code.Eric Anholt2013-04-301-2/+0
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: remove FEATURE_OES_EGL_image define.Oliver McFadden2012-09-151-2/+0
* mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul2012-08-241-0/+1
* radeon&r200: Add support for ARB_sampler_objectsPauli Nieminen2012-08-011-1/+3
* mesa: consolidate internal glCopyTexSubImage1/2/3D codeBrian Paul2012-06-061-6/+6
* mesa: rework ctx->Driver.CopyTexSubImage() parametersBrian Paul2012-01-071-4/+6
* radeon: remove unused tex image function prototypesBrian Paul2012-01-021-40/+0
* mesa: simplify Driver.TexImage() parametersBrian Paul2011-12-301-22/+1
* radeon: texture/renderbuffer overhaul.Dave Airlie2011-12-051-2/+4
* dri: Move _dri_texformat_* to radeon_texture.cKristian Høgsberg2011-11-021-0/+8
* dri: Remove driver GenerateMipmap hooks.Eric Anholt2011-10-281-1/+0
* radeon: Drop mapping we were doing around glGetTexImage().Eric Anholt2011-09-271-5/+0
* mesa: Convert GetCompressedTexImage to using MapTextureImage().Brian Paul2011-09-271-4/+0
* radeon: Refactor the common texture hook setup to common code.Eric Anholt2011-08-291-0/+4
* mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt2011-08-291-1/+1
* radeon: remove radeonCopyTexImage2D()Brian Paul2011-07-191-5/+0
* radeon: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* radeon: Implement GL_OES_EGL_imageJohann Rudloff2010-11-081-0/+7
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-20/+20
* radeon/r200/r300/r600: add is_format_renderable functionMaciej Cencora2010-03-091-0/+2
* radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora2010-01-191-0/+10
* radeon: use mesa provided _mesa_tex_target_to_face functionMaciej Cencora2010-01-191-1/+0
* radeon: rework mipmap treeMaciej Cencora2009-11-141-1/+2
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-8/+14
* radeon: go back and repick texture formats.Dave Airlie2009-04-011-1/+5
* radeon-common: Fix crash in glGetTexImageNicolai Haehnle2009-02-141-0/+10
* radeon: renaming and headers cleanupDave Airlie2009-02-121-0/+108