summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-11-24glsl: Generate unique names for each const array lowered to uniformscros-mesa-10.3-r29-vanillacros-mesa-10.3-r28-vanillacros-mesa-10.3-r15-vanillacros-mesa-10.3-r13-vanillachadv/cros-mesa-10.3-r29-vanillachadv/cros-mesa-10.3-r28-vanillachadv/cros-mesa-10.3-r15-vanillachadv/cros-mesa-10.3-r13-vanillaChris Forbes1-1/+5
2014-11-24i965: Handle nested uniform array indexingChris Forbes1-29/+37
2014-11-24r600g: do all CUBE ALU operations before gradient texture operations (v2.1)Dave Airlie1-64/+72
2014-11-24r600: fix texture gradients instruction emission (v2)Dave Airlie1-28/+31
2014-11-23nv50,nvc0: buffer resources can be bound as other things down the lineIlia Mirkin2-14/+14
2014-11-23nv50,nvc0: actually check constbufs for invalidationIlia Mirkin2-3/+6
2014-11-23nv50/ir: set neg modifiers on min/max argsIlia Mirkin1-0/+2
2014-11-23mesa: Fix function name in GetActiveUniformName errorChris Forbes1-1/+1
2014-11-22i915g: Fallback copy_render for ZS formatsStéphane Marchesin1-1/+11
2014-11-22i915g: Add back 4444 and 5551 formatsStéphane Marchesin2-2/+4
2014-11-22i915g: Don't limit blitter to POT texturesStéphane Marchesin1-3/+2
2014-11-22i915g: Align all texture dimensions to the next POTStéphane Marchesin1-28/+29
2014-11-22i915g: Fix typosStéphane Marchesin1-2/+2
2014-11-22i915g: Fix maxlod computation.Stéphane Marchesin1-3/+3
2014-11-22i915g: Fix offset for level != 0Stéphane Marchesin5-8/+27
2014-11-22i915g: Don't write constants past I915_MAX_CONSTANTStéphane Marchesin1-1/+1
2014-11-22i915g: Don't hardcode array size for phase countStéphane Marchesin1-1/+1
2014-11-22draw: allow LLVM use on non-SSE2 X86 cpusDavid Heidelberg1-14/+1
2014-11-21i965: Make Gen4-5 push constants call _mesa_load_state_parameters too.Kenneth Graunke1-0/+4
2014-11-21i965/vec4/gen8: Handle the MUL dest hazard exceptionBen Widawsky2-2/+19
2014-11-21i965/vec4: Extract depctrl hazardsBen Widawsky1-22/+27
2014-11-21i965/fs: Remove is_valid_3src().Matt Turner3-8/+1
2014-11-21i965/fs: Remove is_valid_3src() checks from emit_lrp.Matt Turner1-4/+1
2014-11-21i965/fs: Remove unused apply_stride().Matt Turner2-11/+0
2014-11-21i965/fs: Move ip_record class to its one use.Matt Turner2-12/+12
2014-11-21i965: Move common fields into backend_instruction.Matt Turner3-5/+2
2014-11-21i965: Combine offset/texture_offset fields.Matt Turner6-15/+13
2014-11-21radeonsi: use minnum and maxnum LLVM intrinsics for MIN and MAX opcodesMarek Olšák1-0/+7
2014-11-20vc4: Update for new kernel ABI with async execution and waits.Eric Anholt9-3/+250
2014-11-20i915: Only use TEXCOORDTYPE_VECTOR with cube maps on gen2Ville Syrjälä1-18/+19
2014-11-20i965/disasm: Properly decode branch_ctrl (gen8+)Ben Widawsky3-2/+23
2014-11-20rtasm,translate: Re-enable SSE on Mingw64.José Fonseca2-2/+2
2014-11-20i965: Skip _mesa_load_state_parameters when there are zero parameters.Kenneth Graunke2-11/+11
2014-11-19radeonsi: remove unused variable si_state_dsa::db_render_controlMarek Olšák1-1/+0
2014-11-19llvmpipe: enable PIPE_CAP_TGSI_VS_LAYER_VIEWPORTRoland Scheidegger1-0/+1
2014-11-19draw: fixes for vertex shaders outputting layer or viewport indexRoland Scheidegger7-17/+21
2014-11-19st/va: surface: render subpictureMichael Varga1-0/+120
2014-11-19st/va: subpicture implementationMichael Varga2-13/+161
2014-11-19st/va: added internal storage for VAImage and BGRA formatMichael Varga2-26/+48
2014-11-19st/va: added some calls to handle_table_remove()Michael Varga3-0/+3
2014-11-18i965: Fix segfault in WebGL Conformance on IvybridgeChad Versace1-3/+4
2014-11-18mesa/main: Fix tmp_row memory leak in texstore_rgba_integer.Siavash Eliasi1-1/+3
2014-11-19r600g: limit texture offset application to specific types (v2)Dave Airlie1-3/+18
2014-11-19r600g: geom shaders: always load texture src regs from inputsDave Airlie1-1/+2
2014-11-18vc4: Emit semaphore instructions for new kernel ABI.Eric Anholt3-6/+87
2014-11-18vc4: Mark a big array as const.Eric Anholt1-1/+1
2014-11-18glsl_compiler: Add binding hash tables to avoid SIGSEVs on linking stageAndres Gomez1-0/+10
2014-11-18linker: Add carriage returns on several linker errorsAndres Gomez1-20/+20
2014-11-18draw: Fixed inline commentsAndres Gomez2-2/+2
2014-11-18gallivm: fix alignment issue for vertex data fetchRoland Scheidegger9-14/+50