| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | mesa: remove redundant NULL check | Timothy Arceri | 2017-06-27 | 1 | -6/+2 |
* | mesa: create copy_texture_sub_image_err() helper | Timothy Arceri | 2017-06-27 | 1 | -36/+48 |
* | mesa: make _mesa_copy_texture_sub_image() static | Timothy Arceri | 2017-06-27 | 2 | -99/+85 |
* | mesa: add KHR_no_error support for gl{Compressed}TexImage*D() | Timothy Arceri | 2017-06-27 | 3 | -6/+124 |
* | mesa: add no error support to teximage() | Timothy Arceri | 2017-06-27 | 1 | -29/+32 |
* | mesa: create wrapper around teximage() | Timothy Arceri | 2017-06-27 | 1 | -14/+26 |
* | mesa: fix unused variable warning in release builds | Timothy Arceri | 2017-06-27 | 1 | -1/+2 |
* | radeonsi: don't flush and wait for CB after depth-only rendering | Marek Olšák | 2017-06-26 | 1 | -1/+4 |
* | blorp: Use normalized coordinates on Gen6 | Ian Romanick | 2017-06-26 | 2 | -5/+8 |
* | mesa/glthread: don't include pthread.h | Marek Olšák | 2017-06-26 | 1 | -1/+0 |
* | anv/gpu_memcpy: Rename the gpu_memcpy function | Nanley Chery | 2017-06-26 | 3 | -11/+11 |
* | anv/blorp: Provide surface states for CCS resolves | Nanley Chery | 2017-06-26 | 1 | -19/+10 |
* | anv/blorp: Add a surface-state-based CCS resolve function | Nanley Chery | 2017-06-26 | 2 | -0/+44 |