Fix broken max mipmap leveling that was horribly wrong.
[mesa.git] / src / glx /
2004-12-15 Adam JacksonFix up glx/x11 to work when built with -fvisibility...
2004-12-08 Keith WhitwellImprove the behaviour of the build system wrt depend...
2004-12-08 Dave AirlieFrom: Stephane Marchesin <marchesin@icps.u-strasbg.fr>
2004-12-01 Ian RomanickCorrected a problem with the sizes of the MAP[12]_...
2004-12-01 Ian RomanickRefactor ExtractDir and OpenDriver to be a bit more...
2004-12-01 Ian RomanickUse indirect_size.c and indirect_size.h generated by...
2004-12-01 Ian RomanickUse the indirect_init.c generate by using src/mesa...
2004-12-01 Ian RomanickMake the transition to script-genereated GLX code easier.
2004-12-01 Ian RomanickMake the transition to script-genereated GLX code easier.
2004-12-01 Ian RomanickMake the transition to script-genereated GLX code easier.
2004-12-01 Ian RomanickMake the transition to script-genereated GLX code easier.
2004-12-01 Ian RomanickMake the transition to script-genereated GLX code easier.
2004-12-01 Ian RomanickMake the transition to script-genereated GLX code easier.
2004-12-01 Ian RomanickMake the transition to script-genereated GLX code easier.
2004-12-01 Ian RomanickAdd trivial support ARB_texture_rectangle and OES_read_...
2004-12-01 Ian RomanickMissed GL_OES_read_format_bit in last commit.
2004-11-30 Ian RomanickSince we know the problem with HP_occlusion_test is...
2004-11-29 Brian Pauladded __glXFindDRIScreen to glXGetProcAddress (bug...
2004-11-15 Adam JacksonSync with Xorg head: mingw build fixes from Alexander...
2004-11-03 Adam Jacksonconstify a few arrays.
2004-11-03 Adam Jacksonstatic char * -> static char []
2004-10-25 Adam Jacksonremove a -Werror from testing.
2004-10-25 Adam JacksonImport the GLX client side library, formerly from xc...
2004-10-01 Dave AirlieFix mesa solo with doublebuffered apps, the drawable...
2004-09-07 Dave AirlieAdd a solo-x86 config, and make solo use the x86 glapi
2004-08-09 Jon SmirlFix from Rogelio Serrano for miniglx double buffering
2004-07-16 Jon SmirlMiniglx clients now authorize with server DRM
2004-07-05 Jon SmirlConvert miniglx to use xf86drm from dri/drm/libdrm...
2004-07-05 Jon SmirlConvert miniglx to use Ian's fancy new driver config...
2004-06-29 Jon SmirlThis should make most linux-solo drivers work again...
2004-06-26 Jon SmirlMesa-solo builds with these changes. There are still...
2004-06-25 Ian RomanickMake sure mklib sees the definition of CC and CXX....
2004-06-03 Jon Smirlkill __driRegisterExtensions(), none of the functions...
2004-06-01 Eric AnholtMissed in last commit:
2004-06-01 Eric AnholtBuild fixing for FreeBSD. GNU make is installed as...
2004-05-12 Brian Paulremove the last line of the previous patch
2004-05-12 Brian Paulfix red/green/blueBits typos
2004-05-12 Brian Paulobsolete in favor of regular Makefiles
2004-04-14 Dave AirlieAdd agpmode to the example config file
2004-04-14 Dave Airlieadd agpmode to miniglx config file
2004-04-13 Jon SmirlAdd DRM_SOURCE_PATH to make system.
2004-04-08 Brian Pauldon't include GL/gl.h, rely on glheader.h
2004-04-08 Brian Paulmove 'id' declaration so it's C compliant
2004-03-26 Brian PaulNew Makefile system
2004-03-24 Brian Paulrename class to c_class if using C++ (bug 922294)
2004-03-15 Dave Airlieremove version number faking, shouldn't be needed anymore
2004-03-11 Jon SmirlAdjustments to make everything use IOCTL/sarea defines...
2004-01-27 Brian Paulchange PFNGLXGETUSTPROC's argument from uint64_t to...
2003-12-12 Brian Paulnew makefiles
2003-12-09 Keith WhitwellRemove $Id tag
2003-12-06 Brian Paulbasic API work for FBConfigs & Pbuffers
2003-10-24 Jon SmirlFix for missing GLAPIENTRYP definition
2003-10-21 Jon SmirlUpdate DRI drivers to current DRI CVS and make them...
2003-10-03 Brian Paulimproved 'clean' targets (Otto Solares)
2003-08-22 Brian Paulpatch to import Jon Smirl's work from Bitkeeper