summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome/via_context.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-2/+3
* Refactor and fix core vblank supportJesse Barnes2007-10-291-3/+0
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-1/+0
* screen offset changes, bug 9965Miguel Marte2007-03-181-5/+0
* Implement GLX_SGI_make_current_readIan Romanick2006-11-101-11/+22
* Fixes for x86_64 Unichrome.Thomas Hellström2005-11-161-5/+5
* Bring in last minute 6_4 branch changes to the unichrome driverThomas Hellström2005-11-161-1/+1
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-7/+12
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-1/+0
* add special case for flat shaded + separate specular trianglesKeith Whitwell2005-05-251-0/+1
* Disable polygon stipple - it seems to break if certain specific stippleKeith Whitwell2005-05-251-1/+1
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-1/+1
* merge unichrome changes from branchKeith Whitwell2005-03-221-215/+249
* Bring the texcombine fixes to the trunk.Keith Whitwell2005-01-191-2/+3
* Fix previously un-noticed issue with flat-shaded points.Keith Whitwell2005-01-141-1/+0
* Get PolygonStipple working.. (or seemingly too). It seems to do the rightAlan Hourihane2005-01-141-2/+0
* Emit constant colors for texunit 1 blending.Keith Whitwell2005-01-131-0/+3
* Check for deletion of currently bound contextAlan Hourihane2005-01-121-1/+0
* Add flag to clear texture caches after texture upload.Keith Whitwell2005-01-121-0/+1
* Add a big nasty fallback for AlphaTest -- seems to always be wrongKeith Whitwell2005-01-111-0/+3
* Fallback on PolygonStipple for CLE266 hardware.Alan Hourihane2005-01-101-0/+15
* Bring VIA driver up-to-date with regard to drm_*_t changes and removeAlan Hourihane2005-01-051-1/+0
* Change to use the t_vertex.c mechanisms for building vertices,Keith Whitwell2005-01-041-8/+16
* Calculate DEPTH_SCALE correctly for polygon offset.Keith Whitwell2004-12-301-0/+1
* Simplify viaBlit a bit more.Keith Whitwell2004-12-301-0/+2
* Fix some wrapping bugs in the last commit. Probably there are moreKeith Whitwell2004-12-291-0/+1
* Simplfy clear() and swapbuffers() code.Keith Whitwell2004-12-291-9/+15
* Large updateKeith Whitwell2004-12-291-22/+4
* Remove the VIA_PERFORMANCE code. A step towards moving the driverKeith Whitwell2004-12-231-63/+0
* Chop out more dead code.Keith Whitwell2004-12-231-28/+3
* Remove dead code.Keith Whitwell2004-12-221-51/+14
* Push a number of global variables into the viaContext struct.Keith Whitwell2004-12-211-0/+3
* Add vsync swapbuffers. This waits on the irq so gears run in this modeKeith Whitwell2004-12-211-0/+16
* Remove #ifdef DEBUG's in code, but still allow compiler to remove debugKeith Whitwell2004-12-201-0/+6
* Unichrome DRI:Thomas Hellström2004-12-151-11/+3
* Massively cleaned up the code that calculates front/back/depth bufferIan Romanick2004-10-081-4/+1
* Cut out all of the old texture environment code and rewrote it fromIan Romanick2004-10-021-0/+3
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-7/+1
* Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick2004-06-021-3/+3
* Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell2004-04-291-2/+2
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-3/+3
* updates from Erdi ChenBrian Paul2004-02-231-20/+8
* Via Unichrome/cle266 driver (Erdi Chen)Brian Paul2004-01-301-0/+486