Remove CVS keywords.
[mesa.git] / src / mesa / drivers / dri / savage / savagetris.c
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-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-21 BrianRemove ctx->Point._Size and ctx->Line._Width.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-04-11 Michal KrolMore GLSL code:
2005-03-06 Felix Kuehling- Fixed two bugs related to DMA buffer handling that...
2005-02-12 Felix KuehlingFall back properly when GL_COLOR_LOGIC_OP is enabled...
2005-01-23 Felix KuehlingMy last attempt to fix polygon offsets with the reverse...
2005-01-21 Felix KuehlingSmall cleanup:
2005-01-20 Felix Kuehling* Added options for disabling the fast path (render...
2005-01-16 Felix KuehlingAdded a fast path for emitting unclipped primitives...
2005-01-08 Felix Kuehling* Flush and wait in per-primitive fallback functions...
2005-01-07 Felix KuehlingFixed: ptex drawing functions were overridden with...
2005-01-05 Felix Kuehling* Fixed handling of scissors
2005-01-02 Felix KuehlingImproved the performance of software fallbacks by not...
2005-01-01 Felix KuehlingRemoved all direct hardware access (MMIO, BCI) from...
2004-12-23 Felix KuehlingSimplified and optimized _savage_texnorm_stage.
2004-12-22 Felix Kuehling- Fake projective textures on a single texture unit...
2004-12-17 Felix KuehlingMade debugging output controllable via environment...
2004-12-17 Felix KuehlingAdded a TNL pipeline stage that normalizes texture...
2004-12-14 Alan Hourihaneuint*t -> u_int*t
2004-10-07 Felix KuehlingFix emitting fog without secondary color and vice-versa.
2004-07-01 Keith WhitwellRename the various function types in t_context.h to...
2004-04-22 Keith WhitwellFix order of EMIT_4UB_4F declarations
2004-03-25 Felix KuehlingMore state management changes:
2004-03-24 Felix KuehlingMake sure hardware culling is disabled for unfilled...
2004-03-24 Felix KuehlingBuffer vertices and emit them in batches. Still using...
2004-03-21 Felix Kuehlingunsigned int -> uint32_t, unsigned char -> uint8_t...
2004-03-07 Felix KuehlingFixed two small problems in the vertex setup.
2004-03-02 Felix KuehlingCope with float colors in VERT_SET_RGBA and VERT_SET_SP...
2004-02-29 Felix KuehlingCorrected the maximum vertex size argument of _tnl_init...
2004-02-26 Felix KuehlingAdapt the VERT_SET/COPY/SAVE/RESTORE_RGBA/SPEC macros...
2004-02-26 Felix KuehlingConverted vertex setup to use t_vertex.[ch].
2004-02-22 Felix KuehlingImported the Savage DRI driver from the savage-2-0...