summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* change lighting to use MULT instead of PREMULT (i.e. move some lighting color...Roland Scheidegger2004-02-102-39/+34
* Refactor "class" texture environments to be implemented in terms ofIan Romanick2004-02-061-12/+12
* fix potential problem overwriting dma regionRoland Scheidegger2004-02-061-2/+2
* remove bogus check of texture target in RadeonTexParameterRoland Scheidegger2004-02-061-4/+0
* Include context.h in radeon_state.c.Felix Kuehling2004-02-021-0/+1
* Fixed a cut-and-paste bug from the BlendFuncSeparate driver interfaceIan Romanick2004-01-281-2/+2
* Use NEED_SECONDARY_COLOR() for checking specular state at all timesKeith Whitwell2004-01-282-2/+2
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-4/+9
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-274-39/+20
* remove bogus assertion in DeleteTexture() functionBrian Paul2004-01-261-1/+0
* Make the drivers using the common texmem code work with NewTextureObjectFelix Kuehling2004-01-262-10/+4
* Parse radeon, not r200 configuration in radeonCreateContext.Felix Kuehling2004-01-241-1/+1
* Fix hardware ROP state handling (Roland Scheidegger)Michel Dänzer2004-01-241-3/+3
* Call UpdateMaterial() unconditionally on GL_COLOR_MATERIAL state changeMichel Dänzer2004-01-231-10/+7
* Fix attenuation hardware state handling, inspired by the R200 DDK referenceMichel Dänzer2004-01-233-15/+31
* Silence some compiler warnings.Ian Romanick2004-01-212-5/+5
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-211-11/+7
* 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