summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/gamma/gamma_state.c
Commit message (Expand)AuthorAgeFilesLines
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-17/+17
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-3/+3
* merge current trunk into vbo branchAlan Hourihane2006-11-021-3/+2
* switch remaining drivers over to vboKeith Whitwell2006-10-311-2/+2
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-141-2/+0
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-4/+0
* Fix bug 1858 - array subscript out of range in gamma driver.Brian Paul2005-07-261-1/+0
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-4/+4
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-17/+17
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-0/+3
* build fixesAlan Hourihane2004-04-081-0/+2
* Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.Ian Romanick2004-03-181-17/+17
* Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick2004-03-171-17/+17
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-2/+4
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-211-10/+0
* add gamma driver - no kernel driver yetAlan Hourihane2003-09-301-0/+1734