summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-30anv: automake: bring back VULKAN_ENTRYPOINT_CPPFLAGSEmil Velikov1-2/+6
2016-05-30anv: automake: ship the json files in the release tarballEmil Velikov1-1/+3
2016-05-30softpipe: add sp_buffer.h to the sources list (release tarball)Emil Velikov1-0/+1
2016-05-30freedreno: make sure we pick up ir3_nir_trig.py in the release tarballEmil Velikov1-0/+1
2016-05-30isl: add isl_priv.h to the sources listEmil Velikov1-0/+1
2016-05-30isl: move the sources lists to Makefile.sourcesMauro Rossi2-32/+39
2016-05-30isl: automake: list builddir before srcdir in the includes listEmil Velikov1-4/+3
2016-05-30isl: automake: flatten the tests rulesEmil Velikov1-9/+4
2016-05-30isl: automake: remove unneeded install-lib-links.mk includeEmil Velikov1-2/+0
2016-05-30isl: automake: remove unneeded SUBDIRSEmil Velikov1-3/+0
2016-05-30genxml: move the sources (headers) list to Makefile.sourcesMauro Rossi2-6/+9
2016-05-30anv: bail out if anv_wsi_init() failsEmil Velikov1-1/+3
2016-05-30anv: resolve wayland-only buildEmil Velikov1-0/+2
2016-05-30anv: Fix use of uninitialized variable.Robert Foss1-2/+6
2016-05-30gallium: push offset down to driverStanimir Varbanov9-5/+53
2016-05-30st/dri: cleanup image_from_fd/dma_buf pathsStanimir Varbanov1-37/+44
2016-05-30st/dri: add handling of R8 and GR88 DRI fourcc formatsStanimir Varbanov1-0/+20
2016-05-30radeonsi: Don't offset OFFCHIP_BUFFERING on pre-VI cards.Bas Nieuwenhuizen1-2/+6
2016-05-29i965: Expose GL 4.3 on Gen8+.Francisco Jerez3-4/+3
2016-05-29i965/fs: Skip gen4 pre/post-send dependency workaronds for the first/last block.Francisco Jerez1-2/+2
2016-05-29i965/fs: Skip SIMD lowering source unzipping for regular scalar regions.Francisco Jerez1-2/+21
2016-05-29i965/fs: Factor out region zipping and unzipping from the SIMD lowering pass.Francisco Jerez1-60/+84
2016-05-29i965/fs: Generalize regions_overlap() from copy propagation to handle non-VGR...Francisco Jerez2-12/+42
2016-05-29i965/fs: Refactor offset() into a separate function taking the width as argum...Francisco Jerez2-16/+21
2016-05-29i965/fs: Implement opt_sampler_eot() in terms of logical sends.Francisco Jerez2-55/+40
2016-05-29i965/fs: Fix UB list sentinel dereference in opt_sampler_eot().Francisco Jerez1-6/+9
2016-05-29i965/fs: Take opt_redundant_discard_jumps out of the optimization loop.Francisco Jerez1-2/+1
2016-05-29i965/fs: Run SIMD and logical send lowering after the optimization loop.Francisco Jerez1-4/+25
2016-05-29i965/fs: Add FS_OPCODE_FB_WRITE_LOGICAL to has_side_effects().Francisco Jerez1-0/+1
2016-05-29i965/fs: Allow constant propagation into logical send sources.Francisco Jerez1-0/+34
2016-05-29i965/fs: Let CSE handle logical sampler sends as expressions.Francisco Jerez1-0/+13
2016-05-29i965/fs: Pass a BAD_FILE register to the logical FB write when oMask is unused.Francisco Jerez2-2/+3
2016-05-30glsl: fix xfb_offset unsized array validationTimothy Arceri4-31/+41
2016-05-30glsl: dont crash when attempting to assign a value to a builtin defineTimothy Arceri1-1/+1
2016-05-30egl/dri3: don't crash on no context.Dave Airlie1-2/+4
2016-05-30mesa/program_interface_query: fix transform feedback varyings.Dave Airlie2-35/+48
2016-05-30glsl/ast: subroutineTypes can't be returned from functions.Dave Airlie1-0/+9
2016-05-30glsl: use has_double() helperTimothy Arceri1-2/+1
2016-05-30glsl: fix explicit uniform block alignmentTimothy Arceri1-3/+1
2016-05-29i965: Shrink stage_prog_data param array lengthJordan Justen6-14/+6
2016-05-29nv50,nvc0: fix the max_vertices=0 caseIlia Mirkin3-2/+4
2016-05-29st/mesa: fix setting of point_size_per_vertex in ES contextsIlia Mirkin1-2/+18
2016-05-29mesa: skip level checking for FramebufferTexture*D if texture is zeroMarek Olšák1-3/+3
2016-05-28st/mesa: expose OES_shader_io_blocks when we have enough for ES 3.1Ilia Mirkin3-2/+8
2016-05-28swr: [rasterizer] Do not define _mm256_storeu2_m128i with icc.Vinson Lee1-1/+1
2016-05-28i965: add missing return in if statementThomas Hindoe Paaboel Andersen1-0/+1
2016-05-28gk110/ir: fix unspilling of predicates from registersIlia Mirkin1-0/+28
2016-05-28nvc0: remove outdated surfaces validation code for GK104Samuel Pitoiset1-70/+0
2016-05-28nvc0: do not always invalidate 3D CBs when using computeSamuel Pitoiset1-8/+17
2016-05-27i965: Update compute workgroup size limit calculation for SIMD32.Francisco Jerez1-11/+3