| Commit message (Expand) | Author | Age | Files | Lines |
* | radv: fix warning since using common gs emit code | Dave Airlie | 2017-02-14 | 1 | -1/+0 |
* | radv: adopt some init config workarounds from radeonsi. | Dave Airlie | 2017-02-15 | 1 | -2/+9 |
* | radv: re-enable init gfx state on CIK. | Dave Airlie | 2017-02-15 | 1 | -2/+1 |
* | radv: align the initial state command buffer. | Dave Airlie | 2017-02-15 | 1 | -0/+7 |
* | radv: fix cik macroModeIndex. | Dave Airlie | 2017-02-15 | 1 | -0/+14 |
* | radv: change base aligmment for allocated memory. | Dave Airlie | 2017-02-15 | 1 | -1/+1 |
* | anv: Add support for shaderStorageImageWriteWithoutFormat | Alex Smith | 2017-02-14 | 6 | -23/+65 |
* | spirv: Add support for SpvCapabilityStorageImageWriteWithoutFormat | Alex Smith | 2017-02-14 | 3 | -2/+9 |
* | nir/spirv: do not require a format with images that are not sampled | Iago Toral Quiroga | 2017-02-14 | 1 | -2/+0 |
* | anv/apply_pipeline_layout: Set image.write_only to false | Jason Ekstrand | 2017-02-14 | 1 | -0/+12 |
* | intel/isl: Add format metadata for typed reads/writes | Jason Ekstrand | 2017-02-14 | 2 | -251/+291 |
* | anv/cmd_buffer: Return a VkResult from verify_cmd_parser | Jason Ekstrand | 2017-02-14 | 1 | -7/+7 |
* | nvc0: disable linked tsc mode in compute launch descriptor | Ilia Mirkin | 2017-02-13 | 2 | -2/+6 |
* | mesa: Add EXT_frag_depth bits and enable it on all drivers | Anuj Phogat | 2017-02-13 | 4 | -0/+7 |
* | radeonsi: use common sendmsg emission function. | Dave Airlie | 2017-02-14 | 1 | -26/+6 |
* | radv/ac: use sendmsg emission interface. | Dave Airlie | 2017-02-14 | 1 | -26/+4 |
* | radeon/ac/llvm: add support for sendmsg emission | Dave Airlie | 2017-02-14 | 2 | -0/+25 |
* | radv: disable gfx init on CIK for now | Dave Airlie | 2017-02-14 | 1 | -1/+2 |
* | tgsi: fix memory leak in tgsi sanity check | Dave Airlie | 2017-02-14 | 1 | -3/+5 |
* | radv/ac: use common interp code for new intrinsics | Dave Airlie | 2017-02-14 | 1 | -20/+41 |
* | radv: use indirect buffer for initial gfx state. | Dave Airlie | 2017-02-13 | 4 | -1/+62 |
* | radv: start splitting init config up | Dave Airlie | 2017-02-13 | 1 | -8/+20 |
* | radv: don't pass physical device to si_init_ fns. | Dave Airlie | 2017-02-13 | 3 | -11/+9 |
* | radv: detect command buffers that do no work and drop them (v2) | Dave Airlie | 2017-02-13 | 5 | -8/+27 |
* | anv/blorp: Don't sanitize the swizzle for blorp_clear | Jason Ekstrand | 2017-02-13 | 1 | -2/+1 |
* | intel/blorp: Swizzle clear colors on the CPU | Jason Ekstrand | 2017-02-13 | 1 | -18/+30 |
* | docs: add news item and link release notes for 17.0.0 | Emil Velikov | 2017-02-13 | 2 | -0/+8 |
* | docs: add sha256 checksums for 17.0.0 | Emil Velikov | 2017-02-13 | 1 | -1/+2 |
* | docs: Update 17.0.0 release notes | Emil Velikov | 2017-02-13 | 1 | -2/+211 |
* | st/xlib: remove always true ifdef GLX_EXTENSION guards | Emil Velikov | 2017-02-13 | 1 | -6/+0 |
* | xlib: remove always true ifdef GLX_EXTENSION guards | Emil Velikov | 2017-02-13 | 2 | -26/+0 |
* | glx: remove always true XDAMAGE_1_1_INTERFACE guard | Emil Velikov | 2017-02-13 | 1 | -4/+0 |
* | scons: check for libXdamage 1.1 or later | Emil Velikov | 2017-02-13 | 1 | -1/+1 |
* | configure.ac: check for libXdamage 1.1 or later | Emil Velikov | 2017-02-13 | 1 | -1/+2 |
* | glx: remove DRI2DriverPrimeShift compile guards | Emil Velikov | 2017-02-13 | 1 | -2/+0 |
* | vl: remove DRI2DriverPrimeShift compile guards | Emil Velikov | 2017-02-13 | 1 | -2/+0 |
* | scons: add missing dri2proto requirement | Emil Velikov | 2017-02-13 | 1 | -1/+1 |
* | configure.ac: dump dri2proto requirement to 2.8 | Emil Velikov | 2017-02-13 | 1 | -1/+1 |
* | glx: remove always true ifdef guards | Emil Velikov | 2017-02-13 | 1 | -4/+0 |
* | winsys/intel: remove unused winsys - ilo was its only user | Emil Velikov | 2017-02-13 | 5 | -744/+0 |
* | configure.ac: do not use deprecated macros - AC_HELP_STRING AC_ERROR | Emil Velikov | 2017-02-13 | 1 | -2/+2 |
* | util/disk_cache: correctly use stat(3) | Timothy Arceri | 2017-02-13 | 1 | -4/+4 |
* | configure.ac: Drop LLVM compiler flags more radically | Michel Dänzer | 2017-02-13 | 1 | -21/+12 |
* | glsl: Drop resize-to-MaxPatchVertices hack. | Kenneth Graunke | 2017-02-12 | 4 | -43/+0 |
* | mesa: Ignore per-vertex array size in SSO pipeline validation. | Kenneth Graunke | 2017-02-12 | 1 | -42/+56 |
* | glsl: Update a comment about link errors for TCS && !TES. | Kenneth Graunke | 2017-02-12 | 1 | -1/+9 |
* | mesa: Do a draw time check for TES && !TCS in ES 3.x. | Kenneth Graunke | 2017-02-12 | 1 | -0/+14 |
* | mesa: Do (TCS && !TES) draw time validation in ES as well. | Kenneth Graunke | 2017-02-12 | 1 | -19/+26 |
* | i965/sampler_state: Set the "Base Mip Level" field on Sandy Bridge | Jason Ekstrand | 2017-02-12 | 2 | -1/+20 |
* | i965/sampler_state: Pass texObj into update_sampler_state | Jason Ekstrand | 2017-02-12 | 1 | -6/+4 |