| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove '#if 0' block that was accidentally left in. | Ian Romanick | 2005-07-28 | 1 | -6/+0 |
* | SPARC, DRI interface changes for 6.3.1 | Brian Paul | 2005-07-28 | 1 | -0/+4 |
* | The dri/*/depend files don't exist on a raw check-out, and that makes 'makemesa_6_3_1_1 | Ian Romanick | 2005-07-28 | 1 | -1/+0 |
* | Major rip-up of internal function insertion interface. The oldmesa_6_3_1 | Ian Romanick | 2005-07-28 | 42 | -994/+2993 |
* | Fix SPARC assembly for 64-bit | Ian Romanick | 2005-07-28 | 12 | -19328/+1961 |
* | This precious BeOS include file was lost since some released MesaLibs. Fixed.... | Philippe Houdoin | 2005-07-27 | 1 | -0/+1 |
* | test for the proper drm version, at least 1.17 is required | Roland Scheidegger | 2005-07-27 | 1 | -1/+1 |
* | typo | Alan Hourihane | 2005-07-26 | 1 | -1/+1 |
* | support GLX_DIRECT_COLOR in 1.4.0 | Alan Hourihane | 2005-07-26 | 1 | -3/+1 |
* | Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal of | Ian Romanick | 2005-07-26 | 8 | -256/+121 |
* | Bump the required ddx to 1.4.0 as drmAddress has been removed so that 32/64bit | Alan Hourihane | 2005-07-26 | 1 | -4/+12 |
* | No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE. | Ian Romanick | 2005-07-26 | 5 | -52/+16 |
* | Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' will | Ian Romanick | 2005-07-26 | 9 | -12/+12 |
* | Fixes the glXGetProcAddress portion of the interface. Most of the functions | Ian Romanick | 2005-07-26 | 37 | -468/+365 |
* | improve comments about win[0..3] values (bug 2554) | Brian Paul | 2005-07-26 | 1 | -2/+5 |
* | Fix bug 1858 - array subscript out of range in gamma driver. | Brian Paul | 2005-07-26 | 3 | -3/+2 |
* | Add license/copyright. | Brian Paul | 2005-07-25 | 1 | -44/+110 |
* | Added -linker option to mklib, used to specify a particular program for | Brian Paul | 2005-07-25 | 10 | -80/+61 |
* | Gut a few more dead bits. Replace uses of the CreateNewScreenFunc typedef | Ian Romanick | 2005-07-24 | 4 | -22/+7 |
* | All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows | Ian Romanick | 2005-07-24 | 34 | -1664/+262 |
* | Add two aliases for some PointParameters entrypoints for libglx compatibility. | Adam Jackson | 2005-07-23 | 1 | -0/+2 |
* | Break the long list of MAIN_FILES and DEMO_FILES into subgroups. | Brian Paul | 2005-07-22 | 1 | -74/+91 |
* | ---------------------------------------------------------------------- | Jouk Jansen | 2005-07-22 | 1 | -0/+3 |
* | some GLuint idx -> GLint idx changes | Brian Paul | 2005-07-22 | 1 | -4/+4 |
* | added vp negative addressing bug fix | Brian Paul | 2005-07-22 | 1 | -1/+1 |
* | Make the vertex program source register Index field a signed int since | Brian Paul | 2005-07-22 | 4 | -12/+13 |
* | bump version to 6.3.1 | Brian Paul | 2005-07-21 | 2 | -5/+5 |
* | 6.3.1 updates | Brian Paul | 2005-07-21 | 3 | -1/+53 |
* | updated with DRI building instructions | Brian Paul | 2005-07-21 | 1 | -32/+74 |
* | bump version to 6.3.1 and include DRI/GLX files in tarballs | Brian Paul | 2005-07-21 | 1 | -13/+18 |
* | make i810PrintSetupFlags() static, first param const | Brian Paul | 2005-07-21 | 2 | -4/+1 |
* | first 6.3.1 bug fixes | Brian Paul | 2005-07-21 | 1 | -1/+8 |
* | s/2004/2005/ | Brian Paul | 2005-07-21 | 1 | -2/+2 |
* | check for FEATURE_EXT_framebuffer_object to enable EXT_framebuffer_object | Brian Paul | 2005-07-21 | 1 | -1/+3 |
* | remove ^M chars, disable shading language extensions | Brian Paul | 2005-07-21 | 1 | -26/+26 |
* | Clean up warnings in r300 code by making some symbols static, adding prototypes | Eric Anholt | 2005-07-20 | 11 | -18/+36 |
* | Connect the r300 bits up to the build. | Eric Anholt | 2005-07-20 | 2 | -2/+2 |
* | Add some missing defines, copied from linux-dri. | Eric Anholt | 2005-07-20 | 1 | -1/+1 |
* | Forced commit to note repocopy from r300.sf.net CVS. | Eric Anholt | 2005-07-20 | 0 | -0/+0 |
* | fix some URLs | Brian Paul | 2005-07-20 | 1 | -2/+4 |
* | added md5 checksums for 6.3 | Brian Paul | 2005-07-20 | 1 | -1/+12 |
* | more updates for 6.3 releasemesa_6_3 | Brian Paul | 2005-07-20 | 4 | -5/+76 |
* | updates for 6.3 release | Brian Paul | 2005-07-19 | 2 | -3/+6 |
* | replace fprintf() calls with _mesa_problem() | Brian Paul | 2005-07-19 | 1 | -4/+5 |
* | remove fprintf() | Brian Paul | 2005-07-19 | 1 | -2/+0 |
* | include driverfuncs.h | Brian Paul | 2005-07-19 | 1 | -2/+0 |
* | overlay planes test | Brian Paul | 2005-07-19 | 2 | -0/+246 |
* | s/clippping/clipping/ | Brian Paul | 2005-07-18 | 1 | -2/+2 |
* | Fixed warnings by using GLUTProc type instead of anonymous (void *) for | Philippe Houdoin | 2005-07-18 | 1 | -120/+120 |
* | re-enable the ffb driver | Alan Hourihane | 2005-07-18 | 1 | -2/+2 |