Refactor and fix core vblank support
[mesa.git] / src / mesa / drivers / dri / r200 / r200_context.h
2007-10-29 Jesse BarnesRefactor and fix core vblank support
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-09-29 Chris Rankinr200: Implement SetTexOffset hook.
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-17 Christoff Brillremove CVS/XFree86 keywords
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-08 Roland Scheideggerr200: simplify / unify input map handling for vp and...
2007-02-03 Michel DänzerMerge branch 'origin'
2007-02-03 Roland Scheideggerremove now unused vtxfmt stuff from radeon/r200 header...
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-17 Nian WuMerge branch 'crestline' into crestline-qa
2006-12-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2006-12-13 Roland Scheideggersubmit vertex weights to make World of Warcraft maybe...
2006-12-13 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2006-11-30 Roland Scheideggerfix mixed conventional / generic vertex arrays which...
2006-11-15 Jerome GlisseRemove use of GetBufferSize (depreciated).
2006-11-03 Roland Scheideggerenable generic arrays for r200 hw vertex programs by...
2006-10-24 Roland Scheideggerfix (per-vertex) fog when using ARB_vp by incorporating...
2006-10-13 Roland Scheideggerimplement ARB_point_parameters and ARB_point_sprite...
2006-08-30 Roland ScheideggerMinor r200 vertex program cleanups. Remove disabled...
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-07-03 Roland Scheideggercheck if radeon_drm.h from libdrm is new enough, otherw...
2006-06-02 Roland Scheideggerimplement arb_vertex_program in hw for r200. Code conta...
2006-05-27 Roland Scheideggerpreparation for r200 hw vertex programs. Increase R200_...
2006-04-11 Michal KrolMore GLSL code:
2006-03-31 Brian PaulDave Reveman's patch for GLX_MESA_copy_sub_buffer support
2006-03-28 Roland Scheideggerfix missing *_STATECHANGE in *UpdateViewportOffset...
2005-11-02 Eric AnholtFirst step of Radeon DRI unification:
2005-10-13 Roland Scheideggerfix potential bug when emitting elts with lots of compo...
2005-10-05 Roland Scheideggerreverse accidentally commited part of last commit ...
2005-10-05 Roland Scheideggerenable point sizes larger than 1 (for aliased points...
2005-09-12 Roland Scheideggeradd complete support for ATI_fragment_shader for the...
2005-09-01 Brian PaulFinish up some of the gl_renderbuffer work.
2005-08-31 Roland Scheideggerenable GL_ARB_texture_env_crossbar on r200, separate...
2005-07-26 Ian RomanickFixes the glXGetProcAddress portion of the interface...
2005-05-31 Eric AnholtCorrect the descriptions of the glBlend{Equation,Func...
2005-03-15 Roland Scheideggeradd support for user-configurable brilinear filtering...
2005-02-10 Roland Scheideggeradd texture micro and macro tiling to radeon/r200 drive...
2005-01-31 Adam JacksonBug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers...
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-09-30 Eric AnholtOK, one more time. Simplify the state-backup system...
2004-09-22 Eric AnholtThe previous code would emit a full set of state during...
2004-08-17 Eric AnholtClose some races with locking on R100 and R200 which...
2004-06-02 Roland Scheideggeradd support for more than 2 texture units (max 6, defau...
2004-06-02 Ian RomanickReplace drmHandle, drmContext, drmDrawable, drmMagic...
2004-05-28 Roland Scheideggerremove never finished verts path (r200_maos_vbtmp.h...
2004-05-20 Roland ScheideggerAdd support for GL_EXT_blend_[func|equation]_separate...
2004-05-05 Ian RomanickAdded support for the 3rd texture coordinate for cubema...
2004-04-26 Alan Hourihanebring over build fixes from stable branch
2004-04-23 Ian RomanickConvert R200 driver to use the t_vertex interface.
2004-03-11 Jon SmirlAdjustments to make everything use IOCTL/sarea defines...
2004-01-23 Michel DänzerFix attenuation hardware state handling, inspired by...
2004-01-21 Ian RomanickSilence some compiler warnings.
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-09 Keith WhitwellRoland Scheidegger's r200_changeemitorder.diff.
2003-12-11 Keith WhitwellUpdates to tnl_dd_dmatmp.h
2003-12-07 Alan Hourihanesync some more of the r200 driver from the DRI trunk
2003-12-05 Alan Hourihanexmlconfig fixes
2003-10-21 Jon SmirlUpdate DRI drivers to current DRI CVS and make them...
2003-08-22 Brian Paulpatch to import Jon Smirl's work from Bitkeeper
2003-08-06 Keith Whitwellr200 driver, brought over by Jon Smirl