summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-30r600g: EXT_framebuffer_multisample attempt 1 (v7.1)r600g-msDave Airlie13-41/+556
2012-06-26i915g: Implement sRGB texturesStéphane Marchesin5-12/+128
2012-06-26svga: return 120 for PIPE_CAP_GLSL_FEATURE_LEVELBrian Paul1-1/+3
2012-06-26llvmpipe: return 120 for PIPE_CAP_GLSL_FEATURE_LEVELBrian Paul1-1/+1
2012-06-26glsl: glcpp: Extend testing of #line directivesCarl Worth2-0/+12
2012-06-26glsl: glcpp: Move handling of #line directives from lexer to parser.Carl Worth4-40/+55
2012-06-26glsl: glcpp: Rename and document _glcpp_parser_expand_ifCarl Worth1-5/+20
2012-06-26glsl: Consistently use length-based ralloc string functions for info_log.Carl Worth1-14/+24
2012-06-26glsl: glcpp: Allow "#if undefined-macro' to evaluate to false.Carl Worth5-3/+20
2012-06-27r600g: enable DUAL_EXPORT mode when possible on r6xx/r7xxJerome Glisse3-18/+57
2012-06-27r600g: enable DUAL_EXPORT mode when possibleVadim Girlin4-6/+55
2012-06-27r600g: avoid unnecessary shader exports v2Vadim Girlin6-28/+41
2012-06-27r600g: cache shader variants instead of rebuilding v3Vadim Girlin5-94/+217
2012-06-26svga: handle missing PIPE_CAP_x queriesBrian Paul1-9/+14
2012-06-26llvmpipe: handle more PIPE_CAP_x queriesBrian Paul1-4/+48
2012-06-26softpipe: handle more PIPE_CAP_x queriesBrian Paul1-3/+31
2012-06-26svga: return 1 for PIPE_CAP_MIXED_COLORBUFFER_FORMATSBrian Paul1-1/+3
2012-06-26glsl: fix comment typoBrian Paul1-1/+1
2012-06-26u2f_emit: Fix type parameter in LLVM call.Olivier Galibert1-1/+1
2012-06-26i965/msaa: Set KILL_ENABLE when GL_ALPHA_TO_COVERAGE enabled.Paul Berry2-4/+6
2012-06-26i965/msaa: Implement GL_SAMPLE_ALPHA_TO_{COVERAGE,ONE}.Paul Berry1-1/+9
2012-06-26i965/msaa: Implement glSampleCoverage.Paul Berry4-7/+26
2012-06-26st/wgl: Add a few more comments.José Fonseca2-6/+38
2012-06-26r600g: don't disable streamout if it hasn't been startedMarek Olšák1-1/+1
2012-06-26u_blitter: disable streamout before renderingMarek Olšák1-0/+10
2012-06-25i965/fs: Fix conversions float->bool, int->boolChad Versace1-7/+7
2012-06-25st/wgl: 80-column wrappingBrian Paul2-7/+12
2012-06-25docs/lists: add piglit mailing listAndreas Boll1-0/+3
2012-06-25docs/helpwanted: update some infoAndreas Boll1-9/+8
2012-06-25docs/sourcetree: update some infoAndreas Boll1-4/+6
2012-06-25docs/devinfo: update release infoAndreas Boll1-22/+19
2012-06-25docs/systems: add some useful driver linksAndreas Boll1-5/+7
2012-06-25docs: update some broken/old linksAndreas Boll5-6/+6
2012-06-25docs: whitespace cleanupAndreas Boll1-16/+16
2012-06-25docs: escape html special charAndreas Boll1-1/+1
2012-06-25docs: add missing target attributeAndreas Boll3-4/+4
2012-06-25docs/shading: use proper markupAndreas Boll1-11/+11
2012-06-25docs: document the GALLIUM_LOG_FILE env varBrian Paul1-0/+2
2012-06-25mesa: new MESA_LOG_FILE env var to log errors, warnings, etc., to a fileBrian Paul2-2/+14
2012-06-25docs: update GL3.3 statusMarek Olšák1-1/+2
2012-06-25r600g: inline r600_blit_push_depth and use resource_copy_regionMarek Olšák3-18/+11
2012-06-25r600g: split flushed depth texture creation and flushingMarek Olšák5-16/+34
2012-06-25i965/msaa: Add backend support for centroid interpolation.Paul Berry3-11/+32
2012-06-25i965/fs: Refactor interpolation code to prepare for adding centroid support.Paul Berry2-8/+17
2012-06-25i965/msaa: Adapt clip setup for centroid noperspective interpolation.Paul Berry3-2/+6
2012-06-25glsl: Add IsCentroid bitfield to gl_fragment_program.Paul Berry2-1/+11
2012-06-25st/mesa: added some simple fbo debugging/helper codeBrian Paul1-1/+25
2012-06-25llvmpipe: fix the LP_NO_RAST debug optionBrian Paul4-24/+22
2012-06-23scons: Add glsl/glcpp to the include path.Vinson Lee1-2/+2
2012-06-22automake: add missing inclusion of GL headersLaurent Carlier2-0/+2