aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i810/i810state.c
Commit message (Expand)AuthorAgeFilesLines
* 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-11/+10
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-211-1/+1
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-7/+9
* Remove ctx->Point._Size and ctx->Line._Width.Brian2007-07-211-2/+8
* switch several dri drivers overKeith Whitwell2006-10-301-2/+2
* Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul2006-10-151-15/+0
* add texture rectangle support for i815, I wrote the original patch aboutDave Airlie2006-05-171-0/+1
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-141-4/+0
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-9/+0
* Implement GL_ARB_texture_env_combine, GL_EXT_texture_env_combine, andIan Romanick2005-08-291-30/+30
* Add support for NV_blend_square. This was tested withIan Romanick2005-08-181-6/+18
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-3/+3
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-0/+3
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-1/+1
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-3/+3
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-3/+7
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-211-16/+3
* add the i810 driver - no kernel driver yetAlan Hourihane2003-09-301-0/+1019