| Commit message (Expand) | Author | Age | Files | Lines |
* | st/nine: Disable seamless cubemap for d3d | Axel Davy | 2016-10-10 | 2 | -2/+2 |
* | st/nine: Fix some check flags | Axel Davy | 2016-10-10 | 1 | -11/+12 |
* | st/nine: Unify some check flags | Axel Davy | 2016-10-10 | 2 | -4/+12 |
* | gallium/util: Really allow aliasing of dst for u_box_union_* | Axel Davy | 2016-10-10 | 1 | -11/+20 |
* | softpipe: Cap to 2 GB on 32 bits | Axel Davy | 2016-10-10 | 1 | -0/+6 |
* | llvmpipe: Cap to 2 GB on 32 bits | Axel Davy | 2016-10-10 | 1 | -0/+6 |
* | gallium/os: Fix overflow on 32 bits | Axel Davy | 2016-10-10 | 1 | -4/+10 |
* | st/nine: Memset pipe_resource templates | Axel Davy | 2016-10-10 | 2 | -0/+8 |
* | nvc0: fix valid range for shader buffers | Samuel Pitoiset | 2016-10-10 | 3 | -0/+3 |
* | nvc0/ir: fix overwriting of value backing non-constant gather offset | Ilia Mirkin | 2016-10-10 | 1 | -2/+2 |
* | glsl: Add missing cache_destroy stub function. | Vinson Lee | 2016-10-10 | 1 | -0/+5 |
* | docs: Mark GL_OES_viewport_array done on i965 | Anuj Phogat | 2016-10-10 | 1 | -1/+1 |
* | egl: Unify the EGLint/EGLAttrib paths in eglCreateSync* (v3) | Chad Versace | 2016-10-10 | 5 | -52/+34 |
* | intel: Fix bash-specific redirection. | Eric Anholt | 2016-10-10 | 1 | -1/+1 |
* | gallium: Fix install-gallium-links.mk on non-bash /bin/sh | Eric Anholt | 2016-10-10 | 1 | -2/+2 |
* | nv50/ir: only stick one preret per function | Ilia Mirkin | 2016-10-10 | 1 | -4/+7 |
* | radeonsi: make more use of si_have_tgsi_compute | Nicolai Hähnle | 2016-10-10 | 1 | -3/+1 |
* | gallium/radeon: assign a name to LLVM output variables in debug builds | Nicolai Hähnle | 2016-10-10 | 1 | -1/+6 |
* | gallium/radeon: avoid redundant work with overlapping in/out arrays | Nicolai Hähnle | 2016-10-10 | 1 | -1/+4 |
* | radeonsi: support ARB_compute_variable_group_size | Nicolai Hähnle | 2016-10-10 | 7 | -19/+55 |
* | anv: turn on samplerAnisotropy in VkPhysicalDeviceFeatures | Lionel Landwerlin | 2016-10-10 | 2 | -2/+1 |
* | radv: Use proper header guards over 'pragma once' directives | Edward O'Callaghan | 2016-10-10 | 13 | -14/+60 |
* | mesa: throw error if bufSize negative in GetSynciv on OpenGL ES | Tapani Pälli | 2016-10-10 | 1 | -0/+8 |
* | glsl: prohibit lowp, mediump precision on atomic_uint | Tapani Pälli | 2016-10-10 | 1 | -0/+14 |
* | glsl: optimize copy_propagation_elements pass | Tapani Pälli | 2016-10-10 | 1 | -50/+148 |
* | radv: don't build without SHA1. | Dave Airlie | 2016-10-10 | 1 | -0/+3 |
* | docs/features.txt: Add GL_KHR_robustness supported on ES 3.2 | Edward O'Callaghan | 2016-10-09 | 1 | -1/+1 |
* | intel: aubinator: enable loading dumps from standard input | Lionel Landwerlin | 2016-10-08 | 1 | -36/+129 |
* | intel: aubinator: enable loading xml files from a given directory | Lionel Landwerlin | 2016-10-08 | 3 | -3/+81 |
* | intel: aubinator: generate a standalone binary | Lionel Landwerlin | 2016-10-08 | 7 | -53/+103 |
* | anv/TODO: Update the HiZ task | Nanley Chery | 2016-10-07 | 1 | -1/+1 |
* | anv: Enable fast depth clears | Nanley Chery | 2016-10-07 | 2 | -2/+35 |
* | anv/cmd_buffer: Enable rendering to HiZ | Chad Versace | 2016-10-07 | 2 | -4/+40 |
* | anv/cmd_buffer: Add code for performing HZ operations | Nanley Chery | 2016-10-07 | 3 | -0/+197 |
* | anv/image: Memset hiz surfaces to 0 when binding memory | Jason Ekstrand | 2016-10-07 | 1 | -1/+30 |
* | anv: Move BindImageMemory to anv_image.c | Jason Ekstrand | 2016-10-07 | 2 | -20/+20 |
* | anv: Allocate hiz surface | Chad Versace | 2016-10-07 | 1 | -3/+34 |
* | anv: Add func anv_image_has_hiz() | Chad Versace | 2016-10-07 | 1 | -0/+10 |
* | anv: Add anv_image::hiz_surface | Chad Versace | 2016-10-07 | 1 | -0/+2 |
* | isl: Correct a comment in the isl_format enum | Nanley Chery | 2016-10-07 | 1 | -1/+1 |
* | gallium: add missing zero-init for resource templates | Rob Clark | 2016-10-07 | 10 | -0/+17 |
* | freedreno: don't try to shadow layered textures | Rob Clark | 2016-10-07 | 1 | -0/+3 |
* | freedreno/a3xx+a4xx: fix clip-plane lowering state | Rob Clark | 2016-10-07 | 2 | -0/+6 |
* | glsl: Let cache_test build when the shader cache is not enabled | Ian Romanick | 2016-10-07 | 1 | -0/+4 |
* | anv: pipeline cache: fix return value of vkGetPipelineCacheData | Lionel Landwerlin | 2016-10-07 | 1 | -2/+5 |
* | util: remove unused variable | Timothy Arceri | 2016-10-07 | 1 | -4/+2 |
* | loader/dri3: import prime buffers in the currently-bound screen | Martin Peres | 2016-10-07 | 1 | -1/+11 |
* | loader/dri3: add get_dri_screen() to the vtable | Martin Peres | 2016-10-07 | 3 | -0/+24 |
* | anv/entrypoints: Save off the entire devinfo rather than a pointer | Jason Ekstrand | 2016-10-06 | 1 | -5/+5 |
* | radv: drop all uint for unsigned. | Dave Airlie | 2016-10-07 | 1 | -8/+8 |