summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_tex.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03classic/r100: Delete driverDylan Baker1-453/+0
2021-06-27mesa: translate into pipe_sampler_state in GL functionsMarek Olšák1-2/+2
2020-12-18mesa: call Driver.TexParameter in glPopAttrib to fix r100, r200, old nouveauMarek Olšák1-0/+1
2020-12-01mesa: reorganize gl_texture and sampler structures for glPush/PopAttribMarek Olšák1-10/+10
2020-06-22util: rename xmlpool.h to driconf.hEric Engestrom1-1/+1
2020-04-21remove final imports.h and imports.c bitsDylan Baker1-6/+5
2020-04-21replace malloc macros in imports.h with u_memory.h versionsDylan Baker1-0/+1
2020-03-27Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák1-1/+1
2018-02-13mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unitMarek Olšák1-1/+2
2017-07-31xmlconfig: move into src/utilNicolai Hähnle1-1/+1
2016-11-20radeon: remove unneeded #include "util/simple_list.h"Brian Paul1-1/+0
2016-10-13mesa: remove 'params' parameter from ctx->Driver.TexParameter()Brian Paul1-1/+1
2015-10-06radeon/r200: remove unneeded #include of colormac.hMark Janes1-1/+0
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-3/+3
2015-04-21radeon: replace __FUNCTION__ with __func__Marius Predut1-5/+5
2015-01-28mesa: Move simple_list.h to src/util.Eric Anholt1-1/+1
2014-02-02mesa: remove target param from ctx->Driver.TexParameter()Brian Paul1-1/+1
2013-07-30mesa: default DEPTH_TEXTURE_MODE should be RED in the core profileMarek Olšák1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-10-05radeon/r200: make radeon_context subclass of gl_contextBrian Paul1-1/+1
2012-08-01radeon&r200: Add support for ARB_sampler_objectsPauli Nieminen1-16/+22
2011-11-10radeon: fix tex1d-border2dDave Airlie1-31/+33
2011-10-23radeon: remove unnecessary #includes of texstore.hBrian Paul1-1/+0
2011-09-20radeon: use _mesa_unclamped_float_rgba_to_ubyte()Brian Paul1-1/+1
2011-08-29radeon: Refactor the common texture hook setup to common code.Eric Anholt1-27/+1
2011-08-29mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt1-1/+1
2011-07-19radeon: remove radeonCopyTexImage2D()Brian Paul1-1/+0
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul1-9/+9
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/+4
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-5/+5
2010-01-30radeon: Remove unnecessary headers.Vinson Lee1-2/+0
2010-01-19r100: use common glCopyTex(Sub)Image codeMaciej Cencora1-1/+6
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul1-2/+2
2009-11-17radeon: align for mipmap tree changesMaciej Cencora1-15/+3
2009-10-05drivers: don't include texformat.hBrian Paul1-1/+0
2009-08-31r100: Use shared debug code.Pauli Nieminen1-7/+4
2009-04-09Merge remote branch 'origin/master' into radeon-rewriteDave Airlie1-3/+8
2009-04-01dri: use BorderColor instead of _BorderChanBrian Paul1-3/+8
2009-04-01radeon: go back and repick texture formats.Dave Airlie1-1/+1
2009-02-17radeon/r200: drop dirty state from texture object + pp_txoffsetDave Airlie1-4/+0
2009-02-14radeon-common: Fix crash in glGetTexImageNicolai Haehnle1-0/+2
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie1-1/+1
2009-02-10r100: fix 3D texture fallbackDave Airlie1-2/+8
2009-02-10radeon: major cleanups removing old dead codepaths.Dave Airlie1-1/+9
2009-02-09radeon: make more r100 workDave Airlie1-1/+1
2009-02-04radeon: make compile again.Dave Airlie1-1/+2
2009-01-29radeon: remove even more common codeDave Airlie1-451/+34
2009-01-14radeon/r200/r300: initial attempt to convert to common context codeDave Airlie1-9/+9
2009-01-13radeon/r200: start splitting out commonalities into separate headersDave Airlie1-1/+1