Age | Commit message (Expand) | Author |
2010-04-03 | python/tests: Output test results in a format that Hudson CI can understand. | José Fonseca |
2010-04-02 | draw llvm: fix storing of outputs for the rest of the pipeline | Zack Rusin |
2010-04-02 | gallium/docs: Dithering might not actually do anything. | Corbin Simpson |
2010-04-02 | r300g: Expound on dithering comment. | Corbin Simpson |
2010-04-03 | r300g: make dithering work like fglrx. | Dave Airlie |
2010-04-02 | gallium: fix dri_destroy_option_cache() when optionCache.info is NULL | Yann Droneaud |
2010-04-02 | draw llvm: fix translation of formats with variable components | Zack Rusin |
2010-04-02 | llvmpipe: limit max texture size to 2Kx2K for now | Brian Paul |
2010-04-02 | gallivm: Add fallthrough comment at end of case statement. | Vinson Lee |
2010-04-02 | progs/gallium/unit: Silence uninitialized variable warnings. | Vinson Lee |
2010-04-02 | glx: Fix compilation errors on non-GLX_DIRECT_RENDERING builds. | Vinson Lee |
2010-04-02 | gallium/util: print \n after DXTn printf | Luca Barbieri |
2010-04-02 | softpipe: remove S3TC init, since it's done on-demand now | Luca Barbieri |
2010-04-01 | progs/gallium/unit: Move declaration before code. | Vinson Lee |
2010-04-01 | glsl: fix bad return value in link_transform_feedback() | Brian Paul |
2010-04-01 | gallium/util: remove extraneous semicolon | Brian Paul |
2010-04-01 | gallium: remove old comment about return values | Brian Paul |
2010-04-01 | glsl: remove obsolete comment | Brian Paul |
2010-04-01 | glsl: do extra link checking for transform feedback | Brian Paul |
2010-04-01 | docs: update GL3 / GL_ARB_fragment_coord_conventions status | Brian Paul |
2010-04-01 | mesa: minor fixes in _mesa_GetTransformFeedbackVarying() | Brian Paul |
2010-04-01 | glsl: append built-in, used varying vars to the varying vars list | Brian Paul |
2010-04-01 | mesa: make _mesa_copy_string() non-static | Brian Paul |
2010-04-01 | glsl: pass datatype to _mesa_add_varying() | Brian Paul |
2010-04-01 | glsl: add more vertex/fragment output info helpers | Brian Paul |
2010-04-02 | gallium/util: revert util_format_init addition | Luca Barbieri |
2010-04-02 | gallium/util: add util_format_is_supported to check for pack/unpack | Luca Barbieri |
2010-04-02 | gallium/util: load s3tc on demand | Luca Barbieri |
2010-04-02 | progs/gallium: add unit test for u_half | Luca Barbieri |
2010-04-02 | gallium/util: pregenerate half float tables | Luca Barbieri |
2010-04-02 | st/vega: Do not depend on libm. | Chia-I Wu |
2010-04-02 | st/egl: Add a missing break. | Chia-I Wu |
2010-04-02 | progs/egl: Update .gitignore. | Chia-I Wu |
2010-04-02 | progs/egl: Link to eglut first. | Chia-I Wu |
2010-04-01 | gallium/util: s/inline/INLINE/ | Vinson Lee |
2010-04-02 | nv50: call util_format_init | Luca Barbieri |
2010-04-02 | gallium/util: add util_format_init that inits s3tc and util_half | Luca Barbieri |
2010-04-01 | GLX/DRI2: pass GLX drawable ID to dri2InvalidateBuffers | Jesse Barnes |
2010-04-01 | Revert accidental commits from the xquartz tree | Jeremy Huddleston |
2010-04-02 | gallium/util: add one-time initialization helper | Luca Barbieri |
2010-04-01 | draw llvm: a lot better storing implementation | Zack Rusin |
2010-04-02 | gallium/util: use #pragma section instead of #pragma data_seg | Luca Barbieri |
2010-04-02 | gallium/util: reindent u_half.c and u_half.h with Mesa coding style | Luca Barbieri |
2010-04-02 | Revert "util: Init half-float tables on demand." | Luca Barbieri |
2010-04-01 | progs: Fix linking of Xlib demos for non-autoconf builds | Dan Nicholson |
2010-04-01 | util: Init half-float tables on demand. | Corbin Simpson |
2010-04-01 | apple: Don't build gallium | Jeremy Huddleston |
2010-04-01 | apple: Use mesa gl.h rather than generating one. | Jeremy Huddleston |
2010-04-01 | apple: Integrate our libGL into the existing build system better | Jeremy Huddleston |
2010-04-01 | apple: Change ifdefs for DRI to be DRI && !APPLE | Jeremy Huddleston |