summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-05-26Revert "i965/fs: Simplify interference scan in register coalescing."Matt Turner1-9/+13
2014-05-26Revert "i965/fs: Give up in interference check if we see a WHILE."Matt Turner1-1/+1
2014-05-26Revert "i965/fs: Reduce restrictions on interference in register coalescing."Matt Turner1-0/+13
2014-05-26nvc0: revert mistaken logic to collapse color outputs to the beginningIlia Mirkin1-9/+4
2014-05-26mesa/st: fix color outputs in presence of sample mask outputIlia Mirkin1-13/+17
2014-05-26freedreno/a3xx: texture fixesRob Clark1-1/+3
2014-05-26freedreno: update generated headersRob Clark4-5/+7
2014-05-26freedreno: few caps fixesRob Clark2-4/+8
2014-05-25mesa/x86: Fix build with clang <= 3.3.Vinson Lee1-0/+2
2014-05-25i965: Don't treat HW_REGs as barriers if they're immediates.Matt Turner1-4/+12
2014-05-25i965/fs: Don't use brw_imm_* unnecessarily.Matt Turner2-5/+5
2014-05-25automake: correctly append the version-scriptEmil Velikov6-25/+38
2014-05-25targets/libgl-xlib: hide all the exported symbol mayhemEmil Velikov2-0/+12
2014-05-25targets/osmesa: include mangled gl symbolsEmil Velikov1-0/+1
2014-05-25targets/xa: limit the amount of exported symbolsEmil Velikov2-0/+43
2014-05-25dri_util: keep __dri2ConfigOptions symbol privateEmil Velikov1-1/+1
2014-05-25glx: do not leak dri3DisplayEmil Velikov1-0/+4
2014-05-25gallium/egl: st_profiles are build time decision, treat them as suchEmil Velikov9-55/+28
2014-05-25dri_util: set implemented version of the DRI_CORE extensionEmil Velikov1-1/+1
2014-05-25i965/fs: Don't modify ann_count if not debugging.Matt Turner2-2/+8
2014-05-24Revert "i965/fs: Change fs_visitor::emit_lrp to use MAC for gen<6"Matt Turner1-4/+7
2014-05-24Revert "i965/vec4: Change vec4_visitor::emit_lrp to use MAC for gen<6"Matt Turner1-6/+10
2014-05-24i965: Remove useless typo'd debugging messages.Matt Turner1-6/+0
2014-05-24i965: Move brw_land_fwd_jump() to compilation unit of its use.Matt Turner3-23/+16
2014-05-24i965/fs: Use next_insn_offset rather than nr_insn.Matt Turner2-4/+4
2014-05-24i965: Emit 0.0:F sources with type VF instead.Matt Turner1-0/+16
2014-05-24i965: Emit ARF:UD for non-present src1 on Gen6+.Matt Turner1-2/+26
2014-05-24i965: Support compacted instructions with immediate sources.Matt Turner1-20/+63
2014-05-24i965: Use next_offset() in instruction compaction code.Matt Turner1-17/+3
2014-05-24i965: Move next_offset() to brw_eu.h for use elsewhere.Matt Turner2-11/+12
2014-05-24i965: Rename next_ip() -> next_offset().Matt Turner1-30/+33
2014-05-24i965: Print disassembly after compaction.Matt Turner9-283/+198
2014-05-24i965/fs: Make patch_discard_jumps_to_fb_writes return bool.Matt Turner3-6/+8
2014-05-24i965: Add annotation data structure and support code.Matt Turner11-9/+183
2014-05-24i965/fs+blorp: Remove left over dump_file arguments.Matt Turner5-19/+15
2014-05-24i965/fs: Don't hardcode DEBUG_WM in generic fs code.Matt Turner6-27/+25
2014-05-24i965: Pass in start_offset to brw_compact_instructions().Matt Turner8-17/+17
2014-05-24i965: Delete unused brw_blorp_blit_test_compile().Matt Turner1-11/+0
2014-05-24i965/cfg: Make DO instruction begin a basic block.Matt Turner1-9/+12
2014-05-24darwin: Guard Core Profile usage behind a testing envvarJeremy Huddleston Sequoia1-10/+20
2014-05-24darwin: Write errors in choosing the pixel format to the crash logJeremy Huddleston Sequoia1-2/+16
2014-05-23nv50: count wrapped textures towards the tex_obj countJoakim Sindholt1-0/+2
2014-05-23nvc0: assert that we have vertex elements stateChristoph Bumiller1-0/+1
2014-05-23nvc0: use PRIxPTR for sizeof()Christoph Bumiller1-1/+1
2014-05-23nv50,nvc0: allow 15,16,30 bpp display formatsChristoph Bumiller1-4/+4
2014-05-23nv50,nvc0: handle guard band definesChristoph Bumiller2-4/+16
2014-05-23nv50/ir/tgsi: optimize KILChristoph Bumiller1-0/+5
2014-05-23nv50/ir: fix lowering of predicated instructions (without defs)Christoph Bumiller1-1/+4
2014-05-23nv50/ir/opt: fix constant folding with saturate modifierChristoph Bumiller1-1/+3
2014-05-23nv50/ir/tgsi: TGSI_OPCODE_POW replicates its resultChristoph Bumiller1-1/+5