summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i810/i810context.c
AgeCommit message (Expand)Author
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-20i810: Remove unnecessary headers.Vinson Lee
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-10-23mesa: Enable remap table in core.Chia-I Wu
2009-01-28Make GL_ARB_vertex_buffer_object mandatoryIan Romanick
2009-01-28Make GL_ARB_multisample mandatoryIan Romanick
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian
2007-04-05include points.h to fix warningsBrian
2007-04-04i810/i915/i915tex: reinitialize the context point stateXiang, Haihao
2007-03-13enable ARB_vertex_buffer_object for more dri driversRoland Scheidegger
2006-10-30switch several dri drivers overKeith Whitwell
2006-10-15Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul
2006-05-17add texture rectangle support for i815, I wrote the original patch aboutDave Airlie
2006-02-03replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul
2005-09-03SetBuffer, renderbuffer changesBrian Paul
2005-08-29Implement GL_ARB_texture_env_combine, GL_EXT_texture_env_combine, andIan Romanick
2005-08-19Enable ARB_texture_compression. The code has been in place for a long time,Ian Romanick
2005-08-18Add support for NV_blend_square. This was tested withIan Romanick
2005-08-18Make sure extension entry point offsets are properly initialized. This isIan Romanick
2005-08-18Don't try to update hardware texture fields if there is no hardware texture.Ian Romanick
2005-08-18Make the i810 driver use driGetRendererString like all the other drivers.Ian 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
2005-02-14fix some signed vs unsigned warningsDave Airlie
2004-12-16Also PUBLICize the config option tableAdam Jackson
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-02-26added _tnl_allow_vertex/pixel_fog() callsBrian Paul
2004-01-28fix breakage associated with pointers not being initialised inDave Airlie
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-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 i810 driver - no kernel driver yetAlan Hourihane