summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i810/i810context.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-26dri: Remove all DRI1 driversIan Romanick1-570/+0
2011-04-05dri: Remove driver date from renderer stringIan Romanick1-3/+1
2011-02-08mesa: remove _mesa_create_context_for_api()Brian Paul1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-5/+5
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg1-3/+3
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-1/+1
2010-09-27mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick1-1/+0
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg1-1/+2
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-3/+0
2010-01-20i810: Remove unnecessary headers.Vinson Lee1-3/+0
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-12/+12
2009-10-23mesa: Enable remap table in core.Chia-I Wu1-1/+1
2009-01-28Make GL_ARB_vertex_buffer_object mandatoryIan Romanick1-4/+0
2009-01-28Make GL_ARB_multisample mandatoryIan Romanick1-2/+0
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick1-2/+0
2008-09-21Remove CVS keywords.Keith Whitwell1-1/+0
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-8/+8
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian1-6/+6
2007-04-05include points.h to fix warningsBrian1-0/+1
2007-04-04i810/i915/i915tex: reinitialize the context point stateXiang, Haihao1-0/+5
2007-03-13enable ARB_vertex_buffer_object for more dri driversRoland Scheidegger1-0/+2
2006-10-30switch several dri drivers overKeith Whitwell1-3/+3
2006-10-15Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul1-1/+0
2006-05-17add texture rectangle support for i815, I wrote the original patch aboutDave Airlie1-0/+1
2006-02-03replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger1-1/+2
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul1-0/+1
2005-09-03SetBuffer, renderbuffer changesBrian Paul1-4/+3
2005-08-29Implement GL_ARB_texture_env_combine, GL_EXT_texture_env_combine, andIan Romanick1-1/+4
2005-08-19Enable ARB_texture_compression. The code has been in place for a long time,Ian Romanick1-0/+2
2005-08-18Add support for NV_blend_square. This was tested withIan Romanick1-0/+1
2005-08-18Make sure extension entry point offsets are properly initialized. This isIan Romanick1-1/+1
2005-08-18Don't try to update hardware texture fields if there is no hardware texture.Ian Romanick1-1/+1
2005-08-18Make the i810 driver use driGetRendererString like all the other drivers.Ian Romanick1-2/+19
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick1-10/+15
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-11/+14
2005-02-14fix some signed vs unsigned warningsDave Airlie1-1/+1
2004-12-16Also PUBLICize the config option tableAdam Jackson1-1/+1
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul1-3/+0
2004-10-02added support for GL_ARB_draw_buffersBrian Paul1-2/+2
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul1-5/+4
2004-02-26added _tnl_allow_vertex/pixel_fog() callsBrian Paul1-1/+3
2004-01-28fix breakage associated with pointers not being initialised inDave Airlie1-7/+9
2004-01-26Make the drivers using the common texmem code work with NewTextureObjectFelix Kuehling1-2/+0
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul1-3/+15
2004-01-18minor changes to silence warningsBrian Paul1-2/+2
2004-01-12Removed redundant extension strings. The Mesa extension mechanismIan Romanick1-3/+0
2003-12-12set MaxTextureImageUnits, MaxTextureCoordUnitsKeith Whitwell1-0/+2
2003-12-08fix bogus assertion that checked for an empty texture heap list beforeAlan Hourihane1-2/+2
2003-12-08Provide dummy definitions of __driConfig externsKeith Whitwell1-0/+3
2003-11-24Import vtx-0-2-branchKeith Whitwell1-2/+2