359 Revīzijas (a661654a33ba38990719ac9f5aea2910a5d5bf77)

Autors SHA1 Ziņojums Datums
  Adam Jackson 8ff72e9723 Add preliminary EGL headers. pirms 20 gadiem
  Dave Airlie 9bfd9582d4 bring over structs from Xorg glx.h to make Mesa glx.h the one true glx.h pirms 20 gadiem
  Dave Airlie 24dcc6b6bf Add GLX_MESA_allocate_memory from Xorg glx.h pirms 20 gadiem
  Dave Airlie dee1c795c2 add more functionality to miniglx for glitz pirms 20 gadiem
  Brian Paul f321f16e83 fix non-Win32 definition of GLUTAPIENTRY, remove some cruft pirms 21 gadiem
  Dave Airlie 09298228c6 add EnableExtension so r200 enables all its extensions, add mesa memory pirms 21 gadiem
  Adam Jackson d084982240 Bug #2477: Make GLU/GLw/glut build properly even with -fvisibility=hidden. pirms 21 gadiem
  Brian Paul cf69e051ce added GL_EXT_framebuffer_object enums/funcs. Remove when glext.h is updated pirms 21 gadiem
  Ian Romanick 5b0dd89370 remove a bunch of temporary #defines, now that glext.h was updated pirms 21 gadiem
  Brian Paul 1060211918 fix glGetString funniness pirms 21 gadiem
  Brian Paul 14dee36fa7 glext.h version 26 pirms 21 gadiem
  Brian Paul 5255044c00 added a few OpenGL 2.0 tokens (temporary) pirms 21 gadiem
  Brian Paul d7b837ad4a temporary prototypes for OpenGL 2.0 pirms 21 gadiem
  Brian Paul 85edffd5ff added GLX_NV_float_buffer pirms 21 gadiem
  Brian Paul 81ca616e7e DirectFB driver (Claudio Ciccani) pirms 21 gadiem
  Brian Paul 538541e300 VMS update pirms 21 gadiem
  Daniel Borca 8b563fd4c5 added DMesaProc type to prevent gcc 3.4.3 warnings pirms 21 gadiem
  Alan Hourihane 38b317d508 uint*t -> u_int*t changes pirms 21 gadiem
  Alan Hourihane 8635615501 Check for some header defines before redefining functions. Silences warnings. pirms 21 gadiem
  Brian Paul bf4c23d00f no need to include stddef.h anymore pirms 21 gadiem
  Brian Paul 4d880987d2 Have OSMesaGetProcAddress() return new OSMESAproc typedef. pirms 21 gadiem
  Brian Paul 2dd5b9edaa typedef GLUTproc, return it from glutGetProcAddress() pirms 21 gadiem
  Brian Paul b653aaede5 minor APIENTRY clean-ups pirms 21 gadiem
  Brian Paul 83889ffd97 Remove need for defining _MSC_VER when building Mesa for windows with pirms 21 gadiem
  Adam Jackson bcd8735546 Import sarea.h from Xorg, needed for client GLX code. pirms 21 gadiem
  Ian Romanick 33899b7c35 Add support for OES_read_format. As soon as glext.h is updated with the pirms 21 gadiem
  Daniel Borca 65a9ca3381 bump version numbers to their real values pirms 21 gadiem
  Brian Paul 788ff5b5c7 remove unused413 stuff, glDrawBuffersARB uses that slot now pirms 21 gadiem
  Brian Paul be91a0be58 version bump pirms 21 gadiem
  Brian Paul 4f1e3709de change include of glx_mangle.h to match other headers pirms 21 gadiem
  Brian Paul d86d1483ac Another attempt at fixing name mangling and gl__unused413(). pirms 21 gadiem
  Brian Paul a6c423d956 Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 1015696) pirms 21 gadiem
  Philippe Houdoin ac07d89fd3 Stupid me. I don't know why I moved the GLView.h here at first, but now I know why pirms 21 gadiem
  Brian Paul 6ade8a36b6 version 6 from oss.sgi.com pirms 21 gadiem
  Brian Paul 196fb036d6 version 24 from oss.sgi.com pirms 21 gadiem
  Jon Smirl c2bffec91a Mesa-solo builds with these changes. There are still more fixups needed to pirms 21 gadiem
  Brian Paul e4fbcd0fca updated to version 23 pirms 21 gadiem
  Brian Paul 6b869d4fe1 Alexander Gottwald's patch for cygwin pirms 21 gadiem
  Ian Romanick e1a7f31c2b Remove the rest of the need for glxclient.h and remove it from the tree. pirms 21 gadiem
  Jon Smirl ba3d643c49 kill __driRegisterExtensions(), none of the functions did anything pirms 21 gadiem
  Ian Romanick 749e842953 Replace Bool with GLboolean. pirms 21 gadiem
  Ian Romanick 318aa84099 XF86DRIDestroyContext, XF86DRICreateDrawable, and pirms 21 gadiem
  Ian Romanick 60b0e12830 Convert 'Display *' to '__DRInativeDisplay *'. Only portions of the pirms 21 gadiem
  Ian Romanick fabe2b9ba3 Replace all occurances of XF86DRIClipRect (and related typedefs) with pirms 21 gadiem
  Brian Paul 27eb8fa35a remove duplicate GLX_DRAWABLE_TYPE token, sorted tokens by enum value pirms 21 gadiem
  Keith Whitwell 74d563cdfb Allow *_dri.so to build in Mesa tree with the 'linux-dri' target. pirms 21 gadiem
  Brian Paul 199972cef0 move #define for GL_DOUBLE, to put enums in right order pirms 21 gadiem
  Ian Romanick ab37fddbfd Correct the comments about when the bindContext3 / unbindContext3 pirms 21 gadiem
  Brian Paul 5eb921382f added extern "C" for C++ (bug 930933) pirms 21 gadiem
  Brian Paul fda7215db3 rename class to c_class if using C++ (bug 922294) pirms 21 gadiem