summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome/via_context.c
AgeCommit message (Expand)Author
2006-01-30fix broken assertions so dri drivers compile with -DDEBUG (replace GL_STENCIL...Roland Scheidegger
2005-11-16Fixes for x86_64 Unichrome.Thomas Hellström
2005-11-16Bring in last minute 6_4 branch changes to the unichrome driverThomas Hellström
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul
2005-09-07try to fix renderbuffer breakage, primarily in calculate_buffer_parameters()Brian Paul
2005-09-06added viaRenderbufferStorage() functionBrian Paul
2005-09-03SetBuffer, renderbuffer changesBrian Paul
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick
2005-05-26Bump driver date.Keith Whitwell
2005-05-25Fix various issues with cliprects and MakeCurrentKeith Whitwell
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-03-22rename mesaVis to try and improve clarityKeith Whitwell
2005-03-22merge unichrome changes from branchKeith Whitwell
2005-02-11Turn _via_fastrender_stage back on.Keith Whitwell
2005-01-19Bring the texcombine fixes to the trunk.Keith Whitwell
2005-01-14Fix previously un-noticed issue with flat-shaded points.Keith Whitwell
2005-01-13revert some makecurrent codeAlan Hourihane
2005-01-13Fix glean scissor testAlan Hourihane
2005-01-12Remove bogus write to freed memory (valgrind).Keith Whitwell
2005-01-12Check for deletion of currently bound contextAlan Hourihane
2005-01-11Disable bogus pbuffer code (though this could be revived with a littleKeith Whitwell
2005-01-11Temporarily disable pageflipping assert.Keith Whitwell
2005-01-11Add a big nasty fallback for AlphaTest -- seems to always be wrongKeith Whitwell
2005-01-10Fallback on PolygonStipple for CLE266 hardware.Alan Hourihane
2005-01-05Only try to free the front buffer when it's a pbuffer.Alan Hourihane
2005-01-04Add GL_EXT_fog_coordKeith Whitwell
2005-01-04Add GL_EXT_secondary_colorKeith Whitwell
2005-01-04Change to use the t_vertex.c mechanisms for building vertices,Keith Whitwell
2004-12-30Get scissor test working again. Passes glean scissor test.Keith Whitwell
2004-12-30Calculate DEPTH_SCALE correctly for polygon offset.Keith Whitwell
2004-12-29Fix some wrapping bugs in the last commit. Probably there are moreKeith Whitwell
2004-12-29Simplfy clear() and swapbuffers() code.Keith Whitwell
2004-12-29Don't advertise wide lines or points.Keith Whitwell
2004-12-29Make line stipple a fallback.Keith Whitwell
2004-12-29Large updateKeith Whitwell
2004-12-23Remove the VIA_PERFORMANCE code. A step towards moving the driverKeith Whitwell
2004-12-23Chop out more dead code.Keith Whitwell
2004-12-22Remove dead code.Keith Whitwell
2004-12-21Push a number of global variables into the viaContext struct.Keith Whitwell
2004-12-21Note that state is dirty on contended lock. Allows two applicationsKeith Whitwell
2004-12-21Add vsync swapbuffers. This waits on the irq so gears run in this modeKeith Whitwell
2004-12-20Remove #ifdef DEBUG's in code, but still allow compiler to remove debugKeith Whitwell
2004-12-15Unichrome DRI:Thomas Hellström
2004-12-15Unichrome DRI:Thomas Hellström
2004-12-12fix recursion problem introduced on Nov 27Brian Paul
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-10-13Make the GL_RENDERER string include the actual chipset informationIan Romanick
2004-10-08Massively cleaned up the code that calculates front/back/depth bufferIan Romanick