Age | Commit message (Expand) | Author |
2010-09-08 | dri: Unset current context and dispatch table when unbinding | Kristian Høgsberg |
2010-06-02 | dri/swrast: Remove unnecessary header. | Vinson Lee |
2010-05-31 | swrast: add TFP support to swrast. | Dave Airlie |
2010-05-03 | driswrast: Fix more context creation breakage | Kristian Høgsberg |
2010-04-16 | drisw: Move pointer dereferences to after NULL checks. | Vinson Lee |
2010-03-27 | drisw: add comment to libGL about stride | George Sapountzis |
2010-03-27 | drisw: make stride issue profound | George Sapountzis |
2010-03-26 | Merge branch '7.8' | Michel Dänzer |
2010-03-26 | dri/swrast: Fix frontbuffer rendering. | Michel Dänzer |
2010-03-26 | dri/swrast: Fix missed conversion of one pixel pointer increment. | Michel Dänzer |
2010-03-21 | rename dri_sw to drisw_util for consistency | George Sapountzis |
2010-03-21 | dri_inteface: add define for checking presence of drm.h | George Sapountzis |
2010-03-15 | dri/swrast: add comment in case it's not clear | George Sapountzis |
2010-03-15 | dri/swrast: update copyright email | George Sapountzis |
2010-03-15 | dri/swrast: port to dri_sw (drawable) | George Sapountzis |
2010-03-15 | dri/swrast: port to dri_sw (context) | George Sapountzis |
2010-03-15 | dri/swrast: port to dri_sw | George Sapountzis |
2010-03-03 | DRI/swrast: Remove color-index support from DRI swrast driver | Ian Romanick |
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-02-10 | dri: Allow selective generation of accum. buffer configs | Ian Romanick |
2010-02-03 | mesa: Factor out the fb initialization details from _mesa_new_framebuffer. | Francisco Jerez |
2009-11-30 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick |
2009-11-23 | Fix the DRI swrast driver for big endian platforms. | Michel Dänzer |
2009-10-28 | Merge branch 'texformat-rework' | Brian Paul |
2009-10-23 | mesa: Enable remap table in core. | Chia-I Wu |
2009-10-16 | mesa: lift default symlinks target into Makefile.template | Brian Paul |
2009-10-08 | mesa: remove a bunch of gl_renderbuffer fields | Brian Paul |
2009-09-25 | Merge branch 'asm-shader-rework-2' | Ian Romanick |
2009-09-20 | dri/swrast: call _mesa_meta_init/free() | Brian Paul |
2009-09-10 | Merge branch 'master' into asm-shader-rework-2 | Ian Romanick |
2009-09-08 | mesa: Add support for ARB_draw_elements_base_vertex. | Eric Anholt |
2009-09-08 | mesa: Expose NV_depth_clamp if ARB_depth_clamp is supported. | Eric Anholt |
2009-09-08 | mesa: Add support for ARB_depth_clamp. | Eric Anholt |
2009-09-03 | Enable GL_NV_fragment_program_option for software rendering | Ian Romanick |
2009-09-03 | ARB sync / swrast: Use GL_ARB_sync_functions instead of GL_ARB_sync. Oops. | Ian Romanick |
2009-09-03 | ARB sync: Add support for GL_ARB_sync to swrast | Ian Romanick |
2009-07-29 | swrast: enable ARB_vertex_array_object. | Eric Anholt |
2009-03-07 | mesa: remove last of _mesa_unreference_framebuffer() calls | Brian Paul |
2009-02-10 | intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8. | Eric Anholt |
2009-02-10 | gallium: Fixups for driCreateConfigs MSAA support. | Michel Dänzer |
2009-02-03 | swrast: Add support for x8r8g8b8 fbconfig. | Eric Anholt |
2009-01-30 | intel: Expose more FBconfigs in the 3D driver. | Eric Anholt |
2009-01-28 | Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatory | Ian Romanick |
2009-01-23 | swrast: Enable GL_EXT_stencil_two_side | Ian Romanick |
2009-01-09 | swrast: Fix GL_ATI_separate_stencil | Ian Romanick |
2008-09-21 | mesa: standardize on C99's uint*_t instead of u_int*_t | Keith Whitwell |
2008-09-18 | mesa: fix asst path/include mistakes in prev commits | Chris Rankin |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul |
2008-06-21 | replace __inline and __inline__ with INLINE macro | Brian Paul |