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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Allow external textures to use fallback (0, 0, 0, 1)
Topi Pohjolainen
2013-10-11
1
-0
/
+1
*
i965: extend fast texture upload
Frank Henigman
2013-10-10
1
-69
/
+402
*
dri: Reference the global driver vtable once at screen init..
Eric Anholt
2013-10-10
2
-14
/
+23
*
i965: Clean up error handling for context creation.
Eric Anholt
2013-10-10
4
-34
/
+8
*
intel: Remove silly check for !bufmgr.
Eric Anholt
2013-10-10
2
-12
/
+0
*
dri: Move API version validation into dri/common.
Eric Anholt
2013-10-10
14
-225
/
+112
*
dri: Merge drisw_util.c into dri_util.c
Eric Anholt
2013-10-10
4
-386
/
+48
*
dri: Add an explanatory comment for an important driver entrypoint.
Eric Anholt
2013-10-10
1
-0
/
+7
*
dri: Remove dead comment.
Eric Anholt
2013-10-10
1
-4
/
+0
*
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
*
mesa: Fix compiler warnings when ALIGN's alignment is "1 << value".
Eric Anholt
2013-10-09
1
-1
/
+1
*
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
*
st/mesa: improve format selection for GLES
Marek Olšák
2013-10-08
3
-1
/
+40
*
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
*
glsl: Implement [iu]mulExtended() built-ins for ARB_gpu_shader5.
Matt Turner
2013-10-07
2
-0
/
+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
[next]