summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-10-08 Committing in .Jouk Jansen
Add compile support in the xdemos directory for OpenVMS Modified Files: Mesa/descrip.mms Mesa/xdemos/descrip.mms Mesa/xdemos/glxgears.c ----------------------------------------------------------------------
2002-10-07removed old commentBrian Paul
2002-10-05added GLX_SGIX_fbconfig and GLX_SGIX_pbufferBrian Paul
2002-10-05added pbinfo and pbdemo programsBrian Paul
2002-10-05pbuffer info and demo programsBrian Paul
2002-10-05Pbuffers seem to work!Brian Paul
2002-10-05added XMesaCreatePBuffer()Brian Paul
2002-10-05more work on fbconfig/pbuffer supportBrian Paul
2002-10-05GLfloat/GLchan updatesBrian Paul
2002-10-05restore ACCUM_BITS to 16Brian Paul
2002-10-04include procs for compressed texturesKarl Schultz
2002-10-04remove const storage class specifier for the decl of a var that isn'tKarl Schultz
a const.
2002-10-04updated list of internal changes in 4.1Brian Paul
2002-10-04Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul
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-04multiple GL_POINTS can now be rendered together into one fragment spanBrian Paul
2002-10-04Fix for bug 618459. Mods to allow compilation on VC++ 5.0 (Michael Krause)Karl Schultz
2002-10-03record GL_INVALID_VALUE in glVertexAttrib*NV() if index > 15Brian Paul
2002-10-02finished up GL_EXT_stencil_two_sideBrian Paul
2002-10-02removed unused ctx->Polygon.OffsetMRDBrian Paul
2002-10-02removed ctx->Polygon._OffsetAny - not really neededBrian Paul
2002-10-02bring over from 4.0.4 branchBrian Paul
2002-10-02better error checking related to YCbCr imagesBrian Paul
2002-10-02_glapi_get_proc_address() now always returns a valid dispatch stub functionBrian Paul
(provided we're on x86 or SPARC). Later, _glapi_add_entrypoint() will fix-up the dispatch offset (which was -1). This will allow DRI libGL to avoid probing for drivers.
2002-09-27 Committing in .Jouk Jansen
texcompress.c added to OpenVMS makefile. Modified Files: Mesa/src/descrip.mms ----------------------------------------------------------------------
2002-09-27new texture compression infrastructureBrian Paul
2002-09-23fix bug in index_mask() (bug 609837)Brian Paul
2002-09-23merge gl_texture_image RowStride from DRI 4.0.4Brian Paul
2002-09-21update from Daniel BorcaBrian Paul
2002-09-21GL_MESA_pack_invertBrian Paul
2002-09-21updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul
2002-09-21merge updates from 4.0.4Brian Paul
2002-09-19added src/BeOS/*.h to file listBrian Paul
2002-09-19stencil two-side and 3dfx fixBrian Paul
2002-09-19two-side stencil infoBrian Paul
2002-09-19Updated BeOS support (Philippe Houdoin)Brian Paul
2002-09-19push and pop ESI (Daniel Borca)Brian Paul
2002-09-19obsoleteBrian Paul
2002-09-17pull-in changes from DRI/Mesa-4.0.4Brian Paul
2002-09-17remove GLint t, pass target to _mesa_init_teximage_fields()Brian Paul
2002-09-16fixed _mesa_generate_mipmaps() target problemBrian Paul
2002-09-16more detailed _mesa_error() messagesBrian Paul
2002-09-16doxygen commentsBrian Paul
2002-09-14fixed pixel pack bug in glGetTexImage()Brian Paul
2002-09-12Mark destroyed context as not current. (Frank Warmerdam)Karl Schultz
2002-09-12optimizations to _math_matrix_rotate() (Rudolf Opalla)Brian Paul
2002-09-08more detailed _mesa_error() stringsBrian Paul
2002-09-06incorrect dimenstion passed to texture_error_check() in compressed teximage ↵Brian Paul
functions
2002-09-06removed GL_MAX_CONVOLUTION_WIDTH/HEIGHTBrian Paul
2002-09-06don't query GL_MAX_CONVOLUTION_WIDTH/HEIGHTBrian Paul
2002-09-06minor updates to sync with XFree86Brian Paul