Bug #1679: Link DRI drivers against DRI_LIB_DEPS, not GL_LIB_DEPS.
[mesa.git] / src / mesa / main /
2004-10-24 Adam JacksonBug #1682: Mesa core code that gets linked into DRI...
2004-10-18 Daniel Borcachanged _mesa_rescale_teximage2d to allow rescaling...
2004-10-18 Daniel Borcaadded dstRowStride to dxtCompressTexFuncExt;
2004-10-18 Daniel Borcause RowStride instead of Width in texel fetchers.
2004-10-16 Ian RomanickAdd support for OES_read_format. As soon as glext...
2004-10-12 Daniel Borcaadd more mess to the dynamic linking system
2004-10-08 Ian RomanickReject unsupported texture formats passed to glCompress...
2004-10-07 Eric AnholtAdd Roland Scheidegger's S3TC patch. This patch does...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-10-02 Brian Paulfix a comment
2004-10-02 Brian Paulbump version to 6.3
2004-09-27 Brian PaulVBO RefCount fix (David Reveman)
2004-09-23 Brian Pauldon't test for NULL pixels pointer here, do that in...
2004-09-23 Brian Pauladded a comment in BindTexture
2004-09-15 Brian Paulin _mesa_problem() include version number in error...
2004-09-14 Brian Paulalso fix possible delete bugs with buffer objects and...
2004-09-14 Brian PaulRepeatedly deleting a texture ID with glDeleteTextures...
2004-09-13 Brian PaulHandle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().
2004-09-13 Brian Paulremove ARB_texture_non_power_of_two from _mesa_enable_1...
2004-09-13 Daniel Borcachanges towards GL_ARB_point_sprite (two-zero)
2004-09-10 Brian Paulupdated error msg
2004-09-10 Brian PaulMore updates for Doxygen.
2004-09-09 Jose FonsecaUpdate the doxygen configuration file.
2004-09-01 Brian Paulalso test for __arm__ for setting USE_IEEE (X bug 1155)
2004-08-30 Daniel Borcaremove CR
2004-08-30 Daniel Borcarevived unused code, but got rid of warnings
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-08-25 Brian PaulWindows ICD driver code (patch 1014800)
2004-08-25 Brian Paulfix a couple bad casts
2004-08-24 Philippe HoudoinDisable x86 iround() version on BeOS with gcc < 2.95...
2004-08-22 Brian Paulcheck if __mips or _MIPS_ARCH is defined to set IEEE_ON...
2004-08-22 Brian Paulalso check for __hppa__ and hpux for IEEE support ...
2004-08-20 Brian Paulenabled GL_ARB_texture_rectangle
2004-08-19 Brian Paulbump version to 6.2
2004-08-19 Brian Pauldon't check for ARB_texture_non_power_of_two for OpenGL...
2004-08-19 Jouk Jansen Committing in .
2004-08-18 Brian Paulcheck for either GL_NV_vertex_program or GL_ARB_vertex_...
2004-08-18 Brian Paulupdates from Jouk
2004-08-17 Brian Pauldon't enable the float texture and GLhalf pixel extensi...
2004-08-14 Karl SchultzUpdate Visual Studio Project file for src tree updates.
2004-08-14 Brian Paulfix some memory leaks (bug #1002030)
2004-08-14 Philippe HoudoinRemove obsoleted BeOS-specific makefile as the main...
2004-08-14 Philippe HoudoinSilent compiler "variable may be used uninitialized...
2004-07-02 Brian Pauldocument some assumptions made about compressed texture...
2004-07-02 Brian Paula few comments
2004-07-02 Brian Paulinit some vars to silence warnings
2004-06-29 Ian RomanickFirst phase of TLS work. At this point SPARC assembly...
2004-06-28 Brian PaulglBegin/EndQueryARB didn't work inside display lists
2004-06-26 Ian RomanickRe-enable SPARC assembly on sunos5-gcc platform.
2004-06-24 Daniel Borcadisabled unnecessary assertions in texture replicator
2004-06-21 Daniel Borcaadded support for non-64bit compilers
2004-06-19 Brian PaulBig-endian texture fixes from Michel Dänzer.
2004-06-17 Roland Scheideggerfix tex env mode GL_BLEND for GL_INTENSITY texture...
2004-06-16 Brian Paulfix component indexing bug in _mesa_texstore_al88()
2004-06-15 Roland Scheideggeradded more compressed formats to is_color_format()
2004-06-14 Brian Pauladded compressed formats to is_color_format() and updat...
2004-06-11 Brian Pauldisable GL_INTENTSITY in _mesa_is_legal_format_and_type...
2004-06-11 Brian Pauls/_mesa_get_current_context()/GET_CURRENT_CONTEXT()/
2004-06-11 Brian Paulremove the 3dfx CatchSignals stuff (the var was alwasy...
2004-06-11 Brian Pauladded GL_BGR and GL_BGRA to is_color_format() (Ronny...
2004-06-11 Brian Paulfix some minor glitches in glGetTexParameter code
2004-06-10 Brian PaulAdditional error checking for glTexImageXD.
2004-06-10 Brian PaulRoland's patch to fix promotion of alpha or luminance...
2004-06-07 Daniel Borcasmall corrections
2004-06-03 Keith WhitwellFix problems when sizeof(Node) != sizeof(float)
2004-05-31 Daniel Borcareworked FXT1
2004-05-27 Ian RomanickConvert all calls using _glapi_Dispatch to use the...
2004-05-25 Daniel Borcaoops
2004-05-25 Daniel BorcaFXT1 texture compression (initial draft)
2004-05-14 Brian Paulminor doxygen updates
2004-05-13 Brian PaulAnother pass at implementing byte-swapped texture formats.
2004-05-12 Brian PaulGL_BGR can't be used with the packed types, according...
2004-05-12 Brian Paulsome component ordering bugs in extract_float_rgba()
2004-05-12 Brian Paulremove last remnants of NEWTEXSTORE stuff
2004-05-12 Brian Paulyank bgr233 texformat. minor comment updates.
2004-05-12 Brian PaulAdded big-endian texture formats.
2004-05-10 Brian PaulDon't call calculate_derived_texenv() from in _mesa_Tex...
2004-05-10 Keith WhitwellAdd EXT_vertex_cull support to mesa
2004-05-10 Daniel Borcafixed bugs in fxddtex.c
2004-05-05 Brian Paulfix a few bugs when using GL_REDUCE convolution mode
2004-05-04 Brian Paulfix a bug on the convolution path
2004-05-04 Brian PaulFix minor warnings found with g++.
2004-05-04 Daniel Borcatexture compression: getting warmer
2004-05-03 Daniel Borcaunbloat namespace
2004-05-02 Brian Paulrestored _mesa_rescale_teximage2d()
2004-05-01 Brian Paulminor vertex/fragment program tweaks
2004-04-30 Daniel BorcaFXT1: getting warmer
2004-04-30 Keith WhitwellAMD64 changes from Ronny V. Vindenes.
2004-04-29 Daniel BorcaFXT1 preparations
2004-04-27 Brian Paulupdated other makefiles
2004-04-27 Brian PaulRemoved the old teximage code.
2004-04-27 Daniel Borcatransfer routines for compressed formats (avoid SEGFAUL...
2004-04-26 Daniel Borcaaccomodate newtexstore
2004-04-26 Alan Hourihanebring over build fixes from stable branch
2004-04-23 Brian PaulGL_DOUBLE doesn't follow GL_FLOAT, fix indexing (Keith...
2004-04-23 Brian PaulAdded ctx->Vertex/FragmentProgram._Enable flags. Set...
2004-04-22 Brian Pauls,CHAN_BITS/8,sizeof(GLchan),
2004-04-22 Brian Pauluse FetchTexelf() in GetTexImage() to return float...
2004-04-22 Brian Paulfix some include file glitches
2004-04-22 Brian PaulNew glTexImage code.
next