summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-08llvmpipe: Fix the bottom_edge_rule adjustment for points.José Fonseca1-4/+4
2014-01-08llvmpipe: Respect bottom_edge_rule when computing the rasterization bounding ...José Fonseca3-3/+3
2014-01-08ilo: enable HiZChia-I Wu4-7/+45
2014-01-08ilo: resolve Z/HiZ correctlyChia-I Wu5-1/+234
2014-01-08ilo: add flags to texture slicesChia-I Wu1-0/+29
2014-01-08ilo: rename and add an accessor for texture slicesChia-I Wu4-19/+41
2014-01-08ilo: add HiZ op support to the pipelinesChia-I Wu11-4/+1070
2014-01-08ilo: add support for HiZ allocationChia-I Wu2-1/+82
2014-01-08ilo: refactor separate stencil allocationChia-I Wu1-20/+27
2014-01-08ilo: assorted GPE fixes for HiZChia-I Wu5-69/+67
2014-01-08ilo: no layer offsetting on GEN7+Chia-I Wu1-1/+5
2014-01-08ilo: offset to layers only when necessaryChia-I Wu4-20/+137
2014-01-08ilo: allow ilo_zs_surface to skip layer offsettingChia-I Wu3-19/+18
2014-01-08ilo: allow ilo_view_surface to skip layer offsettingChia-I Wu4-88/+72
2014-01-08i965/fs: do SEL optimization only when src type for MOV matchesTapani Pälli1-0/+6
2014-01-07glsl: Optimize pow(2, x) --> exp2(x).Kenneth Graunke1-0/+11
2014-01-07glsl: Refactor is_zero/one/negative_one into an is_value() method.Kenneth Graunke2-68/+23
2014-01-07glsl: Optimize pow(1.0, X) --> 1.0.Kenneth Graunke1-0/+6
2014-01-07mesa: Use get_local_param_pointer in glProgramLocalParameters4fvEXT().Kenneth Graunke1-19/+11
2014-01-07llvmpipe: Basic implementation of pipe_context::set_sample_mask.José Fonseca5-7/+20
2014-01-07cso_context: Fix cso_context::sample_mask initial value.José Fonseca1-1/+1
2014-01-07llvmpipe: Implement alpha_to_coverage for non-MSAA framebuffers.Si Chen3-1/+59
2014-01-07swrast: fix delayed texel buffer allocation regression for OpenMPAndreas Fänger1-0/+12
2014-01-07gallium/draw: remove double semicolonDave Airlie1-1/+1
2014-01-06glsl: rename min(), max() functions to fix MSVC buildBrian Paul3-7/+7
2014-01-06i965: Remove unused PIPE_CONTROL defines.Kenneth Graunke1-10/+0
2014-01-06mesa: Remove GLXContextID typedef from glxext.h.Vinson Lee1-1/+0
2014-01-06docs/relnotes/10.1.html: report AMD_shader_trinary_minmax supportMaxence Le Doré1-0/+1
2014-01-06mesa: enable AMD_shader_trinary_minmaxMaxence Le Doré2-1/+2
2014-01-06glsl: implement mid3 built-in functionMaxence Le Doré1-0/+38
2014-01-06glsl: implement max3 built-in functionMaxence Le Doré1-0/+38
2014-01-06glsl: Implement min3 built-in functionMaxence Le Doré1-0/+38
2014-01-06glsl: add min() and max() functions to builder.cppMaxence Le Doré2-0/+13
2014-01-06glsl: add a shader_trinary_minmax predicateMaxence Le Doré1-0/+6
2014-01-06glsl: Add extension tracking for AMD_shader_trinary_minmaxMaxence Le Doré4-0/+7
2014-01-06haiku libGL: Move from gallium target to src/hglAlexander von Gluck IV11-1/+10
2014-01-06haiku: Fix missing HaikuGL header pathsAlexander von Gluck IV3-0/+3
2014-01-06mesa: implement missing glGet(GL_RGBA_SIGNED_COMPONENTS_EXT) queryBrian Paul4-0/+47
2014-01-06i965: Warning fixEric Anholt1-2/+0
2014-01-06i965: Delete unused INTEL_WRITE_{PART,FULL} and INTEL_READ #defines.Kenneth Graunke1-4/+0
2014-01-06radeonsi: calculate NUM_BANKS for DB correctly on CIKMarek Olšák3-4/+27
2014-01-06radeonsi: set correct pipe config for Hawaii in DBMarek Olšák3-15/+26
2014-01-06radeonsi: disable HTILE for 1D-tiled depth-stencil buffersMarek Olšák1-0/+5
2014-01-06glx: check memory allocations in __glXInitVertexArrayState()Juha-Pekka Heikkila1-4/+23
2014-01-06glx: Add missing null check in __glXNewIndirectAPI()Juha-Pekka Heikkila1-0/+2
2014-01-06docs: fix misspellingsNathan Kidd13-26/+26
2014-01-04i965: set size of txf_mcs payload vgrf properlyChris Forbes1-0/+1
2014-01-02glcpp: error on multiple #else/#elif directivesErik Faye-Lund6-1/+51
2014-01-02glcpp: Replace multi-line comment with a space (even as part of macro definit...Carl Worth8-9/+48
2014-01-02glcpp: Add a more descriptive comment for the SKIP state manipulationCarl Worth1-5/+36