summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "egl: remove egl_gallium from the loader"baserock/james/testJames Thomas2015-05-011-0/+14
* Revert "configure.ac: remove enable flags for EGL and GBM Gallium state track...James Thomas2015-05-013-4/+85
* nvc0: create screen fence object with coherent attributebaserock/mesa-10.5.4-jetsonAlexandre Courbot2015-04-271-1/+1
* nvc0: tune PREFER_BLIT_BASED_TEXTURE_TRANSFER capabilityAlexandre Courbot2015-04-271-1/+2
* gk20a: use NOUVEAU_BO_GART as VRAM domainAlexandre Courbot2015-04-271-0/+15
* nvc0: use NV_VRAM_DOMAIN() macroAlexandre Courbot2015-04-2711-24/+22
* nouveau: support for custom VRAM domainsAlexandre Courbot2015-04-272-0/+10
* 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
* i965: Add forgotten multi-stream code to Gen8 SOL state.Kenneth Graunke2015-04-081-0/+9
* i965: Fix instanced geometry shaders on Gen8+.Kenneth Graunke2015-04-081-0/+2
* nv50: allocate more offset space for occlusion queriesIlia Mirkin2015-04-081-5/+5
* xmlpool: don't forget to ship the MOSEmil Velikov2015-04-081-1/+8
* clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when compilation fa...Tom Stellard2015-04-081-0/+2
* radeonsi: Cache LLVMTargetMachineRef in context instead of in screenMichel Dänzer2015-04-086-30/+78
* freedreno/a3xx: point size should not be divided by 2Ilia Mirkin2015-04-082-5/+5
* freedreno/a3xx: fix 3d texture layoutIlia Mirkin2015-04-082-7/+16
* nv50/ir/gk110: fix offset flag position for TXD opcodeIlia Mirkin2015-04-081-0/+1
* nv50/ir: take postFactor into account when doing peephole optimizationsIlia Mirkin2015-04-081-4/+8
* st/mesa: update arrays when the current attrib has been updatedIlia Mirkin2015-04-081-1/+1