summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_texture.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03classic/r100: Delete driverDylan Baker1-691/+0
2020-12-01mesa: reorganize gl_texture and sampler structures for glPush/PopAttribMarek Olšák1-5/+5
2020-06-22util: rename xmlpool.h to driconf.hEric Engestrom1-1/+1
2020-04-21remove final imports.h and imports.c bitsDylan Baker1-5/+4
2020-04-21replace _mesa_logbase2 with util_logbase2Dylan Baker1-1/+1
2020-03-27Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák1-1/+1
2019-11-05util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker1-1/+1
2019-11-05util/u_endian: set PIPE_ARCH_*_ENDIAN to 1Dylan Baker1-1/+1
2019-11-05r100: Use preprocessor to select big vs little endian pathsDylan Baker1-14/+13
2019-10-20mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.Eric Anholt1-6/+3
2017-07-31xmlconfig: move into src/utilNicolai Hähnle1-1/+1
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-2/+2
2015-07-16r200: fix fbo rendering by disabling optimized texture format chooserRoland Scheidegger1-1/+13
2015-07-13radeon: remove dri_mirror stateEmil Velikov1-1/+1
2015-04-21radeon: replace __FUNCTION__ with __func__Marius Predut1-1/+1
2014-02-09mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke1-2/+2
2014-01-27mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCEMark Mueller1-8/+8
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller1-12/+12
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller1-5/+5
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-6/+6
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-10/+10
2013-04-30swrast: Always use MapTextureImage for mapping textures for swrast.Eric Anholt1-74/+0
2013-04-30swrast: Replace ImageOffsets with an ImageSlices pointer.Eric Anholt1-8/+5
2013-04-30swrast: Reuse _swrast_free_texture_image_buffer from drivers.Eric Anholt1-8/+1
2013-04-30swrast: Move ImageOffsets allocation to shared code.Eric Anholt1-13/+2
2013-04-30radeon: Remove some dead teximage mapping code.Eric Anholt1-50/+0
2013-04-30radeon: Add missing swrast field initialization.Eric Anholt1-0/+3
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-4/+0
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-4/+2
2012-09-01mesa: s/CALLOC/calloc/Brian Paul1-1/+1
2012-08-24mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul1-0/+1
2012-08-24mesa: new _mesa_num_tex_faces() helperBrian Paul1-2/+2
2012-08-12mesa: Remove unnecessary parameters from AllocTextureImageBufferPauli Nieminen1-3/+1
2012-08-12mesa: Remove unnecessary parameters from TexImagePauli Nieminen1-34/+0
2012-06-06mesa: consolidate internal glCopyTexSubImage1/2/3D codeBrian Paul1-1/+1
2012-06-06mesa: consolidate internal glTexImage1/2/3D codeBrian Paul1-34/+7
2012-01-24swrast: s/Data/Map/ in swrast_texture_imageBrian Paul1-6/+6
2011-12-30mesa: simplify Driver.TexImage() parametersBrian Paul1-26/+24
2011-12-05radeon: texture/renderbuffer overhaul.Dave Airlie1-416/+184
2011-11-14radeon: further cleanup of shared codeFabio Pedretti1-1/+1
2011-11-11radeon: fix build.Dave Airlie1-1/+1
2011-11-11radeon: use meta bitmapDave Airlie1-0/+1
2011-11-11radeon: fix bug with wrong stride being used for rectangluar textures.Dave Airlie1-1/+1
2011-11-10radeon: silence unused var warningsBrian Paul1-3/+3
2011-11-07radeon: cleanup radeon shared code after r300 and r600 classic drivers removalFabio Pedretti1-14/+11
2011-11-04radeon: drop mtface/mtlevel, use ones in base class.Dave Airlie1-9/+5
2011-11-02dri: Move _dri_texformat_* to radeon_texture.cKristian Høgsberg1-24/+54
2011-10-28dri: Remove driver GenerateMipmap hooks.Eric Anholt1-31/+0
2011-10-28radeon: Drop the non-kernel-memory-manager support, and thus DRI1.Eric Anholt1-3/+1