summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome/via_context.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-26Bump driver date.mesa_20050526Keith Whitwell1-1/+1
2005-05-25Fix various issues with cliprects and MakeCurrentKeith Whitwell1-5/+9
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-10/+16
2005-03-22rename mesaVis to try and improve clarityKeith Whitwell1-13/+13
2005-03-22merge unichrome changes from branchKeith Whitwell1-83/+115
2005-02-11Turn _via_fastrender_stage back on.Keith Whitwell1-1/+1
2005-01-19Bring the texcombine fixes to the trunk.Keith Whitwell1-2/+4
2005-01-14Fix previously un-noticed issue with flat-shaded points.Keith Whitwell1-0/+1
2005-01-13revert some makecurrent codeAlan Hourihane1-2/+1
2005-01-13Fix glean scissor testAlan Hourihane1-0/+5
2005-01-12Remove bogus write to freed memory (valgrind).Keith Whitwell1-1/+0
2005-01-12Check for deletion of currently bound contextAlan Hourihane1-18/+18
2005-01-11Disable bogus pbuffer code (though this could be revived with a littleKeith Whitwell1-0/+6
2005-01-11Temporarily disable pageflipping assert.Keith Whitwell1-2/+2
2005-01-11Add a big nasty fallback for AlphaTest -- seems to always be wrongKeith Whitwell1-1/+2
2005-01-10Fallback on PolygonStipple for CLE266 hardware.Alan Hourihane1-3/+1
2005-01-05Only try to free the front buffer when it's a pbuffer.Alan Hourihane1-1/+1
2005-01-04Add GL_EXT_fog_coordKeith Whitwell1-0/+1
2005-01-04Add GL_EXT_secondary_colorKeith Whitwell1-0/+1
2005-01-04Change to use the t_vertex.c mechanisms for building vertices,Keith Whitwell1-4/+2
2004-12-30Get scissor test working again. Passes glean scissor test.Keith Whitwell1-2/+10
2004-12-30Calculate DEPTH_SCALE correctly for polygon offset.Keith Whitwell1-0/+3
2004-12-29Fix some wrapping bugs in the last commit. Probably there are moreKeith Whitwell1-1/+1
2004-12-29Simplfy clear() and swapbuffers() code.Keith Whitwell1-199/+127
2004-12-29Don't advertise wide lines or points.Keith Whitwell1-4/+4
2004-12-29Make line stipple a fallback.Keith Whitwell1-1/+0
2004-12-29Large updateKeith Whitwell1-28/+28
2004-12-23Remove the VIA_PERFORMANCE code. A step towards moving the driverKeith Whitwell1-28/+1
2004-12-23Chop out more dead code.Keith Whitwell1-31/+16
2004-12-22Remove dead code.Keith Whitwell1-307/+86
2004-12-21Push a number of global variables into the viaContext struct.unichrome-last-xineramaKeith Whitwell1-23/+20
2004-12-21Note that state is dirty on contended lock. Allows two applicationsKeith Whitwell1-0/+5
2004-12-21Add vsync swapbuffers. This waits on the irq so gears run in this modeKeith Whitwell1-5/+47
2004-12-20Remove #ifdef DEBUG's in code, but still allow compiler to remove debugKeith Whitwell1-44/+5
2004-12-15Unichrome DRI:Thomas Hellström1-38/+8
2004-12-15Unichrome DRI:Thomas Hellström1-9/+1
2004-12-12fix recursion problem introduced on Nov 27Brian Paul1-1/+1
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul1-3/+0
2004-10-13Make the GL_RENDERER string include the actual chipset informationIan Romanick1-8/+16
2004-10-08Massively cleaned up the code that calculates front/back/depth bufferIan Romanick1-259/+125
2004-10-04Set MaxTextureImageUnits and MaxTextureCoordUnits to match MaxTextureUnits.Ian Romanick1-0/+2
2004-10-02added support for GL_ARB_draw_buffersBrian Paul1-1/+1
2004-09-30Factored out code for setting texture coordinate wrap bits. Added supportIan Romanick1-3/+3
2004-07-04Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl1-5/+0
2004-06-04Start to "modernize" the driver.Ian Romanick1-26/+55
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell1-3/+3
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl1-1/+1
2004-02-26added _tnl_allow_vertex/pixel_fog() callsBrian Paul1-1/+3
2004-02-23updates from Erdi ChenBrian Paul1-18/+24
2004-01-30Via Unichrome/cle266 driver (Erdi Chen)Brian Paul1-0/+1185