Age | Commit message (Expand) | Author |
2010-08-27 | dri: Get prototype for _mesa_destroy_compiler(). | Eric Anholt |
2010-08-18 | glsl2: Free the shader compiler at dri screen destruction. | Eric Anholt |
2010-08-18 | dri2: Clean up the common dri2 options at screen destroy. | Eric Anholt |
2010-08-13 | Merge branch 'master' into glsl2 | Ian Romanick |
2010-08-13 | mesa: Avoid using c++ keyword in dri_util.h when compiled with c++. | Eric Anholt |
2010-07-29 | dri: Add missing header to dri_metaops.c. | Vinson Lee |
2010-07-19 | glx: Remove support for MESA_swap_frame_usage | Kristian Høgsberg |
2010-06-10 | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul |
2010-06-10 | mesa: move arbprogram.[ch] to main/ | Brian Paul |
2010-06-10 | i965: Add support for GL_ALPHA framebuffer objects. | Eric Anholt |
2010-05-31 | gallium: fix TFP on gallium | Dave Airlie |
2010-05-11 | intel: Drop viewport hack when we can | Kristian Høgsberg |
2010-05-03 | swrast: Correct include for mtypes.h | Jakob Bornecrantz |
2010-05-02 | Update drisw state tracker to use new API aware context create | Xavier Chantry |
2010-05-02 | Merge branch 'gles2-2' | Kristian Høgsberg |
2010-04-28 | dri: Add DRI entrypoints to create a context for a given API | Kristian Høgsberg |
2010-04-27 | dri_util: Assume error checking is done properly in glXMakeCurrent | Jakob Bornecrantz |
2010-04-24 | dri: Remove unnecessary header. | Vinson Lee |
2010-04-22 | DRI2/GLX: check for vblank_mode in DRI2 GLX code | Jesse Barnes |
2010-04-22 | DRI2: add config query extension | Jesse Barnes |
2010-04-19 | Merge branch '7.8' | Jesse Barnes |
2010-04-19 | mesa: Use __OpenBSD__ to check for OpenBSD. | Matthieu Herrb |
2010-03-30 | dri: Drop another unused __DRIscreen field | Kristian Høgsberg |
2010-03-30 | dri: Drop the unused dummyContext | Kristian Høgsberg |
2010-03-30 | dri: Drop an unused __DRIcontext field | Kristian Høgsberg |
2010-03-30 | drisw: fix use after free (bug 27370) | George Sapountzis |
2010-03-26 | dri/common: add comment about DRISW wrt DRI1 / DRI2 | George Sapountzis |
2010-03-25 | drisw_util: add fields for gallium swrast_dri | George Sapountzis |
2010-03-23 | dri: fix dri_test.c for non-TLS build | Luca Barbieri |
2010-03-23 | dri: add _glthread_GetID to dri_test.c dummy glapi | Luca Barbieri |
2010-03-23 | dri: make unresolved symbol test link work even without a libGL.so | Luca Barbieri |
2010-03-23 | dri: test whether the built drivers have unresolved symbols | Luca Barbieri |
2010-03-21 | rename dri_sw to drisw_util for consistency | George Sapountzis |
2010-03-15 | dri/common: mv __driUtilMessage to utils.c | George Sapountzis |
2010-03-15 | dri/swrast: drop mtypes.h from dri_sw | George Sapountzis |
2010-03-15 | dri/swrast: port to dri_sw (drawable) | George Sapountzis |
2010-03-15 | dri/swrast: port to dri_sw (context) | George Sapountzis |
2010-03-15 | dri: add dri_sw.c helper | George Sapountzis |
2010-03-12 | Grammar and spelling fixes | Jeff Smith |
2010-03-04 | DRI: Put back missing break-statement | Ian Romanick |
2010-03-03 | DRI: Remove support for color-index visuals | Ian Romanick |
2010-02-27 | dri: Remove dead code. | Vinson Lee |
2010-02-27 | dri: Add assert to check for null pointer dereference. | Vinson Lee |
2010-02-27 | dri: Assert pointer is not null before dereferencing. | Vinson Lee |
2010-02-26 | remove hack for miniglx from dri/utils.c | George Sapountzis |
2010-02-24 | dri: remove old assertion (see bug 26734) | Brian Paul |
2010-02-24 | intel: Implement DRI image extension | Kristian Høgsberg |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-02-17 | intel: Implement the DRI2 invalidate function properly | Kristian Høgsberg |
2010-02-16 | dri2: Event driven buffer validation. | Francisco Jerez |