Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed gl_copy_context to _mesa_copy_context | Brian Paul | 2000-09-26 | 1 | -2/+2 |
| | |||||
* | First batch of OpenGL SI related changes: | Brian Paul | 2000-09-26 | 15 | -282/+305 |
| | | | | | | | 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. | ||||
* | added some casts (Takaaki Nomura) | Brian Paul | 2000-09-12 | 2 | -32/+32 |
| | |||||
* | Win32 updates (Chris Morley) | Brian Paul | 2000-09-12 | 1 | -82/+30 |
| | |||||
* | removed unused NEW_DRVSTATE flags | Brian Paul | 2000-09-08 | 1 | -1/+0 |
| | |||||
* | removed ctx->Driver.Dither function | Brian Paul | 2000-09-08 | 5 | -78/+45 |
| | |||||
* | added OSMesaCreateContextExt() | Brian Paul | 2000-09-08 | 1 | -11/+49 |
| | |||||
* | Removed ctx->Driver.LogicOp(). | Brian Paul | 2000-09-07 | 4 | -43/+15 |
| | | | | | | | | ctx->Driver.Index/ColorMask() now return void. Removed SWmasking and SWLogicOpEnabled variables. LogicOps and color/index masking are no longer special-case device driver functions. The Xlib driver was the only driver that used them. Things are more uniform now. | ||||
* | added xmesa_update_span_funcs() | Brian Paul | 2000-09-07 | 1 | -2/+6 |
| | |||||
* | newly organized Xlib driver files | Brian Paul | 2000-09-07 | 5 | -0/+10515 |
| | |||||
* | fbiRev and tmuRev weren't getting initialized when using Glide3 | Brian Paul | 2000-08-31 | 1 | -13/+26 |
| | |||||
* | added more resolutions (Andy Sloane) | Brian Paul | 2000-08-31 | 1 | -3/+5 |
| | |||||
* | Committing in . | Jouk Jansen | 2000-08-22 | 3 | -3/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ---------------------------------------------------------------------- | ||||
* | use ImageTransferState | Brian Paul | 2000-08-21 | 1 | -1/+1 |
| | |||||
* | removed all dependencies on XMesa | Brian Paul | 2000-08-13 | 1 | -21/+5 |
| | |||||
* | fixed segfault problem when using MESA_GLX_FX | Brian Paul | 2000-08-13 | 1 | -11/+8 |
| | |||||
* | fixed depth mask bug in fxddClear(DD_DEPTH_BIT) | Brian Paul | 2000-08-09 | 1 | -0/+2 |
| | |||||
* | updated version to 3.5 | Brian Paul | 2000-08-08 | 1 | -3/+3 |
| | |||||
* | updated Phil's email address | Brian Paul | 2000-08-02 | 1 | -2/+2 |
| | |||||
* | updates from [email protected] | Brian Paul | 2000-08-02 | 2 | -8/+15 |
| | |||||
* | a bunch of thread-safety changes | Brian Paul | 2000-07-19 | 1 | -1/+4 |
| | |||||
* | added GL_EXT_texture_env_combine (Holger Waechtler) | Brian Paul | 2000-06-27 | 1 | -1/+2 |
| | |||||
* | replaced fxTMReloadSubMipMapLevel() call w/ fxTMReloadMipMapLevel() to ↵ | Brian Paul | 2000-06-16 | 1 | -1/+1 |
| | | | | work-around subtex bug | ||||
* | added dummy function to silence compiler warning | Brian Paul | 2000-06-14 | 5 | -5/+56 |
| | |||||
* | Lots of small updates to GGIMesa, tracking LibGGI internals changes | Jon Taylor | 2000-06-11 | 11 | -13/+62 |
| | |||||
* | variety of updates to better conform to real GLX | Brian Paul | 2000-06-08 | 3 | -64/+59 |
| | |||||
* | fixed bugs in fxSetupDepthTest() | Brian Paul | 2000-06-05 | 1 | -4/+6 |
| | |||||
* | include glheader.h instead of system headers | Brian Paul | 2000-05-26 | 2 | -10/+5 |
| | |||||
* | more work on GL_ARB_texture_cube_map | Brian Paul | 2000-05-26 | 1 | -1/+2 |
| | |||||
* | enable and clean-up of paletted texture code | Brian Paul | 2000-05-23 | 2 | -34/+35 |
| | |||||
* | update for Glide3 | Brian Paul | 2000-05-22 | 1 | -2/+15 |
| | |||||
* | Pass pixel format to xmesa_color_to_pixel(). Compute clearpixel without dither | Brian Paul | 2000-05-19 | 1 | -3/+4 |
| | |||||
* | fixed glDrawBuffer(GL_NONE) bug | Brian Paul | 2000-05-05 | 2 | -6/+16 |
| | |||||
* | replaced buggy fxDDReadRGBAPixels() with read_R5G6B5_pixels() | Brian Paul | 2000-05-05 | 1 | -18/+35 |
| | |||||
* | added check for tmuRam==4 for Voodoo2 (Bernd) | Brian Paul | 2000-05-05 | 1 | -1/+2 |
| | |||||
* | EnvMode GL_BLEND and tex invalidate changes from Daryll | Brian Paul | 2000-05-04 | 2 | -3/+9 |
| | |||||
* | conditionally include some fields in the context struct for DRI / non-DRI | Brian Paul | 2000-05-04 | 1 | -0/+2 |
| | |||||
* | made fxMesaCurrentCtx static | Brian Paul | 2000-05-04 | 1 | -1/+1 |
| | |||||
* | call _mesa_initialize_context() | Brian Paul | 2000-04-22 | 1 | -7/+7 |
| | |||||
* | updated RENDERER version | Brian Paul | 2000-04-20 | 1 | -1/+1 |
| | |||||
* | minor clean-up | Brian Paul | 2000-04-20 | 1 | -5/+5 |
| | |||||
* | Use smooth shaded triangles always. Fix SoF bug. | Keith Whitwell | 2000-04-19 | 1 | -14/+15 |
| | |||||
* | minor clean-up | Brian Paul | 2000-04-19 | 3 | -25/+53 |
| | |||||
* | dynamically allocate color table data, uses less memory | Brian Paul | 2000-04-17 | 1 | -57/+85 |
| | |||||
* | minor updates | Brian Paul | 2000-04-15 | 2 | -1/+3 |
| | |||||
* | wrapper for grTexLodBiasValue() | Brian Paul | 2000-04-15 | 2 | -4/+13 |
| | |||||
* | applied Bernd's changes to useBGR code | Brian Paul | 2000-04-14 | 1 | -20/+57 |
| | |||||
* | silenced warnings in FX_grSstPerfStats() | Brian Paul | 2000-04-11 | 1 | -1/+1 |
| | |||||
* | fixed bug in XF86 writeRegionClipped() | Brian Paul | 2000-04-11 | 1 | -1/+1 |
| | |||||
* | fixed stride problem in read_R5G6B5_span | Brian Paul | 2000-04-11 | 1 | -2/+6 |
| |