index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
glsl: Don't emit empty declaration warning for a struct specifier
Ian Romanick
2013-12-06
1
-1
/
+1
*
st/xa: Bump major version number to 2
Thomas Hellstrom
2013-12-06
1
-1
/
+1
*
nvc0: fixup gk110 and up not being listed in various switch statements
Ben Skeggs
2013-12-06
7
-13
/
+27
*
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
*
tools/trace: More tweaks to state dumping.
José Fonseca
2013-12-05
1
-3
/
+12
*
trace: Reorder dumping of pipe_rasterizer_state.
José Fonseca
2013-12-05
1
-3
/
+11
*
trace: Dump pipe_sampler_state::seamless_cube_map.
José Fonseca
2013-12-05
1
-0
/
+1
*
radeonsi: Remove some stale XXX / FIXME comments
Michel Dänzer
2013-12-05
2
-5
/
+1
*
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
*
glsl: Use fabs() on floating point values.
Matt Turner
2013-12-04
1
-2
/
+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
*
glsl: Remove silly OR(..., 0x0) from ldexp() lowering.
Matt Turner
2013-12-04
1
-3
/
+1
*
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
*
i965/cfg: Clean up cfg_t constructors.
Matt Turner
2013-12-04
9
-23
/
+9
*
i965/cfg: Throw out confusing make_list method.
Matt Turner
2013-12-04
2
-15
/
+7
*
i965/cfg: Include only needed headers.
Matt Turner
2013-12-04
2
-2
/
+3
*
i965/cfg: Remove unnecessary endif_stack.
Matt Turner
2013-12-04
1
-3
/
+1
*
i965/cfg: Rework to make IF & ELSE blocks flow into ENDIF.
Matt Turner
2013-12-04
2
-15
/
+25
*
i965/cfg: Keep pointers to IF/ELSE/ENDIF instructions in the cfg.
Matt Turner
2013-12-04
2
-3
/
+38
*
i965/cfg: Add code to dump blocks and cfg.
Matt Turner
2013-12-04
2
-0
/
+37
*
mesa: Remove support for GL_MESA_texture_array
Ian Romanick
2013-12-04
6
-45
/
+0
[next]