Age | Commit message (Expand) | Author |
2010-05-25 | drm_api: Remove type argument from create screen callback | Jakob Bornecrantz |
2010-05-25 | st/dri: Remove DRI1 support | Jakob Bornecrantz |
2010-05-21 | st_api: Give get_egl_image arguments directly to the function | Jakob Borncrantz |
2010-05-21 | gallium: Fix invalidate framebuffer with old libGL libraries | Jakob Bornecrantz |
2010-05-21 | st_api: Add get param function to st_manager | Jakob Bornecrantz |
2010-05-21 | Merge branch 'gallium-msaa' | Roland Scheidegger |
2010-05-17 | st/dri: adapt to interface changes | Roland Scheidegger |
2010-05-03 | gallium: move surface utility functions into u_surface.c | Brian Paul |
2010-05-02 | Update dri state tracker to use new API aware context create | Xavier Chantry |
2010-05-07 | glapi: Move to src/mapi/. | Chia-I Wu |
2010-04-27 | st/dri: Don't check for null when user ensures non-null | Jakob Bornecrantz |
2010-04-27 | st/dri: Use flush function of old context not new | Jakob Bornecrantz |
2010-04-26 | st/dri: Refactor dri_st_api into other files | Jakob Bornecrantz |
2010-04-26 | st/dri: Make st_framebuffer_iface the base for dri_drawable | Jakob Bornecrantz |
2010-04-26 | st/dri: Make st_manager the base for dri_screen | Jakob Bornecrantz |
2010-04-26 | st/dri: Add hooks for framebuffer functions | Jakob Bornecrantz |
2010-04-26 | st/dri: Make lookup_egl_image a hook | Jakob Bornecrantz |
2010-04-26 | st_api: Remove st_module | Jakob Bornecrantz |
2010-04-25 | st/dri: Add missing header. | Vinson Lee |
2010-04-24 | st/dri: DRI2 give proper binding to depth buffer | Jakob Bornecrantz |
2010-04-17 | st/dri: Check for NULL before dereference and assignment. | Vinson Lee |
2010-04-16 | st/drisw: Stop pretending to be drm_api | Jakob Bornecrantz |
2010-04-16 | st/dri: Refactor init code a bit | Jakob Bornecrantz |
2010-04-16 | st/dri: Remove unnecessary header. | Vinson Lee |
2010-04-11 | scons: Use libdrm options only where needed. | José Fonseca |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-04-10 | Fix copyright headers. | Chia-I Wu |
2010-04-08 | st/dri: Fix setTexBuffer2 with __DRI_TEXTURE_FORMAT_RGB. | Chia-I Wu |
2010-04-06 | st/dri: Implement DRI image extension. | Chia-I Wu |
2010-04-02 | gallium: fix dri_destroy_option_cache() when optionCache.info is NULL | Yann Droneaud |
2010-03-31 | Merge branch 'gallium-new-formats' | Roland Scheidegger |
2010-03-30 | st/dri: Remove unnecessary header. | Vinson Lee |
2010-03-30 | st/dri: Remove unnecessary header. | Vinson Lee |
2010-03-30 | st/dri: Fix a memory leak in dri1_init_screen. | Chia-I Wu |
2010-03-29 | drisw: Remove unnecessary header. | Vinson Lee |
2010-03-30 | Merge branch 'master' into gallium-new-formats | Roland Scheidegger |
2010-03-30 | gallium: adapt all code to the renamed depth/stencil formats | Roland Scheidegger |
2010-03-29 | st/dri/sw: add drisw_api similarly to dri1_api | George Sapountzis |
2010-03-28 | drisw: probably better hack for stride and some comments | George Sapountzis |
2010-03-27 | drisw: make stride issue profound | George Sapountzis |
2010-03-26 | st/dri: Fix SCons build. | Vinson Lee |
2010-03-26 | swrastg: allow for any of the software rasterizers. | George Sapountzis |
2010-03-26 | st/dri: add comment about the ifdef in dri_screen.c | George Sapountzis |
2010-03-26 | st/dri: factor out common init_screen code | George Sapountzis |
2010-03-26 | st/dri mv __driDriverExtensions to drisw.c and dri2.c | George Sapountzis |
2010-03-26 | st/dri: fold dri_extensions.c into dri_context.c | George Sapountzis |
2010-03-26 | swrastg: Build with scons | Jakob Bornecrantz |
2010-03-26 | st/dri: Move common files to common directory | Jakob Bornecrantz |
2010-03-26 | st/dri: Reshuffle files and make it obvious which files are shared | Jakob Bornecrantz |
2010-03-25 | st/dri: Don't include sw vs drm dri headers | Jakob Bornecrantz |