summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* anv/device: Bump the max program size againJason Ekstrand2016-01-121-1/+1
* vk: Implement workaround for occlusion queriesKristian Høgsberg Kristensen2016-01-124-0/+20
* anv/UpdateDescriptorSets: Respect write.dstArrayElementJason Ekstrand2016-01-121-1/+3
* Merge ../mesa into vulkanKristian Høgsberg Kristensen2016-01-1239-356/+850
|\
| * st/omx: Avoid segfault in deconstructor if constructor failsTom St Denis2016-01-121-0/+3
| * vl: use preferred format for deinterlacingChristian König2016-01-121-1/+7
| * vl: improve motion adaptive deinterlacerChristian König2016-01-122-22/+49
| * st/va: add BOB deinterlacing v2Christian König2016-01-122-11/+79
| * st/va: add NV12 -> NV12 post processing v2Christian König2016-01-122-37/+124
| * st/va: use vl_video_buffer_adjust_sizeChristian König2016-01-121-9/+4
| * st/vdpau: use vl_video_buffer_adjust_sizeChristian König2016-01-121-10/+3
| * vl/buffers: extract vl_video_buffer_adjust_size helperChristian König2016-01-122-8/+20
| * st/va: make the implementation thread safe v2Christian König2016-01-127-54/+199
| * mesa: use gl_shader_variable in program resource listTapani Pälli2016-01-123-28/+129
| * glsl: track total amount of uniform locations usedTapani Pälli2016-01-121-2/+15
| * main: get rid of needless conditionalErik Faye-Lund2016-01-121-13/+12
| * gallium/util: removed unused header-fileErik Faye-Lund2016-01-122-53/+0
| * nvc0: do not force re-binding of compute constbufs on FermiSamuel Pitoiset2016-01-121-1/+1
| * meta: Unconditionally set GL_SKIP_DECODE_EXTIan Romanick2016-01-112-11/+4
| * meta: Only bind the sampler in one placeIan Romanick2016-01-112-8/+4
| * meta/decompress: Don't pollute the sampler object namespaceIan Romanick2016-01-111-7/+15
| * meta/decompress: Save and restore the sampler using gl_sampler_object instead...Ian Romanick2016-01-111-4/+5
| * meta/decompress: Track sampler using gl_sampler_object instead of GL API obje...Ian Romanick2016-01-112-12/+12
| * meta/decompress: Use internal functions for sampler object accessIan Romanick2016-01-111-4/+9
| * meta/generate_mipmap: Don't pollute the sampler object namespaceIan Romanick2016-01-111-11/+11
| * meta/generate_mipmap: Save and restore the sampler using gl_sampler_object in...Ian Romanick2016-01-111-4/+5
| * meta/generate_mipmap: Track sampler using gl_sampler_object instead of GL API...Ian Romanick2016-01-112-14/+17
| * meta/generate_mipmap: Use internal functions for sampler object accessIan Romanick2016-01-111-9/+11
| * meta/blit: Don't pollute the sampler object namespace in _mesa_meta_setup_sam...Ian Romanick2016-01-111-7/+4
| * meta/blit: Save and restore the sampler using gl_sampler_object instead of GL...Ian Romanick2016-01-112-5/+15
| * meta/blit: Use internal functions for sampler object accessIan Romanick2016-01-113-19/+25
| * meta/blit: Group the SamplerParameteri calls with the other sampler operationsIan Romanick2016-01-111-4/+4
| * mesa: Refator _mesa_BindSampler to make _mesa_bind_samplerIan Romanick2016-01-112-6/+16
| * mesa: Add _mesa_set_sampler_srgb_decode methodIan Romanick2016-01-112-0/+14
| * mesa: Add _mesa_set_sampler_filters methodIan Romanick2016-01-112-0/+26
| * mesa: Add _mesa_set_sampler_wrap methodIan Romanick2016-01-112-0/+20
| * nvc0: remove useless goto in nvc0_launch_grid()Samuel Pitoiset2016-01-121-6/+4
| * mesa: Mark Identity as constIan Romanick2016-01-111-1/+1
| * i965: Upload 3DSTATE_BINDING_TABLE_POINTERS_HS when !TCS on Gen9+.Kenneth Graunke2016-01-111-3/+4
| * Add missing platform information for KBLMark Janes2016-01-111-0/+5
| * nv50/ir: the whole point of data array is to hand out regular registersIlia Mirkin2016-01-111-1/+1
| * mesa/uniform_query: add IROUNDD and use for doubles->ints (v2)Dave Airlie2016-01-112-1/+8
| * glsl: replace unreachable code path with assertTimothy Arceri2016-01-111-5/+4
| * Revert "glsl: replace unreachable code path with assert"Timothy Arceri2016-01-111-4/+5
| * glsl: replace unreachable code path with assertTimothy Arceri2016-01-111-5/+4
| * glsl: combine if blocksTimothy Arceri2016-01-111-6/+3
| * mesa: Update todo regarding StencilOp and StencilOpSeparate.Rhys Kidd2016-01-111-12/+6
| * glsl: Make bitfield_insert/extract and bfi/bfm non-vectorizable.Kenneth Graunke2016-01-091-1/+6
| * nv50/ir: Fix scratch allocation size and filePierre Moreau2016-01-092-3/+3
* | vk: Support SpvBuiltInViewportIndexKristian Høgsberg Kristensen2016-01-121-0/+9