index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Convert gen7 to using GRFs for texture messages.
Eric Anholt
2013-10-10
9
-109
/
+170
*
i965/fs: Allocate more register classes on gen7.
Eric Anholt
2013-10-10
2
-18
/
+30
*
i965/fs: Use per-channel interference for register_coalesce_2().
Eric Anholt
2013-10-10
3
-23
/
+26
*
i965/fs: Use the new per-channel live ranges for dead code elimination.
Eric Anholt
2013-10-10
2
-3
/
+16
*
i965/fs: Keep a copy of the live variables class around.
Eric Anholt
2013-10-10
3
-12
/
+17
*
i965/fs: Invalidate live intervals when compacting; don't fix them.
Kenneth Graunke
2013-10-10
1
-4
/
+1
*
i965/fs: Remove start/end aliases in compute_live_intervals().
Kenneth Graunke
2013-10-10
1
-8
/
+6
*
i965/fs: Track live variable ranges on a per-channel level.
Eric Anholt
2013-10-10
2
-74
/
+85
*
i965/fs: Factor def[]/use[] setup out to a separate function.
Eric Anholt
2013-10-10
2
-16
/
+43
*
i965/fs: Create a helper function for invalidating live intervals.
Kenneth Graunke
2013-10-10
7
-15
/
+21
*
i965/fs: Do live variables dataflow analysis on a per-channel level.
Eric Anholt
2013-10-10
2
-17
/
+73
*
i965/fs: Rename num_vars to num_vgrfs in live interval analysis.
Kenneth Graunke
2013-10-10
2
-8
/
+7
*
i965/fs: Short-circuit a loop in live variable analysis.
Kenneth Graunke
2013-10-10
1
-5
/
+6
*
i965/blorp: Allow format conversions for CopyTexSubImage.
Kenneth Graunke
2013-10-09
1
-1
/
+14
*
i965/blorp: Rework sRGB override behavior.
Kenneth Graunke
2013-10-09
2
-9
/
+15
*
i965/blorp: Explain why Z24 can't use a sensible format.
Kenneth Graunke
2013-10-09
1
-1
/
+5
*
i965/blorp: Use R32_FLOAT for Z32F surfaces.
Kenneth Graunke
2013-10-09
1
-6
/
+8
*
i965/blorp: Use R16_UNORM for Z16 surfaces.
Kenneth Graunke
2013-10-09
1
-6
/
+1
*
i965/blorp: Add support for non-render-target formats.
Kenneth Graunke
2013-10-09
1
-7
/
+7
*
i965/blorp: Add an is_render_target parameter to surface_info::set.
Kenneth Graunke
2013-10-09
4
-6
/
+8
*
i965/blorp: Fix the register types on blorp's push constants.
Eric Anholt
2013-10-09
1
-16
/
+16
*
i965: Fix 3D texture layout by more literally copying from the spec.
Eric Anholt
2013-10-09
1
-55
/
+20
*
i965: Don't forget the cube map padding on gen5+.
Eric Anholt
2013-10-09
1
-7
/
+15
*
i965: keep SecHalf flag after register coalescing
Chia-I Wu
2013-10-09
1
-0
/
+1
*
i965: allow SIMD8 sampler messages in SIMD16 mode
Chia-I Wu
2013-10-09
1
-1
/
+2
*
i965: make BRW_COMPRESSION_2NDHALF valid for brw_SAMPLE
Chia-I Wu
2013-10-09
1
-1
/
+16
*
i965: Initialize brw_blorp_const_color_program::prog_data.
Vinson Lee
2013-10-08
1
-0
/
+2
*
i965: Fix a compiler warning about conservative depth enums.
Eric Anholt
2013-10-08
1
-0
/
+2
*
i965/gs: Fixup gl_PointSize on entry to geometry shaders.
Paul Berry
2013-10-08
1
-0
/
+17
*
gen7: Use logical, not physical, dims in 3DSTATE_DEPTH_BUFFER (v2)
Chad Versace
2013-10-07
2
-4
/
+4
*
i965: Remove the "ARF" register file.
Matt Turner
2013-10-07
5
-16
/
+6
*
i965: Fixup for don't dead-code eliminate instructions that write to the accu...
Matt Turner
2013-10-07
2
-4
/
+2
*
i965: Generate code for ir_binop_imul_high.
Matt Turner
2013-10-07
3
-0
/
+18
*
i965: Use the multiplication result's type for the accumulator.
Matt Turner
2013-10-07
2
-2
/
+2
*
i965/fs: Disable CSE on instructions writing to HW_REG.
Matt Turner
2013-10-07
1
-1
/
+2
*
i965: Add Gen assertion checks for newer instructions.
Matt Turner
2013-10-07
2
-0
/
+22
*
i965: Don't dead-code eliminate instructions that write to the accumulator.
Matt Turner
2013-10-07
2
-2
/
+30
*
i965: Generate code for ir_binop_carry and ir_binop_borrow.
Matt Turner
2013-10-07
14
-0
/
+80
*
i965: Add UD null register helpers.
Matt Turner
2013-10-07
2
-0
/
+6
*
dri/nouveau: add AllocTextureImageBuffer implementation
Ilia Mirkin
2013-10-06
1
-0
/
+9
*
i965/ivb: Flag RG32F quirk for texture gather regardless of swizzles
Chris Forbes
2013-10-06
1
-1
/
+1
*
i965/vs: Add support for textureGather(.., comp)
Chris Forbes
2013-10-06
1
-7
/
+11
*
i965/fs: Add support for textureGather(.., comp)
Chris Forbes
2013-10-06
1
-7
/
+11
*
i965: Enable ARB_conservative_depth for Gen7+.
Chris Forbes
2013-10-06
1
-0
/
+1
*
i965/wm: Program correct conservative depth modes
Chris Forbes
2013-10-06
1
-2
/
+14
*
i965/vs: add missing break between ir_query_levels and ir_tg4 cases
Chris Forbes
2013-10-05
1
-0
/
+1
*
i965: enable ARB_texture_query_levels on Gen6+
Chris Forbes
2013-10-05
1
-0
/
+1
*
i965/vs: implement ir_query_levels
Chris Forbes
2013-10-05
1
-1
/
+14
*
i965/fs: implement ir_query_levels
Chris Forbes
2013-10-05
1
-1
/
+19
*
i965: ignore all texturing opcodes without a coordinate, for cubemap normalize
Chris Forbes
2013-10-05
1
-1
/
+1
[next]