summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11
AgeCommit message (Collapse)Author
2000-10-05better handling of GLX_DEPTH_SIZE in glXChooseVisual()Brian Paul
2000-09-28removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled insteadBrian Paul
2000-09-26renamed gl_copy_context to _mesa_copy_contextBrian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
Renamed struct gl_context to struct __GLcontextRec. Include glcore.h, setup GL imports/exports. Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions. GLcontext's Visual field is no longer a pointer.
2000-09-12added some casts (Takaaki Nomura)Brian Paul
2000-09-08removed ctx->Driver.Dither functionBrian Paul
2000-09-07added xmesa_update_span_funcs()Brian Paul
2000-09-07newly organized Xlib driver filesBrian Paul
2000-08-22 Committing in .Jouk Jansen
Modified Files: Mesa/include/GL/glx.h Mesa/include/GL/xmesa.h Mesa/src/descrip.mms Mesa/src/X/glxheader.h Mesa/src/X/xfonts.c Mesa/src/X/xfonts.h Mesa/src-glu/descrip.mms Mesa/src-glut/capturexfont.c Mesa/src-glut/descrip.mms Mesa/src-glut/glut_cmap.c Mesa/src-glut/glut_event.c Mesa/src-glut/glut_fullscrn.c Mesa/src-glut/glut_gamemode.c Mesa/src-glut/glut_init.c Mesa/src-glut/glut_input.c Mesa/src-glut/glut_menu.c Mesa/src-glut/glut_menu2.c Mesa/src-glut/glut_overlay.c Mesa/src-glut/glut_win.c Mesa/src-glut/glut_winmisc.c Mesa/src-glut/glutint.h Mesa/src-glut/layerutil.h Mesa/vms/analyze_map.com Added Files: Mesa/include/GL/vms_x_fix.h Patches effective on VMS only. This allows for compiling with /name=(as_is,short). This breaks the binary compatibility with previous versions for VMS, but is the only way to combine Mesa with GTK for VMS. Jouk ----------------------------------------------------------------------
2000-08-13removed all dependencies on XMesaBrian Paul
2000-08-13fixed segfault problem when using MESA_GLX_FXBrian Paul
2000-08-08updated version to 3.5Brian Paul
2000-08-02updated Phil's email addressBrian Paul
2000-07-19a bunch of thread-safety changesBrian Paul
2000-06-08variety of updates to better conform to real GLXBrian Paul
2000-05-19Pass pixel format to xmesa_color_to_pixel(). Compute clearpixel without ditherBrian Paul
2000-04-19minor clean-upBrian Paul
2000-04-10added glXGetFBConfigs(), fixed glXChooseFBConfig()Brian Paul
2000-04-05new arguments to XMesaCreateVisual()Brian Paul
2000-03-31fixed mistake in glXGetConfig(GLX_VISUAL_CAVEAT_EXT)Brian Paul
2000-03-31added rest of GLX_EXT_visual_rating extensionBrian Paul
2000-03-31minor tweak to GLX_VISUAL_CAVEAT_EXT queryBrian Paul
2000-03-31updates for separate R/G/B/A accum buffer sizesBrian Paul
2000-03-17silence some warningsBrian Paul
2000-03-03runtime selectable depth buffer depthBrian Paul
2000-02-27changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul
2000-02-25inserted a tabBrian Paul
2000-02-25changed glXCopyContext mask back to GLuintBrian Paul
2000-02-25changed glXCopyContext's mask to unsigned longBrian Paul
2000-02-25Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell
mechanism. LogicOp state change callback
2000-02-23changed glXCopyContext()'s mask to unsigned longBrian Paul
2000-02-22fixed bug in 24bpp ximage pixel addressingBrian Paul
2000-01-27updated version string to Mesa 3.3Brian Paul
2000-01-07added BitsPerPixel to XMesaVisual structBrian Paul
2000-01-06updated Clear function for new mask bitsBrian Paul
1999-12-12bitmaps were vertically shifted by one pixelBrian Paul
1999-12-11added GLX_ARB_get_proc_address to extension listBrian Paul
1999-12-10added glXGetProcAddressARB()Brian Paul
1999-11-28added missing functions in GLX_functions[] arrayBrian Paul
1999-11-28updated comments, removed obsolete functionsBrian Paul
1999-11-28removed include fakeglx.hBrian Paul
1999-11-28obsoleteBrian Paul
1999-11-28changes for new GLX dispatcherBrian Paul
1999-11-28all new dispatch systemBrian Paul
1999-11-28initial revBrian Paul
1999-11-25bunch of changes for separate read buffer featureBrian Paul
1999-11-25implemented glXMakeContextCurrent() and glXGetCurrentReadDrawable()Brian Paul
1999-11-24added support for separate read/draw buffers per contextBrian Paul
1999-11-23added GLX 1.3 functionsBrian Paul
1999-11-22clean up of version handling, removed GLX_EXT_get_proc_address stringBrian Paul