summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome/via_context.c
Commit message (Expand)AuthorAgeFilesLines
* revert some makecurrent codeAlan Hourihane2005-01-131-2/+1
* Fix glean scissor testAlan Hourihane2005-01-131-0/+5
* Remove bogus write to freed memory (valgrind).Keith Whitwell2005-01-121-1/+0
* Check for deletion of currently bound contextAlan Hourihane2005-01-121-18/+18
* Disable bogus pbuffer code (though this could be revived with a littleKeith Whitwell2005-01-111-0/+6
* Temporarily disable pageflipping assert.Keith Whitwell2005-01-111-2/+2
* Add a big nasty fallback for AlphaTest -- seems to always be wrongKeith Whitwell2005-01-111-1/+2
* Fallback on PolygonStipple for CLE266 hardware.Alan Hourihane2005-01-101-3/+1
* Only try to free the front buffer when it's a pbuffer.Alan Hourihane2005-01-051-1/+1
* Add GL_EXT_fog_coordKeith Whitwell2005-01-041-0/+1
* Add GL_EXT_secondary_colorKeith Whitwell2005-01-041-0/+1
* Change to use the t_vertex.c mechanisms for building vertices,Keith Whitwell2005-01-041-4/+2
* Get scissor test working again. Passes glean scissor test.Keith Whitwell2004-12-301-2/+10
* Calculate DEPTH_SCALE correctly for polygon offset.Keith Whitwell2004-12-301-0/+3
* Fix some wrapping bugs in the last commit. Probably there are moreKeith Whitwell2004-12-291-1/+1
* Simplfy clear() and swapbuffers() code.Keith Whitwell2004-12-291-199/+127
* Don't advertise wide lines or points.Keith Whitwell2004-12-291-4/+4
* Make line stipple a fallback.Keith Whitwell2004-12-291-1/+0
* Large updateKeith Whitwell2004-12-291-28/+28
* Remove the VIA_PERFORMANCE code. A step towards moving the driverKeith Whitwell2004-12-231-28/+1
* Chop out more dead code.Keith Whitwell2004-12-231-31/+16
* Remove dead code.Keith Whitwell2004-12-221-307/+86
* Push a number of global variables into the viaContext struct.Keith Whitwell2004-12-211-23/+20
* Note that state is dirty on contended lock. Allows two applicationsKeith Whitwell2004-12-211-0/+5
* Add vsync swapbuffers. This waits on the irq so gears run in this modeKeith Whitwell2004-12-211-5/+47
* Remove #ifdef DEBUG's in code, but still allow compiler to remove debugKeith Whitwell2004-12-201-44/+5
* Unichrome DRI:Thomas Hellström2004-12-151-38/+8
* Unichrome DRI:Thomas Hellström2004-12-151-9/+1
* fix recursion problem introduced on Nov 27Brian Paul2004-12-121-1/+1
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-3/+0
* Make the GL_RENDERER string include the actual chipset informationIan Romanick2004-10-131-8/+16
* Massively cleaned up the code that calculates front/back/depth bufferIan Romanick2004-10-081-259/+125
* Set MaxTextureImageUnits and MaxTextureCoordUnits to match MaxTextureUnits.Ian Romanick2004-10-041-0/+2
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-1/+1
* Factored out code for setting texture coordinate wrap bits. Added supportIan Romanick2004-09-301-3/+3
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-5/+0
* Start to "modernize" the driver.Ian Romanick2004-06-041-26/+55
* Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell2004-04-291-3/+3
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-1/+1
* added _tnl_allow_vertex/pixel_fog() callsBrian Paul2004-02-261-1/+3
* updates from Erdi ChenBrian Paul2004-02-231-18/+24
* Via Unichrome/cle266 driver (Erdi Chen)Brian Paul2004-01-301-0/+1185