More GLSL code:
[mesa.git] / src / mesa / drivers / dri / unichrome / via_state.c
2005-09-14 Brian PaulInstead of calling _mesa_ResizeBuffersMESA() in the...
2005-09-03 Brian PaulSetBuffer, renderbuffer changes
2005-05-25 Keith Whitwelladd special case for flat shaded + separate specular...
2005-05-25 Keith WhitwellDisable polygon stipple - it seems to break if certain...
2005-04-14 Keith WhitwellDisable CLOD (Lod constant) state emit. The values...
2005-03-22 Keith Whitwellmerge unichrome changes from branch
2005-01-19 Keith WhitwellBring the texcombine fixes to the trunk.
2005-01-14 Alan HourihaneEnable line stippling.
2005-01-14 Keith WhitwellFix previously un-noticed issue with flat-shaded points.
2005-01-14 Alan HourihaneGet PolygonStipple working.. (or seemingly too). It...
2005-01-13 Keith WhitwellRemove misleading comment.
2005-01-13 Keith WhitwellEmit constant colors for texunit 1 blending.
2005-01-13 Keith Whitwellcut out dead texture state code
2005-01-13 Alan HourihaneFix glean scissor test
2005-01-13 Alan HourihaneAs we fallback for polygon stipple on the CLE266 for...
2005-01-12 Keith WhitwellDon't special-case 16bpp for colormask register - not...
2005-01-12 Keith WhitwellAdd flag to clear texture caches after texture upload.
2005-01-12 Alan HourihaneFix multitexturing.
2005-01-11 Alan Hourihanefix a typo
2005-01-11 Alan HourihaneFix the calculation of the alpha reference value which...
2005-01-11 Alan Hourihaneuncomment
2005-01-11 Alan HourihaneFix ColorMask
2005-01-11 Keith WhitwellAdd a big nasty fallback for AlphaTest -- seems to...
2005-01-11 Alan Hourihanefallback on polygon.stippleflag (thanks Keith)
2005-01-10 Alan HourihaneFallback on PolygonStipple for CLE266 hardware.
2005-01-05 Keith WhitwellAvoid a segfault in multiarb.c
2005-01-04 Keith WhitwellTurn specular lighting state on/off appropriately.
2005-01-04 Keith WhitwellChange to use the t_vertex.c mechanisms for building...
2004-12-30 Keith WhitwellGet scissor test working again. Passes glean scissor...
2004-12-30 Keith WhitwellSimplify viaBlit a bit more.
2004-12-30 Keith Whitwellfix regression with fallbacks from recent commits
2004-12-30 Keith WhitwellFix MagFilter state for texunit 0
2004-12-29 Keith WhitwellFix some wrapping bugs in the last commit. Probably...
2004-12-29 Keith WhitwellSimplfy clear() and swapbuffers() code.
2004-12-29 Keith WhitwellMake line stipple a fallback.
2004-12-29 Keith WhitwellLarge update
2004-12-23 Keith WhitwellChop out more dead code.
2004-12-22 Keith WhitwellRemove dead code.
2004-12-20 Keith WhitwellRemove #ifdef DEBUG's in code, but still allow compiler...
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-12-12 Brian Paulfix recursion problem introduced on Nov 27
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-10-02 Ian RomanickCut out all of the old texture environment code and...
2004-10-01 Ian RomanickReplace the numerous switch-statements to derive GL_COM...
2004-09-30 Ian RomanickFactored out code for setting texture coordinate wrap...
2004-02-23 Brian Paulupdates from Erdi Chen
2004-01-30 Brian PaulMinor fixes for recent Mesa 6.1 changes
2004-01-30 Brian PaulVia Unichrome/cle266 driver (Erdi Chen)