summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i830/i830_context.c
AgeCommit message (Expand)Author
2006-01-24remove very old i830 codeAlan Hourihane
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-10-07Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-06-10Add FXT1 compression support to i830 driverDave Airlie
2004-05-13cast driHwLock assignmentBrian Paul
2004-05-12Added support for GL_EXT_blend_equation_separate andIan Romanick
2004-05-11Fix a possible segfault caused by the SGI_make_current_read changes.Ian Romanick
2004-05-07Add support for GLX_SGI_make_current_read.Ian Romanick
2004-05-07Add support for the 3rd and 4th texture units. The actual number ofIan Romanick
2004-05-07Refactor "classic" texture environments to be implemented in terms ofIan Romanick
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-02-26added _tnl_allow_vertex/pixel_fog() callsBrian Paul
2004-01-26Make the drivers using the common texmem code work with NewTextureObjectFelix Kuehling
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2004-01-19Migrate i830 driver to t_vertex.[ch] for building hw vertices.Keith Whitwell
2004-01-19fix glitch from previous check-in (pointer vs int)Brian Paul
2004-01-18minor changes to silence warningsBrian Paul
2004-01-12Removed redundant extension strings. The Mesa extension mechanismIan Romanick
2003-12-12set MaxTextureImageUnits, MaxTextureCoordUnitsKeith Whitwell
2003-12-08fix bogus assertion that checked for an empty texture heap list beforeAlan Hourihane
2003-12-08Provide dummy definitions of __driConfig externsKeith Whitwell
2003-11-24Import vtx-0-2-branchKeith Whitwell
2003-09-30add the i830 driver - no kernel driver yetAlan Hourihane