summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-01-16checkpoint, changes from end of last yearvtx-0-1-branchKeith Whitwell14-206/+470
2002-11-19yet another checkpointKeith Whitwell23-2829/+1053
2002-10-31another checkpoint -- removing old vtxfmt mechanismKeith Whitwell3-239/+237
2002-10-17CheckpointKeith Whitwell4-245/+186
2002-10-17CheckpointKeith Whitwell10-219/+255
2002-10-17Checkpoint:Keith Whitwell15-453/+449
2002-10-15checkpointKeith Whitwell31-6555/+227
2002-10-14vtx api workKeith Whitwell3-515/+361
2002-10-11check EXT_point_parameters before calling PointParameterfvEXT()Brian Paul1-7/+11
2002-10-11init swrast->CurrentBufferBrian Paul1-1/+6
2002-10-11updated info about glRead/DrawBuffers()Brian Paul1-13/+20
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul17-171/+291
2002-10-11undo previous check-in (check if ctx->Color.DrawBuffer == mode)Brian Paul1-4/+1
2002-10-11lineloop fixKeith Whitwell1-8/+16
2002-10-11check mode for no change in _mesa_Read/DrawBuffer()Brian Paul1-2/+7
2002-10-10updated porting infoBrian Paul1-7/+21
2002-10-10add GL_UNPACK_CLIENT_STORAGE_APPLE getsKeith Whitwell1-1/+13
2002-10-10check texImage->IsClientData before freeing memoryBrian Paul1-18/+18
2002-10-10disable _glapi_set_warning_func() call as it's not present in older libGLsBrian Paul1-1/+7
2002-10-09removed old TEXTURE0_ definesBrian Paul1-9/+1
2002-10-09removed old VERT_* defines, use VERT_BIT_* insteadBrian Paul1-35/+1
2002-10-09use new vertex bitfield tokensBrian Paul1-2/+2
2002-10-09disable wscx field in __GLimportsRec to be consistant with XFree86Brian Paul1-0/+5
2002-10-09XFree86 fixes (clib macro wrappers)Brian Paul1-1/+14
2002-10-09disable XMesaCreatePBuffer() for XFree86Brian Paul1-1/+5
2002-10-08finally get rid of ctx->Texture._ReallyEnabled fieldBrian Paul5-24/+9
2002-10-08fix a typoBrian Paul1-3/+3
2002-10-08change fog from GLfloat to GLfloat[4] (like other vertex attribs)Brian Paul1-7/+9
2002-10-08s/glVertexAttrib4fNV/_glapi->Dispatch->VertexAttrib4fNV/Brian Paul1-3/+3
2002-10-08added missing dispatch code for new AGP-related functionsBrian Paul3-5/+23
2002-10-08import from DRI CVSBrian Paul2-0/+1252
2002-10-08GLX_NV_vertex_array_range and GLX_MESA_agp_offset extensionsBrian Paul1-11/+33
2002-10-08 Committing in .Jouk Jansen2-54/+47
2002-10-07removed old commentBrian Paul1-2/+1
2002-10-05added GLX_SGIX_fbconfig and GLX_SGIX_pbufferBrian Paul2-3/+38
2002-10-05added pbinfo and pbdemo programsBrian Paul1-2/+19
2002-10-05pbuffer info and demo programsBrian Paul4-0/+878
2002-10-05Pbuffers seem to work!Brian Paul3-109/+202
2002-10-05added XMesaCreatePBuffer()Brian Paul1-3/+13
2002-10-05more work on fbconfig/pbuffer supportBrian Paul3-233/+223
2002-10-05GLfloat/GLchan updatesBrian Paul1-18/+22
2002-10-05restore ACCUM_BITS to 16Brian Paul1-2/+2
2002-10-04include procs for compressed texturesKarl Schultz1-1/+6
2002-10-04remove const storage class specifier for the decl of a var that isn'tKarl Schultz1-2/+2
2002-10-04updated list of internal changes in 4.1Brian Paul1-12/+19
2002-10-04Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul24-237/+238
2002-10-04multiple GL_POINTS can now be rendered together into one fragment spanBrian Paul9-135/+264
2002-10-04Fix for bug 618459. Mods to allow compilation on VC++ 5.0 (Michael Krause)Karl Schultz2-3/+11
2002-10-03record GL_INVALID_VALUE in glVertexAttrib*NV() if index > 15Brian Paul1-1/+10
2002-10-02finished up GL_EXT_stencil_two_sideBrian Paul8-19/+34