summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-05-23glsl/linker: dvec3/dvec4 consume twice input vertex attributesJuan A. Suarez Romero1-0/+20
2016-05-23i965/fs: do not depend on std140 alignment rules for UBO loadsFrancisco Jerez1-46/+13
2016-05-23nir: handle double-precision in fsign, fsat, fnot and frcpIago Toral Quiroga1-4/+9
2016-05-23nir: handle double-precision in fabs, frsq and fsqrtIago Toral Quiroga1-3/+3
2016-05-23glsl/parser: handle multiple layout sections with AST nodes.Dave Airlie1-0/+2
2016-05-23glsl: allow layout qualifier overrides with ARB_shading_language_420packDave Airlie1-1/+6
2016-05-23subroutines: handle explicit indexes properlyDave Airlie5-19/+43
2016-05-23mesa/subroutines: fix reset on bindpipelineDave Airlie2-1/+7
2016-05-23mesa/subroutines: count number subroutines properly.Dave Airlie3-2/+4
2016-05-23mesa/subroutines: don't generate error in GetSubroutineIndex.Dave Airlie1-1/+0
2016-05-23glsl/ast: for geom shaders allow stream flags in input flags.Dave Airlie1-1/+4
2016-05-23glsl/linker: skip inactive explicit locations.Dave Airlie1-0/+3
2016-05-23glsl: fix subroutine uniform .length().Dave Airlie1-0/+8
2016-05-23glsl/linker: link error on too many subroutine functions.Dave Airlie1-0/+4
2016-05-23glsl: produce a linker error for a subroutine uniform with no functions.Dave Airlie1-0/+4
2016-05-23glsl: validate subroutine types match function signature.Dave Airlie1-0/+18
2016-05-23arb_shader_subroutine: check active subroutine limitDave Airlie1-0/+5
2016-05-22nv30: don't assert when running out of registersIlia Mirkin2-3/+1
2016-05-22nouveau: allow allocating non-object-backed buffersIlia Mirkin1-4/+1
2016-05-23llvm/softpipe: Enable cull_distance as draw supports it.Tobias Klausmann2-2/+3
2016-05-23tgsi: remove culldist semantic.Dave Airlie3-6/+18
2016-05-23draw: stop using CULLDIST semantic.Dave Airlie11-50/+32
2016-05-23virgl: remove unused state_tracker/graw.h includeEmil Velikov1-1/+0
2016-05-23mesa/queryobject: return INVALID_VALUE if offset < 0 (v2)Dave Airlie1-0/+5
2016-05-22nvc0/ir: fix indirect access for imagesSamuel Pitoiset1-8/+14
2016-05-22nv30: reset the stencil mask when fast-clearingIlia Mirkin1-1/+6
2016-05-22nv30,nv50: add PIPE_SHADER_CAP_PREFERRED_IR supportIlia Mirkin2-6/+12
2016-05-22nvc0: fix setting of tess_mode in various situationsIlia Mirkin1-4/+14
2016-05-22nv50/ir: fix prog info initIlia Mirkin1-3/+1
2016-05-22nvc0/ir: return 0 for gl_TessCoord.z for non-triangles modesIlia Mirkin1-0/+4
2016-05-22mesa: Unlock mutex on error path.Matt Turner1-0/+1
2016-05-22i965: remove redundant NULL checkTimothy Arceri1-1/+1
2016-05-21anv/nir_apply_pipeline_layout: Pass the nir_src from the nir_tex_srcEduardo Lima Mitev1-1/+1
2016-05-21nvc0: expose GLSL version 420 on GF100Samuel Pitoiset1-1/+1
2016-05-21nvc0: enable ARB_shader_image_load_store on GF100Samuel Pitoiset1-0/+3
2016-05-21nvc0/ir: add a lowering pass for surfaces on FermiSamuel Pitoiset2-0/+117
2016-05-21nvc0/ir: add emission for SULDB and SUSTxSamuel Pitoiset1-2/+44
2016-05-21nvc0/ir: add emission for OP_SULEASamuel Pitoiset1-0/+58
2016-05-21nv50/ir: fix tex constraints for surface coords on FermiSamuel Pitoiset1-0/+6
2016-05-21nv50/ir: use moveSources to condense sourcesIlia Mirkin1-6/+1
2016-05-21nvc0: bind images on fragment and compute shaders for FermiSamuel Pitoiset4-7/+196
2016-05-21nvc0/ir: don't check the format for surface stores on KeplerSamuel Pitoiset1-8/+7
2016-05-21nv50/ir: fix a comment in canDualIssue()Samuel Pitoiset1-1/+1
2016-05-21nv50/ir: fix SUSTx constraints on KeplerSamuel Pitoiset1-3/+1
2016-05-20i965: Just read the existing tally on EndTransformFeedback if paused.Kenneth Graunke1-20/+22
2016-05-20i965: Don't write a counter snapshot on EndTransformFeedback if paused.Kenneth Graunke1-1/+2
2016-05-20mesa: Call TransformFeedback driver hooks before setting flags.Kenneth Graunke1-5/+5
2016-05-20nir: Fix crash in nir_lower_wpos_center().Kenneth Graunke1-1/+1
2016-05-21nir: remove dead glsl variables before lowering io.Dave Airlie1-0/+1
2016-05-20spirv: Handle the PixelCenterInteger execution mode.Kenneth Graunke3-0/+7