summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome/via_ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-5/+5
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg1-3/+6
2007-10-30More vblank cleanups.Michel Dänzer1-2/+1
2007-10-29Refactor and fix core vblank supportJesse Barnes1-7/+7
2007-03-18screen offset changes, bug 9965Miguel Marte1-14/+10
2006-11-10Implement GLX_SGI_make_current_readIan Romanick1-14/+20
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul1-3/+4
2006-10-18Want to stop passing x/y/width/height to Clear() function.Brian Paul1-2/+9
2006-05-08updates to dri drivers for recent stencil changesKeith Whitwell1-1/+1
2005-11-16Bring in last minute 6_4 branch changes to the unichrome driverThomas Hellström1-9/+14
2005-09-03SetBuffer, renderbuffer changesBrian Paul1-13/+13
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick1-3/+3
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-10/+10
2005-03-22merge unichrome changes from branchKeith Whitwell1-103/+315
2005-01-14Get PolygonStipple working.. (or seemingly too). It seems to do the rightAlan Hourihane1-12/+2
2005-01-1416bpp doesn't support masked clears, so fallback when they're enabled.Alan Hourihane1-0/+10
2005-01-13Fix glean scissor testAlan Hourihane1-2/+2
2005-01-12Don't emit HC_SubA_HSPXYOS on CLE266.Keith Whitwell1-3/+11
2005-01-11Add a big nasty fallback for AlphaTest -- seems to always be wrongKeith Whitwell1-2/+5
2005-01-06Small Unichrome fixes:Thomas Hellström1-0/+3
2005-01-05make alloc-dma functions inline, rearrange some debugKeith Whitwell1-60/+23
2005-01-05Bring VIA driver up-to-date with regard to drm_*_t changes and removeAlan Hourihane1-3/+3
2005-01-04Change to use the t_vertex.c mechanisms for building vertices,Keith Whitwell1-4/+8
2004-12-30Get scissor test working again. Passes glean scissor test.Keith Whitwell1-21/+37
2004-12-30Simplify viaBlit a bit more.Keith Whitwell1-54/+36
2004-12-29Fix some wrapping bugs in the last commit. Probably there are moreKeith Whitwell1-18/+36
2004-12-29Simplfy clear() and swapbuffers() code.Keith Whitwell1-541/+324
2004-12-29Don't pingpong cliprects through sarea on CopyBuffer().Keith Whitwell1-34/+5
2004-12-29Large updateKeith Whitwell1-332/+281
2004-12-23Chop out more dead code.Keith Whitwell1-29/+11
2004-12-22Fix merge error.Keith Whitwell1-55/+0
2004-12-22Remove dead code.Keith Whitwell1-701/+300
2004-12-21Remove debug code which referenced an old global variable.Keith Whitwell1-0/+4
2004-12-21Push a number of global variables into the viaContext struct.unichrome-last-xineramaKeith Whitwell1-31/+32
2004-12-21Add missing swap-control calculations.Keith Whitwell1-11/+4
2004-12-21Add vsync swapbuffers. This waits on the irq so gears run in this modeKeith Whitwell1-4/+47
2004-12-20Remove #ifdef DEBUG's in code, but still allow compiler to remove debugKeith Whitwell1-56/+2
2004-12-15Unichrome DRI:Thomas Hellström1-998/+327
2004-10-08Massively cleaned up the code that calculates front/back/depth bufferIan Romanick1-77/+0
2004-10-02added support for GL_ARB_draw_buffersBrian Paul1-11/+11
2004-05-08Don't mix variable definitions and other statements (fixed build on oldEric Anholt1-1/+2
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl1-6/+6
2004-02-23updates from Erdi ChenBrian Paul1-18/+89
2004-01-30Via Unichrome/cle266 driver (Erdi Chen)Brian Paul1-0/+2217