summaryrefslogtreecommitdiff
path: root/src
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-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-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-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-07removed old commentBrian Paul1-2/+1
2002-10-05Pbuffers seem to work!Brian Paul3-109/+202
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-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
2002-10-02removed unused ctx->Polygon.OffsetMRDBrian Paul3-8/+5
2002-10-02removed ctx->Polygon._OffsetAny - not really neededBrian Paul3-13/+12
2002-10-02better error checking related to YCbCr imagesBrian Paul1-17/+44
2002-10-02_glapi_get_proc_address() now always returns a valid dispatch stub functionBrian Paul1-95/+136
2002-09-27 Committing in .Jouk Jansen1-3/+4
2002-09-27new texture compression infrastructureBrian Paul30-738/+1391
2002-09-23fix bug in index_mask() (bug 609837)Brian Paul1-1/+2
2002-09-23merge gl_texture_image RowStride from DRI 4.0.4Brian Paul6-20/+28
2002-09-21GL_MESA_pack_invertBrian Paul6-12/+64
2002-09-21updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul12-75/+392