Age | Commit message (Expand) | Author | Files | Lines |
2007-02-04 | * Add myself to Uploaders.mesa-6.5.2-2 | Julien Cristau | 8 | -3/+4 |
2007-02-04 | Add bug closer for #409638. | Julien Cristau | 1 | -2/+3 |
2007-02-04 | Re-add src/glut/mini/ which was deleted by mistake. | Julien Cristau | 13 | -0/+1831 |
2007-02-04 | Delete directories not included in the mesa tarballs. | Julien Cristau | 588 | -169688/+0 |
2007-02-04 | Fix FTBFS on non-i386 archs. | Julien Cristau | 2 | -17/+32 |
2007-02-01 | Merge branch 'upstream-experimental' into debian-experimental | Julien Cristau | 852 | -175/+215204 |
2007-01-28 | Sync Section and Priority for all packages with the override. | Julien Cristau | 2 | -2/+9 |
2007-01-11 | Give credit where credit is due. | Thierry Reding | 1 | -4/+6 |
2007-01-11 | libosmesa6{,-dev} replace libgl1-mesa-swx11{,-dev} and mesa-common-dev. | Thierry Reding | 2 | -2/+6 |
2007-01-11 | mesa-common-dev needs to replace libgl1-mesa-swx11-dev and libgl1-mesa-dev. | Thierry Reding | 2 | -2/+4 |
2007-01-11 | Build the DRI modules with the default optimization flags. | Thierry Reding | 2 | -3/+2 |
2007-01-10 | Revert the previous changes to the libgl1-mesa-{glx,swx11} shlibs. | Thierry Reding | 3 | -5/+4 |
2007-01-10 | Bump libgl1-mesa-glx, libgl1-mesa-swx11 and libosmesa6 shlibs files. | Thierry Reding | 4 | -6/+8 |
2007-01-08 | Drop noop line. | Thierry Reding | 1 | -2/+1 |
2007-01-08 | Make sure all files in the mesa-swx11-source package have permissions 0644. | Thierry Reding | 1 | -0/+3 |
2007-01-08 | Compile with -O2 optimization instead of -O3 which might lead to problems. | Thierry Reding | 1 | -0/+1 |
2007-01-08 | Make debugging symbol packages depend on the corresponding binary package and | Thierry Reding | 2 | -4/+9 |
2007-01-08 | Do not build any linux*-static configuration with -fPIC. | Thierry Reding | 1 | -0/+48 |
2007-01-08 | Add patches 04_cleanup-osmesa-configs and 05_static-nonpic. | Thierry Reding | 4 | -1/+208 |
2007-01-05 | * Drop obsolete depends on xlibs. | Julien Cristau | 2 | -2/+6 |
2007-01-04 | Import changelog entry from the 6.5.1-0.5 NMU. | Julien Cristau | 1 | -2/+10 |
2007-01-04 | Hijack the package (set XSF as maintainer, add myself to uploaders). \o/ | Thierry Reding | 2 | -5/+6 |
2006-12-05 | Build the i915tex DRI module on the i386 and amd64 architectures. | Thierry Reding | 2 | -2/+3 |
2006-12-04 | Add missing changelog entry and bug closer. | Thierry Reding | 1 | -0/+2 |
2006-12-02 | Update to new upstream release (6.5.2). | Thierry Reding | 60 | -651/+1171 |
2006-12-02 | remove directfbgl.h filemesa_6_5_2 | Brian Paul | 1 | -1/+0 |
2006-12-02 | remove bogus link | Brian Paul | 1 | -1/+1 |
2006-12-02 | 6.5.2 release updates | Brian Paul | 2 | -4/+10 |
2006-12-02 | Add i915tex and i965. | Gary Wong | 1 | -1/+1 |
2006-12-02 | Structure CopyPixels similarly to i915 do_texture_copypixels, to ease future ... | Gary Wong | 4 | -99/+147 |
2006-12-01 | Be aware that the surface storage can change between locks. | Claudio Ciccani | 1 | -22/+22 |
2006-12-01 | Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its ... | Claudio Ciccani | 7 | -33/+65 |
2006-12-01 | Fix an infinite loop error that may occur when many contexts are bound | Thomas Hellström | 1 | -2/+7 |
2006-12-01 | Fixed compilation errors/warnings. | Claudio Ciccani | 1 | -33/+32 |
2006-12-01 | Update to latest upstream release candidate (6.5.2 RC3). | Thierry Reding | 65 | -844/+1442 |
2006-11-30 | the following improvements to linux-fbdev: | Sean D'Epagnier | 10 | -173/+253 |
2006-11-30 | fix mixed conventional / generic vertex arrays which caused a wrong array ord... | Roland Scheidegger | 3 | -1/+116 |
2006-11-29 | check for target instead of program->Target in _tnl_program_string, avoids se... | Roland Scheidegger | 1 | -1/+1 |
2006-11-29 | fix a bug in the sanity code when outputting vertex progs | Roland Scheidegger | 1 | -1/+1 |
2006-11-29 | Add manpages to the mesa-utils package. | Thierry Reding | 5 | -0/+119 |
2006-11-29 | call Driver.ProgramStringNotify if a ati_fragment_shader changes and pick up ... | Roland Scheidegger | 2 | -0/+5 |
2006-11-29 | Add accelerated CopyPixels for non-overlapping, 1:1 blits. | Eric Anholt | 10 | -15/+213 |
2006-11-28 | indent, comments, etc | Brian Paul | 2 | -61/+87 |
2006-11-28 | add support to miniglx for updating drawables .. | Dave Airlie | 1 | -2/+14 |
2006-11-28 | Update miniglx support for new memory manager | Dave Airlie | 4 | -42/+94 |
2006-11-27 | comments | Brian Paul | 1 | -2/+2 |
2006-11-27 | remove assertions to match i915tex code (bug 8726) | Brian Paul | 1 | -2/+0 |
2006-11-27 | get rid of meaningless XFree86LOADER test (bug 9144) | Brian Paul | 1 | -3/+0 |
2006-11-27 | replace check for XFree86LOADER and IN_MODULE with XFree86Server (bug 9144) | Brian Paul | 1 | -1/+1 |
2006-11-26 | Bug #6044: actually delete the texture object in mgaDeleteTexture | Tilman Sauerbeck | 1 | -0/+3 |