summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-06-28mapi: Enable assembly language API acceleration for PPC64LE (V2)Ben Crocker4-2/+374
2017-06-27i965: Add a RGBX->RGBA fallback for glEGLImageTextureTarget2D()Chad Versace1-2/+16
2017-06-27mesa: Add _mesa_format_fallback_rgbx_to_rgba() [v2]Chad Versace6-0/+128
2017-06-27radeonsi: move instance divisors into a constant bufferMarek Olšák7-28/+93
2017-06-27radeonsi: check nr_cbufs in other places before flushing CBMarek Olšák1-2/+4
2017-06-27radeonsi: use #pragma pack to pack si_shader_keyMarek Olšák1-0/+8
2017-06-27Revert "radeonsi: use uint32_t to declare si_shader_key.opt.kill_outputs"Marek Olšák3-10/+6
2017-06-27Revert "radeonsi: remove 8 bytes from si_shader_key with uint32_t ff_tcs_inpu...Marek Olšák3-14/+5
2017-06-27mesa: optimize GL_PRIMITIVE_RESTART_NV moreMarek Olšák1-10/+9
2017-06-27mesa: fix clip plane enable breakageMarek Olšák1-1/+6
2017-06-27radeon/vcn: enable h264 decode entension supportLeo Liu2-0/+3
2017-06-27svga: clean up format_cap_tableCharmaine Lee1-403/+92
2017-06-27svga: fix the default devcap for SVGA3D_Z_D24S8_INTCharmaine Lee1-4/+1
2017-06-27svga: create buffer surfaces for incompatible bind flagsCharmaine Lee4-27/+217
2017-06-27svga: do not unconditionally enable streamout bind flagCharmaine Lee4-11/+78
2017-06-27svga: pass tobind_flags to svga_buffer_handleCharmaine Lee8-15/+26
2017-06-27svga: pass bind_flags to surface create functionsCharmaine Lee3-26/+34
2017-06-27pipe_loader_sw: fix compilation warningBrian Paul1-1/+2
2017-06-27mesa: add missing includeEric Engestrom1-0/+1
2017-06-27i965: perf: add support for GeminilakeLionel Landwerlin4-1/+9131
2017-06-27i965: perf: add support for KabylakeLionel Landwerlin5-1/+20970
2017-06-27i965: perf: use gen_device_info rather then brw_contextLionel Landwerlin1-2/+2
2017-06-27i965: perf: ensure isolated timer reports while idle don't confuse filteringRobert Bragg1-1/+17
2017-06-27i965: perf: keep on reading reports until delimiting timestampLionel Landwerlin1-20/+113
2017-06-27i965: Add Gen8+ INTEL_performance_query supportRobert Bragg3-33/+288
2017-06-27i965: Add XML OA metric sets for Gen8+Robert Bragg9-14/+65809
2017-06-27i965: Add Gen8+ sys_vars for generated OA codeRobert Bragg1-0/+3
2017-06-27anv/i965: drop libdrm_intel dependency completelyLionel Landwerlin10-2/+3566
2017-06-27i915: use different CFLAGS/LIBS variables than i965/anvLionel Landwerlin4-5/+5
2017-06-27aubinator: import intel_aub.h from libdrmLionel Landwerlin1-0/+153
2017-06-27i965: perf: minimize the chances to spread queries across batchbuffersLionel Landwerlin1-0/+8
2017-06-27nir: implement GLSL.std.450 NMax, NMIn and NClamp operationsJuan A. Suarez Romero1-0/+3
2017-06-27nir: add support for 64-bit in SmoothStep functionJuan A. Suarez Romero1-3/+5
2017-06-27nir: sge operation is defined for floating-point typesJuan A. Suarez Romero1-1/+1
2017-06-27i965: Separate gen < 8 and gen >= 8 paths explicitly in wrap_mode()Topi Pohjolainen1-3/+3
2017-06-27intel/anv: Add missing break in anv_CreateDevice()Topi Pohjolainen1-0/+1
2017-06-27ac/nir: convert emit helpers to ac_llvm_contextNicolai Hähnle1-117/+118
2017-06-27ac/nir: remove unused nir_to_llvm_context::has_ddxyNicolai Hähnle1-2/+0
2017-06-27ac/nir: implement nir_op_f2bNicolai Hähnle1-0/+12
2017-06-27ac/nir: implement nir_op_{b2i,i2b}Nicolai Hähnle1-0/+20
2017-06-27ac/nir: convert type helpers to ac_llvm_contextNicolai Hähnle1-95/+95
2017-06-27ac/llvm: fix type of second llvm.cttz.* parameterNicolai Hähnle1-1/+1
2017-06-27ac/shader_info: fix a commentNicolai Hähnle1-2/+6
2017-06-27ac: add ac_llvm_context::v8i32Nicolai Hähnle2-0/+2
2017-06-27ac: add ac_llvm_context::{i,f}32_{0,1}Nicolai Hähnle2-0/+10
2017-06-27ac: add ac_llvm_context::{i16, i64, f16, f64}Nicolai Hähnle2-0/+8
2017-06-26nv50/ir: fix combineLd/St to update existing records as necessaryIlia Mirkin1-0/+8
2017-06-26nv50/ir: adjust overlapping logic to take fileIndex-relative offsetsIlia Mirkin1-1/+5
2017-06-26nv50/ir: VFETCH is also considered a load for MemoryOptIlia Mirkin1-1/+1
2017-06-26nv50,nvc0: remove IDX from bufctx immediately, to avoid conflicts with clearIlia Mirkin2-9/+10