mesa.git
2012-07-03 Eric Anholti965/fs: Allow copy propagation on uniforms.
2012-07-03 Eric Anholti965/fs: Allow copy propagation with source modifiers.
2012-07-03 Eric Anholti965/fs: Move copy propagation test out to a separate...
2012-07-03 Ian Romanickglx/tests: Fix off-by-one error in allocating extension...
2012-07-03 Brian Paulglsl: fix unop/binop errors in comments
2012-07-02 Paul Berrymsaa: Make meta-ops save and restore state of GL_MULTIS...
2012-07-02 Paul Berryi965/msaa: Fix centroid interpolation of unlit pixels.
2012-07-02 Paul Berryi965/fs: Add FS_OPCODE_MOV_DISPATCH_TO_FLAGS to fragmen...
2012-07-02 Jordan Justeni965: fix transform feedback with primitive restart
2012-07-02 Kenneth Graunkei965: Re-enable rendering to SNORM formats.
2012-07-02 Kenneth Graunkeglsl: Remove unused ir_loop_jump::loop pointer.
2012-07-02 Kenneth Graunkemeta: Don't alter fragment color clamp in DrawPixels().
2012-07-02 Marek Olšákmesa: use FLUSH_CURRENT and not FLUSH_VERTICES in _mesa...
2012-07-02 Dylan Noblesmithmesa: point to Makefile.old in the srcdir
2012-07-02 Dylan Noblesmithmesa: fix parser source gen for out-of-tree builds
2012-07-02 Dylan Noblesmithmesa: fix api source gen for out-of-tree builds
2012-07-02 Dylan Noblesmithglapi/gen: fix out of tree build
2012-07-02 José Fonsecagallium/tgsi: Don't declare temps individually when...
2012-07-02 José Fonsecagallivm: Cleanup the 4 x float -> 16 ub special path...
2012-07-02 José Fonsecagallium/util: Add ULL suffix to large constants.
2012-07-01 Tom Stellardclover: Handle NULL devs argument in clBuildProgram
2012-07-01 Francisco Jerezclover: Define non-templated copy constructor for clove...
2012-06-29 Brian Paulllvmpipe: fix comment typo
2012-06-29 Brian Paulst/mesa: use DEBUG_INCOMPLETE_FBO debug flag
2012-06-29 Brian Paulmesa: remove some unused gl_dlist_state fields
2012-06-29 Tom Stellardclover: Add a function internalizer pass before LTO v2
2012-06-29 Tom Stellardradeon/llvm: Enable vec4 loads on R600
2012-06-29 Tom Stellardradeon/llvm: Enable floating point stores on R600
2012-06-29 Tom Stellardradeon/llvm: Handle floating point loads on R600
2012-06-29 Tom Stellardradeon/llvm: Expand UDIV and UREM nodes
2012-06-29 Tom Stellardradeon/llvm: Emit raw ISA for vertex fetch instructions
2012-06-29 José Fonsecagallium/util: Truly disable INF/NAN tests on MSVC.
2012-06-29 José Fonsecagallium/util: Disable INF/NAN tests on MSVC.
2012-06-29 José Fonsecatranslate: Free elt8_func/elt16_func too.
2012-06-29 James Bentonutil: Reimplement half <-> float conversions.
2012-06-29 James Bentontests: Updated tests to properly handle NaN for half...
2012-06-29 James Bentonutil: Updated u_format_tests to rigidly test half-float...
2012-06-29 James Bentonutil: Added functions for checking NaN / Inf for double...
2012-06-29 James Bentonutil: Added util_format_is_array.
2012-06-28 Marek Olšákvbo: optimize validation for glMultiDrawElements
2012-06-28 Marek Olšákvbo: first ASSERT_OUTSIDE_BEGIN_END then FLUSH, not...
2012-06-28 Marek Olšákvbo: don't call twice _mesa_valid_to_render in DrawArra...
2012-06-28 Marek Olšákmesa: rename MaxTransformFeedbackSeparateAttribs to...
2012-06-28 José Fonsecagallivm: Refactor lp_build_broadcast(_scalar) to share...
2012-06-28 Johannes Obermayrgallivm: Fix potential buffer overflowing in strncat.
2012-06-27 Marcin Slusarznv50: dynamically allocate space for shader local storage
2012-06-27 Marcin Slusarznv50: streamline screen_create error handling
2012-06-27 Marcin Slusarznv50/ir: make colorful ir dump output optional
2012-06-27 Brian Paulmesa: more const qualifiers to match the latest glext.h
2012-06-27 Brian Paulglapi: add const qualifier to glShaderSourceARB() parameter
2012-06-27 Jordan Justeni965: enable ARB_instanced_arrays extension
2012-06-27 Brian Paulglsl: be more careful about counting varying vars in...
2012-06-27 Andreas Bolldocs/helpwanted: add some useful todo lists
2012-06-27 Brian Paulsoftpipe: fix numFragsEmitted debug code
2012-06-27 Brian Paulgallium: minor whitespace, comment changes
2012-06-27 Brian Paulmesa: update glext.h to version 81
2012-06-27 Brian Paulmesa: update glxext.h to version 33
2012-06-27 Brian Paulmesa: make _mesa_reference_array_object() an inline...
2012-06-27 Brian Paulmesa: look up enum name for glEnable/Disable errors
2012-06-27 Brian Paulmesa: move TEXGEN defines closer to gl_texgen struct
2012-06-27 Brian Paulmesa: rename ColorMaterialBitmask to _ColorMaterialBitmask
2012-06-27 Brian Paulmesa: re-order, update comments on lighting-related...
2012-06-27 José Fonsecagallium/util: Fix parsing of options with underscore.
2012-06-27 James Bentongallivm: Added a generic lp_build_print_value which...
2012-06-27 Stéphane Marchesini915g: Implement sRGB textures
2012-06-26 Brian Paulsvga: return 120 for PIPE_CAP_GLSL_FEATURE_LEVEL
2012-06-26 Brian Paulllvmpipe: return 120 for PIPE_CAP_GLSL_FEATURE_LEVEL
2012-06-26 Carl Worthglsl: glcpp: Extend testing of #line directives
2012-06-26 Carl Worthglsl: glcpp: Move handling of #line directives from...
2012-06-26 Carl Worthglsl: glcpp: Rename and document _glcpp_parser_expand_if
2012-06-26 Carl Worthglsl: Consistently use length-based ralloc string funct...
2012-06-26 Carl Worthglsl: glcpp: Allow "#if undefined-macro' to evaluate...
2012-06-26 Jerome Glisser600g: enable DUAL_EXPORT mode when possible on r6xx...
2012-06-26 Vadim Girlinr600g: enable DUAL_EXPORT mode when possible
2012-06-26 Vadim Girlinr600g: avoid unnecessary shader exports v2
2012-06-26 Vadim Girlinr600g: cache shader variants instead of rebuilding v3
2012-06-26 Brian Paulsvga: handle missing PIPE_CAP_x queries
2012-06-26 Brian Paulllvmpipe: handle more PIPE_CAP_x queries
2012-06-26 Brian Paulsoftpipe: handle more PIPE_CAP_x queries
2012-06-26 Brian Paulsvga: return 1 for PIPE_CAP_MIXED_COLORBUFFER_FORMATS
2012-06-26 Brian Paulglsl: fix comment typo
2012-06-26 Olivier Galibertu2f_emit: Fix type parameter in LLVM call.
2012-06-26 Paul Berryi965/msaa: Set KILL_ENABLE when GL_ALPHA_TO_COVERAGE...
2012-06-26 Paul Berryi965/msaa: Implement GL_SAMPLE_ALPHA_TO_{COVERAGE,ONE}.
2012-06-26 Paul Berryi965/msaa: Implement glSampleCoverage.
2012-06-26 José Fonsecast/wgl: Add a few more comments.
2012-06-26 Marek Olšákr600g: don't disable streamout if it hasn't been started
2012-06-26 Marek Olšáku_blitter: disable streamout before rendering
2012-06-25 Chad Versacei965/fs: Fix conversions float->bool, int->bool
2012-06-25 Brian Paulst/wgl: 80-column wrapping
2012-06-25 Andreas Bolldocs/lists: add piglit mailing list
2012-06-25 Andreas Bolldocs/helpwanted: update some info
2012-06-25 Andreas Bolldocs/sourcetree: update some info
2012-06-25 Andreas Bolldocs/devinfo: update release info
2012-06-25 Andreas Bolldocs/systems: add some useful driver links
2012-06-25 Andreas Bolldocs: update some broken/old links
2012-06-25 Andreas Bolldocs: whitespace cleanup
2012-06-25 Andreas Bolldocs: escape html special char
2012-06-25 Andreas Bolldocs: add missing target attribute
2012-06-25 Andreas Bolldocs/shading: use proper markup
next