summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)Author
2005-02-28Clean-up some warnings caused by the addition of vertex / fragment programIan Romanick
2005-02-25Accidentally committed wrong version with the previous commit set.Ian Romanick
2005-02-25Add GLX protocol support for ARB_fragement_program,Ian Romanick
2005-02-25Convert the static functions read_pixel_reply, read_reply,Ian Romanick
2005-02-23Missed the commit of glxext.c yesterday.Ian Romanick
2005-02-23Corrected the value for X_GLrop_SecondaryColor3svEXT.Ian Romanick
2005-02-23Missed the Makefile with the previous commit.Ian Romanick
2005-02-22Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. ThisIan Romanick
2005-02-20add more functionality to miniglx for glitzDave Airlie
2005-02-15add EnableExtension so r200 enables all its extensions, add mesa memoryDave Airlie
2005-02-09Generate GLX protocol for pixel single commands.Ian Romanick
2005-02-05Fix some mixed spaces / tabs issues in generated code. Commit generatedIan Romanick
2005-02-04Enable client-side GLX support for texture compression extensions.Ian Romanick
2005-02-03Added a bunch of extensions that were previously supported but weren'tIan Romanick
2005-01-28Refactor the code to emit multiple-inclusion protection toIan Romanick
2005-01-28Fix some get / set errors with COLOR_TABLE_*. SCALE and BIAS can beIan Romanick
2005-01-27Mark a couple more function parameters as counters.Ian Romanick
2005-01-27Add numerous 'get'-type functions to most of the enums supported by theIan Romanick
2005-01-23HAVE_ALIAS was never defined anywhere, add some logic to turn it onAdam Jackson
2005-01-19Depend tweaksKeith Whitwell
2005-01-11Added a couple missing proxy types.Ian Romanick
2005-01-11Put quotes around the CC and CXX variables passed to mklib. This makeIan Romanick
2005-01-08Enable libGL to be built with DRI_NEW_INTERFACE_ONLY (but don't do it yet).Adam Jackson
2005-01-07Refactor the code that converts a transpose-matrix enum to aIan Romanick
2005-01-07Pixel oriented render functions are now generated by theIan Romanick
2005-01-07The generic_*_byte functions did not rount the command size to aIan Romanick
2005-01-05support 720x480 and 960x540 modesAlan Hourihane
2005-01-03The opcode and command length fields of RenderLarge commands wereIan Romanick
2004-12-27Fixed two problems with the handling of GLX protocol replies. The logicIan Romanick
2004-12-21Used GCC's __builtin_expect when available. Change the way code isIan Romanick
2004-12-20Use GLX protocol code generated by glX_proto_send.py.Ian Romanick
2004-12-15Mark the XF86DRI client-side extension API as PUBLIC.Adam Jackson
2004-12-15Fix up glx/x11 to work when built with -fvisibility=hidden.Adam Jackson
2004-12-08Improve the behaviour of the build system wrt depend files.Keith Whitwell
2004-12-08From: Stephane Marchesin <marchesin@icps.u-strasbg.fr>Dave Airlie
2004-12-01Corrected a problem with the sizes of the MAP[12]_* enums.Ian Romanick
2004-12-01Refactor ExtractDir and OpenDriver to be a bit more clear.Ian Romanick
2004-12-01Use indirect_size.c and indirect_size.h generated by usingIan Romanick
2004-12-01Use the indirect_init.c generate by using src/mesa/glapi/glX_proto_send.pyIan Romanick
2004-12-01Make the transition to script-genereated GLX code easier.Ian Romanick
2004-12-01Make the transition to script-genereated GLX code easier.Ian Romanick
2004-12-01Make the transition to script-genereated GLX code easier.Ian Romanick
2004-12-01Make the transition to script-genereated GLX code easier.Ian Romanick
2004-12-01Make the transition to script-genereated GLX code easier.Ian Romanick
2004-12-01Make the transition to script-genereated GLX code easier.Ian Romanick
2004-12-01Make the transition to script-genereated GLX code easier.Ian Romanick
2004-12-01Add trivial support ARB_texture_rectangle and OES_read_format.Ian Romanick
2004-12-01Missed GL_OES_read_format_bit in last commit.Ian Romanick
2004-11-30Since we know the problem with HP_occlusion_test is / was on the server-side,Ian Romanick
2004-11-29added __glXFindDRIScreen to glXGetProcAddress (bug 1068879)Brian Paul