summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_texture.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-9/+9
2013-04-30swrast: Always use MapTextureImage for mapping textures for swrast.Eric Anholt1-3/+0
2013-04-30radeon: Remove some dead teximage mapping code.Eric Anholt1-2/+0
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-09-15mesa: remove FEATURE_OES_EGL_image define.Oliver McFadden1-2/+0
2012-08-24mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul1-0/+1
2012-08-01radeon&r200: Add support for ARB_sampler_objectsPauli Nieminen1-1/+3
2012-06-06mesa: consolidate internal glCopyTexSubImage1/2/3D codeBrian Paul1-6/+6
2012-01-07mesa: rework ctx->Driver.CopyTexSubImage() parametersBrian Paul1-4/+6
2012-01-02radeon: remove unused tex image function prototypesBrian Paul1-40/+0
2011-12-30mesa: simplify Driver.TexImage() parametersBrian Paul1-22/+1
2011-12-05radeon: texture/renderbuffer overhaul.Dave Airlie1-2/+4
2011-11-02dri: Move _dri_texformat_* to radeon_texture.cKristian Høgsberg1-0/+8
2011-10-28dri: Remove driver GenerateMipmap hooks.Eric Anholt1-1/+0
2011-09-27radeon: Drop mapping we were doing around glGetTexImage().Eric Anholt1-5/+0
2011-09-27mesa: Convert GetCompressedTexImage to using MapTextureImage().Brian Paul1-4/+0
2011-08-29radeon: Refactor the common texture hook setup to common code.Eric Anholt1-0/+4
2011-08-29mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt1-1/+1
2011-07-19radeon: remove radeonCopyTexImage2D()Brian Paul1-5/+0
2011-01-09radeon: Include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-11-08radeon: Implement GL_OES_EGL_imageJohann Rudloff1-0/+7
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-20/+20
2010-03-09radeon/r200/r300/r600: add is_format_renderable functionMaciej Cencora1-0/+2
2010-01-19radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora1-0/+10
2010-01-19radeon: use mesa provided _mesa_tex_target_to_face functionMaciej Cencora1-1/+0
2009-11-14radeon: rework mipmap treeMaciej Cencora1-1/+2
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-8/+14
2009-04-01radeon: go back and repick texture formats.Dave Airlie1-1/+5
2009-02-14radeon-common: Fix crash in glGetTexImageNicolai Haehnle1-0/+10
2009-02-12radeon: renaming and headers cleanupDave Airlie1-0/+108