summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-01-18ra: Take advantage of the adjacency list in finding a node to spill.Eric Anholt
2011-01-18ra: Remove unused "name" field in regs.Eric Anholt
2011-01-18ra: Take advantage of the adjacency list in ra_select() too.Eric Anholt
2011-01-18ra: Add an adjacency list to trade space for time in ra_simplify().Eric Anholt
2011-01-18glsl: Skip the rest of loop unrolling if no loops were found.Eric Anholt
2011-01-18ra: Trade off some space to get time efficiency in ra_set_finalize().Eric Anholt
2011-01-18softpipe: added some null pointer checksBrian Paul
2011-01-18softpipe: s/tex_cache/fragment_tex_cache/Brian Paul
2011-01-18Remove executables from source tree.José Fonseca
2011-01-18r600c: preserve correct buffer when using fboAndre Maasikas
2011-01-18r600: set border color as RGBAAndre Maasikas
2011-01-18r600c: use STATE_FB_WPOS_Y_TRANSFORM variable to do wpos transformAndre Maasikas
2011-01-17i965: Fix dead pointers to fp->Parameters->ParameterValues[] after realloc.Eric Anholt
2011-01-17llvmpipe: enable PIPE_CAP_INDEP_BLEND_FUNCBrian Paul
2011-01-17st/mesa: move PIPE_CAP_INDEP_BLEND_FUNC codeBrian Paul
2011-01-17glsl: Refresh autogenerated parser filesChad Versace
2011-01-17glsl: Remove redundant semantic check in parserChad Versace
2011-01-17glsl: Add support for default precision statementsChad Versace
2011-01-17glsl: Add semantic checks for precision qualifiersChad Versace
2011-01-17glsl: Fix parser rule for type_specifierChad Versace
2011-01-17glsl: Change default value of ast_type_specifier::precisionChad Versace
2011-01-17glsl: Check that 'centroid in' does not occur in vertex shaderChad Versace
2011-01-17glsl: Check that interpolation quals only apply to vertex ins and fragment outsChad Versace
2011-01-17glsl: Check that interpolation qualifiers do not precede 'varying'Chad Versace
2011-01-17glsl: Add method ast_type_qualifier::interpolation_string()Chad Versace
2011-01-17vbo: init num_instances in split_prims()Brian Paul
2011-01-17tnl: assert that num_instances > 0Brian Paul
2011-01-17mesa: s/primcount/numInstances/Brian Paul
2011-01-17nouveau: fix build against out of tree libdrmDave Airlie
2011-01-16r600g: fix PIPE_CAP_INSTANCED_DRAWING warningChristian König
2011-01-16r600g: fix alu inst group merging for relative adressingChristian König
2011-01-16nvc0: fix and enable instanced drawing and arraysChristoph Bumiller
2011-01-16d3d1x: Fix broken build.Chia-I Wu
2011-01-15mesa: minor tweaks in _mesa_set_fetch_functions()Brian Paul
2011-01-15mesa: add comment for _mesa_get_srgb_format_linear()Brian Paul
2011-01-15mesa: move declarations before codeBrian Paul
2011-01-16gallium: add EXT_texture_sRGB_decode.Dave Airlie
2011-01-16i965: add support for EXT_texture_sRGB_decodeDave Airlie
2011-01-16mesa/swrast: implement EXT_texture_sRGB_decodeDave Airlie
2011-01-16r600d: fix some bugs added reworking literal handlingChristian König
2011-01-15mesa: implement glGet queries for GL_ARB_draw_buffers_blendBrian Paul
2011-01-15mesa: display list support for GL_ARB_draw_buffers_blend functionsBrian Paul
2011-01-15mesa: plug in GL_ARB_draw_buffers_blend functionsBrian Paul
2011-01-15glapi: regenerated filesBrian Paul
2011-01-15glapi: new entrypoint specs for GL_ARB_draw_buffers_blendBrian Paul
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul
2011-01-15st/mesa: GL_ARB_instanced_arrays supportBrian Paul
2011-01-15mesa: support for GL_ARB_instanced_arraysBrian Paul
2011-01-15glapi: regenerated filesBrian Paul
2011-01-15glapi: GL_ARB_instanced_arrays supportBrian Paul