aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/common/driverfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Added driver hooks for GetTexImage() and GetCompressedTexImage().Brian Paul2004-12-121-0/+2
* use _mesa_unmap_buffer by defaultBrian Paul2004-10-311-2/+2
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-0/+1
* Removed the old teximage code.Brian Paul2004-04-271-2/+2
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-1/+1
* added device driver hooks for BindProgram, NewProgram, DeleteProgramBrian Paul2004-01-231-0/+6
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-211-1/+0
* _mesa_init_driver_functions() to initialize dd_function_tableBrian Paul2004-01-201-0/+206