Replace ctx->Driver.StencilOp/Func/Mask() functions with
[mesa.git] / src / mesa / drivers / dri / r200 / r200_state.c
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-09-12 Roland Scheideggeradd complete support for ATI_fragment_shader for the...
2005-09-09 Roland ScheideggerFix wrong fallback bit being set by the tcl fallback...
2005-09-03 Brian Paulremove dead code
2005-09-01 Brian PaulFinish up some of the gl_renderbuffer work.
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-02-17 Brian Pauls/0/NULL/ (Jeff Muizelaar)
2005-02-08 Keith WhitwellSUBPIXEL fixes from Dieter
2005-02-08 Michel DänzerCall _mesa_ResizeBuffersMESA() in r200Viewport(), fixes...
2005-01-26 Roland Scheidegger(Stephane Marchesin, me) Add support for color (framebu...
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-12-08 Roland Scheidegger(Stephane Marchesin, me) add hyperz support to radeon...
2004-11-03 Roland Scheideggerenable GL_EXT_fog_coord. Calculate fog factors and...
2004-10-16 Eric AnholtAdd code to support projective texturing and fix mixed...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-09-07 Dave AirlieThis patch enables GL_ARB_vertex_program and GL_NV_vert...
2004-05-27 Roland Scheideggerchange some explicit references to texture units 0...
2004-05-20 Roland ScheideggerAdd support for GL_EXT_blend_[func|equation]_separate...
2004-05-14 Roland ScheideggerFix GL_MIN and GL_MAX blend equations (set blend factor...
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-03-18 Ian RomanickConvert int(8|32)_t to uint(8|32)_t, like should have...
2004-03-17 Ian RomanickConvert all uses of CARD32 and CARD8 to int32_t and...
2004-03-11 Jon SmirlAdjustments to make everything use IOCTL/sarea defines...
2004-02-10 Roland ScheideggerChanged lighting to use SOURCE_MATERIAL instead of...
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2004-01-24 Michel DänzerFix hardware ROP state handling (Roland Scheidegger)
2004-01-23 Michel DänzerCall UpdateMaterial() unconditionally on GL_COLOR_MATER...
2004-01-23 Michel DänzerFix attenuation hardware state handling, inspired by...
2004-01-21 Ian RomanickRemove dd_function_table::BlendFunc. All drivers now use
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-18 Brian Paulminor changes to silence warnings
2003-12-27 Keith WhitwellDon't allow lighting in model coordinates when fog...
2003-12-09 Keith WhitwellNo need to call UpdateMaterial() from RunPipeline().
2003-12-07 Alan Hourihanesync some more of the r200 driver from the DRI trunk
2003-11-24 Keith WhitwellImport vtx-0-2-branch
2003-08-06 Keith Whitwellr200 driver, brought over by Jon Smirl