aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_state.c
Commit message (Expand)AuthorAgeFilesLines
* (Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger2005-01-261-0/+3
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-1/+1
* enable GL_EXT_stencil_wrap (patch from idr), including some hacks for origina...Roland Scheidegger2004-12-031-0/+46
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-0/+3
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-1/+1
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-2/+2
* Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.Ian Romanick2004-03-181-1/+1
* Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick2004-03-171-1/+1
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-10/+10
* change lighting to use MULT instead of PREMULT (i.e. move some lighting color...Roland Scheidegger2004-02-101-35/+30
* 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-281-1/+1
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-4/+9
* 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-12/+27
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-211-11/+7
* Fix TCL_LIGHT_MODEL_CTL setting in radeonColorMaterial.Felix Kuehling2003-12-281-8/+8
* No need to call radeonUpdateMaterial() from RunPipeline().Keith Whitwell2003-12-091-2/+0
* merge some more of the radeon DRI driver from the DRI trunkAlan Hourihane2003-12-071-2/+5
* Import vtx-0-2-branchKeith Whitwell2003-11-241-2/+24
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+2211