summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome/via_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-3/+6
* More vblank cleanups.Michel Dänzer2007-10-301-2/+1
* Refactor and fix core vblank supportJesse Barnes2007-10-291-7/+7
* screen offset changes, bug 9965Miguel Marte2007-03-181-14/+10
* Implement GLX_SGI_make_current_readIan Romanick2006-11-101-14/+20
* Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-3/+4
* Want to stop passing x/y/width/height to Clear() function.Brian Paul2006-10-181-2/+9
* updates to dri drivers for recent stencil changesKeith Whitwell2006-05-081-1/+1
* Bring in last minute 6_4 branch changes to the unichrome driverThomas Hellström2005-11-161-9/+14
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-13/+13
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-3/+3
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-10/+10
* merge unichrome changes from branchKeith Whitwell2005-03-221-103/+315
* Get PolygonStipple working.. (or seemingly too). It seems to do the rightAlan Hourihane2005-01-141-12/+2
* 16bpp doesn't support masked clears, so fallback when they're enabled.Alan Hourihane2005-01-141-0/+10
* Fix glean scissor testAlan Hourihane2005-01-131-2/+2
* Don't emit HC_SubA_HSPXYOS on CLE266.Keith Whitwell2005-01-121-3/+11
* Add a big nasty fallback for AlphaTest -- seems to always be wrongKeith Whitwell2005-01-111-2/+5
* Small Unichrome fixes:Thomas Hellström2005-01-061-0/+3
* make alloc-dma functions inline, rearrange some debugKeith Whitwell2005-01-051-60/+23
* Bring VIA driver up-to-date with regard to drm_*_t changes and removeAlan Hourihane2005-01-051-3/+3
* Change to use the t_vertex.c mechanisms for building vertices,Keith Whitwell2005-01-041-4/+8
* Get scissor test working again. Passes glean scissor test.Keith Whitwell2004-12-301-21/+37
* Simplify viaBlit a bit more.Keith Whitwell2004-12-301-54/+36
* Fix some wrapping bugs in the last commit. Probably there are moreKeith Whitwell2004-12-291-18/+36
* Simplfy clear() and swapbuffers() code.Keith Whitwell2004-12-291-541/+324
* Don't pingpong cliprects through sarea on CopyBuffer().Keith Whitwell2004-12-291-34/+5
* Large updateKeith Whitwell2004-12-291-332/+281
* Chop out more dead code.Keith Whitwell2004-12-231-29/+11
* Fix merge error.Keith Whitwell2004-12-221-55/+0
* Remove dead code.Keith Whitwell2004-12-221-701/+300
* Remove debug code which referenced an old global variable.Keith Whitwell2004-12-211-0/+4
* Push a number of global variables into the viaContext struct.Keith Whitwell2004-12-211-31/+32
* Add missing swap-control calculations.Keith Whitwell2004-12-211-11/+4
* Add vsync swapbuffers. This waits on the irq so gears run in this modeKeith Whitwell2004-12-211-4/+47
* Remove #ifdef DEBUG's in code, but still allow compiler to remove debugKeith Whitwell2004-12-201-56/+2
* Unichrome DRI:Thomas Hellström2004-12-151-998/+327
* Massively cleaned up the code that calculates front/back/depth bufferIan Romanick2004-10-081-77/+0
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-11/+11
* Don't mix variable definitions and other statements (fixed build on oldEric Anholt2004-05-081-1/+2
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-6/+6
* updates from Erdi ChenBrian Paul2004-02-231-18/+89
* Via Unichrome/cle266 driver (Erdi Chen)Brian Paul2004-01-301-0/+2217