Age | Commit message (Expand) | Author |
2010-06-29 | st_api: Remove st_context::is_visual_supported. | Chia-I Wu |
2010-06-28 | mesa: initial support for ARB_geometry_shader4 | Zack Rusin |
2010-06-28 | Merge branch 'gallium-drm-driver-drescriptor' | Jakob Bornecrantz |
2010-06-24 | pipe: Add PIPE_OS_HURD | nobled |
2010-06-24 | gallium: Remove drm_api and all references to it | Jakob Bornecrantz |
2010-06-22 | gallium: add a timestamp disjoint query | Zack Rusin |
2010-06-22 | gallium: add a new query | Zack Rusin |
2010-06-18 | gallium: add a temporary array register file | Zack Rusin |
2010-06-18 | gallium: add a new register file - immediate array | Zack Rusin |
2010-06-11 | gallium/softpipe/draw: support samplers in geometry shaders | Zack Rusin |
2010-06-09 | geometry shaders: make gs work with changable primitives and variable number ... | Zack Rusin |
2010-06-08 | gallium: add basic support for stream output queries | Zack Rusin |
2010-06-08 | gallium: adjust the query interface to support custom types | Zack Rusin |
2010-06-08 | gallium: rename draw_auto to draw_stream_output, plus fix a comment | Zack Rusin |
2010-06-08 | gallium: make draw auto work and add relevant caps and docs | Zack Rusin |
2010-06-08 | gallium: add interface for DrawAuto and implement it in softpipe | Zack Rusin |
2010-06-08 | gallium: a lot more complete implementation of stream output | Zack Rusin |
2010-06-08 | gallium: basic and initial implementation of the stream output interface | Zack Rusin |
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-06-05 | mesa/st: add support for EXT_texture_swizzle. | Dave Airlie |
2010-06-03 | Merge branch 'gallium-newclear' | Roland Scheidegger |
2010-06-03 | gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil | Roland Scheidegger |
2010-05-31 | Define PUBLIC to dllexport on MSVC. | Chia-I Wu |
2010-05-28 | gallium: clear interface changes | Roland Scheidegger |
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-21 | Merge branch 'gallium-msaa' | Roland Scheidegger |
2010-05-21 | Merge branch 'gallium-front-ccw' | Keith Whitwell |
2010-05-17 | gallium: clean up resource_copy_region function | Roland Scheidegger |
2010-05-17 | gallium: another interface change for multisampling | Roland Scheidegger |
2010-05-14 | gallium: convert rasterizer state to use gl-style front/back concepts | Keith Whitwell |
2010-05-13 | gallium: Add tokens for Cygwin. | Vinson Lee |
2010-05-12 | graw: Make functions public | Jakob Bornecrantz |
2010-05-12 | gallium: Add new fine grained PIPE_CAP_xx for shader limits. | José Fonseca |
2010-05-12 | gallium: Make PIPE_CAP_xxx enums. | José Fonseca |
2010-05-04 | gallium: remove trailing comma in enum list | Brian Paul |
2010-05-04 | Merge commit 'origin/master' into gallium-msaa | Roland Scheidegger |
2010-05-03 | gallium: Remove loop register file. | José Fonseca |
2010-04-30 | Merge commit 'origin/master' into gallium-msaa | Roland Scheidegger |
2010-05-19 | Merge commit 'origin/graw-tests' | Keith Whitwell |
2010-05-17 | gallium: EXT_timer_query support. | Mathias Fröhlich |
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-04-27 | gallium: fix glaring bugs in last commit | Roland Scheidegger |