summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ac/surface: Only align linear power of two fmt textures.Bas Nieuwenhuizen2018-05-201-2/+2
* amd/addrlib: Use defines in autotools build.Bas Nieuwenhuizen2018-05-201-0/+1
* r600/compute: Mark several functions as staticAaron Watry2018-05-192-30/+29
* r600/compute: Remove unused compute_memory_pool functionsAaron Watry2018-05-192-103/+0
* draw: get rid of special logic to not emit null trisRoland Scheidegger2018-05-191-38/+0
* docs: Add sha sums for releaseDylan Baker2018-05-181-2/+3
* docs: Add release notes for 18.1.0Dylan Baker2018-05-182-1/+196
* nir: Implement optional b2f->iand loweringAlyssa Rosenzweig2018-05-182-1/+7
* travis: Adapt to radeonsi dropping support for LLVM 4Jan Vesely2018-05-181-7/+7
* radeonsi: skip ES output stores for undefined output componentsMarek Olšák2018-05-181-0/+3
* i965: isl: Move the MCS gen7+ assertion into ISLNanley Chery2018-05-182-2/+2
* i965/miptree: Remove format assertion in alloc_auxNanley Chery2018-05-181-5/+0
* i965/miptree: Simplify the switch in supports_ccsNanley Chery2018-05-181-5/+1
* i965: Make get_ccs_surf succeed in alloc_auxNanley Chery2018-05-182-10/+11
* llvmpipe: fix check for a no-op shaderBrian Paul2018-05-181-2/+4
* radv: pass radv_nir_compiler_options directly to create_llvm_function()Samuel Pitoiset2018-05-181-4/+3
* st/mesa: only define GLSL 1.4 for compat if driver supports itChristian Gmeiner2018-05-181-1/+1
* vbo: remove MaxVertexAttribStride assert check.Dave Airlie2018-05-181-1/+0
* mesa: drop GL_EXT_polygon_offset supportTimothy Arceri2018-05-189-36/+64
* tgsi: fix incorrect tgsi_shader_info::num_tokens computationBrian Paul2018-05-171-2/+1
* radv: add radv_emit_shader_pointer() helperSamuel Pitoiset2018-05-173-13/+18
* radv: add some helpers for cleaning up radv_get_preamble_cs()Samuel Pitoiset2018-05-171-86/+128
* amd: remove support for LLVM 4.0Marek Olšák2018-05-1713-229/+121
* docs: update calendar, add news and link release notes to 18.0.4Juan A. Suarez Romero2018-05-173-7/+8
* docs: add sha256 checksums for 18.0.4Juan A. Suarez Romero2018-05-171-1/+2
* docs: add release notes for 18.0.4Juan A. Suarez Romero2018-05-171-0/+156
* mesa: The glArrayElement api is independent of the current program.Mathias Fröhlich2018-05-172-2/+2
* mesa: Flag _NEW_ARRAY only if we are changing ctx->Array.VAO.Mathias Fröhlich2018-05-171-6/+14
* mesa: Remove flush_vertices argument from VAO methods.Mathias Fröhlich2018-05-179-57/+51
* mesa: Remove FLUSH_VERTICES from VAO state changes.Mathias Fröhlich2018-05-171-59/+6
* docs: add 18.0.5 in the release calendarJuan A. Suarez Romero2018-05-171-1/+8
* swr/rast: Added FEClipRectangles eventAlok Hota2018-05-172-0/+4
* swr/rast: Whitespace and tab-to-spaces changesAlok Hota2018-05-175-17/+18
* swr/rast: fix VCVTPD2PS generation for AVX512Alok Hota2018-05-171-2/+10
* swr/rast: Rectlist support for GSAlok Hota2018-05-176-1/+102
* swr/rast: Remove unneeded virtual from methodsAlok Hota2018-05-171-2/+2
* broadcom/vc4: Native fence fd supportStefan Schake2018-05-176-11/+107
* broadcom/vc4: Store job fence in syncobjStefan Schake2018-05-173-4/+35
* broadcom/vc4: Detect syncobj supportStefan Schake2018-05-172-0/+7
* broadcom/vc4: Bump libdrm requirementStefan Schake2018-05-172-0/+8
* drm-uapi: Update vc4 header with syncobj submit supportStefan Schake2018-05-171-3/+10
* broadcom/vc4: Drop libdrm_vc4 requirementStefan Schake2018-05-171-1/+0
* v3d: Add support for glSampleMask / glSampleCoverage.Eric Anholt2018-05-177-5/+36
* v3d: Enable NaN propagation in the VS and CS as well.Eric Anholt2018-05-174-4/+12
* i965/blorp: Disable BLORP clear color updatesNanley Chery2018-05-171-2/+4
* intel/blorp: Add a NO_UPDATE_CLEAR_COLOR batch flagNanley Chery2018-05-172-2/+9
* i965/blorp: Also skip the fast clear if the clear color differsNanley Chery2018-05-171-4/+3
* i965/clear: Drop a stale comment in fast_clear_depthNanley Chery2018-05-171-4/+0
* i965: Update the indirect buffer in set_clear_colorNanley Chery2018-05-172-37/+13
* i965/clear: Remove an early return in fast_clear_depthNanley Chery2018-05-171-5/+0