Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-19 | Merge branch '7.8' | Brian Paul | |
Conflicts: src/gallium/auxiliary/draw/draw_context.c src/gallium/auxiliary/draw/draw_pipe_aaline.c src/gallium/drivers/llvmpipe/lp_context.c | |||
2010-04-16 | docs: update links for new mesa-users and mesa-announce lists | Brian Paul | |
2010-04-13 | Merge branch '7.8' | Jesse Barnes | |
2010-04-12 | docs: update name, link for mesa-dev list | Brian Paul | |
2010-04-09 | Merge branch '7.8' | Brian Paul | |
2010-04-08 | docs: link to 7.8.2 release notes | Brian Paul | |
2010-04-08 | docs: initial 7.8.2 release notes | Brian Paul | |
2010-04-08 | Merge remote branch 'origin/7.8' | Dave Airlie | |
Conflicts: Makefile configs/default src/mesa/main/version.h | |||
2010-04-05 | docs: Update 7.8.1 release MD5 sums | Ian Romanick | |
2010-04-05 | docs: added news item for 7.8.1 release | Brian Paul | |
2010-04-05 | docs: add link to 7.8.1 release notes | Brian Paul | |
2010-04-05 | docs: Add 7.8.1 release MD5 sums | Ian Romanick | |
2010-04-05 | Initial 7.8.1 release notes | Ian Romanick | |
2010-04-04 | docs: update status of transform feedback and instanced drawing | Brian Paul | |
2010-04-01 | docs: update GL3 / GL_ARB_fragment_coord_conventions status | Brian Paul | |
2010-03-30 | Merge branch '7.8' | Michel Dänzer | |
Conflicts: Makefile src/mesa/main/version.h Resolved by keeping version strings from master (also in the intel driver). | |||
2010-03-29 | docs: fix 7.7.1 release date | Brian Paul | |
(cherry picked from commit e6f5ca0fa3bff975f2acb3a825d77f095bc9f43e) | |||
2010-03-28 | mesa: Add 7.8 release MD5 sums | Ian Romanick | |
2010-03-28 | mesa: set version string to 7.8 | Ian Romanick | |
Also set the correct release date. | |||
2010-03-28 | mesa: Add 7.7.1 release MD5 sums | Ian Romanick | |
(cherry picked from commit 0c88e340499c961cc7a06107a727710a67e280ed) | |||
2010-03-28 | mesa: set version string to 7.7.1 | Ian Romanick | |
Also set the correct release date. (cherry picked from commit 663642b435af2f8ab4b16360783eb367f42486c3) | |||
2010-03-25 | Merge branch '7.8' | Brian Paul | |
2010-03-23 | docs: update docs with 7.7.1 and 7.8 release info | Brian Paul | |
2010-03-22 | Merge branch '7.8' | Brian Paul | |
Conflicts: src/gallium/drivers/cell/ppu/cell_screen.c src/mesa/state_tracker/st_cb_drawpixels.c | |||
2010-03-22 | docs: Update the path to build libgl-xlib. | Chia-I Wu | |
2010-03-20 | docs: note GL_EXT_packed_float, GL_EXT_shared_exponent extensions | Brian Paul | |
2010-03-20 | docs: remove the 'Last updated date' | Brian Paul | |
2010-03-12 | Merge branch '7.8' | Michel Dänzer | |
2010-03-12 | Grammar and spelling fixes | Jeff Smith | |
Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-03-10 | docs: Update new opengl32.dll target location. | José Fonseca | |
2010-03-08 | Merge branch '7.8' | Brian Paul | |
2010-03-05 | docs: skeleton for 7.9 release notes | Brian Paul | |
2010-03-05 | docs: remove merge conflict garbage | Brian Paul | |
2010-03-05 | docs: document GL_APPLE_object_purgeable | Brian Paul | |
2010-03-03 | Note removal of pre-GCC 3.3.0 support in release notes. | Ian Romanick | |
2010-03-03 | Note removal of color-index rendering in release notes. | Ian Romanick | |
2010-03-01 | glapi: drop SOLARIS_THREADS | George Sapountzis | |
It seems that SOLARIS_THREADS is not used and does not work. | |||
2010-02-25 | docs: GL_EXT_texture_array updates | Brian Paul | |
2010-02-25 | Remove remaining miniglx references | Kristian Høgsberg | |
2010-02-25 | Remove d3d driver | Kristian Høgsberg | |
2010-02-25 | Remove directfb support | Kristian Høgsberg | |
2010-02-25 | docs: addition of ARB_fcc to i965. | Eric Anholt | |
2010-02-25 | docs: remove demos.html page which contained one dead link | Brian Paul | |
2010-02-25 | glapi: Move src/mesa/main/dispatch.c to glapi and rename. | Chia-I Wu | |
main/dispatch.c is a glapi source file. It is part of GLAPI_SOURCES in sources.mak and part of glapi_sources in SConscript. This commit moves it to glapi/ and renames it to glapi_dispatch.c. | |||
2010-02-17 | Merge commit '381d5e209815235911c4aab516037c868c8f695f' | Ian Romanick | |
This merges the patches from the series "[PATCH 00/14] More client-side GLX house cleaning" that were posted to the mesa3d-dev mailing list. See http://marc.info/?l=mesa3d-dev&m=126582985214612&w=2 Patches 01 through 04 eliminate a bunch of annoying warnings that I get when building Mesa. Patch 05 fixes an inconsistency between the implementation of glXSwapIntervalMESA and the spec. I chose to favor the code over the spec in this case. This also eliminated a warning. Patches 06 through 12 clean up the way that context creation is performed on the client. When support for GLX_SGIX_fbconfig and the related GLX 1.3 functions was added, I refactored a bunch nuts-and-bolts of context creation to CreateContext. The refactor was a good idea, I just didn't do it right. Patches 13 and 14 update glxgears_fbconfig to use GLX 1.3 interfaces. | |||
2010-02-17 | docs: Update TODOs of egl.html. | Chia-I Wu | |
Thread-safety is no longer a TODO item. There are surely bugs to be fixed though. | |||
2010-02-15 | docs: document glMultiDrawElements() fix | Brian Paul | |
(cherry picked from commit ab6bcef99a53217db752659ace105ddfd9b25ebb) | |||
2010-02-13 | docs: document GL_ARB_fragment_coord_conventions | Brian Paul | |
2010-02-11 | glx: Fix interval test in glXSwapIntervalMESA | Ian Romanick | |
It appears that, in spite of what the spec says, the interval parameter to glXSwapIntervalMESA has been an unsigned int since day-1. This made the 'if (interval < 0)' test useless. The test is removed and the spec is updated to note that the interval is an unsigned value. | |||
2010-02-11 | Add git tips | Karl Schultz | |