aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add a pipe cap for arb_cull_distanceTobias Klausmann2016-05-1415-0/+16
* glsl: Add arb_cull_distance support (v3)Tobias Klausmann2016-05-1412-39/+185
* glsl: Extend lowering pass for gl_ClipDistance to support other arrays (v4)Tobias Klausmann2016-05-143-95/+160
* glsl: rename lower_clip_distance to lower_distance.Dave Airlie2016-05-142-55/+55
* mesa/main: Add support for GL_ARB_cull_distance (v2)Tobias Klausmann2016-05-1410-6/+27
* glapi: Add GL_ARB_cull_distanceTobias Klausmann2016-05-141-1/+6
* anv/copy: Fix copying Images from Buffers with larger dimensionsNanley Chery2016-05-131-8/+11
* .mailmap: Fix my email addresses.Maarten Lankhorst2016-05-131-2/+3
* radeonsi/sid_tables: rename reg_table to sid_reg_tableNicolai Hähnle2016-05-132-3/+3
* radeonsi/sid_tables: store offset into global fields table instead of pointerNicolai Hähnle2016-05-132-9/+16
* radeonsi/sid_tables: store strings by offset instead of by pointerNicolai Hähnle2016-05-132-28/+141
* r600: remove TABLE_SIZE macroNicolai Hähnle2016-05-132-4/+2
* r600: move alu_op_table to .c fileNicolai Hähnle2016-05-133-277/+291
* r600: move cf_op_table to .c fileNicolai Hähnle2016-05-132-108/+111
* r600: move fetch_op_table to .c fileNicolai Hähnle2016-05-132-118/+121
* r600: protect r600_isa.h with extern "C"Nicolai Hähnle2016-05-131-0/+8
* gallium/ddebug: Implement launch_grid.Bas Nieuwenhuizen2016-05-131-0/+29
* gallium/ddebug: Support compute states.Bas Nieuwenhuizen2016-05-131-16/+40
* gallium/ddebug: Add passthrough for get_compute_param.Bas Nieuwenhuizen2016-05-131-0/+12
* nir: Remove empty visit_call_src and visit_load_const_src functionsIan Romanick2016-05-121-17/+2
* nir: Silence unused parameter warningsIan Romanick2016-05-124-6/+9
* vl/dri: fix close fd error outLeo Liu2016-05-121-3/+5
* nvc0: fix indentation in nvc0_invalidate_resource_storage()Samuel Pitoiset2016-05-121-52/+52
* nvc0: save some CPU cycles in nvc0_context_unreference_resources()Samuel Pitoiset2016-05-121-8/+6
* nvc0: invalidate texture buffers for computeSamuel Pitoiset2016-05-121-3/+8
* swr: properly expose compressed format supportTim Rowley2016-05-122-0/+23
* anv: Don't advertise shaderImageGatherExtendedJason Ekstrand2016-05-121-1/+1
* nir: glsl_get_bit_size() should take glsl_typeRob Clark2016-05-129-21/+20
* i965/gen9: Enable lossless compressionTopi Pohjolainen2016-05-121-3/+40
* i965: Set render state for lossless compressedTopi Pohjolainen2016-05-123-1/+16
* i965/wm: Don't sample lossless compressed as multisampledTopi Pohjolainen2016-05-121-1/+5
* i965/gen9: Setup MCS for compressed texture surfacesTopi Pohjolainen2016-05-121-4/+5
* i965/blorp: Do not resolve lossless compressed blit sourcesTopi Pohjolainen2016-05-121-1/+1
* i965/blorp: Prepare blits for lossless compressionTopi Pohjolainen2016-05-122-6/+22
* i965: Deferred allocation of mcs for lossless compressedTopi Pohjolainen2016-05-124-0/+66
* i965: Add flag telling if miptree is for client consumptionTopi Pohjolainen2016-05-122-3/+13
* i965: Add helper for lossless compression supportTopi Pohjolainen2016-05-122-0/+30
* i965/gen9: Prepare surface state setup for lossless compressionTopi Pohjolainen2016-05-123-1/+5
* i965/gen8: Expose auxiliary mode resolverTopi Pohjolainen2016-05-122-5/+6
* i965: Relax assertion of halign == 16 for lossless compressed auxTopi Pohjolainen2016-05-121-1/+6
* i965/blorp: Set full resolve for lossless compressedTopi Pohjolainen2016-05-122-2/+8
* i965/blorp: Do not skip fast color clear with new colorTopi Pohjolainen2016-05-123-4/+17
* i965: Enable scalar GS by default.Kenneth Graunke2016-05-121-1/+1
* i965: Reduce the SIMD8 GS push constant threshold from 32 to 24.Kenneth Graunke2016-05-121-2/+2
* i965: Delete bogus assertion in emit_gs_input_load().Kenneth Graunke2016-05-121-1/+0
* i965: Support instanced GS inputs in the scalar backend.Kenneth Graunke2016-05-122-6/+36
* i965: Use an early return for the push case in emit_gs_input_load().Kenneth Graunke2016-05-121-31/+34
* i965: Drop BRW_NEW_BLORP from stipple and line parameter packets.Kenneth Graunke2016-05-121-8/+4
* glsl: fixed uninitialized pointerJakob Sinclair2016-05-121-0/+5
* nvc0: fix gl_SampleMaskIn computationIlia Mirkin2016-05-1110-5/+94