aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965/sf: Replace push/pop in brw_emit_anyprim_setup.Kenneth Graunke2014-05-271-15/+11
* i965/sf: Drop unnecessary push/pop in copy_z_inv_w.Kenneth Graunke2014-05-271-4/+0
* i965/sf: Drop unnecessary push/pop in flatshading code.Kenneth Graunke2014-05-271-8/+0
* i965/sf: Move brw_compile::flag_value to brw_sf_compile.Kenneth Graunke2014-05-273-21/+24
* i965/sf: Move brw_set_predicate_control_flag_value to brw_sf_emit.c.Kenneth Graunke2014-05-273-19/+14
* i965/sf: Drop useless push/pop state from flag register mashing code.Kenneth Graunke2014-05-271-2/+0
* i965/sf: Drop unnecessary push/pop in do_twoside_color.Kenneth Graunke2014-05-271-2/+0
* i965: Don't implicitly set predicate default state in brw_CMP.Kenneth Graunke2014-05-275-39/+33
* i965: Drop unnecessary predication default state resets in clip code.Kenneth Graunke2014-05-271-6/+0
* i965/sf: Reset flag_value to 0xff before emitting SF subroutines.Kenneth Graunke2014-05-272-15/+4
* st/omx/enc: implement restricted b frames patternLeo Liu2014-05-272-2/+10
* radeon/vce: implement non-referenced framesLeo Liu2014-05-272-3/+5
* vl: add interface for non-referenced framesLeo Liu2014-05-271-0/+2
* i965/meta: Store stencil texturing modeTopi Pohjolainen2014-05-271-0/+1
* meta/blit: Add stencil texturing mode save and restoreTopi Pohjolainen2014-05-272-3/+14
* i915g: Fix shader disasm codeStéphane Marchesin2014-05-261-1/+0
* i915g: Fallback to sw for npot copiesStéphane Marchesin2014-05-261-2/+3
* i915g: handle more formats in copyStéphane Marchesin2014-05-263-11/+91
* nvc0: implement clear_bufferTobias Klausmann2014-05-261-0/+141
* i965: Switch types D->UD when possible to allow compaction.Matt Turner2014-05-261-0/+21
* Revert "i965: Don't make instructions with a null dest a barrier to scheduling."Matt Turner2014-05-261-8/+4
* Revert "i965/fs: Simplify interference scan in register coalescing."Matt Turner2014-05-261-9/+13
* Revert "i965/fs: Give up in interference check if we see a WHILE."Matt Turner2014-05-261-1/+1
* Revert "i965/fs: Reduce restrictions on interference in register coalescing."Matt Turner2014-05-261-0/+13
* nvc0: revert mistaken logic to collapse color outputs to the beginningIlia Mirkin2014-05-261-9/+4
* mesa/st: fix color outputs in presence of sample mask outputIlia Mirkin2014-05-261-13/+17
* freedreno/a3xx: texture fixesRob Clark2014-05-261-1/+3
* freedreno: update generated headersRob Clark2014-05-264-5/+7
* freedreno: few caps fixesRob Clark2014-05-262-4/+8
* mesa/x86: Fix build with clang <= 3.3.Vinson Lee2014-05-251-0/+2
* i965: Don't treat HW_REGs as barriers if they're immediates.Matt Turner2014-05-251-4/+12
* i965/fs: Don't use brw_imm_* unnecessarily.Matt Turner2014-05-252-5/+5
* automake: correctly append the version-scriptEmil Velikov2014-05-256-25/+38
* targets/libgl-xlib: hide all the exported symbol mayhemEmil Velikov2014-05-252-0/+12
* targets/osmesa: include mangled gl symbolsEmil Velikov2014-05-251-0/+1
* targets/xa: limit the amount of exported symbolsEmil Velikov2014-05-252-0/+43
* dri_util: keep __dri2ConfigOptions symbol privateEmil Velikov2014-05-251-1/+1
* glx: do not leak dri3DisplayEmil Velikov2014-05-251-0/+4
* gallium/egl: st_profiles are build time decision, treat them as suchEmil Velikov2014-05-259-55/+28
* dri_util: set implemented version of the DRI_CORE extensionEmil Velikov2014-05-251-1/+1
* i965/fs: Don't modify ann_count if not debugging.Matt Turner2014-05-252-2/+8
* Revert "i965/fs: Change fs_visitor::emit_lrp to use MAC for gen<6"Matt Turner2014-05-241-4/+7
* Revert "i965/vec4: Change vec4_visitor::emit_lrp to use MAC for gen<6"Matt Turner2014-05-241-6/+10
* i965: Remove useless typo'd debugging messages.Matt Turner2014-05-241-6/+0
* i965: Move brw_land_fwd_jump() to compilation unit of its use.Matt Turner2014-05-243-23/+16
* i965/fs: Use next_insn_offset rather than nr_insn.Matt Turner2014-05-242-4/+4
* i965: Emit 0.0:F sources with type VF instead.Matt Turner2014-05-241-0/+16
* i965: Emit ARF:UD for non-present src1 on Gen6+.Matt Turner2014-05-241-2/+26
* i965: Support compacted instructions with immediate sources.Matt Turner2014-05-241-20/+63
* i965: Use next_offset() in instruction compaction code.Matt Turner2014-05-241-17/+3