radeon/r200/r300: another big merge upheavel.
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_state.c
2009-02-12 Dave Airlieradeon/r200/r300: another big merge upheavel.
2009-02-10 Dave Airlier100: remove debug code
2009-02-09 Dave Airlieradeon: major cleanups removing old dead codepaths.
2009-02-06 Dave Airlier100: fixup radeon so gears seems to work
2009-01-20 Dave Airlier200: clear is working at least - not much else
2009-01-14 Dave Airlieradeon/r200/r300: attempt to move lock to common code
2009-01-14 Dave Airlieradeon/r200/r300: initial attempt to convert to common...
2008-09-21 Keith WhitwellRemove CVS keywords.
2008-09-21 Keith Whitwellmesa: standardize on C99's uint*_t instead of u_int*_t
2008-09-18 Brian Paulmesa: added "main/" prefix to includes, remove some...
2008-01-07 BrianReplace gl_framebuffer's _ColorDrawBufferMask with...
2007-03-21 Brianmerge from master
2007-03-13 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-12 Alan Swansonradeon: Adapt cliprect fixes from r300.
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Jerome GlisseCorrect a little bug, radeon->glCtx is a pointer.
2006-10-31 Keith Whitwellremove vtxfmt code, switch over to vbo
2006-10-18 Ian RomanickEnable GLX_SGI_make_current_read for radeon.
2006-09-13 Roland Scheideggerdon't use derived value _ColorLogicOpEnabled as it...
2006-09-10 Roland Scheideggerremove code to deal with non-normalized texture coordin...
2006-05-08 Keith Whitwellupdates to dri drivers for recent stencil changes
2006-03-28 Roland Scheideggerfix missing *_STATECHANGE in *UpdateViewportOffset...
2006-02-28 Aapo TahkolaNo need to call *_FIREVERTICES twice.
2005-11-02 Eric AnholtFirst step of Radeon DRI unification:
2005-10-27 Eric AnholtBug #4900: Fix the non-fogcoord fog test on r100 (and...
2005-10-17 Roland Scheideggeradd GL_EXT_fog_coord support to radeon driver. No vtxfm...
2005-10-15 Roland Scheideggerenable cube maps on radeon (#2241 on bugzilla). No...
2005-10-13 Roland Scheideggerenable 3rd texture unit on radeon (default still 2...
2005-10-08 Roland Scheideggerremove code dealing with drm versions older than 1...
2005-10-05 Roland Scheideggerremove unneeded parameter from radeonUploadTexMatrix.
2005-10-05 Roland ScheideggerRemove the tcl fallback for texture rectangle (by manip...
2005-09-26 Roland Scheideggerfix projective texturing for (swtcl) texture rectangles...
2005-09-14 Brian PaulInstead of calling _mesa_ResizeBuffersMESA() in the...
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-09-04 Brian PaulSimplify radeonSetCliprects(). Remove the 'mode' param...
2005-09-01 Brian PaulFinish up some of the gl_renderbuffer work.
2005-08-31 Brian Paulremove redundant ctx->Driver fallback assignments that...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-02-16 Brian Pauls/0/NULL/ (Jeff Muizelaar)
2005-02-08 Keith WhitwellSUBPIXEL fixes from Dieter
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-03 Roland Scheideggerenable GL_EXT_stencil_wrap (patch from idr), including...
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
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 Scheideggerchange lighting to use MULT instead of PREMULT (i.e...
2004-02-02 Felix KuehlingInclude context.h in radeon_state.c.
2004-01-28 Ian RomanickFixed a cut-and-paste bug from the BlendFuncSeparate...
2004-01-28 Keith WhitwellUse NEED_SECONDARY_COLOR() for checking specular state...
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
2003-12-28 Felix KuehlingFix TCL_LIGHT_MODEL_CTL setting in radeonColorMaterial.
2003-12-09 Keith WhitwellNo need to call radeonUpdateMaterial() from RunPipeline().
2003-12-07 Alan Hourihanemerge some more of the radeon DRI driver from the DRI...
2003-11-24 Keith WhitwellImport vtx-0-2-branch
2003-08-22 Brian Paulpatch to import Jon Smirl's work from Bitkeeper