tweak previous fog/fragment program fix
[mesa.git] / src / glx /
2005-04-18 Ian RomanickAdd support for pthreads and TLS to libGL for __glXLock...
2005-04-18 Ian RomanickSend GL_PACK_INVERT_MESA state to the server. This...
2005-04-14 Ian RomanickAdd missing includes of indirect.h.
2005-04-13 Ian RomanickAdd TLS support to libGL and, by virtue of using glthre...
2005-04-07 Ian RomanickUse the same dispatch.c source file for "normal" Mesa...
2005-04-07 Ian RomanickFollow the GLX_SGIX_fbconfig spec and return the comple...
2005-03-17 Ian RomanickMinor vertex array support tweaks. These are in prepar...
2005-03-17 Ian RomanickMinor vertex array support tweaks. Most of these are...
2005-03-17 Ian RomanickFix the handling of zero-sized output parameters (i...
2005-03-17 Ian RomanickHard-code the client-side maximum GL version. It turns...
2005-03-11 Ian RomanickAdd support for ARB_draw_buffers and ARB_occlusion_quer...
2005-03-06 Ian RomanickActually *use* the count_scale value associated with...
2005-03-05 Dave Airliefix for solo to set the mode, and make solo gcc2 friend...
2005-03-04 Ian RomanickImport fixes from X.org tree (Søren Sandmann <sandmann...
2005-03-03 Ian RomanickFix some errors in the parameter descriptions in server...
2005-02-28 Ian RomanickClean-up some warnings caused by the addition of vertex...
2005-02-25 Ian RomanickAccidentally committed wrong version with the previous...
2005-02-25 Ian RomanickAdd GLX protocol support for ARB_fragement_program,
2005-02-25 Ian RomanickConvert the static functions read_pixel_reply, read_reply,
2005-02-23 Ian RomanickMissed the commit of glxext.c yesterday.
2005-02-23 Ian RomanickCorrected the value for X_GLrop_SecondaryColor3svEXT.
2005-02-23 Ian RomanickMissed the Makefile with the previous commit.
2005-02-22 Ian RomanickAdded __glExtensionBiIsEnabled and __GLXcontext::gl_ext...
2005-02-20 Dave Airlieadd more functionality to miniglx for glitz
2005-02-15 Dave Airlieadd EnableExtension so r200 enables all its extensions...
2005-02-09 Ian RomanickGenerate GLX protocol for pixel single commands.
2005-02-05 Ian RomanickFix some mixed spaces / tabs issues in generated code...
2005-02-04 Ian RomanickEnable client-side GLX support for texture compression...
2005-02-03 Ian RomanickAdded a bunch of extensions that were previously suppor...
2005-01-28 Ian RomanickRefactor the code to emit multiple-inclusion protection to
2005-01-28 Ian RomanickFix some get / set errors with COLOR_TABLE_*. SCALE...
2005-01-27 Ian RomanickMark a couple more function parameters as counters.
2005-01-27 Ian RomanickAdd numerous 'get'-type functions to most of the enums...
2005-01-23 Adam JacksonHAVE_ALIAS was never defined anywhere, add some logic...
2005-01-19 Keith WhitwellDepend tweaks
2005-01-11 Ian RomanickAdded a couple missing proxy types.
2005-01-11 Ian RomanickPut quotes around the CC and CXX variables passed to...
2005-01-08 Adam JacksonEnable libGL to be built with DRI_NEW_INTERFACE_ONLY...
2005-01-07 Ian RomanickRefactor the code that converts a transpose-matrix...
2005-01-07 Ian RomanickPixel oriented render functions are now generated by the
2005-01-07 Ian RomanickThe generic_*_byte functions did not rount the command...
2005-01-05 Alan Hourihanesupport 720x480 and 960x540 modes
2005-01-03 Ian RomanickThe opcode and command length fields of RenderLarge...
2004-12-27 Ian RomanickFixed two problems with the handling of GLX protocol...
2004-12-21 Ian RomanickUsed GCC's __builtin_expect when available. Change...
2004-12-20 Ian RomanickUse GLX protocol code generated by glX_proto_send.py.
2004-12-15 Adam JacksonMark the XF86DRI client-side extension API as PUBLIC.
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...
next