summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nvc0: create screen fence object with coherent attributebaserock/mesa-10.5.5-jetsonAlexandre Courbot2015-05-181-1/+1
* nvc0: tune PREFER_BLIT_BASED_TEXTURE_TRANSFER capabilityAlexandre Courbot2015-05-181-1/+2
* gk20a: use NOUVEAU_BO_GART as VRAM domainAlexandre Courbot2015-05-181-0/+15
* nvc0: use NV_VRAM_DOMAIN() macroAlexandre Courbot2015-05-1811-24/+22
* nouveau: support for custom VRAM domainsAlexandre Courbot2015-05-182-0/+10
* docs: Add sha256 sums for the 10.5.5 releaseEmil Velikov2015-05-111-1/+2
* Add release notes for the 10.5.5 releasemesa-10.5.5Emil Velikov2015-05-111-0/+94
* Update version to 10.5.5Emil Velikov2015-05-111-1/+1
* i965: Add XRGB8888 format to intel_screen_make_configsBoyan Ding2015-05-051-1/+2
* nv50/ir: fix asFlow() const helper for OP_JOINIlia Mirkin2015-05-051-1/+1
* nvc0/ir: fix predicated PFETCH emissionIlia Mirkin2015-05-052-2/+6
* gk110/ir: fix set with a register dest to not auto-set the abs flagIlia Mirkin2015-05-051-1/+1
* r300: do not link against libdrm_intelEmil Velikov2015-05-051-1/+1
* nvc0/ir: flush denorms to zero in non-compute shadersIlia Mirkin2015-05-052-1/+25
* i965: Disallow linear blits that are not cacheline aligned.Kenneth Graunke2015-05-051-8/+19
* i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions.Kenneth Graunke2015-05-051-8/+14
* draw: fix prim ids when there's no gsRoland Scheidegger2015-05-053-2/+15
* docs: Add sha256 sums for the 10.5.4 releaseEmil Velikov2015-04-241-1/+2
* Add release notes for the 10.5.4 releasemesa-10.5.4Emil Velikov2015-04-241-0/+124
* Update version to 10.5.4Emil Velikov2015-04-241-1/+1
* glsl: rewrite glsl_type::record_key_hash() to avoid buffer overflowBrian Paul2015-04-221-10/+13
* android: mesa: fix the path of the SSE4_1 optimisationsEmil Velikov2015-04-221-2/+2
* android: add inital NIR buildMauro Rossi2015-04-222-3/+55
* android: dri: link against libmesa_utilEmil Velikov2015-04-221-1/+2
* android: add $(mesa_top)/src/mesa/main to the includes listEmil Velikov2015-04-222-3/+5
* android: add HAVE__BUILTIN_* and HAVE_FUNC_ATTRIBUTE_* definesEmil Velikov2015-04-221-0/+13
* android: dri/common: conditionally include drm_cflags/set __NOT_HAVE_DRM_HEmil Velikov2015-04-221-0/+14
* android: egl: add libsync_cflags to the buildEmil Velikov2015-04-221-0/+6
* android: mesa: generate the format_{un,}pack.[ch] sourcesMauro Rossi2015-04-221-0/+21
* android: add $(mesa_top)/src include to the whole of mesaEmil Velikov2015-04-229-14/+4
* android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERSEmil Velikov2015-04-2215-31/+18
* drirc: Add "Second Life" quirk (allow_glsl_extension_directive_midshader).Kenneth Graunke2015-04-221-0/+4
* glsl_to_tgsi: don't use a potentially-undefined immediate for ir_query_levelsMarek Olšák2015-04-221-5/+3
* glsl_to_tgsi: fix out-of-bounds constant access and crash for uniformsMarek Olšák2015-04-221-4/+7
* i965: Rewrite ir_tex to ir_txl with lod 0 for vertex shadersKristian Høgsberg2015-04-221-0/+9
* nir: Fix typo in "ushr by 0" algebraic replacementIan Romanick2015-04-221-1/+1
* i965: Fix software primitive restart with indirect draws.Kenneth Graunke2015-04-221-2/+4
* st/mesa: align cube map arrays layersDave Airlie2015-04-221-1/+1
* st/mesa: convert sub image for cube map arrays to 2d arrays for uploadDave Airlie2015-04-221-0/+5
* i965: Flush batchbuffer containing the query on glQueryCounter.Mathias Froehlich2015-04-221-0/+2
* radeonsi: remove unused si_dump_key()Emil Velikov2015-04-221-37/+0
* docs: Add 256 sums for the 10.5.3 releaseEmil Velikov2015-04-121-1/+2
* Add release notes for the 10.5.3 releasemesa-10.5.3Emil Velikov2015-04-121-0/+124
* Update version to 10.5.3Emil Velikov2015-04-121-1/+1
* dist: add the VG depedencies into the tarballEmil Velikov2015-04-122-1/+2
* configure.ac: error out if python/mako is not found when requiredEmil Velikov2015-04-091-2/+11
* i965: Fix URB size for CHVVille Syrjälä2015-04-081-1/+1
* nouveau: synchronize "scratch runout" destruction with the command streamMarcin Ślusarz2015-04-082-19/+37
* nv50,nvc0: limit the y-tiling of 3d textures to the first level's tilingIlia Mirkin2015-04-083-10/+13
* i965: Do not render primitives in non-zero streams then TF is disabledIago Toral Quiroga2015-04-081-0/+13