aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* tgsi: fix out-of-bounds access for cube arraysIlia Mirkin2015-03-261-1/+1
* st/mesa: initialize have_fma in constructorIlia Mirkin2015-03-261-0/+1
* gallium/util: remove u_linkageIlia Mirkin2015-03-265-220/+0
* gallium/hud: avoid overflowing hud graph name sizeIlia Mirkin2015-03-261-1/+2
* st/mesa: update arrays when the current attrib has been updatedIlia Mirkin2015-03-261-1/+1
* st_glsl_to_tgsi: only do mov copy propagation on temps (v2)Dave Airlie2015-03-261-0/+1
* i965: Drop unnecessary brw->gen >= 8 check from scalar VS code.Kenneth Graunke2015-03-251-1/+1
* i965/fs: Implement texture projection support.Kenneth Graunke2015-03-251-1/+10
* i965/fs: Rename offset to tex_offset to avoid shadowing offset().Kenneth Graunke2015-03-251-4/+4
* nir: Add glsl_float_type() wrapper.Kenneth Graunke2015-03-252-0/+7
* glsl: Use INFINITY instead of std::numeric_limits<float>::infinity().Matt Turner2015-03-252-4/+4
* automake: add missing egl files to the tarballEmil Velikov2015-03-252-1/+6
* glsl: Constify ir_instruction::equalsIan Romanick2015-03-252-15/+26
* glsl: Constify the as_foo functionsIan Romanick2015-03-251-0/+10
* glsl: Implement remaining as_foo functions with macrosIan Romanick2015-03-251-31/+9
* glsl: Add is_rvalue, is_dereference, and is_jump methodsIan Romanick2015-03-251-0/+25
* util/u_atomic: Ignore warnings interlocked accesses.Jose Fonseca2015-03-251-0/+5
* scons: Disable MSVC warnings about inconsistent function annotation.Jose Fonseca2015-03-251-0/+1
* mesa: Avoid MSVC C6334 warning in /analyze mode.Jose Fonseca2015-03-251-0/+7
* c99_math: Don't reimplement lrint and friends on MSVC 2013.Jose Fonseca2015-03-251-1/+2
* scons: Don't build osmesa.Jose Fonseca2015-03-253-56/+0
* scons: Don't build loader on Windows.Jose Fonseca2015-03-252-2/+2
* scons: Don't build egl on Windows.Jose Fonseca2015-03-253-12/+2
* scons: Fix git_sha1.h generation fallback.Jose Fonseca2015-03-251-3/+4
* docs: Update progress on ARB_direct_state_access.Martin Peres2015-03-251-5/+5
* main: Added entry points for NamedRenderbufferStorage/MultisampleMartin Peres2015-03-254-41/+142
* main: Added entry point for glGetNamedRenderbufferParameterivMartin Peres2015-03-254-18/+56
* main: Added entry point for glCreateRenderbuffersMartin Peres2015-03-254-18/+65