summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/osmesa/osmesa.c
Commit message (Expand)AuthorAgeFilesLines
* Implemented support for the HP occlusion test extension (osmesa and X)Randy Frank2000-03-281-61/+47
* removed old Depth buffer pointer varBrian Paul2000-03-171-3/+5
* runtime selectable depth buffer depthBrian Paul2000-03-031-62/+105
* Added occlusion test code. Follows the HP proposed occlusion test extension.Randy Frank2000-01-151-2/+219
* GLcontext is now nested in OSMesaContextBrian Paul2000-01-141-57/+69
* updated Clear function for new mask bitsBrian Paul2000-01-061-3/+13
* removed old thread codeBrian Paul1999-12-171-45/+16
* pass new args to gl_create_framebuffer()Brian Paul1999-12-101-3/+8
* replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer()Brian Paul1999-11-251-3/+12
* initial changes for Mesa 3.3Brian Paul1999-11-111-4/+4
* removed GL_ prefix from memory macrosBrian Paul1999-10-131-5/+5
* Initial revisionjtg1999-08-191-0/+1594