summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* swrast: fix readback regression since inversion fixDave Airlie2013-12-101-1/+1
* dri megadriver_stub: add compatibility for older DRI loadersJordan Justen2013-12-091-0/+126
* i965: Replace OUT_RELOC_FENCED with OUT_RELOC.Kenneth Graunke2013-12-092-16/+10
* glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.Paul Berry2013-12-093-12/+0
* glsl/loops: replace loop controls with a normative bound.Paul Berry2013-12-092-4/+8
* glsl/loops: consolidate bounded loop handling into a lowering pass.Paul Berry2013-12-093-63/+6
* i965/gen7+: Implement fast color clears for MSAA buffers.Paul Berry2013-12-091-44/+87
* i965/blorp: Refactor code for computing fast clear align/scaledown factors.Paul Berry2013-12-091-19/+23
* i965/blorp: allow multisample blorp clearsPaul Berry2013-12-091-18/+13
* i965/blorp: Get rid of redundant num_samples blorp param.Paul Berry2013-12-095-15/+12
* i965/gen7+: Disentangle MSAA layout from fast clear state.Paul Berry2013-12-093-48/+47
* i965: Don't try to use HW blitter for glCopyPixels() when multisampled.Paul Berry2013-12-091-0/+5
* i965: Document conventions for counting layers in 2D multisample buffers.Paul Berry2013-12-094-0/+27
* i965/blorp: Improve fast color clear comment.Paul Berry2013-12-091-1/+12
* i965: Don't flag gather quirks for Gen8+Chris Forbes2013-12-071-1/+1
* i965/Gen7: Allow CMS layout for multisample texturesChris Forbes2013-12-071-17/+1
* i965/vs: Sample from MCS surface when requiredChris Forbes2013-12-072-7/+40
* i965/fs: Sample from MCS surface when requiredChris Forbes2013-12-073-10/+41
* i965: Add shader opcode for sampling MCS surfaceChris Forbes2013-12-076-0/+16
* i965/Gen7: Include bitfield in the sampler key for CMS layoutChris Forbes2013-12-072-0/+18
* i965/Gen7: Move decision to allocate MCS surface into intel_mipmap_createChris Forbes2013-12-071-6/+8
* i965/Gen7: emit mcs info for multisample texturesChris Forbes2013-12-071-0/+5
* i965/wm: Set copy of sample mask in 3DSTATE_PS correctly for HaswellChris Forbes2013-12-071-2/+7
* i965: refactor sample mask calculationChris Forbes2013-12-074-33/+41
* i965: Replace non-standard INLINE macro with "inline".Kenneth Graunke2013-12-056-22/+22
* i965: Don't use GL types in files shared with intel-gpu-tools.Kenneth Graunke2013-12-056-1035/+1035
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-0572-621/+621
* i965: Drop trailing whitespace from files shared with intel-gpu-tools.Kenneth Graunke2013-12-055-276/+276
* i965: Emit better code for ir_unop_sign.Matt Turner2013-12-042-15/+49
* i965/fs: New peephole optimization to flatten IF/BREAK/ENDIF.Matt Turner2013-12-044-0/+99
* i965/fs: Emit a MOV instead of a SEL if the sources are the same.Matt Turner2013-12-041-19/+23
* i965/fs: Extend SEL peephole to handle only matching MOVs.Matt Turner2013-12-041-3/+2
* i965/fs: New peephole optimization to generate SEL.Matt Turner2013-12-044-0/+225
* i965/fs: Add SEL() convenience function.Matt Turner2013-12-042-0/+2
* i965: Print conditional mod in dump_instruction().Matt Turner2013-12-042-2/+6
* i965: Externalize conditional_modifier for use in dump_instruction().Matt Turner2013-12-042-1/+2
* i965: Print argument types in dump_instruction().Matt Turner2013-12-042-2/+10
* i965: Externalize reg_encoding for use in dump_instruction().Matt Turner2013-12-042-1/+2
* i965/vec4: Don't print swizzles for immediate values.Matt Turner2013-12-041-4/+6
* i965/vec4: Print negate and absolute value for src args.Matt Turner2013-12-041-0/+7
* i965/vec4: Add support for printing HW_REGs in dump_instruction().Matt Turner2013-12-041-0/+60
* i965/fs: Print ARF registers properly in dump_instruction().Matt Turner2013-12-041-2/+46
* i965: Don't print extra (null) arguments in dump_instruction().Matt Turner2013-12-042-4/+4
* i965: Allow commuting the operands of ADDC for const propagation.Matt Turner2013-12-042-2/+2
* i965/fs: Rename register_coalesce_2() -> register_coalesce().Matt Turner2013-12-042-6/+6
* i965/fs: Remove now useless register_coalesce() pass.Matt Turner2013-12-042-148/+0
* i965/fs: Let register_coalesce_2() eliminate self-moves.Matt Turner2013-12-041-1/+2
* i965: Allow constant propagation into ASR and BFI1.Matt Turner2013-12-042-0/+4
* i965/cfg: Document cur_* variables.Matt Turner2013-12-041-2/+5
* i965/cfg: Remove ip & cur from brw_cfg.Matt Turner2013-12-042-26/+17