summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-07llvmpipe: Basic implementation of pipe_context::set_sample_mask.HEADmasterJosé Fonseca
2014-01-07cso_context: Fix cso_context::sample_mask initial value.José Fonseca
2014-01-07llvmpipe: Implement alpha_to_coverage for non-MSAA framebuffers.Si Chen
2014-01-07swrast: fix delayed texel buffer allocation regression for OpenMPAndreas Fänger
2014-01-07gallium/draw: remove double semicolonDave Airlie
2014-01-06glsl: rename min(), max() functions to fix MSVC buildBrian Paul
2014-01-06i965: Remove unused PIPE_CONTROL defines.Kenneth Graunke
2014-01-06mesa: Remove GLXContextID typedef from glxext.h.Vinson Lee
2014-01-06docs/relnotes/10.1.html: report AMD_shader_trinary_minmax supportMaxence Le Doré
2014-01-06mesa: enable AMD_shader_trinary_minmaxMaxence Le Doré
2014-01-06glsl: implement mid3 built-in functionMaxence Le Doré
2014-01-06glsl: implement max3 built-in functionMaxence Le Doré
2014-01-06glsl: Implement min3 built-in functionMaxence Le Doré
2014-01-06glsl: add min() and max() functions to builder.cppMaxence Le Doré
2014-01-06glsl: add a shader_trinary_minmax predicateMaxence Le Doré
2014-01-06glsl: Add extension tracking for AMD_shader_trinary_minmaxMaxence Le Doré
2014-01-06haiku libGL: Move from gallium target to src/hglAlexander von Gluck IV
2014-01-06haiku: Fix missing HaikuGL header pathsAlexander von Gluck IV
2014-01-06mesa: implement missing glGet(GL_RGBA_SIGNED_COMPONENTS_EXT) queryBrian Paul
2014-01-06i965: Warning fixEric Anholt
2014-01-06i965: Delete unused INTEL_WRITE_{PART,FULL} and INTEL_READ #defines.Kenneth Graunke
2014-01-06radeonsi: calculate NUM_BANKS for DB correctly on CIKMarek Olšák
2014-01-06radeonsi: set correct pipe config for Hawaii in DBMarek Olšák
2014-01-06radeonsi: disable HTILE for 1D-tiled depth-stencil buffersMarek Olšák
2014-01-06glx: check memory allocations in __glXInitVertexArrayState()Juha-Pekka Heikkila
2014-01-06glx: Add missing null check in __glXNewIndirectAPI()Juha-Pekka Heikkila
2014-01-06docs: fix misspellingsNathan Kidd
2014-01-04i965: set size of txf_mcs payload vgrf properlyChris Forbes
2014-01-02glcpp: error on multiple #else/#elif directivesErik Faye-Lund
2014-01-02glcpp: Replace multi-line comment with a space (even as part of macro definit...Carl Worth
2014-01-02glcpp: Add a more descriptive comment for the SKIP state manipulationCarl Worth
2013-12-30i965: Enhance intel_texsubimage_tiled_memcpy() to support all levelsCourtney Goeltzenleuchter
2013-12-30i965: Add XRGB to intel_texsubimage_tiled_memcpy()Courtney Goeltzenleuchter
2013-12-30glsl: Fix gl_type of usamplerCube built-in type.Paul Berry
2013-12-30mesa: Add an assertion to _mesa_program_index_to_target().Paul Berry
2013-12-30mesa: Improve static error checking of arrays sized by MESA_SHADER_TYPES.Paul Berry
2013-12-30glsl: Remove extraneous shader_type argument from analyze_clip_usage().Paul Berry
2013-12-30glsl: Get rid of hardcoded arrays of shader target names.Paul Berry
2013-12-30main: Remove unused function _mesa_shader_index_to_type().Paul Berry
2013-12-30Rename overloads of _mesa_glsl_shader_target_name().Paul Berry
2013-12-29Revert "mesa: Remove GLXContextID typedef from glx.h."Kenneth Graunke
2013-12-29i965: Remove unused depth_mode parameter from translate_tex_format().Kenneth Graunke
2013-12-27i965/blorp: unit test compiling integer typed texture fetchesTopi Pohjolainen
2013-12-27i965/blorp: unit test compiling simple gen6 zero-src sampledTopi Pohjolainen
2013-12-27i965/blorp: unit test compiling gen6 msaa-8 cms alpha blendTopi Pohjolainen
2013-12-27i965/blorp: unit test compiling bilinear filteredTopi Pohjolainen
2013-12-27i965/blorp: unit test compiling simple zero-src sampledTopi Pohjolainen
2013-12-27i965/blorp: unit test compiling unaligned msaa-8Topi Pohjolainen
2013-12-27i965/blorp: unit test compiling msaa-8 cms alpha blendTopi Pohjolainen
2013-12-27i965/blorp: unit test compiling msaa-4 ums to cmsTopi Pohjolainen