| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | pipe_loader_sw: fix compilation warning | Brian Paul | 2017-06-27 | 1 | -1/+2 |
* | mesa: add missing include | Eric Engestrom | 2017-06-27 | 1 | -0/+1 |
* | i965: perf: add support for Geminilake | Lionel Landwerlin | 2017-06-27 | 4 | -1/+9131 |
* | i965: perf: add support for Kabylake | Lionel Landwerlin | 2017-06-27 | 5 | -1/+20970 |
* | i965: perf: use gen_device_info rather then brw_context | Lionel Landwerlin | 2017-06-27 | 1 | -2/+2 |
* | i965: perf: ensure isolated timer reports while idle don't confuse filtering | Robert Bragg | 2017-06-27 | 1 | -1/+17 |
* | i965: perf: keep on reading reports until delimiting timestamp | Lionel Landwerlin | 2017-06-27 | 1 | -20/+113 |
* | i965: Add Gen8+ INTEL_performance_query support | Robert Bragg | 2017-06-27 | 3 | -33/+288 |
* | i965: Add XML OA metric sets for Gen8+ | Robert Bragg | 2017-06-27 | 9 | -14/+65809 |
* | i965: Add Gen8+ sys_vars for generated OA code | Robert Bragg | 2017-06-27 | 1 | -0/+3 |
* | anv/i965: drop libdrm_intel dependency completely | Lionel Landwerlin | 2017-06-27 | 10 | -2/+3566 |
* | i915: use different CFLAGS/LIBS variables than i965/anv | Lionel Landwerlin | 2017-06-27 | 4 | -5/+5 |
* | aubinator: import intel_aub.h from libdrm | Lionel Landwerlin | 2017-06-27 | 1 | -0/+153 |
* | i965: perf: minimize the chances to spread queries across batchbuffers | Lionel Landwerlin | 2017-06-27 | 1 | -0/+8 |
* | nir: implement GLSL.std.450 NMax, NMIn and NClamp operations | Juan A. Suarez Romero | 2017-06-27 | 1 | -0/+3 |
* | nir: add support for 64-bit in SmoothStep function | Juan A. Suarez Romero | 2017-06-27 | 1 | -3/+5 |
* | nir: sge operation is defined for floating-point types | Juan A. Suarez Romero | 2017-06-27 | 1 | -1/+1 |
* | i965: Separate gen < 8 and gen >= 8 paths explicitly in wrap_mode() | Topi Pohjolainen | 2017-06-27 | 1 | -3/+3 |
* | intel/anv: Add missing break in anv_CreateDevice() | Topi Pohjolainen | 2017-06-27 | 1 | -0/+1 |
* | ac/nir: convert emit helpers to ac_llvm_context | Nicolai Hähnle | 2017-06-27 | 1 | -117/+118 |
* | ac/nir: remove unused nir_to_llvm_context::has_ddxy | Nicolai Hähnle | 2017-06-27 | 1 | -2/+0 |
* | ac/nir: implement nir_op_f2b | Nicolai Hähnle | 2017-06-27 | 1 | -0/+12 |
* | ac/nir: implement nir_op_{b2i,i2b} | Nicolai Hähnle | 2017-06-27 | 1 | -0/+20 |
* | ac/nir: convert type helpers to ac_llvm_context | Nicolai Hähnle | 2017-06-27 | 1 | -95/+95 |
* | ac/llvm: fix type of second llvm.cttz.* parameter | Nicolai Hähnle | 2017-06-27 | 1 | -1/+1 |
* | ac/shader_info: fix a comment | Nicolai Hähnle | 2017-06-27 | 1 | -2/+6 |
* | ac: add ac_llvm_context::v8i32 | Nicolai Hähnle | 2017-06-27 | 2 | -0/+2 |
* | ac: add ac_llvm_context::{i,f}32_{0,1} | Nicolai Hähnle | 2017-06-27 | 2 | -0/+10 |
* | ac: add ac_llvm_context::{i16, i64, f16, f64} | Nicolai Hähnle | 2017-06-27 | 2 | -0/+8 |
* | nv50/ir: fix combineLd/St to update existing records as necessary | Ilia Mirkin | 2017-06-26 | 1 | -0/+8 |
* | nv50/ir: adjust overlapping logic to take fileIndex-relative offsets | Ilia Mirkin | 2017-06-26 | 1 | -1/+5 |
* | nv50/ir: VFETCH is also considered a load for MemoryOpt | Ilia Mirkin | 2017-06-26 | 1 | -1/+1 |
* | nv50,nvc0: remove IDX from bufctx immediately, to avoid conflicts with clear | Ilia Mirkin | 2017-06-26 | 2 | -9/+10 |
* | nv50/ir: fetch indirect sources BEFORE the op that uses them | Ilia Mirkin | 2017-06-26 | 1 | -19/+32 |
* | mesa: skip FLUSH_VERTICES() if no samplers were changed | Timothy Arceri | 2017-06-27 | 1 | -1/+6 |
* | mesa: don't set _NEW_PROGRAM_CONSTANTS for non-bindless opaque uniforms | Timothy Arceri | 2017-06-27 | 1 | -0/+6 |
* | Android: add renderonly files to libmesa_gallium | Rob Herring | 2017-06-26 | 1 | -0/+1 |
* | mesa: add KHR_no_error support for glCopyTexImage*D() | Timothy Arceri | 2017-06-27 | 3 | -2/+33 |
* | mesa: add no error support to copyteximage() | Timothy Arceri | 2017-06-27 | 1 | -13/+30 |
* | mesa: create copyteximage_err() helper and always inline copyteximage() | Timothy Arceri | 2017-06-27 | 1 | -4/+14 |
* | mesa: tidy up copyteximage() | Timothy Arceri | 2017-06-27 | 1 | -5/+5 |
* | i915: On Gen <= 3 there are no array textures | Ian Romanick | 2017-06-26 | 4 | -17/+0 |
* | i915: On Gen <= 3 there is no W-tiling | Ian Romanick | 2017-06-26 | 4 | -29/+9 |
* | i915: Remove unused fields intel_mipmap_tree::logical_(width|height|depth)0 | Ian Romanick | 2017-06-26 | 2 | -11/+0 |
* | i915: Remove unused field intel_mipmap_tree::array_spacing_lod0 | Ian Romanick | 2017-06-26 | 1 | -9/+0 |
* | i915: On Gen <= 3 there is no multisampling | Ian Romanick | 2017-06-26 | 3 | -38/+9 |
* | i915: Trivial code reformatting | Ian Romanick | 2017-06-26 | 1 | -56/+54 |
* | i915,i965: Don't condition use of GLSL clear on the current API | Ian Romanick | 2017-06-26 | 2 | -7/+2 |
* | mesa: add KHR_no_error support for glCopyTex{ture}SubImage*D() | Timothy Arceri | 2017-06-27 | 4 | -6/+115 |
* | mesa: add copy_texture_sub_image_no_error() helper | Timothy Arceri | 2017-06-27 | 1 | -0/+17 |