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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Don't disable SIMD16 when using the pixel interpolator
Neil Roberts
2015-07-03
1
-8
/
+3
*
nir: Don't allow copying SSA destinations
Jason Ekstrand
2015-07-02
1
-11
/
+11
*
mesa/prog: relative offsets into constbufs are not constant
Ilia Mirkin
2015-07-02
1
-0
/
+2
*
i965: allocate at least 1 BLEND_STATE element
Mike Stroyan
2015-07-02
1
-1
/
+1
*
mesa/st: Add checks for signed/unsigned integer conversions in ReadPixels
Iago Toral Quiroga
2015-07-02
1
-0
/
+28
*
nv50/ir: don't emit src2 in immediate form
Ilia Mirkin
2015-07-02
1
-2
/
+2
*
nvc0: tune PREFER_BLIT_BASED_TEXTURE_TRANSFER capability
Alexandre Courbot
2015-07-01
1
-1
/
+2
*
mesa: reset the source packing when creating temp transfer image
Ilia Mirkin
2015-07-01
1
-0
/
+1
*
nvc0: create screen fence objects with coherent attribute
Alexandre Courbot
2015-07-02
1
-2
/
+6
*
i965/gen9: use an unreserved surface alignment value
Nanley Chery
2015-07-01
1
-4
/
+4
*
i965/fs: Use the builder directly for the gen6 interpolation add(32)
Jason Ekstrand
2015-07-01
1
-6
/
+5
*
i965/fs: Relax fs_builder channel group assertion when force_writemask_all is...
Francisco Jerez
2015-07-01
3
-7
/
+7
*
nouveau: rename var name for nouveau_vieux to avoid conflict with nouveau
Ilia Mirkin
2015-07-01
1
-2
/
+2
*
glsl: create program resource list after LinkShader
Tapani Pälli
2015-07-01
2
-4
/
+2
*
glsl: expose build_program_resource_list function
Tapani Pälli
2015-07-01
2
-1
/
+5
*
glsl: build stageref mask using IR, not symbol table
Tapani Pälli
2015-07-01
1
-3
/
+11
*
ilo: remove ilo_image_params
Chia-I Wu
2015-07-01
1
-75
/
+47
*
ilo: add image_init_gen6_transfer_layout()
Chia-I Wu
2015-07-01
1
-75
/
+37
*
ilo: add image_set_gen6_bo_size()
Chia-I Wu
2015-07-01
3
-118
/
+89
*
ilo: add image_set_gen6_{hiz,mcs}
Chia-I Wu
2015-07-01
1
-49
/
+61
*
ilo: add image_get_gen6_monolithic_size()
Chia-I Wu
2015-07-01
1
-67
/
+67
*
ilo: add image_get_gen6_lods()
Chia-I Wu
2015-07-01
1
-88
/
+148
*
ilo: add image_get_gen{6,7}_alignment()
Chia-I Wu
2015-07-01
1
-159
/
+177
*
ilo: add image_get_gen6_{hiz,mcs}_enable()
Chia-I Wu
2015-07-01
1
-101
/
+97
*
ilo: add image_get_gen6_tiling()
Chia-I Wu
2015-07-01
1
-132
/
+177
*
ilo: add image_get_gen6_layout()
Chia-I Wu
2015-07-01
1
-82
/
+107
*
nv50/ir: copy joinAt when splitting both before and after
Ilia Mirkin
2015-07-01
3
-0
/
+5
*
gallivm: add fp64 support. (v2.1)
Dave Airlie
2015-07-01
8
-31
/
+553
*
tgsi: add infer support for double opcodes.
Dave Airlie
2015-07-01
1
-0
/
+37
*
freedreno: use consistent version string format
Timothy Arceri
2015-07-01
1
-1
/
+1
*
glsl: use consistent version string format
Timothy Arceri
2015-07-01
1
-7
/
+7
*
i965/fs: Fix PIXEL_X/Y in regs_read()
Jason Ekstrand
2015-06-30
1
-1
/
+1
*
i965/fs: Remove the width field from fs_reg
Jason Ekstrand
2015-06-30
8
-107
/
+30
*
i965/fs_generator: Use inst->exec_size for determining hardware reg widths
Jason Ekstrand
2015-06-30
1
-7
/
+7
*
i965/fs: Use exec_size instead of dst.width for computing component size
Jason Ekstrand
2015-06-30
5
-8
/
+8
*
i965/fs: Use the builder dispatch_width for computing register offsets
Jason Ekstrand
2015-06-30
1
-1
/
+1
*
i965/fs: Use the builder dispatch width instead of dst.width for pull constants
Jason Ekstrand
2015-06-30
1
-4
/
+4
*
i965/fs: Remove exec_size guessing from fs_inst::init()
Jason Ekstrand
2015-06-30
1
-22
/
+0
*
i965/fs_builder: Use the dispatch width for setting exec sizes
Jason Ekstrand
2015-06-30
1
-9
/
+11
*
i965/fs: Use exec_size for determining regs read/written and partial writes
Jason Ekstrand
2015-06-30
1
-3
/
+3
*
i965/fs: Remove fs_inst constructors that don't take an explicit exec_size
Jason Ekstrand
2015-06-30
4
-39
/
+8
*
i965/fs: Make better use of the builder in shader_time
Jason Ekstrand
2015-06-30
1
-6
/
+8
*
i965/fs: Add a builder argument to offset()
Jason Ekstrand
2015-06-30
7
-123
/
+132
*
i965/fs: Move offset(fs_reg, unsigned) to brw_fs.h
Jason Ekstrand
2015-06-30
2
-21
/
+21
*
i965/blorp: Explicitly set execution sizes for new'd instructions
Jason Ekstrand
2015-06-30
1
-4
/
+5
*
i965/fs: Set the builder group for emitting FB-write stencil/AA alpha
Jason Ekstrand
2015-06-30
1
-1
/
+1
*
i965/fs: Explicitly set the exec_size on the add(32) in interpolation setup
Jason Ekstrand
2015-06-30
1
-4
/
+6
*
i965/fs: Properly handle LOAD_PAYLOAD in fs_inst::regs_read
Jason Ekstrand
2015-06-30
1
-0
/
+5
*
i965/fs: Report the right value in fs_inst::regs_read() for PIXEL_X/Y
Jason Ekstrand
2015-06-30
1
-2
/
+9
*
i965/fs: Fix fs_inst::regs_read() for uniform pull constant loads
Jason Ekstrand
2015-06-30
1
-0
/
+6
[next]