Age | Commit message (Expand) | Author |
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 |
2010-04-26 | gallium: interface changes for multisampling | Roland Scheidegger |
2010-04-26 | st_api: Remove st_module | Jakob Bornecrantz |
2010-04-22 | gallium: use better param name | Brian Paul |
2010-04-22 | gallium: fix comment language, remove dangling comment | Brian Paul |
2010-04-20 | gallium: replace pipe_resource::_usage with pipe_resource::usage | Brian Paul |
2010-04-20 | Merge branch 'gallium-index-bias' | José Fonseca |
2010-04-28 | gallium: remove trailing comma | Brian Paul |
2010-04-27 | gallium: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes. | José Fonseca |
2010-04-19 | gallium: Add index bias parameter to draw_elements and friends. | José Fonseca |
2010-04-18 | p_compiler: add likely/unlikely macros | Luca Barbieri |
2010-04-16 | gallium: comments and whitespace fixes | Brian Paul |
2010-04-16 | st/drisw: Stop pretending to be drm_api | Jakob Bornecrantz |
2010-04-13 | gallium: Remove pipe_screen::update_buffer. | Chia-I Wu |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-04-08 | gallium: Add a couple more of D3D9 formats forgotten earlier. | José Fonseca |
2010-04-08 | gallium: Add missing D3D9 color formats. | José Fonseca |
2010-04-07 | util: Remove the half typedef from p_compiler.h. | José Fonseca |
2010-04-01 | gallium: remove old comment about return values | Brian Paul |
2010-04-01 | gallium: Integrate util_half with scons. | Michal Krol |
2010-03-30 | Merge branch 'master' into gallium-new-formats | Roland Scheidegger |
2010-03-29 | st/dri/sw: add drisw_api similarly to dri1_api | George Sapountzis |
2010-03-29 | gallium: fix bogus depth/stencil format names (and channel descriptions) | Roland Scheidegger |
2010-03-29 | gallium: add new texture formats | Roland Scheidegger |
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-18 | Add format B5G5R5X1 | Alan Hourihane |