summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* glsl: Remove unused ast copy constructors.Matt Turner2014-11-241-29/+0
* glapi: Remove dead gl_offsets.py.Matt Turner2014-11-241-120/+0
* glapi: Remove dead extension_helper.py.Matt Turner2014-11-242-326/+0
* vc4: Fix some inconsistent indentation.Eric Anholt2014-11-241-6/+6
* vc4: Don't forget to actually connect the fence code.Eric Anholt2014-11-241-0/+2
* vc4: Add a note about a piece of errata I've learned about.Eric Anholt2014-11-241-0/+4
* mesa: Fix Get(GL_TRANSPOSE_CURRENT_MATRIX_ARB) to transposeChris Forbes2014-11-241-1/+1
* glsl: 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 Forbes2014-11-241-1/+5
* i965: Handle nested uniform array indexingChris Forbes2014-11-241-29/+37
* r600g: do all CUBE ALU operations before gradient texture operations (v2.1)Dave Airlie2014-11-241-64/+72
* r600: fix texture gradients instruction emission (v2)Dave Airlie2014-11-241-28/+31
* nv50,nvc0: buffer resources can be bound as other things down the lineIlia Mirkin2014-11-232-14/+14
* nv50,nvc0: actually check constbufs for invalidationIlia Mirkin2014-11-232-3/+6
* nv50/ir: set neg modifiers on min/max argsIlia Mirkin2014-11-231-0/+2
* mesa: Fix function name in GetActiveUniformName errorChris Forbes2014-11-231-1/+1
* i915g: Fallback copy_render for ZS formatsStéphane Marchesin2014-11-221-1/+11
* i915g: Add back 4444 and 5551 formatsStéphane Marchesin2014-11-222-2/+4
* i915g: Don't limit blitter to POT texturesStéphane Marchesin2014-11-221-3/+2
* i915g: Align all texture dimensions to the next POTStéphane Marchesin2014-11-221-28/+29
* i915g: Fix typosStéphane Marchesin2014-11-221-2/+2
* i915g: Fix maxlod computation.Stéphane Marchesin2014-11-221-3/+3
* i915g: Fix offset for level != 0Stéphane Marchesin2014-11-225-8/+27
* i915g: Don't write constants past I915_MAX_CONSTANTStéphane Marchesin2014-11-221-1/+1
* i915g: Don't hardcode array size for phase countStéphane Marchesin2014-11-221-1/+1
* draw: allow LLVM use on non-SSE2 X86 cpusDavid Heidelberg2014-11-221-14/+1
* docs: add news item and link release notes for mesa 10.3.4Emil Velikov2014-11-222-0/+7
* docs: Add sha256 sums for the 10.3.4 releaseEmil Velikov2014-11-221-1/+3
* Add release notes for the 10.3.4 releaseEmil Velikov2014-11-221-0/+104
* i965: Make Gen4-5 push constants call _mesa_load_state_parameters too.Kenneth Graunke2014-11-211-0/+4
* i965/vec4/gen8: Handle the MUL dest hazard exceptionBen Widawsky2014-11-212-2/+19
* i965/vec4: Extract depctrl hazardsBen Widawsky2014-11-211-22/+27
* i965/fs: Remove is_valid_3src().Matt Turner2014-11-213-8/+1
* i965/fs: Remove is_valid_3src() checks from emit_lrp.Matt Turner2014-11-211-4/+1
* i965/fs: Remove unused apply_stride().Matt Turner2014-11-212-11/+0
* i965/fs: Move ip_record class to its one use.Matt Turner2014-11-212-12/+12
* i965: Move common fields into backend_instruction.Matt Turner2014-11-213-5/+2
* i965: Combine offset/texture_offset fields.Matt Turner2014-11-216-15/+13
* radeonsi: use minnum and maxnum LLVM intrinsics for MIN and MAX opcodesMarek Olšák2014-11-211-0/+7
* vc4: Update for new kernel ABI with async execution and waits.Eric Anholt2014-11-209-3/+250
* i915: Only use TEXCOORDTYPE_VECTOR with cube maps on gen2Ville Syrjälä2014-11-201-18/+19
* i965/disasm: Properly decode branch_ctrl (gen8+)Ben Widawsky2014-11-203-2/+23
* rtasm,translate: Re-enable SSE on Mingw64.José Fonseca2014-11-202-2/+2
* i965: Skip _mesa_load_state_parameters when there are zero parameters.Kenneth Graunke2014-11-202-11/+11
* radeonsi: remove unused variable si_state_dsa::db_render_controlMarek Olšák2014-11-191-1/+0
* llvmpipe: enable PIPE_CAP_TGSI_VS_LAYER_VIEWPORTRoland Scheidegger2014-11-191-0/+1
* draw: fixes for vertex shaders outputting layer or viewport indexRoland Scheidegger2014-11-197-17/+21
* st/va: surface: render subpictureMichael Varga2014-11-191-0/+120
* st/va: subpicture implementationMichael Varga2014-11-192-13/+161
* st/va: added internal storage for VAImage and BGRA formatMichael Varga2014-11-192-26/+48
* st/va: added some calls to handle_table_remove()Michael Varga2014-11-193-0/+3