summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-14glsl: Add arb_cull_distance support (v3)Tobias Klausmann12-39/+185
2016-05-14glsl: Extend lowering pass for gl_ClipDistance to support other arrays (v4)Tobias Klausmann3-95/+160
2016-05-14glsl: rename lower_clip_distance to lower_distance.Dave Airlie2-55/+55
2016-05-14mesa/main: Add support for GL_ARB_cull_distance (v2)Tobias Klausmann10-6/+27
2016-05-14glapi: Add GL_ARB_cull_distanceTobias Klausmann1-1/+6
2016-05-13anv/copy: Fix copying Images from Buffers with larger dimensionsNanley Chery1-8/+11
2016-05-13.mailmap: Fix my email addresses.Maarten Lankhorst1-2/+3
2016-05-13radeonsi/sid_tables: rename reg_table to sid_reg_tableNicolai Hähnle2-3/+3
2016-05-13radeonsi/sid_tables: store offset into global fields table instead of pointerNicolai Hähnle2-9/+16
2016-05-13radeonsi/sid_tables: store strings by offset instead of by pointerNicolai Hähnle2-28/+141
2016-05-13r600: remove TABLE_SIZE macroNicolai Hähnle2-4/+2
2016-05-13r600: move alu_op_table to .c fileNicolai Hähnle3-277/+291
2016-05-13r600: move cf_op_table to .c fileNicolai Hähnle2-108/+111
2016-05-13r600: move fetch_op_table to .c fileNicolai Hähnle2-118/+121
2016-05-13r600: protect r600_isa.h with extern "C"Nicolai Hähnle1-0/+8
2016-05-13gallium/ddebug: Implement launch_grid.Bas Nieuwenhuizen1-0/+29
2016-05-13gallium/ddebug: Support compute states.Bas Nieuwenhuizen1-16/+40
2016-05-13gallium/ddebug: Add passthrough for get_compute_param.Bas Nieuwenhuizen1-0/+12
2016-05-12nir: Remove empty visit_call_src and visit_load_const_src functionsIan Romanick1-17/+2
2016-05-12nir: Silence unused parameter warningsIan Romanick4-6/+9
2016-05-12vl/dri: fix close fd error outLeo Liu1-3/+5
2016-05-12nvc0: fix indentation in nvc0_invalidate_resource_storage()Samuel Pitoiset1-52/+52
2016-05-12nvc0: save some CPU cycles in nvc0_context_unreference_resources()Samuel Pitoiset1-8/+6
2016-05-12nvc0: invalidate texture buffers for computeSamuel Pitoiset1-3/+8
2016-05-12swr: properly expose compressed format supportTim Rowley2-0/+23
2016-05-12anv: Don't advertise shaderImageGatherExtendedJason Ekstrand1-1/+1
2016-05-12nir: glsl_get_bit_size() should take glsl_typeRob Clark9-21/+20
2016-05-12i965/gen9: Enable lossless compressionTopi Pohjolainen1-3/+40
2016-05-12i965: Set render state for lossless compressedTopi Pohjolainen3-1/+16
2016-05-12i965/wm: Don't sample lossless compressed as multisampledTopi Pohjolainen1-1/+5
2016-05-12i965/gen9: Setup MCS for compressed texture surfacesTopi Pohjolainen1-4/+5
2016-05-12i965/blorp: Do not resolve lossless compressed blit sourcesTopi Pohjolainen1-1/+1
2016-05-12i965/blorp: Prepare blits for lossless compressionTopi Pohjolainen2-6/+22
2016-05-12i965: Deferred allocation of mcs for lossless compressedTopi Pohjolainen4-0/+66
2016-05-12i965: Add flag telling if miptree is for client consumptionTopi Pohjolainen2-3/+13
2016-05-12i965: Add helper for lossless compression supportTopi Pohjolainen2-0/+30
2016-05-12i965/gen9: Prepare surface state setup for lossless compressionTopi Pohjolainen3-1/+5
2016-05-12i965/gen8: Expose auxiliary mode resolverTopi Pohjolainen2-5/+6
2016-05-12i965: Relax assertion of halign == 16 for lossless compressed auxTopi Pohjolainen1-1/+6
2016-05-12i965/blorp: Set full resolve for lossless compressedTopi Pohjolainen2-2/+8
2016-05-12i965/blorp: Do not skip fast color clear with new colorTopi Pohjolainen3-4/+17
2016-05-12i965: Enable scalar GS by default.Kenneth Graunke1-1/+1
2016-05-12i965: Reduce the SIMD8 GS push constant threshold from 32 to 24.Kenneth Graunke1-2/+2
2016-05-12i965: Delete bogus assertion in emit_gs_input_load().Kenneth Graunke1-1/+0
2016-05-12i965: Support instanced GS inputs in the scalar backend.Kenneth Graunke2-6/+36
2016-05-12i965: Use an early return for the push case in emit_gs_input_load().Kenneth Graunke1-31/+34
2016-05-12i965: Drop BRW_NEW_BLORP from stipple and line parameter packets.Kenneth Graunke1-8/+4
2016-05-12glsl: fixed uninitialized pointerJakob Sinclair1-0/+5
2016-05-11nvc0: fix gl_SampleMaskIn computationIlia Mirkin10-5/+94
2016-05-11nv50/ir: generalize interp fixups to be able to fixup anythingIlia Mirkin10-60/+71