summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome/via_context.h
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2007-10-29Refactor and fix core vblank supportJesse Barnes
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg
2007-03-18screen offset changes, bug 9965Miguel Marte
2006-11-10Implement GLX_SGI_make_current_readIan Romanick
2005-11-16Fixes for x86_64 Unichrome.Thomas Hellström
2005-11-16Bring in last minute 6_4 branch changes to the unichrome driverThomas Hellström
2005-09-03SetBuffer, renderbuffer changesBrian Paul
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-05-25add special case for flat shaded + separate specular trianglesKeith Whitwell
2005-05-25Disable polygon stipple - it seems to break if certain specific stippleKeith Whitwell
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-03-22merge unichrome changes from branchKeith Whitwell
2005-01-19Bring the texcombine fixes to the trunk.Keith Whitwell
2005-01-14Fix previously un-noticed issue with flat-shaded points.Keith Whitwell
2005-01-14Get PolygonStipple working.. (or seemingly too). It seems to do the rightAlan Hourihane
2005-01-13Emit constant colors for texunit 1 blending.Keith Whitwell
2005-01-12Check for deletion of currently bound contextAlan Hourihane
2005-01-12Add flag to clear texture caches after texture upload.Keith Whitwell
2005-01-11Add a big nasty fallback for AlphaTest -- seems to always be wrongKeith Whitwell
2005-01-10Fallback on PolygonStipple for CLE266 hardware.Alan Hourihane
2005-01-05Bring VIA driver up-to-date with regard to drm_*_t changes and removeAlan Hourihane
2005-01-04Change to use the t_vertex.c mechanisms for building vertices,Keith Whitwell
2004-12-30Calculate DEPTH_SCALE correctly for polygon offset.Keith Whitwell
2004-12-30Simplify viaBlit a bit more.Keith Whitwell
2004-12-29Fix some wrapping bugs in the last commit. Probably there are moreKeith Whitwell
2004-12-29Simplfy clear() and swapbuffers() code.Keith Whitwell
2004-12-29Large updateKeith Whitwell
2004-12-23Remove the VIA_PERFORMANCE code. A step towards moving the driverKeith Whitwell
2004-12-23Chop out more dead code.Keith Whitwell
2004-12-22Remove dead code.Keith Whitwell
2004-12-21Push a number of global variables into the viaContext struct.Keith Whitwell
2004-12-21Add vsync swapbuffers. This waits on the irq so gears run in this modeKeith Whitwell
2004-12-20Remove #ifdef DEBUG's in code, but still allow compiler to remove debugKeith Whitwell
2004-12-15Unichrome DRI:Thomas Hellström
2004-10-08Massively cleaned up the code that calculates front/back/depth bufferIan Romanick
2004-10-02Cut out all of the old texture environment code and rewrote it fromIan Romanick
2004-07-04Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl
2004-02-23updates from Erdi ChenBrian Paul
2004-01-30Via Unichrome/cle266 driver (Erdi Chen)Brian Paul