summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_tex.c
AgeCommit message (Expand)Author
2011-01-09r300: Include mfeatures.h in files that perform feature tests.Vinson Lee
2010-11-08radeon: Implement GL_OES_EGL_imageJohann Rudloff
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-03-09radeon/r200/r300/r600: add is_format_renderable functionMaciej Cencora
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-23r300: Remove unnecessary headers.Vinson Lee
2010-01-19radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul
2009-12-12r300: use _mesa_meta_Clear for buffer clearsMaciej Cencora
2009-11-14radeon: rework mipmap treeMaciej Cencora
2009-11-14radeon: rework mipmap tree reference countingMaciej Cencora
2009-11-14radeon/r300: don't flush cmdbuf if not necessaryMaciej Cencora
2009-10-05drivers: don't include texformat.hBrian Paul
2009-09-27drivers: use more mesa format functionsBrian Paul
2009-08-31r300: Convert to shared debug code.Pauli Nieminen
2009-04-09Merge remote branch 'origin/master' into radeon-rewriteDave Airlie
2009-04-01dri: use BorderColor instead of _BorderChanBrian Paul
2009-04-01radeon: go back and repick texture formats.Dave Airlie
2009-02-24r300: fix bo ref/unref, plugs DRI handle leaksDave Airlie
2009-02-14radeon-common: Fix crash in glGetTexImageNicolai Haehnle
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie
2009-02-03r300: fixup mipmap + texsubimage issuesDave Airlie
2009-01-22r200/r300: port r200 texture handling to common codeDave Airlie
2009-01-21r300/radeon: move face_for_targetDave Airlie
2009-01-21r300: start migrating common functions into common codeDave Airlie
2009-01-21r300: move to common texture_image objectDave Airlie
2009-01-21radeon/r200/r300: start to move to common miptree/texobjDave Airlie
2008-11-14r300: release bo from pixmapJerome Glisse
2008-11-14r300: bo and cs abstraction.Jerome Glisse
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-07-27r300: Fix a crash related to depth textures (triggered by Glest w/ shadowmaps)Nicolai Haehnle
2008-06-30r300: Cleanup LodBias supportNicolai Haehnle
2008-06-29r300: Change LOD bias emission to more closely follow per-tex rules.Corbin Simpson
2008-06-29r300: Fix wrap mode for 1D texturesNicolai Haehnle
2008-06-16r300: Make LOD bias a persistent environment variable.Corbin Simpson
2008-06-16r300: Fix new incarnation of bug 3195.Corbin Simpson
2008-06-16r300: Forgot to clear old state before writing new state.Corbin Simpson
2008-06-15r300: Enable LOD bias state emission.Corbin Simpson
2008-06-15Oops, misordered a few instructions.Corbin Simpson
2008-06-15r300: Unbreak LOD biasing, a bit.Corbin Simpson
2008-06-14r3xx/r5xx: Don't force aniso.Corbin Simpson
2008-06-07r300: Allow driconf to set a default anisotropy.Corbin Simpson
2008-06-07r300: Further anisotropic filtering fixesNicolai Haehnle
2008-06-07r5xx: Unbreak anisotropic filtering?Corbin Simpson
2008-06-06r300: Cleanup TX_MIN_FILTER definesNicolai Haehnle
2008-06-06r300: Remove unused variable r300_tex_obj::dirty_state and related definesNicolai Haehnle
2007-11-03r300: fix texwrap border colorDave Airlie
2007-10-17Initial support for ARB_depth_textureIan Romanick
2007-06-07r300: Cleaned up long lines in r300Choose8888TexFormat.Oliver McFadden
2007-05-13r300: Use #if 0 for disabled code, rather than commenting it out.Oliver McFadden