index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
swrast: fix readback regression since inversion fix
Dave Airlie
2013-12-10
1
-1
/
+1
*
dri megadriver_stub: add compatibility for older DRI loaders
Jordan Justen
2013-12-09
1
-0
/
+126
*
i965: Replace OUT_RELOC_FENCED with OUT_RELOC.
Kenneth Graunke
2013-12-09
2
-16
/
+10
*
glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.
Paul Berry
2013-12-09
3
-12
/
+0
*
glsl/loops: replace loop controls with a normative bound.
Paul Berry
2013-12-09
2
-4
/
+8
*
glsl/loops: consolidate bounded loop handling into a lowering pass.
Paul Berry
2013-12-09
3
-63
/
+6
*
i965/gen7+: Implement fast color clears for MSAA buffers.
Paul Berry
2013-12-09
1
-44
/
+87
*
i965/blorp: Refactor code for computing fast clear align/scaledown factors.
Paul Berry
2013-12-09
1
-19
/
+23
*
i965/blorp: allow multisample blorp clears
Paul Berry
2013-12-09
1
-18
/
+13
*
i965/blorp: Get rid of redundant num_samples blorp param.
Paul Berry
2013-12-09
5
-15
/
+12
*
i965/gen7+: Disentangle MSAA layout from fast clear state.
Paul Berry
2013-12-09
3
-48
/
+47
*
i965: Don't try to use HW blitter for glCopyPixels() when multisampled.
Paul Berry
2013-12-09
1
-0
/
+5
*
i965: Document conventions for counting layers in 2D multisample buffers.
Paul Berry
2013-12-09
4
-0
/
+27
*
i965/blorp: Improve fast color clear comment.
Paul Berry
2013-12-09
1
-1
/
+12
*
i965: Don't flag gather quirks for Gen8+
Chris Forbes
2013-12-07
1
-1
/
+1
*
i965/Gen7: Allow CMS layout for multisample textures
Chris Forbes
2013-12-07
1
-17
/
+1
*
i965/vs: Sample from MCS surface when required
Chris Forbes
2013-12-07
2
-7
/
+40
*
i965/fs: Sample from MCS surface when required
Chris Forbes
2013-12-07
3
-10
/
+41
*
i965: Add shader opcode for sampling MCS surface
Chris Forbes
2013-12-07
6
-0
/
+16
*
i965/Gen7: Include bitfield in the sampler key for CMS layout
Chris Forbes
2013-12-07
2
-0
/
+18
*
i965/Gen7: Move decision to allocate MCS surface into intel_mipmap_create
Chris Forbes
2013-12-07
1
-6
/
+8
*
i965/Gen7: emit mcs info for multisample textures
Chris Forbes
2013-12-07
1
-0
/
+5
*
i965/wm: Set copy of sample mask in 3DSTATE_PS correctly for Haswell
Chris Forbes
2013-12-07
1
-2
/
+7
*
i965: refactor sample mask calculation
Chris Forbes
2013-12-07
4
-33
/
+41
*
i965: Replace non-standard INLINE macro with "inline".
Kenneth Graunke
2013-12-05
6
-22
/
+22
*
i965: Don't use GL types in files shared with intel-gpu-tools.
Kenneth Graunke
2013-12-05
6
-1035
/
+1035
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
72
-621
/
+621
*
i965: Drop trailing whitespace from files shared with intel-gpu-tools.
Kenneth Graunke
2013-12-05
5
-276
/
+276
*
i965: Emit better code for ir_unop_sign.
Matt Turner
2013-12-04
2
-15
/
+49
*
i965/fs: New peephole optimization to flatten IF/BREAK/ENDIF.
Matt Turner
2013-12-04
4
-0
/
+99
*
i965/fs: Emit a MOV instead of a SEL if the sources are the same.
Matt Turner
2013-12-04
1
-19
/
+23
*
i965/fs: Extend SEL peephole to handle only matching MOVs.
Matt Turner
2013-12-04
1
-3
/
+2
*
i965/fs: New peephole optimization to generate SEL.
Matt Turner
2013-12-04
4
-0
/
+225
*
i965/fs: Add SEL() convenience function.
Matt Turner
2013-12-04
2
-0
/
+2
*
i965: Print conditional mod in dump_instruction().
Matt Turner
2013-12-04
2
-2
/
+6
*
i965: Externalize conditional_modifier for use in dump_instruction().
Matt Turner
2013-12-04
2
-1
/
+2
*
i965: Print argument types in dump_instruction().
Matt Turner
2013-12-04
2
-2
/
+10
*
i965: Externalize reg_encoding for use in dump_instruction().
Matt Turner
2013-12-04
2
-1
/
+2
*
i965/vec4: Don't print swizzles for immediate values.
Matt Turner
2013-12-04
1
-4
/
+6
*
i965/vec4: Print negate and absolute value for src args.
Matt Turner
2013-12-04
1
-0
/
+7
*
i965/vec4: Add support for printing HW_REGs in dump_instruction().
Matt Turner
2013-12-04
1
-0
/
+60
*
i965/fs: Print ARF registers properly in dump_instruction().
Matt Turner
2013-12-04
1
-2
/
+46
*
i965: Don't print extra (null) arguments in dump_instruction().
Matt Turner
2013-12-04
2
-4
/
+4
*
i965: Allow commuting the operands of ADDC for const propagation.
Matt Turner
2013-12-04
2
-2
/
+2
*
i965/fs: Rename register_coalesce_2() -> register_coalesce().
Matt Turner
2013-12-04
2
-6
/
+6
*
i965/fs: Remove now useless register_coalesce() pass.
Matt Turner
2013-12-04
2
-148
/
+0
*
i965/fs: Let register_coalesce_2() eliminate self-moves.
Matt Turner
2013-12-04
1
-1
/
+2
*
i965: Allow constant propagation into ASR and BFI1.
Matt Turner
2013-12-04
2
-0
/
+4
*
i965/cfg: Document cur_* variables.
Matt Turner
2013-12-04
1
-2
/
+5
*
i965/cfg: Remove ip & cur from brw_cfg.
Matt Turner
2013-12-04
2
-26
/
+17
[next]