| Commit message (Expand) | Author | Age | Files | Lines |
* | anv/pipeline: More aggressively optimize away color attachments | Jason Ekstrand | 2018-08-01 | 2 | -5/+14 |
* | anv: Restrict the number of color regions to those actually written | Jason Ekstrand | 2018-08-01 | 1 | -0/+5 |
* | anv/pipeline: Fix up deref modes if we delete a FS output | Jason Ekstrand | 2018-08-01 | 1 | -0/+5 |
* | nir/lower_indirect: Bail early if modes == 0 | Jason Ekstrand | 2018-08-01 | 1 | -0/+3 |
* | intel/nir: Call nir_lower_io_to_scalar_early | Jason Ekstrand | 2018-08-01 | 1 | -5/+12 |
* | intel/nir: Split IO arrays into elements | Jason Ekstrand | 2018-08-01 | 1 | -0/+4 |
* | i965/fs: Flag all slots of a flat input as flat | Jason Ekstrand | 2018-08-01 | 1 | -6/+9 |
* | intel/nir: Use the correct scalar stage for consumers when linking | Jason Ekstrand | 2018-08-01 | 1 | -1/+1 |
* | docs: update 18.2.0 release notes for virgl | Dave Airlie | 2018-08-02 | 1 | -1/+2 |
* | nir/meson: fix c vs cpp args for nir test | Dylan Baker | 2018-08-01 | 1 | -1/+1 |
* | gallium: fix ddebug on windows | Dylan Baker | 2018-08-01 | 1 | -1/+5 |
* | util: move process.[ch] to u_process.[ch] | Dylan Baker | 2018-08-01 | 7 | -8/+8 |
* | ac,radeonsi: reduce optimizations for complex compute shaders on older APUs (v2) | Marek Olšák | 2018-08-01 | 6 | -13/+68 |
* | v3d: Actually put the "%s" in the snprintf. | Eric Anholt | 2018-08-01 | 1 | -1/+1 |
* | vc4: Fix automake linking error. | Juan A. Suarez Romero | 2018-08-01 | 1 | -0/+9 |
* | scons: require scons 2.4 or greater | Juan A. Suarez Romero | 2018-08-01 | 1 | -0/+6 |
* | travis: install scons from pip | Juan A. Suarez Romero | 2018-08-01 | 1 | -3/+5 |
* | docs: mark ARB_ES3_2_compatibility as done for radeonsi | Marek Olšák | 2018-08-01 | 2 | -1/+2 |
* | intel: tools: aubwrite: split gen[89] from gen10+ | Lionel Landwerlin | 2018-08-01 | 5 | -186/+416 |
* | python: Use the unicode_escape codec | Mathieu Bridon | 2018-08-01 | 2 | -2/+2 |
* | python: Explicitly add the 'L' suffix on Python 3 | Mathieu Bridon | 2018-08-01 | 1 | -1/+10 |
* | python: Explicitly use byte strings | Mathieu Bridon | 2018-08-01 | 1 | -2/+2 |
* | python: Use open(), not file() | Mathieu Bridon | 2018-08-01 | 1 | -1/+3 |
* | python: Open file in binary mode | Mathieu Bridon | 2018-08-01 | 1 | -1/+1 |
* | python: Don't abuse hex() | Mathieu Bridon | 2018-08-01 | 1 | -2/+2 |
* | python: Better get character ordinals | Mathieu Bridon | 2018-08-01 | 1 | -2/+2 |
* | loader_dri3: Handle mismatched depth 30 formats for Prime renderoffload. | Mario Kleiner | 2018-08-01 | 2 | -1/+83 |
* | egl/x11: Handle both depth 30 formats for eglCreateImage(). (v4) | Mario Kleiner | 2018-08-01 | 4 | -9/+48 |
* | gbm: Add support for 10bpp BGR formats | Daniel Stone | 2018-08-01 | 1 | -0/+8 |
* | egl/wayland: Add 10bpc BGR configs | Daniel Stone | 2018-08-01 | 1 | -0/+12 |
* | intel/compiler: implement 8-bit constant load | Iago Toral Quiroga | 2018-08-01 | 1 | -0/+5 |
* | intel/compiler: add setup_imm_(u)b helpers | Iago Toral Quiroga | 2018-08-01 | 2 | -0/+22 |
* | glsl: fix function inlining with opaque parameters | Rhys Perry | 2018-08-01 | 1 | -8/+44 |
* | glsl, glsl_to_tgsi: fix sampler/image constants | Rhys Perry | 2018-08-01 | 2 | -5/+41 |
* | glsl: allow ?: operator with images and samplers when bindless is enabled | Rhys Perry | 2018-08-01 | 1 | -3/+5 |
* | glsl_to_tgsi: allow bound samplers and images to be used as l-values | Rhys Perry | 2018-08-01 | 2 | -1/+55 |
* | gallium: add new SAMP2HND and IMG2HND opcodes | Rhys Perry | 2018-08-01 | 5 | -2/+34 |
* | docs/features: update virgl GLES 3.1/3.2 status | Dave Airlie | 2018-08-01 | 1 | -13/+13 |
* | docs/features: update virgl GL 4.3 support | Dave Airlie | 2018-08-01 | 1 | -9/+9 |
* | virgl: enable FBFETCH if virglrenderer supports it | Erik Faye-Lund | 2018-08-01 | 2 | -1/+3 |
* | virgl: add texture_barrier stub | Erik Faye-Lund | 2018-08-01 | 1 | -0/+7 |
* | virgl: enable robustness if the host exposes it | Dave Airlie | 2018-08-01 | 2 | -1/+3 |
* | virgl: Support ARB_framebuffer_no_attachments | Dave Airlie | 2018-08-01 | 4 | -1/+23 |
* | virgl: add initial ARB_compute_shader support | Dave Airlie | 2018-08-01 | 7 | -7/+153 |
* | util: don't use __builtin_clz unconditionally | Marek Olšák | 2018-07-31 | 1 | -1/+11 |
* | ac/surface: fix MSAA corruption on Vega due to FMASK tile swizzle | Marek Olšák | 2018-07-31 | 1 | -1/+1 |
* | v3d: use snprintf(..., "%s", ...) instead of strncpy | Eric Anholt | 2018-07-31 | 1 | -1/+1 |
* | v3d: Add support for the TMUWT instruction. | Eric Anholt | 2018-07-31 | 5 | -3/+22 |
* | radeonsi: report supported EQAA combinations from is_format_supported | Marek Olšák | 2018-07-31 | 1 | -16/+20 |
* | radeonsi: use storage_samples instead of color_samples in most places | Marek Olšák | 2018-07-31 | 11 | -52/+34 |