summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* radeon/vcn: enable h264 decode entension supportLeo Liu2017-06-272-0/+3
* svga: clean up format_cap_tableCharmaine Lee2017-06-271-403/+92
* svga: fix the default devcap for SVGA3D_Z_D24S8_INTCharmaine Lee2017-06-271-4/+1
* svga: create buffer surfaces for incompatible bind flagsCharmaine Lee2017-06-274-27/+217
* svga: do not unconditionally enable streamout bind flagCharmaine Lee2017-06-274-11/+78
* svga: pass tobind_flags to svga_buffer_handleCharmaine Lee2017-06-278-15/+26
* svga: pass bind_flags to surface create functionsCharmaine Lee2017-06-273-26/+34
* pipe_loader_sw: fix compilation warningBrian Paul2017-06-271-1/+2
* mesa: add missing includeEric Engestrom2017-06-271-0/+1
* i965: perf: add support for GeminilakeLionel Landwerlin2017-06-274-1/+9131
* i965: perf: add support for KabylakeLionel Landwerlin2017-06-275-1/+20970
* i965: perf: use gen_device_info rather then brw_contextLionel Landwerlin2017-06-271-2/+2
* i965: perf: ensure isolated timer reports while idle don't confuse filteringRobert Bragg2017-06-271-1/+17
* i965: perf: keep on reading reports until delimiting timestampLionel Landwerlin2017-06-271-20/+113
* i965: Add Gen8+ INTEL_performance_query supportRobert Bragg2017-06-273-33/+288
* i965: Add XML OA metric sets for Gen8+Robert Bragg2017-06-279-14/+65809
* i965: Add Gen8+ sys_vars for generated OA codeRobert Bragg2017-06-271-0/+3
* anv/i965: drop libdrm_intel dependency completelyLionel Landwerlin2017-06-2711-4/+3566
* i915: use different CFLAGS/LIBS variables than i965/anvLionel Landwerlin2017-06-275-7/+7
* aubinator: import intel_aub.h from libdrmLionel Landwerlin2017-06-271-0/+153
* i965: perf: minimize the chances to spread queries across batchbuffersLionel Landwerlin2017-06-271-0/+8
* nir: implement GLSL.std.450 NMax, NMIn and NClamp operationsJuan A. Suarez Romero2017-06-271-0/+3
* nir: add support for 64-bit in SmoothStep functionJuan A. Suarez Romero2017-06-271-3/+5
* nir: sge operation is defined for floating-point typesJuan A. Suarez Romero2017-06-271-1/+1
* i965: Separate gen < 8 and gen >= 8 paths explicitly in wrap_mode()Topi Pohjolainen2017-06-271-3/+3
* intel/anv: Add missing break in anv_CreateDevice()Topi Pohjolainen2017-06-271-0/+1
* ac/nir: convert emit helpers to ac_llvm_contextNicolai Hähnle2017-06-271-117/+118
* ac/nir: remove unused nir_to_llvm_context::has_ddxyNicolai Hähnle2017-06-271-2/+0
* ac/nir: implement nir_op_f2bNicolai Hähnle2017-06-271-0/+12
* ac/nir: implement nir_op_{b2i,i2b}Nicolai Hähnle2017-06-271-0/+20
* ac/nir: convert type helpers to ac_llvm_contextNicolai Hähnle2017-06-271-95/+95
* ac/llvm: fix type of second llvm.cttz.* parameterNicolai Hähnle2017-06-271-1/+1
* ac/shader_info: fix a commentNicolai Hähnle2017-06-271-2/+6
* ac: add ac_llvm_context::v8i32Nicolai Hähnle2017-06-272-0/+2
* ac: add ac_llvm_context::{i,f}32_{0,1}Nicolai Hähnle2017-06-272-0/+10
* ac: add ac_llvm_context::{i16, i64, f16, f64}Nicolai Hähnle2017-06-272-0/+8
* nv50/ir: fix combineLd/St to update existing records as necessaryIlia Mirkin2017-06-261-0/+8
* nv50/ir: adjust overlapping logic to take fileIndex-relative offsetsIlia Mirkin2017-06-261-1/+5
* nv50/ir: VFETCH is also considered a load for MemoryOptIlia Mirkin2017-06-261-1/+1
* nv50,nvc0: remove IDX from bufctx immediately, to avoid conflicts with clearIlia Mirkin2017-06-262-9/+10
* nv50/ir: fetch indirect sources BEFORE the op that uses themIlia Mirkin2017-06-261-19/+32
* mesa: skip FLUSH_VERTICES() if no samplers were changedTimothy Arceri2017-06-271-1/+6
* mesa: don't set _NEW_PROGRAM_CONSTANTS for non-bindless opaque uniformsTimothy Arceri2017-06-271-0/+6
* Android: add renderonly files to libmesa_galliumRob Herring2017-06-261-0/+1
* mesa: add KHR_no_error support for glCopyTexImage*D()Timothy Arceri2017-06-273-2/+33
* mesa: add no error support to copyteximage()Timothy Arceri2017-06-271-13/+30
* mesa: create copyteximage_err() helper and always inline copyteximage()Timothy Arceri2017-06-271-4/+14
* mesa: tidy up copyteximage()Timothy Arceri2017-06-271-5/+5
* i915: On Gen <= 3 there are no array texturesIan Romanick2017-06-264-17/+0
* i915: On Gen <= 3 there is no W-tilingIan Romanick2017-06-264-29/+9