aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_texstate.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/drivers: use _mesa_get_format_bytes()Brian Paul2009-09-271-1/+1
* radeon: oops remove debugging left on in previous patchDave Airlie2009-09-161-2/+0
* radeon: use txformat to decide to emit rect tex state.Dave Airlie2009-09-161-4/+8
* r100: Use shared debug code.Pauli Nieminen2009-08-311-4/+4
* radeon: set texture in state properly.Dave Airlie2009-07-111-2/+4
* radeon/r200/r300: drop radeon renderbuffer private width/heightDave Airlie2009-07-021-3/+3
* R1xx/r2xx: Don't use an alpha texture format for GLX_TEXTURE_FORMAT_RGB_EXTAlex Deucher2009-05-131-1/+4
* radeon: go back and repick texture formats.Dave Airlie2009-04-011-1/+1
* radeon/r200/r300: set correct row stride for rbsDave Airlie2009-03-261-0/+1
* radeon/r200/r300: fix warningsDave Airlie2009-03-241-7/+0
* radeon/r200/r300: add support for new tfp interfaceDave Airlie2009-03-221-4/+16
* Merge remote branch 'main/master' into radeon-rewriteDave Airlie2009-03-201-12/+12
|\
| * mesa: re-org texgen stateBrian Paul2009-02-211-12/+12
* | radeon/r200/r300: cleanup some of the renderbuffer codeDave Airlie2009-03-191-1/+1
* | radeon: remove unused linesDave Airlie2009-03-101-3/+0
* | radeon: use t->bo to figure out of settexbuffer override is in actionDave Airlie2009-03-051-1/+1
* | radeon: settexbuffer supportDave Airlie2009-03-041-0/+111
* | radeon/r200: drop dirty state from texture object + pp_txoffsetDave Airlie2009-02-171-9/+4
* | radeon: fix not emitting texture state correctlyDave Airlie2009-02-171-0/+2
* | radeon: move YUV on first texunit check after hw state is setupDave Airlie2009-02-171-5/+4
* | radeon: remove old cube codeDave Airlie2009-02-141-12/+1
* | radeon/r200: fix set tex offset functionsDave Airlie2009-02-131-3/+1
* | r100: remove debug codeDave Airlie2009-02-101-3/+0
* | r100: fix 3D texture fallbackDave Airlie2009-02-101-1/+5
* | radeon: major cleanups removing old dead codepaths.Dave Airlie2009-02-101-518/+105
* | radeon: make more r100 workDave Airlie2009-02-091-8/+38
* | radeon: make compile again.Dave Airlie2009-02-041-10/+11
* | WIP comitDave Airlie2009-01-291-2/+90
* | radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-20/+20
* | radeon/r200: start splitting out commonalities into separate headersDave Airlie2009-01-131-1/+1
|/
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-8/+8
* radeon: SetTexOffset supportChris Rankin2008-07-141-20/+63
* s/GLuint/int/ to silence warningsBrian Paul2006-11-021-2/+2
* fix handling of textures with a base internal format that does not have all f...Roland Scheidegger2006-10-151-10/+27
* Always mark tex state atom as dirty when the texture image is dirty, this ens...Roland Scheidegger2006-09-131-4/+6
* remove code to deal with non-normalized texture coordinates for tex rect targ...Roland Scheidegger2006-09-101-18/+28
* cause a raster fallback if a yuv texture is used on texture unit > 0 as yuv c...Roland Scheidegger2006-09-101-0/+3
* fix broken assertion to make radeon driver compile with -DDEBUG...Roland Scheidegger2006-01-301-1/+1
* enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger2005-10-151-5/+115
* enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...Roland Scheidegger2005-10-131-22/+6
* make sure texture matrix is updated often enough with texture rectanglesRoland Scheidegger2005-10-131-0/+2
* Remove the tcl fallback for texture rectangle (by manipulating the texture ma...Roland Scheidegger2005-10-051-37/+76
* In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul2005-10-051-1/+1
* remove identity check for texgen planes (which was just plain wrong).Roland Scheidegger2005-09-261-16/+12
* Explain the reason for TCL fallback when GL_SPHERE_MAP happens withEric Anholt2005-06-261-1/+2
* Put some fallback debugging output under DEBUG_FALLBACKS.Eric Anholt2005-05-281-2/+4
* add texture micro and macro tiling to radeon/r200 driver. This can improve pe...Roland Scheidegger2005-02-101-14/+56
* Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt2004-10-071-2/+29
* revert accidental change from rev. 1.10Roland Scheidegger2004-06-231-1/+1