summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-04-04Merge branch '7.8'Ian Romanick
2010-04-04st/mesa: Implement GL_OES_EGL_image driver hooks.Chia-I Wu
2010-04-04st/egl: Implement get_egl_image hook.Chia-I Wu
2010-04-04r300g: fix TFP stride override.Dave Airlie
2010-04-04r300g: add conditional renderingMarek Olšák
2010-04-04r300g: add r4xx fragment shader registersMarek Olšák
2010-04-04r300g: do not use the c++ template keywordMarek Olšák
2010-04-04r300g: properly setup textures from X serverMarek Olšák
2010-04-03util: Use GCC atomic bultins on GCC 4.1 and higher only.Vinson Lee
2010-04-03r300g: fix color tiling for buffer from X server.Dave Airlie
2010-04-02mesa: display list support for GL_EXT_transform_feedbackBrian Paul
2010-04-02mesa: plug in GL_EXT_transform_feedback functions into dispatchBrian Paul
2010-04-02glapi: regenerated files for EXT_transform_feedbackBrian Paul
2010-04-02glapi: include/build EXT_transform_feedback.xmlBrian Paul
2010-04-02glapi: new EXT_transform_feedback.xml fileBrian Paul
2010-04-02glapi: fix error messageBrian Paul
2010-04-03r300 compiler: add target output debugging.Dave Airlie
2010-04-03util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca
2010-04-02gallium/docs: Dithering might not actually do anything.Corbin Simpson
2010-04-02r300g: Expound on dithering comment.Corbin Simpson
2010-04-03r300g: make dithering work like fglrx.Dave Airlie
2010-04-02gallium: fix dri_destroy_option_cache() when optionCache.info is NULLYann Droneaud
2010-04-02llvmpipe: limit max texture size to 2Kx2K for nowBrian Paul
2010-04-02gallivm: Add fallthrough comment at end of case statement.Vinson Lee
2010-04-02glx: Fix compilation errors on non-GLX_DIRECT_RENDERING builds.Vinson Lee
2010-04-02gallium/util: print \n after DXTn printfLuca Barbieri
2010-04-02softpipe: remove S3TC init, since it's done on-demand nowLuca Barbieri
2010-04-01glsl: fix bad return value in link_transform_feedback()Brian Paul
2010-04-01gallium/util: remove extraneous semicolonBrian Paul
2010-04-01gallium: remove old comment about return valuesBrian Paul
2010-04-01glsl: remove obsolete commentBrian Paul
2010-04-01glsl: do extra link checking for transform feedbackBrian Paul
2010-04-01mesa: minor fixes in _mesa_GetTransformFeedbackVarying()Brian Paul
2010-04-01glsl: append built-in, used varying vars to the varying vars listBrian Paul
2010-04-01mesa: make _mesa_copy_string() non-staticBrian Paul
2010-04-01glsl: pass datatype to _mesa_add_varying()Brian Paul
2010-04-01glsl: add more vertex/fragment output info helpersBrian Paul
2010-04-02gallium/util: revert util_format_init additionLuca Barbieri
2010-04-02gallium/util: add util_format_is_supported to check for pack/unpackLuca Barbieri
2010-04-02gallium/util: load s3tc on demandLuca Barbieri
2010-04-02gallium/util: pregenerate half float tablesLuca Barbieri
2010-04-02st/vega: Do not depend on libm.Chia-I Wu
2010-04-02st/egl: Add a missing break.Chia-I Wu
2010-04-01gallium/util: s/inline/INLINE/Vinson Lee
2010-04-02nv50: call util_format_initLuca Barbieri
2010-04-02gallium/util: add util_format_init that inits s3tc and util_halfLuca Barbieri
2010-04-01GLX/DRI2: pass GLX drawable ID to dri2InvalidateBuffersJesse Barnes
2010-04-01Revert accidental commits from the xquartz treeJeremy Huddleston
2010-04-02gallium/util: add one-time initialization helperLuca Barbieri
2010-04-02gallium/util: use #pragma section instead of #pragma data_segLuca Barbieri