summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)Author
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
2004-07-05Convert miniglx to use Ian's fancy new driver config code.Jon Smirl
2004-06-29This should make most linux-solo drivers work again. Mainly a fixJon Smirl
2004-06-26Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl
2004-06-25Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick
2004-06-03kill __driRegisterExtensions(), none of the functions did anythingJon Smirl
2004-06-01Missed in last commit:Eric Anholt
2004-06-01Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt
2004-05-12remove the last line of the previous patchBrian Paul
2004-05-12fix red/green/blueBits typosBrian Paul
2004-05-12obsolete in favor of regular MakefilesBrian Paul
2004-04-14Add agpmode to the example config fileDave Airlie
2004-04-14add agpmode to miniglx config fileDave Airlie
2004-04-13Add DRM_SOURCE_PATH to make system.Jon Smirl
2004-04-08don't include GL/gl.h, rely on glheader.hBrian Paul
2004-04-08move 'id' declaration so it's C compliantBrian Paul
2004-03-26New Makefile systemBrian Paul
2004-03-24rename class to c_class if using C++ (bug 922294)Brian Paul
2004-03-15remove version number faking, shouldn't be needed anymoreDave Airlie
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl
2004-01-27change PFNGLXGETUSTPROC's argument from uint64_t to int64_t to match the DRIBrian Paul
2003-12-12new makefilesBrian Paul
2003-12-09Remove $Id tagKeith Whitwell
2003-12-06basic API work for FBConfigs & PbuffersBrian Paul
2003-10-24Fix for missing GLAPIENTRYP definitionJon Smirl