Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.
[mesa.git] / src / mesa / drivers / dri / unichrome / via_context.c
2006-10-15 Brian PaulRemove Driver.ResizeBuffers = _mesa_resize_framebuffer...
2006-10-15 Brian Paulincreate MaxTextureLevels to 11 (bug 3130)
2006-09-28 Michel DänzerMake driDrawableInitVBlank() initialize the sequence...
2006-07-10 Thomas HellströmThe SiS and Unichrome drivers assume that the handle...
2006-06-29 Brian Paulonly assert front/back pitch if double-buffered (bug...
2006-01-30 Roland Scheideggerfix broken assertions so dri drivers compile with ...
2005-11-16 Thomas HellströmFixes for x86_64 Unichrome.
2005-11-16 Thomas HellströmBring in last minute 6_4 branch changes to the unichrom...
2005-09-14 Brian PaulInstead of calling _mesa_ResizeBuffersMESA() in the...
2005-09-07 Brian Paultry to fix renderbuffer breakage, primarily in calculat...
2005-09-06 Brian Pauladded viaRenderbufferStorage() function
2005-09-03 Brian PaulSetBuffer, renderbuffer changes
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
2005-07-26 Ian RomanickFixes the glXGetProcAddress portion of the interface...
2005-06-30 Ian RomanickReplace add_newer_entrypoints (src/mesa/main/context...
2005-05-26 Keith WhitwellBump driver date.
2005-05-25 Keith WhitwellFix various issues with cliprects and MakeCurrent
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-03-22 Keith Whitwellrename mesaVis to try and improve clarity
2005-03-22 Keith Whitwellmerge unichrome changes from branch
2005-02-11 Keith WhitwellTurn _via_fastrender_stage back on.
2005-01-19 Keith WhitwellBring the texcombine fixes to the trunk.
2005-01-14 Keith WhitwellFix previously un-noticed issue with flat-shaded points.
2005-01-13 Alan Hourihanerevert some makecurrent code
2005-01-13 Alan HourihaneFix glean scissor test
2005-01-12 Keith WhitwellRemove bogus write to freed memory (valgrind).
2005-01-12 Alan HourihaneCheck for deletion of currently bound context
2005-01-11 Keith WhitwellDisable bogus pbuffer code (though this could be revive...
2005-01-11 Keith WhitwellTemporarily disable pageflipping assert.
2005-01-11 Keith WhitwellAdd a big nasty fallback for AlphaTest -- seems to...
2005-01-10 Alan HourihaneFallback on PolygonStipple for CLE266 hardware.
2005-01-05 Alan HourihaneOnly try to free the front buffer when it's a pbuffer.
2005-01-04 Keith WhitwellAdd GL_EXT_fog_coord
2005-01-04 Keith WhitwellAdd GL_EXT_secondary_color
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 WhitwellCalculate DEPTH_SCALE correctly for polygon offset.
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 WhitwellDon't advertise wide lines or points.
2004-12-29 Keith WhitwellMake line stipple a fallback.
2004-12-29 Keith WhitwellLarge update
2004-12-23 Keith WhitwellRemove the VIA_PERFORMANCE code. A step towards moving...
2004-12-23 Keith WhitwellChop out more dead code.
2004-12-22 Keith WhitwellRemove dead code.
2004-12-21 Keith WhitwellPush a number of global variables into the viaContext...
2004-12-21 Keith WhitwellNote that state is dirty on contended lock. Allows...
2004-12-21 Keith WhitwellAdd vsync swapbuffers. This waits on the irq so gears...
2004-12-20 Keith WhitwellRemove #ifdef DEBUG's in code, but still allow compiler...
2004-12-15 Thomas HellströmUnichrome DRI:
2004-12-15 Thomas HellströmUnichrome DRI:
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-13 Ian RomanickMake the GL_RENDERER string include the actual chipset...
2004-10-08 Ian RomanickMassively cleaned up the code that calculates front...
2004-10-04 Ian RomanickSet MaxTextureImageUnits and MaxTextureCoordUnits to...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-09-30 Ian RomanickFactored out code for setting texture coordinate wrap...
2004-07-04 Jon SmirlPatch removes _SOLO definition needed for mesa-solo...
2004-06-04 Ian RomanickStart to "modernize" the driver.
2004-04-29 Keith WhitwellAllow *_dri.so to build in Mesa tree with the 'linux...
2004-03-11 Jon SmirlAdjustments to make everything use IOCTL/sarea defines...
2004-02-26 Brian Pauladded _tnl_allow_vertex/pixel_fog() calls
2004-02-23 Brian Paulupdates from Erdi Chen
2004-01-30 Brian PaulVia Unichrome/cle266 driver (Erdi Chen)