Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-01-16 | checkpoint, changes from end of last yearvtx-0-1-branch | Keith Whitwell | 14 | -206/+470 | |
2002-11-19 | yet another checkpoint | Keith Whitwell | 23 | -2829/+1053 | |
2002-10-31 | another checkpoint -- removing old vtxfmt mechanism | Keith Whitwell | 3 | -239/+237 | |
2002-10-17 | Checkpoint | Keith Whitwell | 4 | -245/+186 | |
- swrast vertices now have slots for front *and* back colors - sneak edgeflag into swrast vertex also. | |||||
2002-10-17 | Checkpoint | Keith Whitwell | 10 | -219/+255 | |
- quad/line/tri/point all take new 'facing' argument | |||||
2002-10-17 | Checkpoint: | Keith Whitwell | 15 | -453/+449 | |
- Need 64 bits to talk about stage input/outputs. - Change driver 'Points' func to just a single 'Point' - Initialize pipeline stages with a funciton call instead of static copy of the stage | |||||
2002-10-15 | checkpoint | Keith Whitwell | 31 | -6555/+227 | |
2002-10-14 | vtx api work | Keith Whitwell | 3 | -515/+361 | |
2002-10-11 | check EXT_point_parameters before calling PointParameterfvEXT() | Brian Paul | 1 | -7/+11 | |
2002-10-11 | init swrast->CurrentBuffer | Brian Paul | 1 | -1/+6 | |
2002-10-11 | updated info about glRead/DrawBuffers() | Brian Paul | 1 | -13/+20 | |
2002-10-11 | Another round of glRead/DrawBuffer() clean-ups and simplifications. | Brian Paul | 17 | -171/+291 | |
Replaced ctx->Color._DriverDrawBuffer with swrast->CurrentBuffer. Replaced ctx->Pixel._DriverReadBuffer with ctx->Pixel._ReadSrcMask. swrast->Driver.SetBuffer() takes FRONT/BACK_LEFT/RIGHT_BIT values now. Added tokens and code for GL_AUX buffers, for completeness. | |||||
2002-10-11 | undo previous check-in (check if ctx->Color.DrawBuffer == mode) | Brian Paul | 1 | -4/+1 | |
2002-10-11 | lineloop fix | Keith Whitwell | 1 | -8/+16 | |
2002-10-11 | check mode for no change in _mesa_Read/DrawBuffer() | Brian Paul | 1 | -2/+7 | |
2002-10-10 | updated porting info | Brian Paul | 1 | -7/+21 | |
2002-10-10 | add GL_UNPACK_CLIENT_STORAGE_APPLE gets | Keith Whitwell | 1 | -1/+13 | |
2002-10-10 | check texImage->IsClientData before freeing memory | Brian Paul | 1 | -18/+18 | |
2002-10-10 | disable _glapi_set_warning_func() call as it's not present in older libGLs | Brian Paul | 1 | -1/+7 | |
2002-10-09 | removed old TEXTURE0_ defines | Brian Paul | 1 | -9/+1 | |
2002-10-09 | removed old VERT_* defines, use VERT_BIT_* instead | Brian Paul | 1 | -35/+1 | |
2002-10-09 | use new vertex bitfield tokens | Brian Paul | 1 | -2/+2 | |
2002-10-09 | disable wscx field in __GLimportsRec to be consistant with XFree86 | Brian Paul | 1 | -0/+5 | |
2002-10-09 | XFree86 fixes (clib macro wrappers) | Brian Paul | 1 | -1/+14 | |
2002-10-09 | disable XMesaCreatePBuffer() for XFree86 | Brian Paul | 1 | -1/+5 | |
2002-10-08 | finally get rid of ctx->Texture._ReallyEnabled field | Brian Paul | 5 | -24/+9 | |
2002-10-08 | fix a typo | Brian Paul | 1 | -3/+3 | |
2002-10-08 | change fog from GLfloat to GLfloat[4] (like other vertex attribs) | Brian Paul | 1 | -7/+9 | |
2002-10-08 | s/glVertexAttrib4fNV/_glapi->Dispatch->VertexAttrib4fNV/ | Brian Paul | 1 | -3/+3 | |
2002-10-08 | added missing dispatch code for new AGP-related functions | Brian Paul | 3 | -5/+23 | |
2002-10-08 | import from DRI CVS | Brian Paul | 2 | -0/+1252 | |
2002-10-08 | GLX_NV_vertex_array_range and GLX_MESA_agp_offset extensions | Brian Paul | 1 | -11/+33 | |
2002-10-08 | Committing in . | Jouk Jansen | 2 | -54/+47 | |
Add compile support in the xdemos directory for OpenVMS Modified Files: Mesa/descrip.mms Mesa/xdemos/descrip.mms Mesa/xdemos/glxgears.c ---------------------------------------------------------------------- | |||||
2002-10-07 | removed old comment | Brian Paul | 1 | -2/+1 | |
2002-10-05 | added GLX_SGIX_fbconfig and GLX_SGIX_pbuffer | Brian Paul | 2 | -3/+38 | |
2002-10-05 | added pbinfo and pbdemo programs | Brian Paul | 1 | -2/+19 | |
2002-10-05 | pbuffer info and demo programs | Brian Paul | 4 | -0/+878 | |
2002-10-05 | Pbuffers seem to work! | Brian Paul | 3 | -109/+202 | |
2002-10-05 | added XMesaCreatePBuffer() | Brian Paul | 1 | -3/+13 | |
2002-10-05 | more work on fbconfig/pbuffer support | Brian Paul | 3 | -233/+223 | |
2002-10-05 | GLfloat/GLchan updates | Brian Paul | 1 | -18/+22 | |
2002-10-05 | restore ACCUM_BITS to 16 | Brian Paul | 1 | -2/+2 | |
2002-10-04 | include procs for compressed textures | Karl Schultz | 1 | -1/+6 | |
2002-10-04 | remove const storage class specifier for the decl of a var that isn't | Karl Schultz | 1 | -2/+2 | |
a const. | |||||
2002-10-04 | updated list of internal changes in 4.1 | Brian Paul | 1 | -12/+19 | |
2002-10-04 | Changed a number of context fields from GLchan to GLfloat (such as ClearColor). | Brian Paul | 24 | -237/+238 | |
Also changed parameter types for some driver functions (like ctx->Driver.Clear- Color). Updated all the device drivers. Someday, we want to support 8, 16 and 32-bit channels dynamically at runtime. | |||||
2002-10-04 | multiple GL_POINTS can now be rendered together into one fragment span | Brian Paul | 9 | -135/+264 | |
2002-10-04 | Fix for bug 618459. Mods to allow compilation on VC++ 5.0 (Michael Krause) | Karl Schultz | 2 | -3/+11 | |
2002-10-03 | record GL_INVALID_VALUE in glVertexAttrib*NV() if index > 15 | Brian Paul | 1 | -1/+10 | |
2002-10-02 | finished up GL_EXT_stencil_two_side | Brian Paul | 8 | -19/+34 | |