summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_texstate.c
AgeCommit message (Expand)Author
2009-05-13R1xx/r2xx: Don't use an alpha texture format for GLX_TEXTURE_FORMAT_RGB_EXTAlex Deucher
2009-04-01radeon: go back and repick texture formats.Dave Airlie
2009-03-26radeon/r200/r300: set correct row stride for rbsDave Airlie
2009-03-24radeon/r200/r300: fix warningsDave Airlie
2009-03-22radeon/r200/r300: add support for new tfp interfaceDave Airlie
2009-03-20Merge remote branch 'main/master' into radeon-rewriteDave Airlie
2009-03-19radeon/r200/r300: cleanup some of the renderbuffer codeDave Airlie
2009-03-10radeon: remove unused linesDave Airlie
2009-03-05radeon: use t->bo to figure out of settexbuffer override is in actionDave Airlie
2009-03-04radeon: settexbuffer supportDave Airlie
2009-02-21mesa: re-org texgen stateBrian Paul
2009-02-17radeon/r200: drop dirty state from texture object + pp_txoffsetDave Airlie
2009-02-17radeon: fix not emitting texture state correctlyDave Airlie
2009-02-17radeon: move YUV on first texunit check after hw state is setupDave Airlie
2009-02-14radeon: remove old cube codeDave Airlie
2009-02-13radeon/r200: fix set tex offset functionsDave Airlie
2009-02-10r100: remove debug codeDave Airlie
2009-02-10r100: fix 3D texture fallbackDave Airlie
2009-02-10radeon: major cleanups removing old dead codepaths.Dave Airlie
2009-02-09radeon: make more r100 workDave Airlie
2009-02-04radeon: make compile again.Dave Airlie
2009-01-29WIP comitDave Airlie
2009-01-14radeon/r200/r300: initial attempt to convert to common context codeDave Airlie
2009-01-13radeon/r200: start splitting out commonalities into separate headersDave Airlie
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-07-14radeon: SetTexOffset supportChris Rankin
2006-11-02s/GLuint/int/ to silence warningsBrian Paul
2006-10-15fix handling of textures with a base internal format that does not have all f...Roland Scheidegger
2006-09-13Always mark tex state atom as dirty when the texture image is dirty, this ens...Roland Scheidegger
2006-09-10remove code to deal with non-normalized texture coordinates for tex rect targ...Roland Scheidegger
2006-09-10cause a raster fallback if a yuv texture is used on texture unit > 0 as yuv c...Roland Scheidegger
2006-01-30fix broken assertion to make radeon driver compile with -DDEBUG...Roland Scheidegger
2005-10-15enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger
2005-10-13enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...Roland Scheidegger
2005-10-13make sure texture matrix is updated often enough with texture rectanglesRoland Scheidegger
2005-10-05Remove the tcl fallback for texture rectangle (by manipulating the texture ma...Roland Scheidegger
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul
2005-09-26remove identity check for texgen planes (which was just plain wrong).Roland Scheidegger
2005-06-26Explain the reason for TCL fallback when GL_SPHERE_MAP happens withEric Anholt
2005-05-28Put some fallback debugging output under DEBUG_FALLBACKS.Eric Anholt
2005-02-10add texture micro and macro tiling to radeon/r200 driver. This can improve pe...Roland Scheidegger
2004-10-07Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt
2004-06-23revert accidental change from rev. 1.10Roland Scheidegger
2004-06-19Big-endian texture fixes from Michel Dänzer.Brian Paul
2004-06-17use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture fo...Roland Scheidegger
2004-06-02change GL_ARB_texture_env_crossbar implementation behaviour to OGL 1.4 core s...Roland Scheidegger
2004-06-01add support for GL_ARB_texture_env_crossbarRoland Scheidegger
2004-04-26bring over build fixes from stable branchAlan Hourihane
2004-02-16texture env combine refactor (Andreas Stenglein), following the same principl...Roland Scheidegger