summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)Author
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
2004-11-15Sync with Xorg head: mingw build fixes from Alexander Gottwald.Adam Jackson
2004-11-03constify a few arrays.Adam Jackson
2004-11-03static char * -> static char []Adam Jackson
2004-10-25remove a -Werror from testing.Adam Jackson
2004-10-25Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson
2004-10-01Fix mesa solo with doublebuffered apps, the drawable index/stamp weren'tDave Airlie
2004-09-07Add a solo-x86 config, and make solo use the x86 glapiDave Airlie
2004-08-09Fix from Rogelio Serrano for miniglx double bufferingJon Smirl
2004-07-16Miniglx clients now authorize with server DRMJon Smirl
2004-07-05Convert miniglx to use xf86drm from dri/drm/libdrm instead of src/mesa/driver...Jon Smirl