aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* glsl: Factor out a get_mul_type() function.Matt Turner2015-03-313-57/+78
* nouveau: synchronize "scratch runout" destruction with the command streamMarcin Ślusarz2015-03-312-19/+37
* docs: document Viewperf 12 issuesBrian Paul2015-03-311-9/+85
* i965/skl: Avoid using the 1D stencil layout for stencil-only imagesNeil Roberts2015-03-311-1/+2
* clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when compilation fa...Tom Stellard2015-03-311-0/+2
* radeonsi/compute: Default to the same PIPE_SHADER_CAP values as other shader ...Tom Stellard2015-03-311-1/+5
* radeon/vce: implement video usability information supportLeo Liu2015-03-313-0/+59
* st/omx/enc: export framerate to vce driverLeo Liu2015-03-311-4/+4
* llvmpipe: enable ARB_texture_gatherRoland Scheidegger2015-03-312-3/+4
* gallivm: implement TG4 for ARB_texture_gatherRoland Scheidegger2015-03-312-40/+133
* gallivm: add gather support to sampler interfaceRoland Scheidegger2015-03-313-21/+34
* gallivm: simplify sampler interfaceRoland Scheidegger2015-03-316-271/+218
* util/debug: Update MgwHelp link, drop BfdHelp link.Jose Fonseca2015-03-311-10/+2
* gallivm: Fix build against LLVM 3.7 SVN r233648Michel Dänzer2015-03-311-0/+5
* vc4: Drop integer multiplies with 0 to moves of 0.Eric Anholt2015-03-301-0/+8
* vc4: Add a constant folding pass.Eric Anholt2015-03-304-0/+113
* glsl: allow ForceGLSLVersion to override #version directivesBrian Paul2015-03-303-6/+10
* vc4: Don't bother masking out the low 24 bits for integer multipliesEric Anholt2015-03-301-12/+8
* vc4: Make integer multiply use 24 bits for the low parts.Eric Anholt2015-03-301-5/+5
* glsl: fail when a shader's input var has not an equivalent out var in previousSamuel Iglesias Gonsalvez2015-03-301-0/+13
* radeonsi: Cache LLVMTargetMachineRef in context instead of in screenMichel Dänzer2015-03-306-30/+41
* glsl: fix unreachable(!"") to unreachable("")Tapani Pälli2015-03-301-1/+1
* docs: add news item and link release notes for mesa 10.5.2Emil Velikov2015-03-282-0/+7
* docs: Add sha256 sums for the 10.5.2 releaseEmil Velikov2015-03-281-1/+2
* Add release notes for the 10.5.2 releaseEmil Velikov2015-03-281-0/+129
* freedreno/a3xx: add support for point sprite coordinate replacementIlia Mirkin2015-03-284-30/+28
* freedreno/a3xx: make vs-set point size workIlia Mirkin2015-03-283-2/+10
* freedreno/a3xx: point size should not be divided by 2Ilia Mirkin2015-03-282-5/+5
* freedreno/a3xx: fix 3d texture layoutIlia Mirkin2015-03-282-7/+16
* freedreno/a3xx: LAYERSZ2 appears to have no effect on arraysIlia Mirkin2015-03-281-2/+1
* nir: Fix copy and pasted error message in nir_validate.Kenneth Graunke2015-03-281-2/+1
* i965/nir: Use NIR for ARB_vertex_program support on Gen8+.Kenneth Graunke2015-03-271-4/+10
* i965: Move env_var_as_boolean to intel_debug.c.Kenneth Graunke2015-03-273-22/+29
* i965/fs: Add ARB_fragment_program support to the NIR backend.Kenneth Graunke2015-03-272-26/+51
* nir: Lower subtraction to add with negation when !lower_negate.Kenneth Graunke2015-03-271-0/+2
* nir: Implement a Mesa IR -> NIR translator.Kenneth Graunke2015-03-275-0/+1143
* nir: Add builder helpers for MOVs with ALU sources and swizzling MOVs.Kenneth Graunke2015-03-271-0/+44
* nir: Add nir_builder helpers for creating load_const intrinsics.Kenneth Graunke2015-03-271-0/+35
* i965/skl: Don't use the PMA depth stall workaroundBen Widawsky2015-03-271-1/+6
* i965/skl: Disable partial resolve in VCBen Widawsky2015-03-272-0/+11
* llvmpipe: simplify address calculation for 4x4 blocksRoland Scheidegger2015-03-284-76/+35
* gallivm: fix texture function name (key) when using txf/ldRoland Scheidegger2015-03-281-2/+5
* glsl: mark uniform and input interface blocks as read onlyTimothy Arceri2015-03-281-0/+6
* nv50/ir/gk110: fix offset flag position for TXD opcodeIlia Mirkin2015-03-271-0/+1
* nv50/ir: take postFactor into account when doing peephole optimizationsIlia Mirkin2015-03-271-4/+8
* gallivm: Fix build since llvm r233411Jan Vesely2015-03-271-0/+4
* nir: Add optional lowering of flrp.Eric Anholt2015-03-272-0/+2
* gallivm: use llvm function calls for texturing instead of inliningRoland Scheidegger2015-03-272-26/+438
* gallivm: pass jit_context pointer through to samplingRoland Scheidegger2015-03-2711-112/+171
* gallium/vl: partially revert "Use util_cpu_to_le{16,32} in many more places."Christian König2015-03-271-1/+5