Age | Commit message (Expand) | Author |
2010-09-10 | gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2. | Chia-I Wu |
2010-09-10 | gallium: Add context profile support to st_api. | Chia-I Wu |
2010-08-27 | graw: Include missing header in graw.h. | Vinson Lee |
2010-08-26 | graw: Add copyright headers to the interfaces. | José Fonseca |
2010-08-26 | graw: Undo late loading of graw drivers. | José Fonseca |
2010-08-26 | graw: Include missing header in graw_dl.h. | Vinson Lee |
2010-08-26 | graw: Dynamically load graw libraries. | José Fonseca |
2010-06-29 | st_api: Remove st_context::is_visual_supported. | Chia-I Wu |
2010-06-28 | Merge branch 'gallium-drm-driver-drescriptor' | Jakob Bornecrantz |
2010-06-24 | gallium: Remove drm_api and all references to it | Jakob Bornecrantz |
2010-06-07 | graw: add parse_geometry_shader helper | Keith Whitwell |
2010-06-06 | gallium: Add drm driver interface | Jakob Bornecrantz |
2010-06-07 | include/st: new file swrast_screen_create.h | Keith Whitwell |
2010-05-25 | drm_api: Remove type argument from create screen callback | Jakob Bornecrantz |
2010-05-25 | gallium: Remove dri1_api.h and winsys support for DRI1 | 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-19 | Merge commit 'origin/graw-tests' | Keith Whitwell |
2010-05-14 | gallium: remove forward declarations of non-existent objects | Marek Olšák |
2010-05-14 | graw: combine graw_init and graw_create_window functions | Keith Whitwell |
2010-05-14 | graw: move towards glut-like interface, add tri.c | Keith Whitwell |
2010-05-12 | graw: Make functions public | Jakob Bornecrantz |
2010-05-04 | gallium: remove trailing comma in enum list | Brian Paul |
2010-04-26 | st_api: Remove st_module | Jakob Bornecrantz |
2010-04-16 | st/drisw: Stop pretending to be drm_api | Jakob Bornecrantz |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-03-29 | st/dri/sw: add drisw_api similarly to dri1_api | George Sapountzis |
2010-03-28 | gallium: new raw gallium interface to support standalone tests | Keith Whitwell |
2010-03-25 | st/dri: add drisw | George Sapountzis |
2010-03-21 | dri1_api: need not include drm.h | George Sapountzis |
2010-03-16 | gallium: Silence warning. | José Fonseca |
2010-03-16 | Merge remote branch 'origin/gallium-st-api' | Chia-I Wu |
2010-03-16 | winsys/sw: Add a software winsys layered on a pipe | Jakob Bornecrantz |
2010-03-12 | gallium: Add st_api.h. | Chia-I Wu |
2010-03-09 | gallium: create helper for swrast+xlib combination | Keith Whitwell |
2010-03-09 | ws/xlib: remove self-knowledge about users of xlib winsys | Keith Whitwell |
2010-03-09 | cell: fix up assorted compilation problems | Brian Paul |
2010-03-09 | ws/xlib: manage the GC internally | Keith Whitwell |
2010-03-09 | Merge commit 'origin/master' into gallium-sw-api-2 | Keith Whitwell |
2010-03-09 | Squashed commit of gallium-no-texture-blanket | Keith Whitwell |
2010-03-08 | gallium: remove xlib_driver::display_surface | Keith Whitwell |
2010-03-08 | gallium: introduce target directory | Keith Whitwell |
2010-03-08 | winsys/xlib: remove dependency on glx/x11 state tracker | Keith Whitwell |
2010-03-04 | softpipe: rework to use the llvmpipe winsys | Keith Whitwell |
2010-03-01 | gallium: Expose a opaque winsys handle and functions on pipe_screen | Jakob Bornecrantz |
2010-02-08 | gallium: squash-merge of gallium screen context | Keith Whitwell |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-19 | st/drm: Expose kernel driver name | Jakob Bornecrantz |
2010-01-12 | winsys/drm: Add name field to drm_api. | Chia-I Wu |