summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Collapse)AuthorAgeFilesLines
* renamed gl_copy_context to _mesa_copy_contextBrian Paul2000-09-261-2/+2
|
* First batch of OpenGL SI related changes:Brian Paul2000-09-2615-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 Paul2000-09-122-32/+32
|
* Win32 updates (Chris Morley)Brian Paul2000-09-121-82/+30
|
* removed unused NEW_DRVSTATE flagsBrian Paul2000-09-081-1/+0
|
* removed ctx->Driver.Dither functionBrian Paul2000-09-085-78/+45
|
* added OSMesaCreateContextExt()Brian Paul2000-09-081-11/+49
|
* Removed ctx->Driver.LogicOp().Brian Paul2000-09-074-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 Paul2000-09-071-2/+6
|
* newly organized Xlib driver filesBrian Paul2000-09-075-0/+10515
|
* fbiRev and tmuRev weren't getting initialized when using Glide3Brian Paul2000-08-311-13/+26
|
* added more resolutions (Andy Sloane)Brian Paul2000-08-311-3/+5
|
* Committing in .Jouk Jansen2000-08-223-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 ImageTransferStateBrian Paul2000-08-211-1/+1
|
* removed all dependencies on XMesaBrian Paul2000-08-131-21/+5
|
* fixed segfault problem when using MESA_GLX_FXBrian Paul2000-08-131-11/+8
|
* fixed depth mask bug in fxddClear(DD_DEPTH_BIT)Brian Paul2000-08-091-0/+2
|
* updated version to 3.5Brian Paul2000-08-081-3/+3
|
* updated Phil's email addressBrian Paul2000-08-021-2/+2
|
* updates from [email protected]Brian Paul2000-08-022-8/+15
|
* a bunch of thread-safety changesBrian Paul2000-07-191-1/+4
|
* added GL_EXT_texture_env_combine (Holger Waechtler)Brian Paul2000-06-271-1/+2
|
* replaced fxTMReloadSubMipMapLevel() call w/ fxTMReloadMipMapLevel() to ↵Brian Paul2000-06-161-1/+1
| | | | work-around subtex bug
* added dummy function to silence compiler warningBrian Paul2000-06-145-5/+56
|
* Lots of small updates to GGIMesa, tracking LibGGI internals changesJon Taylor2000-06-1111-13/+62
|
* variety of updates to better conform to real GLXBrian Paul2000-06-083-64/+59
|
* fixed bugs in fxSetupDepthTest()Brian Paul2000-06-051-4/+6
|
* include glheader.h instead of system headersBrian Paul2000-05-262-10/+5
|
* more work on GL_ARB_texture_cube_mapBrian Paul2000-05-261-1/+2
|
* enable and clean-up of paletted texture codeBrian Paul2000-05-232-34/+35
|
* update for Glide3Brian Paul2000-05-221-2/+15
|
* Pass pixel format to xmesa_color_to_pixel(). Compute clearpixel without ditherBrian Paul2000-05-191-3/+4
|
* fixed glDrawBuffer(GL_NONE) bugBrian Paul2000-05-052-6/+16
|
* replaced buggy fxDDReadRGBAPixels() with read_R5G6B5_pixels()Brian Paul2000-05-051-18/+35
|
* added check for tmuRam==4 for Voodoo2 (Bernd)Brian Paul2000-05-051-1/+2
|
* EnvMode GL_BLEND and tex invalidate changes from DaryllBrian Paul2000-05-042-3/+9
|
* conditionally include some fields in the context struct for DRI / non-DRIBrian Paul2000-05-041-0/+2
|
* made fxMesaCurrentCtx staticBrian Paul2000-05-041-1/+1
|
* call _mesa_initialize_context()Brian Paul2000-04-221-7/+7
|
* updated RENDERER versionBrian Paul2000-04-201-1/+1
|
* minor clean-upBrian Paul2000-04-201-5/+5
|
* Use smooth shaded triangles always. Fix SoF bug.Keith Whitwell2000-04-191-14/+15
|
* minor clean-upBrian Paul2000-04-193-25/+53
|
* dynamically allocate color table data, uses less memoryBrian Paul2000-04-171-57/+85
|
* minor updatesBrian Paul2000-04-152-1/+3
|
* wrapper for grTexLodBiasValue()Brian Paul2000-04-152-4/+13
|
* applied Bernd's changes to useBGR codeBrian Paul2000-04-141-20/+57
|
* silenced warnings in FX_grSstPerfStats()Brian Paul2000-04-111-1/+1
|
* fixed bug in XF86 writeRegionClipped()Brian Paul2000-04-111-1/+1
|
* fixed stride problem in read_R5G6B5_spanBrian Paul2000-04-111-2/+6
|