Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed Driver.Color() and Driver.Index() functions. | Brian Paul | 2000-11-14 | 1 | -68/+80 |
| | | | | | | Pass color or color index directly to WriteMono*() span functions. Updated current s/w drivers accordingly. Clean-up of X gc handling in XMesa driver. | ||||
* | test ctx->RenderMode in chooser functions | Brian Paul | 2000-11-06 | 1 | -9/+20 |
| | |||||
* | removed obsolete VB vars | Brian Paul | 2000-11-05 | 1 | -5/+1 |
| | |||||
* | Reworked to use the new software rasterizer. Optimized line/tri functions | Keith Whitwell | 2000-11-05 | 1 | -46/+116 |
| | | | | are hooked into the software rasterizer. | ||||
* | Moved the software rasterizer to a new directory. | Keith Whitwell | 2000-10-31 | 1 | -15/+20 |
| | |||||
* | Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead. | Brian Paul | 2000-10-30 | 1 | -16/+16 |
| | | | | | More minor GLchan changes. Silence some compiler warnings in cva.[ch] | ||||
* | more minor header file re-org (moved CONST, ASSERT, INLINE to config.h) | Brian Paul | 2000-10-29 | 1 | -1/+2 |
| | |||||
* | removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead | Brian Paul | 2000-09-28 | 1 | -3/+3 |
| | |||||
* | First batch of OpenGL SI related changes: | Brian Paul | 2000-09-26 | 1 | -18/+18 |
| | | | | | | | 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 OSMesaCreateContextExt() | Brian Paul | 2000-09-08 | 1 | -11/+49 |
| | |||||
* | added GL_EXT_texture_env_combine (Holger Waechtler) | Brian Paul | 2000-06-27 | 1 | -1/+2 |
| | |||||
* | include glheader.h instead of system headers | Brian Paul | 2000-05-26 | 1 | -3/+2 |
| | |||||
* | more work on GL_ARB_texture_cube_map | Brian Paul | 2000-05-26 | 1 | -1/+2 |
| | |||||
* | call _mesa_initialize_context() | Brian Paul | 2000-04-22 | 1 | -7/+7 |
| | |||||
* | more GL_HP_occlusion_test work | Brian Paul | 2000-04-04 | 1 | -244/+27 |
| | |||||
* | use BCOPY macro on FreeBSD | Brian Paul | 2000-04-04 | 1 | -3/+9 |
| | |||||
* | updates for separate R/G/B/A accum buffer sizes | Brian Paul | 2000-03-31 | 1 | -2/+2 |
| | |||||
* | Implemented support for the HP occlusion test extension (osmesa and X) | Randy Frank | 2000-03-28 | 1 | -61/+47 |
| | |||||
* | removed old Depth buffer pointer var | Brian Paul | 2000-03-17 | 1 | -3/+5 |
| | |||||
* | runtime selectable depth buffer depth | Brian Paul | 2000-03-03 | 1 | -62/+105 |
| | |||||
* | Added occlusion test code. Follows the HP proposed occlusion test extension. | Randy Frank | 2000-01-15 | 1 | -2/+219 |
| | |||||
* | GLcontext is now nested in OSMesaContext | Brian Paul | 2000-01-14 | 1 | -57/+69 |
| | |||||
* | updated Clear function for new mask bits | Brian Paul | 2000-01-06 | 1 | -3/+13 |
| | |||||
* | removed old thread code | Brian Paul | 1999-12-17 | 1 | -45/+16 |
| | |||||
* | pass new args to gl_create_framebuffer() | Brian Paul | 1999-12-10 | 1 | -3/+8 |
| | |||||
* | replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer() | Brian Paul | 1999-11-25 | 1 | -3/+12 |
| | |||||
* | initial changes for Mesa 3.3 | Brian Paul | 1999-11-11 | 1 | -4/+4 |
| | |||||
* | removed GL_ prefix from memory macros | Brian Paul | 1999-10-13 | 1 | -5/+5 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+1594 |