summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* i965: Fix segfault in WebGL Conformance on IvybridgeChad Versace2014-11-181-3/+4
* mesa/main: Fix tmp_row memory leak in texstore_rgba_integer.Siavash Eliasi2014-11-181-1/+3
* r600g: limit texture offset application to specific types (v2)Dave Airlie2014-11-191-3/+18
* r600g: geom shaders: always load texture src regs from inputsDave Airlie2014-11-191-1/+2
* vc4: Emit semaphore instructions for new kernel ABI.Eric Anholt2014-11-183-6/+87
* vc4: Mark a big array as const.Eric Anholt2014-11-181-1/+1
* glsl_compiler: Add binding hash tables to avoid SIGSEVs on linking stageAndres Gomez2014-11-181-0/+10
* linker: Add carriage returns on several linker errorsAndres Gomez2014-11-181-20/+20
* draw: Fixed inline commentsAndres Gomez2014-11-182-2/+2