summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2002-09-19Updated BeOS support (Philippe Houdoin)Brian Paul3-665/+1318
2002-09-19push and pop ESI (Daniel Borca)Brian Paul1-1/+3
2002-09-19obsoleteBrian Paul1-52/+0
2002-09-17pull-in changes from DRI/Mesa-4.0.4Brian Paul6-46/+112
2002-09-17remove GLint t, pass target to _mesa_init_teximage_fields()Brian Paul1-3/+2
2002-09-16fixed _mesa_generate_mipmaps() target problemBrian Paul3-98/+87
2002-09-16more detailed _mesa_error() messagesBrian Paul1-5/+6
2002-09-16doxygen commentsBrian Paul2-39/+55
2002-09-14fixed pixel pack bug in glGetTexImage()Brian Paul1-3/+3
2002-09-12Mark destroyed context as not current. (Frank Warmerdam)Karl Schultz1-1/+4
2002-09-12optimizations to _math_matrix_rotate() (Rudolf Opalla)Brian Paul1-97/+155
2002-09-08more detailed _mesa_error() stringsBrian Paul1-6/+6
2002-09-06incorrect dimenstion passed to texture_error_check() in compressed teximage f...Brian Paul1-4/+4
2002-09-06removed GL_MAX_CONVOLUTION_WIDTH/HEIGHTBrian Paul1-33/+1
2002-09-06fixed glSampleCoverage typoBrian Paul5-4/+37
2002-09-06implemented glProgramParameters4[df]vNV()Brian Paul1-10/+26
2002-09-06hook-up dispatch for glActiveStencilFaceEXT()Brian Paul2-11/+5
2002-09-06added GL_EXT_stencil_two_side and GL_NV_fenceBrian Paul7-28/+320
2002-09-06GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul14-166/+332
2002-09-06added OpenGL 1.4 entrypointsBrian Paul5-2/+1521
2002-09-05added GL_IBM_texture_mirrored_repeat (Ian Romanick)Brian Paul1-1/+3
2002-09-05test for ARB_texture_cube_map when getting GL version(Ian Romanick)Brian Paul1-1/+2
2002-09-05 Committing in .Jouk Jansen2-0/+165
2002-09-04updated wglGetProcAddressBrian Paul2-139/+13
2002-09-03updates from Daniel BorcaBrian Paul17-521/+1169
2002-09-03improved error stringBrian Paul2-4/+7
2002-09-03s/5/NUM_TEXTURE_TARGETS/Brian Paul1-2/+2
2002-09-03fixed compilation problem for swdd->SetBufferBrian Paul1-2/+2
2002-08-28Don't call _mesa_initialize_context because we are usingKarl Schultz1-11/+2