summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* glsl: add packed varyings for outputs with single stage programTapani Pälli2016-01-131-7/+2
* llvmpipe: (trivial) use cast wrapper for __m128d to __m128 castsRoland Scheidegger2016-01-131-2/+2
* llvmpipe: avoid most 64 bit math in rasterizationRoland Scheidegger2016-01-132-65/+143
* llvmpipe: scale up bounding box planes to subpixel precisionRoland Scheidegger2016-01-133-30/+30
* llvmpipe: add sse code for fixed position calculationRoland Scheidegger2016-01-131-8/+50
* draw: fix key comparison with uninitialized valueRoland Scheidegger2016-01-132-6/+6
* mesa: print the invalid enum when CreateShader failsTimothy Arceri2016-01-131-1/+2
* glsl: Make read_from_write_only_variable_visitor ignore .length().Kenneth Graunke2016-01-121-0/+9
* i965: Mark TCS URB writes as having side effects.Kenneth Graunke2016-01-121-0/+1
* 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
* configure.ac: always define __STDC_CONSTANT_MACROSOded Gabbay2016-01-112-2/+2
* 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