aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_state.c
Commit message (Expand)AuthorAgeFilesLines
...
* Changed lighting to use SOURCE_MATERIAL instead of PREMULT (moves some light ...Roland Scheidegger2004-02-101-71/+104
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-3/+6
* 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-231-0/+39
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-211-9/+3
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-46/+50
* minor changes to silence warningsBrian Paul2004-01-181-0/+1
* Don't allow lighting in model coordinates when fog is active,Keith Whitwell2003-12-271-0/+3
* No need to call UpdateMaterial() from RunPipeline().Keith Whitwell2003-12-091-2/+0
* sync some more of the r200 driver from the DRI trunkAlan Hourihane2003-12-071-2/+5
* Import vtx-0-2-branchKeith Whitwell2003-11-241-2/+24
* r200 driver, brought over by Jon SmirlKeith Whitwell2003-08-061-0/+2175