aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome/via_context.c
Commit message (Expand)AuthorAgeFilesLines
* Bring in last minute 6_4 branch changes to the unichrome driverThomas Hellström2005-11-161-1/+1
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-141-0/+2
* try to fix renderbuffer breakage, primarily in calculate_buffer_parameters()Brian Paul2005-09-071-11/+27
* added viaRenderbufferStorage() functionBrian Paul2005-09-061-2/+13
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-10/+97
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-1/+1
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-13/+2
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-15/+22
* Bump driver date.mesa_20050526Keith Whitwell2005-05-261-1/+1
* Fix various issues with cliprects and MakeCurrentKeith Whitwell2005-05-251-5/+9
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-10/+16
* rename mesaVis to try and improve clarityKeith Whitwell2005-03-221-13/+13
* merge unichrome changes from branchKeith Whitwell2005-03-221-83/+115
* Turn _via_fastrender_stage back on.Keith Whitwell2005-02-111-1/+1
* Bring the texcombine fixes to the trunk.Keith Whitwell2005-01-191-2/+4
* Fix previously un-noticed issue with flat-shaded points.Keith Whitwell2005-01-141-0/+1
* 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.unichrome-last-xineramaKeith 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