summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-12gallium/radeon: do not reallocate user memory bufferspub-invalidateNicolai Hähnle4-8/+43
2016-01-12gallium/radeon: implement PIPE_CAP_INVALIDATE_BUFFERNicolai Hähnle5-9/+22
2016-01-12gallium/radeon: reset valid_buffer_range on PIPE_TRANSFER_DISCARD_WHOLE_RESOURCENicolai Hähnle1-0/+3
2016-01-12st/mesa: implement Driver.InvalidateBufferSubDataNicolai Hähnle3-3/+33
2016-01-12st/mesa: use pipe->invalidate_resource instead of buffer re-allocationNicolai Hähnle1-13/+18
2016-01-12gallium: add PIPE_CAP_INVALIDATE_BUFFERNicolai Hähnle17-2/+23
2016-01-12mesa: add Driver.InvalidateBufferSubDataNicolai Hähnle2-8/+9
2016-01-12mesa: fix the checks in _mesa_InvalidateBuffer(Sub)DataNicolai Hähnle1-3/+15
2016-01-12mesa: add MESA_NO_MINMAX_CACHE environment variableNicolai Hähnle2-0/+23
2016-01-12vbo: disable the minmax cache when the hit rate is lowNicolai Hähnle2-2/+34
2016-01-12mesa: add USAGE_DISABLE_MINMAX_CACHE flag to buffer UsageHistoryNicolai Hähnle2-1/+3
2016-01-12vbo: cache/memoize the result of vbo_get_minmax_indices (v3)Nicolai Hähnle4-1/+186
2016-01-12vbo: move vbo_get_minmax_indices into its own source fileNicolai Hähnle3-148/+180
2016-01-12mesa/main: bail earlier for size == 0 in _mesa_clear_buffer_sub_dataNicolai Hähnle1-8/+8
2016-01-12mesa/main: add USAGE_PIXEL_PACK_BUFFER flag to buffer UsageHistoryNicolai Hähnle2-0/+10
2016-01-12mesa/main: add USAGE_TRANSFORM_FEEDBACK_BUFFER flag to buffer UsageHistoryNicolai Hähnle2-0/+4
2016-01-12util/hash_table: add _mesa_hash_table_num_entriesNicolai Hähnle2-3/+6
2016-01-12util/hash_table: add _mesa_hash_table_clear (v4)Nicolai Hähnle4-0/+120
2016-01-12nvc0: do not force re-binding of compute constbufs on FermiSamuel Pitoiset1-1/+1
2016-01-11meta: Unconditionally set GL_SKIP_DECODE_EXTIan Romanick2-11/+4
2016-01-11meta: Only bind the sampler in one placeIan Romanick2-8/+4
2016-01-11meta/decompress: Don't pollute the sampler object namespaceIan Romanick1-7/+15
2016-01-11meta/decompress: Save and restore the sampler using gl_sampler_object instead...Ian Romanick1-4/+5
2016-01-11meta/decompress: Track sampler using gl_sampler_object instead of GL API obje...Ian Romanick2-12/+12
2016-01-11meta/decompress: Use internal functions for sampler object accessIan Romanick1-4/+9
2016-01-11meta/generate_mipmap: Don't pollute the sampler object namespaceIan Romanick1-11/+11
2016-01-11meta/generate_mipmap: Save and restore the sampler using gl_sampler_object in...Ian Romanick1-4/+5
2016-01-11meta/generate_mipmap: Track sampler using gl_sampler_object instead of GL API...Ian Romanick2-14/+17
2016-01-11meta/generate_mipmap: Use internal functions for sampler object accessIan Romanick1-9/+11
2016-01-11meta/blit: Don't pollute the sampler object namespace in _mesa_meta_setup_sam...Ian Romanick1-7/+4
2016-01-11meta/blit: Save and restore the sampler using gl_sampler_object instead of GL...Ian Romanick2-5/+15
2016-01-11meta/blit: Use internal functions for sampler object accessIan Romanick3-19/+25
2016-01-11meta/blit: Group the SamplerParameteri calls with the other sampler operationsIan Romanick1-4/+4
2016-01-11mesa: Refator _mesa_BindSampler to make _mesa_bind_samplerIan Romanick2-6/+16
2016-01-11mesa: Add _mesa_set_sampler_srgb_decode methodIan Romanick2-0/+14
2016-01-11mesa: Add _mesa_set_sampler_filters methodIan Romanick2-0/+26
2016-01-11mesa: Add _mesa_set_sampler_wrap methodIan Romanick2-0/+20
2016-01-12nvc0: remove useless goto in nvc0_launch_grid()Samuel Pitoiset1-6/+4
2016-01-11mesa: Mark Identity as constIan Romanick1-1/+1
2016-01-11configure.ac: always define __STDC_CONSTANT_MACROSOded Gabbay2-2/+2
2016-01-11i965: Upload 3DSTATE_BINDING_TABLE_POINTERS_HS when !TCS on Gen9+.Kenneth Graunke1-3/+4
2016-01-11Add missing platform information for KBLMark Janes1-0/+5
2016-01-11nv50/ir: the whole point of data array is to hand out regular registersIlia Mirkin1-1/+1
2016-01-11mesa/uniform_query: add IROUNDD and use for doubles->ints (v2)Dave Airlie2-1/+8
2016-01-11glsl: replace unreachable code path with assertTimothy Arceri1-5/+4
2016-01-11Revert "glsl: replace unreachable code path with assert"Timothy Arceri1-4/+5
2016-01-11glsl: replace unreachable code path with assertTimothy Arceri1-5/+4
2016-01-11glsl: combine if blocksTimothy Arceri1-6/+3
2016-01-11mesa: Update todo regarding StencilOp and StencilOpSeparate.Rhys Kidd1-12/+6
2016-01-09glsl: Make bitfield_insert/extract and bfi/bfm non-vectorizable.Kenneth Graunke1-1/+6