summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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: 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-228-14/+3
* 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
* dist: add the VG depedencies into the tarballEmil Velikov2015-04-121-1/+1
* 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
* st_glsl_to_tgsi: only do mov copy propagation on temps (v2)Dave Airlie2015-04-081-0/+1
* glsl: Generate link error for non-matching gl_FragCoord redeclarationsAnuj Phogat2015-03-261-13/+2
* mapi: Make private copies of name strings provided by client.Mario Kleiner2015-03-261-1/+1
* clover: Return 0 as storage size for local kernel args that are not set v2Tom Stellard2015-03-261-1/+1
* glsl: fix names in lower_constant_arrays_to_uniformsTapani Pälli2015-03-261-3/+1
* i965: Set nr_params to the number of uniform components in the VS/GS path.Francisco Jerez2015-03-263-15/+4