summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul2004-01-201-13/+4
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-205-68/+75
* replace -lm with $(GL_LIB_DEPS) to get -lexpatBrian Paul2004-01-191-1/+1
* minor changes to silence warningsBrian Paul2004-01-181-0/+1
* Change get_ust_nop()'s parameter from int64_t to uint64_t to silence warnings.Brian Paul2004-01-182-2/+2
* Fix cosmetic GL_RENDERER string problem (Andreas Stenglein)Michel Dänzer2004-01-171-1/+1
* Added support for EXT_texture_mirror_clamp.Ian Romanick2004-01-132-4/+13
* Removed redundant extension strings. The Mesa extension mechanismIan Romanick2004-01-121-4/+0
* call _mesa_delete_texture_object() from in the driver's DeleteTexture functionBrian Paul2004-01-111-0/+3
* Add support for Radeon IGP chipsets, based off of mcgrof-radeon-igp-v3.diffEric Anholt2004-01-051-0/+13
* Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell2004-01-051-17/+1
* Added def_max_anisotropy and no_neg_lod_bias options to radeon and r200.Felix Kuehling2004-01-052-3/+27
* New, less expensive workaround for state-change lockups.Felix Kuehling2004-01-042-21/+54
* Reenable the vtxfmt code paths in the radeon and r200 drivers.Felix Kuehling2004-01-041-7/+8
* Fix TCL_LIGHT_MODEL_CTL setting in radeonColorMaterial.Felix Kuehling2003-12-281-8/+8
* applied Felix's patch for configuration systemBrian Paul2003-12-122-24/+26
* new MakefilesBrian Paul2003-12-121-2/+2
* set MaxTextureImageUnits, MaxTextureCoordUnitsKeith Whitwell2003-12-121-0/+2
* Updates to tnl_dd_dmatmp.hKeith Whitwell2003-12-114-103/+58
* fix from DRI trunkAlan Hourihane2003-12-101-7/+7
* fix typoAlan Hourihane2003-12-101-4/+4
* Fix use of uninited value 'flags', removed unused vars.Keith Whitwell2003-12-091-2/+2
* Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floatingKeith Whitwell2003-12-091-14/+34
* No need to call radeonUpdateMaterial() from RunPipeline().Keith Whitwell2003-12-091-2/+0
* fix bogus assertion that checked for an empty texture heap list beforeAlan Hourihane2003-12-081-2/+2
* add SETPARAM ioctlAlan Hourihane2003-12-081-9/+33
* merge some more of the radeon DRI driver from the DRI trunkAlan Hourihane2003-12-078-17/+59
* xmlconfig fixesAlan Hourihane2003-12-053-22/+44
* disable some DEBUGAlan Hourihane2003-12-042-1/+6
* build fixesAlan Hourihane2003-12-041-1/+1
* Otto Solares' patch to add radeon 9200Brian Paul2003-11-252-1/+14
* Import vtx-0-2-branchKeith Whitwell2003-11-2410-218/+189
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-2127-463/+422
* Fix Makefiles to copy lib to $(TOP)/lib if missingJon Smirl2003-10-201-1/+5
* Add missing assembly file from radeon buildJon Smirl2003-08-231-0/+492
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-2246-265/+21784
* Shared radeon/r200 init codeKeith Whitwell2003-08-067-0/+4399