aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i810/i810context.c
Commit message (Expand)AuthorAgeFilesLines
* Make GL_ARB_vertex_buffer_object mandatoryIan Romanick2009-01-281-4/+0
* Make GL_ARB_multisample mandatoryIan Romanick2009-01-281-2/+0
* Make GL_ARB_texture_compression mandatoryIan Romanick2009-01-281-2/+0
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-8/+8
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-6/+6
* include points.h to fix warningsBrian2007-04-051-0/+1
* i810/i915/i915tex: reinitialize the context point stateXiang, Haihao2007-04-041-0/+5
* enable ARB_vertex_buffer_object for more dri driversRoland Scheidegger2007-03-131-0/+2
* switch several dri drivers overKeith Whitwell2006-10-301-3/+3
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-151-1/+0
* add texture rectangle support for i815, I wrote the original patch aboutDave Airlie2006-05-171-0/+1
* replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger2006-02-031-1/+2
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-141-0/+1
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-4/+3
* Implement GL_ARB_texture_env_combine, GL_EXT_texture_env_combine, andIan Romanick2005-08-291-1/+4
* Enable ARB_texture_compression. The code has been in place for a long time,Ian Romanick2005-08-191-0/+2
* Add support for NV_blend_square. This was tested withIan Romanick2005-08-181-0/+1
* Make sure extension entry point offsets are properly initialized. This isIan Romanick2005-08-181-1/+1
* Don't try to update hardware texture fields if there is no hardware texture.Ian Romanick2005-08-181-1/+1
* Make the i810 driver use driGetRendererString like all the other drivers.Ian Romanick2005-08-181-2/+19
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-10/+15
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-11/+14
* fix some signed vs unsigned warningsDave Airlie2005-02-141-1/+1
* Also PUBLICize the config option tableAdam Jackson2004-12-161-1/+1
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-3/+0
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-2/+2
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-5/+4
* added _tnl_allow_vertex/pixel_fog() callsBrian Paul2004-02-261-1/+3
* fix breakage associated with pointers not being initialised inDave Airlie2004-01-281-7/+9
* Make the drivers using the common texmem code work with NewTextureObjectFelix Kuehling2004-01-261-2/+0
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-3/+15
* minor changes to silence warningsBrian Paul2004-01-181-2/+2
* Removed redundant extension strings. The Mesa extension mechanismIan Romanick2004-01-121-3/+0
* set MaxTextureImageUnits, MaxTextureCoordUnitsKeith Whitwell2003-12-121-0/+2
* fix bogus assertion that checked for an empty texture heap list beforeAlan Hourihane2003-12-081-2/+2
* Provide dummy definitions of __driConfig externsKeith Whitwell2003-12-081-0/+3
* Import vtx-0-2-branchKeith Whitwell2003-11-241-2/+2
* add the i810 driver - no kernel driver yetAlan Hourihane2003-09-301-0/+532