| Commit message (Expand) | Author | Age | Files | Lines |
* | swr: switch to using SwrGetInterface api table | Tim Rowley | 2017-07-11 | 10 | -65/+72 |
* | swr/rast: make SWR_VISIBLE attribute work for windows | George Kyriazis | 2017-07-11 | 1 | -1/+1 |
* | i965: perf: use new subslices numbers from device info | Lionel Landwerlin | 2017-07-11 | 1 | -32/+17 |
* | intel: add number of subslices to device info | Lionel Landwerlin | 2017-07-11 | 2 | -8/+54 |
* | i965: Use already existing eu_total | Ben Widawsky | 2017-07-11 | 1 | -8/+1 |
* | i965: Resolve framebuffers before signaling the fence | Chris Wilson | 2017-07-11 | 1 | -0/+32 |
* | svga: s/unsigned/enum tgsi_texture_type/ | Brian Paul | 2017-07-11 | 1 | -3/+4 |
* | svga: s/unsigned/enum tgsi_swizzle | Brian Paul | 2017-07-11 | 1 | -4/+4 |
* | svga: s/unsigned/enum tgsi_interpolate_mode/ | Brian Paul | 2017-07-11 | 1 | -1/+2 |
* | svga: s/unsigned/enum tgsi_file_type/ | Brian Paul | 2017-07-11 | 1 | -7/+7 |
* | svga: s/unsigned/enum tgsi_semantic/ | Brian Paul | 2017-07-11 | 4 | -8/+10 |
* | i965: Assert that we don't use CPU write maps to non-coherent buffers.cros-mesa-17.1.1-r3-vanillachadv/cros-mesa-17.1.1-r3-vanilla | Kenneth Graunke | 2017-07-10 | 1 | -0/+6 |
* | i965: Disable access to CPU mmap for async access on non-LLC machines | Chris Wilson | 2017-07-10 | 1 | -4/+12 |
* | i965: Track when a bo is shared with an external client | Chris Wilson | 2017-07-10 | 2 | -0/+9 |
* | intel: Fix clflushing on modern (Baytrail+) Atom CPUs. | Kenneth Graunke | 2017-07-10 | 1 | -0/+12 |
* | intel: Move clflush helpers from anv to common/gen_clflush.h. | Kenneth Graunke | 2017-07-10 | 7 | -34/+63 |
* | spirv: Fix reaching unreachable for compare exchange on images | James Legg | 2017-07-10 | 1 | -0/+1 |
* | gallium: use "ull" number suffix to keep the QtCreator parser happy | Marek Olšák | 2017-07-10 | 11 | -39/+39 |
* | i965: Use brw_bo_wait() for brw_bo_wait_rendering() | Chris Wilson | 2017-07-10 | 5 | -8/+10 |
* | svga: fix PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE value | Brian Paul | 2017-07-10 | 1 | -1/+4 |
* | svga: fix breakage in create_backed_surface_view() | Brian Paul | 2017-07-10 | 1 | -4/+3 |
* | anv: Stop setting domains to RENDER on EXEC_OBJECT_WRITE | Jason Ekstrand | 2017-07-10 | 1 | -5/+2 |
* | a5xx: fix condition for updating *_FS_OUTPUT_CNTL | Ilia Mirkin | 2017-07-09 | 1 | -1/+1 |
* | radv/ac: drop setting xnack | Dave Airlie | 2017-07-09 | 1 | -2/+1 |
* | radv: add support for using addrlib max alignment. | Dave Airlie | 2017-07-09 | 6 | -5/+15 |
* | nir: copy front interpolation when creating fake back color input | Ilia Mirkin | 2017-07-08 | 1 | -2/+6 |
* | a5xx: remove no-longer-accurate border color layout comment | Ilia Mirkin | 2017-07-08 | 1 | -32/+1 |
* | a5xx: fix border color for depth formats | Ilia Mirkin | 2017-07-08 | 1 | -1/+5 |
* | a5xx: add border color clamping, add packed border color formats | Ilia Mirkin | 2017-07-08 | 1 | -11/+59 |
* | a5xx: fix border colors for swizzled texture formats | Ilia Mirkin | 2017-07-08 | 1 | -14/+14 |
* | a5xx: fix integer texture border colors | Ilia Mirkin | 2017-07-08 | 1 | -4/+2 |
* | a5xx: fix primitive restart | Ilia Mirkin | 2017-07-08 | 2 | -12/+23 |
* | nir/spirv: Remove unnecessary comment. | Andres Gomez | 2017-07-08 | 1 | -5/+0 |
* | radv: Add compute htile clear for combined depth+stencil surfaces. | Bas Nieuwenhuizen | 2017-07-08 | 1 | -9/+7 |
* | draw: handle more TGSI_SEMANTIC_COLOR indices | Roland Scheidegger | 2017-07-08 | 3 | -10/+27 |
* | st/mesa: Fix grabbing the wrong variant if glDrawPixels is called | Matias N. Goldberg | 2017-07-08 | 2 | -4/+22 |
* | Revert "intel/isl: Only create a CCS buffer if the image supports rendering" | Nanley Chery | 2017-07-07 | 1 | -1/+1 |
* | mesa: finish implementing glPrimitiveRestartNV() for display lists | Brian Paul | 2017-07-07 | 1 | -1/+21 |
* | vbo: fix glPrimitiveRestartNV crash inside a display list | Olivier Lauffenburger | 2017-07-07 | 1 | -5/+15 |
* | st/mesa: remove unused st_framebuffer::Private field | Brian Paul | 2017-07-07 | 1 | -1/+0 |
* | mesa: add some braces in _mesa_make_current() | Brian Paul | 2017-07-07 | 1 | -1/+2 |
* | vbo: rename target->index in loopback code | Brian Paul | 2017-07-07 | 1 | -12/+12 |
* | vbo: whitespace/formatting fixes in vbo_save_loopback.c | Brian Paul | 2017-07-07 | 1 | -52/+64 |
* | vbo: simplify vbo_save_NotifyBegin() | Brian Paul | 2017-07-07 | 3 | -24/+3 |
* | svga: adjust line subpixel position for HWv8 | Brian Paul | 2017-07-07 | 1 | -1/+1 |
* | etnaviv: fix refcnt initialization in etna_screen | Aleksander Morgado | 2017-07-07 | 1 | -0/+1 |
* | a5xx: add support for rendering to RGB10A2_UNORM formats | Ilia Mirkin | 2017-07-07 | 1 | -3/+3 |
* | a5xx: set uint/sint bits for mrt output register | Ilia Mirkin | 2017-07-07 | 2 | -2/+8 |
* | a5xx: add backface stencil emission | Ilia Mirkin | 2017-07-07 | 4 | -9/+27 |
* | radeonsi: fix invalidating bindless buffer descriptors | Samuel Pitoiset | 2017-07-07 | 1 | -2/+2 |