Age | Commit message (Expand) | Author |
2010-03-15 | dri/swrast: drop mtypes.h from dri_sw | 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: add dri_sw.c helper | George Sapountzis |
2010-03-12 | Grammar and spelling fixes | Jeff Smith |
2010-03-04 | DRI: Put back missing break-statement | Ian Romanick |
2010-03-03 | DRI: Remove support for color-index visuals | Ian Romanick |
2010-02-27 | dri: Remove dead code. | Vinson Lee |
2010-02-27 | dri: Add assert to check for null pointer dereference. | Vinson Lee |
2010-02-27 | dri: Assert pointer is not null before dereferencing. | Vinson Lee |
2010-02-26 | remove hack for miniglx from dri/utils.c | George Sapountzis |
2010-02-24 | dri: remove old assertion (see bug 26734) | Brian Paul |
2010-02-24 | intel: Implement DRI image extension | Kristian Høgsberg |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-02-17 | intel: Implement the DRI2 invalidate function properly | Kristian Høgsberg |
2010-02-16 | dri2: Event driven buffer validation. | Francisco Jerez |
2010-02-16 | dri2: Allocate cliprect as part of the __DRIdrawableRec | Kristian Høgsberg |
2010-02-12 | dri: Remove unnecessary headers. | Vinson Lee |
2010-02-12 | dri: Store the loader private passed in at dri context creation | Kristian Høgsberg |
2010-02-10 | dri: Allow selective generation of accum. buffer configs | Ian Romanick |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-22 | Fix PowerPC related typo in spantmp2.h | Ruediger Oertel |
2010-01-21 | dri: Remove unnecessary glapi headers. | Chia-I Wu |
2010-01-11 | Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa | Jesse Barnes |
2010-01-08 | DRI2: add SwapBuffers support | Jesse Barnes |
2010-01-04 | Push __driDriverExtensions out of dri_util.c and into the drivers | Kristian Høgsberg |
2010-01-04 | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg |
2009-12-16 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick |
2009-12-15 | dri: Initialize variable in driBindContext. | Vinson Lee |
2009-12-10 | spantmp2: Add support for GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REV | Ian Romanick |
2009-12-06 | dri: Fix potential null pointer dereference in driBindContext. | Vinson Lee |
2009-12-06 | dri: Fix potential null pointer deference in dri_put_drawable. | Vinson Lee |
2009-11-28 | dri: Fix potential null pointer dereference in driBindContext. | Vinson Lee |
2009-11-24 | dri: Fix potential null pointer deference in dri_put_drawable. | Vinson Lee |
2009-11-17 | Remove unconditional use of glibc specific bswap_16() macro. | Michel Dänzer |
2009-11-17 | radeon: Fix software fallbacks with KMS on big endian. | Michel Dänzer |
2009-10-28 | Merge branch 'texformat-rework' | Brian Paul |
2009-10-23 | mesa/dri: Remove extension_helper.h. | Chia-I Wu |
2009-10-23 | mesa: Enable remap table in core. | Chia-I Wu |
2009-10-22 | dri/drivers: update driNewRenderbuffer() to take a gl_format | Brian Paul |
2009-10-22 | Nuke s3v. | Corbin Simpson |
2009-10-15 | dri/common: updated #includes | Brian Paul |
2009-10-15 | dri/common: use _mesa_little_endian() and update comments | Brian Paul |
2009-10-15 | dri/common: fix broken _dri_texformat_* initializations | Brian Paul |
2009-10-08 | mesa: remove a bunch of gl_renderbuffer fields | Brian Paul |
2009-09-30 | mesa: replace gl_texture_format with gl_format | Brian Paul |
2009-09-19 | glapi: regenerated files | Brian Paul |
2009-09-08 | glapi: Add ARB_draw_elements_base_vertex | Eric Anholt |
2009-09-03 | Eliminate trailing whitespace in extension_helper.c | Ian Romanick |
2009-09-03 | ARB sync: Regenerate files from previous commit | Ian Romanick |