Age | Commit message (Expand) | Author | Files | Lines |
2016-01-22 | docs: add sha256 checksums for 11.0.911.0 | Emil Velikov | 1 | -1/+2 |
2016-01-22 | docs: add release notes for 11.0.9mesa-11.0.9 | Emil Velikov | 1 | -0/+126 |
2016-01-22 | Update version to 11.0.9 | Emil Velikov | 1 | -1/+1 |
2016-01-22 | egl/dri2: expose srgb configs when KHR_gl_colorspace is available | Emil Velikov | 1 | -0/+2 |
2016-01-22 | i915: correctly parse/set the context flags | Emil Velikov | 1 | -0/+2 |
2016-01-22 | llvmpipe: use vpkswss when dst is signed | Oded Gabbay | 1 | -16/+15 |
2016-01-22 | radeonsi: don't miss changes to SPI_TMPRING_SIZE | Marek Olšák | 1 | -2/+7 |
2016-01-15 | i965: Fix crash when calling glViewport with no surface bound | Neil Roberts | 1 | -2/+4 |
2016-01-15 | i965: use _mesa_delete_buffer_object | Nicolai Hähnle | 1 | -1/+1 |
2016-01-15 | i915: use _mesa_delete_buffer_object | Nicolai Hähnle | 1 | -1/+1 |
2016-01-15 | radeon: use _mesa_delete_buffer_object | Nicolai Hähnle | 1 | -1/+1 |
2016-01-15 | st/mesa: use _mesa_delete_buffer_object | Nicolai Hähnle | 1 | -2/+1 |
2016-01-15 | mesa/bufferobj: make _mesa_delete_buffer_object externally accessible | Nicolai Hähnle | 2 | -1/+5 |
2016-01-15 | nvc0: scale up inter_bo size so that it's 16M for a 4K video | Ilia Mirkin | 1 | -2/+5 |
2016-01-15 | nv50,nvc0: fix crash when increasing bsp bo size for h264 | Ilia Mirkin | 2 | -4/+4 |
2016-01-14 | nv50,nvc0: make sure there's pushbuf space and that we ref the bo early | Ilia Mirkin | 4 | -6/+5 |
2016-01-14 | nvc0: Set winding order regardless of domain. | Kenneth Graunke | 1 | -2/+4 |
2016-01-14 | nv50/ir: float(s32 & 0xff) = float(u8), not s8 | Ilia Mirkin | 1 | -0/+3 |
2016-01-14 | r600: fix constant buffer size programming | Grazvydas Ignotas | 2 | -2/+2 |
2016-01-14 | nvc0: don't forget to reset VTX_TMP bufctx slot after blit completion | Ilia Mirkin | 1 | -0/+2 |
2016-01-14 | cherry-ignore: add the dri3 glx null check patch | Emil Velikov | 1 | -0/+3 |
2016-01-14 | ralloc: Fix ralloc_adopt() to the old context's last child's parent. | Kenneth Graunke | 1 | -0/+1 |
2016-01-14 | freedreno/ir3: fix 32-bit builds with pointer-to-int-cast error enabled | Rob Herring | 1 | -1/+1 |
2016-01-14 | gallium/radeon: only dispose locally created target machine in radeon_llvm_co... | Nicolai Hähnle | 1 | -2/+3 |
2016-01-14 | mesa: Don't leak ATIfs instructions in DeleteFragmentShader | Miklós Máté | 1 | -1/+1 |
2016-01-14 | cherry-ignore: add patch already in branch | Emil Velikov | 1 | -0/+3 |
2015-12-21 | docs: add sha256 checksums for 11.0.8 | Emil Velikov | 1 | -1/+2 |
2015-12-21 | docs: add release notes for 11.0.8mesa-11.0.8 | Emil Velikov | 1 | -0/+199 |
2015-12-21 | Update version to 11.0.8 | Emil Velikov | 1 | -1/+1 |
2015-12-21 | r600g: write all MRTs only if there is exactly one output (fixes a hang) | Marek Olšák | 1 | -5/+3 |
2015-12-21 | tgsi/scan: add flag colors_written | Marek Olšák | 2 | -0/+4 |
2015-12-21 | radeon/uvd: uv pitch separation for stoney | Boyuan Zhang | 2 | -1/+6 |
2015-12-21 | ttn: add TEX2 support | Ilia Mirkin | 1 | -3/+11 |
2015-12-19 | Revert "i965/vec4: Use byte offsets for UBO pulls on Sandy Bridge" | Emil Velikov | 3 | -31/+10 |
2015-12-19 | Revert "i965/fs: Use a stride of 1 and byte offsets for UBOs" | Emil Velikov | 3 | -13/+16 |
2015-12-19 | Revert "i965/vec4: Use a stride of 1 and byte offsets for UBOs" | Emil Velikov | 3 | -7/+27 |
2015-12-19 | Revert "i965/state: Get rid of dword_pitch arguments to buffer functions" | Emil Velikov | 5 | -14/+30 |
2015-12-19 | Revert "i965/nir: Remove unused indirect handling" | Emil Velikov | 1 | -11/+33 |
2015-12-18 | configura.ac: fix test for SSE4.1 assembler support | Oded Gabbay | 1 | -2/+3 |
2015-12-18 | configure: check for python2.7 for PYTHON2 | Jonathan Gray | 1 | -1/+1 |
2015-12-18 | configure.ac: use pkg-config for libelf | Jonathan Gray | 3 | -6/+16 |
2015-12-18 | nvc0: free memory allocated by the prog which reads MP perf counters | Samuel Pitoiset | 1 | -0/+1 |
2015-12-18 | meta/generate_mipmap: Work-around GLES 1.x problem with GL_DRAW_FRAMEBUFFER | Ian Romanick | 1 | -4/+13 |
2015-12-18 | glsl: assign varying locations to tess shaders when doing SSO | Ilia Mirkin | 1 | -4/+4 |
2015-12-18 | cherry-ignore: don't pick a specific i965 formats patch | Emil Velikov | 1 | -0/+3 |
2015-12-18 | i965: Add B8G8R8X8_SRGB to the alpha format override | Neil Roberts | 1 | -0/+4 |
2015-12-18 | i965: Add MESA_FORMAT_B8G8R8X8_SRGB to brw_format_for_mesa_format | Neil Roberts | 1 | -0/+1 |
2015-12-18 | nv50/ir: can't have predication and immediates | Ilia Mirkin | 1 | -0/+3 |
2015-12-18 | gallium/radeon: fix Hyper-Z hangs by programming PA_SC_MODE_CNTL_1 correctly | Marek Olšák | 3 | -5/+18 |
2015-12-18 | radeonsi: apply the streamout workaround to Fiji as well | Marek Olšák | 1 | -1/+3 |