Age | Commit message (Expand) | Author |
2009-08-21 | glx: Make drawables persistent untill they are changed by glXMakeCurrent | Pauli Nieminen |
2009-08-11 | mesa/glapi: regenerated files from gl_API.xml | Brian Paul |
2009-08-07 | intel: Fix googleearth by avoiding GL_VIEWPORT_BIT in meta clear push/pop | Eric Anholt |
2009-08-07 | dri: Fix problems with unitialized values in dri screen object. | Pauli Nieminen |
2009-08-06 | mesa: Ignores | Jakob Bornecrantz |
2009-07-27 | mesa: regenerated file | Brian Paul |
2009-07-15 | intel/radeon: add common metaops code. | Dave Airlie |
2009-07-08 | glx: death to RCS tag | RALOVICH, Kristóf |
2009-06-19 | mesa: regenerated files related to GL_ARB_vertex_array_object | Brian Paul |
2009-06-19 | Merge branch 'ext-provoking-vertex' | Brian Paul |
2009-06-17 | mesa driconf: Add macro to specify an option with a quoted default value. | Thomas Hellstrom |
2009-06-17 | GLX: attempt to fix glean makeCurrent test cases. | Dave Airlie |
2009-06-15 | Merge branch 'arb_map_buffer_range' | Brian Paul |
2009-06-08 | mesa: regenerated files for GL_ARB_map_buffer_range | Brian Paul |
2009-06-07 | Merge remote branch 'origin/master' into radeon-rewrite | Dave Airlie |
2009-06-02 | glapi: regenerated files for GL_ARB_copy_buffer | Brian Paul |
2009-05-28 | mesa: regenerated API files for GL_EXT_provoking_vertex | Brian Paul |
2009-04-22 | Merge remote branch 'origin/master' into radeon-rewrite | Dave Airlie |
2009-04-17 | dri: __driUtilMessage(): not all messages are errors | Brian Paul |
2009-04-16 | intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels. | Eric Anholt |
2009-04-16 | dri: attempt to actually refcount the __DRIDrawable | Dave Airlie |
2009-04-13 | dri glx: Swap before checking for cliprects. | Younes Manton |
2009-04-02 | dri glx: Fix dri_util::driBindContext | Thomas Hellstrom |
2009-04-02 | dri glx: Propagate driver MakeCurrent errors. | Thomas Hellstrom |
2009-03-25 | Convert u_int*_t to C99 standard uint*_t | Alan Coopersmith |
2009-03-12 | regenerate glapi | Roland Scheidegger |
2009-03-05 | intel: Add always_flush_batch driconf option for making small batchbuffers. | Eric Anholt |
2009-03-05 | intel: Add always_flush_cache driconf option for debugging cache flush failure. | Eric Anholt |
2009-03-04 | mesa: call _mesa_get_cpu_string() to get CPU info for GL_RENDERER string | Brian Paul |
2009-02-22 | texmem: fix typo from brianp's changes. | Dave Airlie |
2009-02-21 | mesa: use an array for current texture objects | Brian Paul |
2009-02-10 | intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8. | Eric Anholt |
2009-02-09 | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul |
2009-01-30 | intel: Expose more FBconfigs in the 3D driver. | Eric Anholt |
2009-01-28 | Make GL_ARB_draw_buffers mandatory | Ian Romanick |
2009-01-28 | Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatory | Ian Romanick |
2009-01-28 | Make GL_ARB_vertex_buffer_object mandatory | Ian Romanick |
2009-01-28 | Make GL_ARB_texture_compression mandatory | Ian Romanick |
2009-01-22 | mesa: regenerated GL API files | Brian Paul |
2009-01-22 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2009-01-20 | dri1: Add a macro to validate two dri drawables in one go. | Thomas Hellstrom |
2009-01-06 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2009-01-06 | dri: correct the damage. | Xiang, Haihao |
2008-12-30 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-12-29 | dri: Fix driWaitForMSC32 when divisor >= 2 and msc < 0. | Eric Anholt |
2008-11-11 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-11-10 | mesa: restore glapi/ prefix on #include | Brian Paul |
2008-11-10 | GLX: fix out-of-bounds memory issue in indirect glAreTexturesResident() | Brian Paul |
2008-11-10 | dri: alloc __DRIscreen object with calloc() | Brian Paul |
2008-10-14 | dri: don't check the number of cliprects before swap, let | Alan Hourihane |