index
:
~tstellar/mesa
Jul20-test
MCCodeEmitter
SI-MCEmitter
Sep19-Compute
Sep24-Compute
aligned-args
amdgpu-namespace
amdil-clean
amdil-removal-May23
amdil-strip
attr-fix
automake-all
automake-gallium4
better-sched
bfgminer
clover-clang
clover-clock
clover-elf
clover-elf-final
clover-elf-v2
clover-elf-v3
clover-icd
clover-icd-v2
clover-icd-v3
clover-next
clover-r600-llvm
clover-r600-master
clover-r600-master-Apr13-2012-WIP
dataflow
debugger
fast-math
gallim-compute-r600-Apr24
gallium-automake
gallium-compute-r600
gallium-compute-r600-Apr27
gallium-compute-r600-June1
gallium-compute-r600-May17
gallium-compute-r600-May22
gallium-compute-r600-May31
gc-api
guda
if-conv-rebase
indirect-wip-2
indirect-wip-5
lds
libmesallvm
libmesallvm-prefix
llvm-build
llvm-dag
llvm-dag-May18
llvm-indirect-wip
llvm-reg-rewrite-wip
master
mike-encoding
mike-rebase
new-register-allocator
new-register-allocator-v2
piglit-nox
presub
presub-rebase-v2
r300-loops
r500-loops
r500-loops-rebase
r600-compute
r600-external-llvm
r600-llvm
r600-llvm-rc
r600-structure
r600-structure-v2
r600g-compute-newer-kernels
r600g-compute-unify
r600g-image-support
r600g-llvm-shader
r600g-llvm-shader-Feb08-2012
r600g-llvm-shader-Jan15-2012
regalloc
regalloc-wip
regalloc-wip-2
regalloc-wip-3
regalloc-wip-4
regalloc-wip-5
remove-amdil
sched-perf
sched-perf-rebase
sched-r500
sha1
si-compute
si-compute-v3
tex-sem
tgsi-llvm-rewrite-wip
tgsi-llvm-rewrite-wip-011212
tgsi-llvm-rewrite-wip-2
tgsi-rewrite-almost
tgsi-rewrite-needs-testing
vert-loops
vgpr-spilling-Jan07-2014
xvmc-r300-automake
tstellar's Mesa repository
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-02
XXX: Don't merge inst groups with MOVA and relative addressing
llvm-indirect-wip
Tom Stellard
1
-9
/
+47
2012-11-02
XXX: Remove AR hack
Tom Stellard
2
-1
/
+5
2012-11-02
XXX: Indirect DST
Tom Stellard
1
-12
/
+18
2012-11-01
XXX: Only do indirect addressing of temps
Tom Stellard
1
-6
/
+5
2012-10-31
XXX:
Tom Stellard
3
-30
/
+60
2012-10-25
XXX: Indirect
Tom Stellard
6
-2
/
+29
2012-10-21
gbm: Use the kms dumb ioctls for cursor instead of libkms
Kristian Høgsberg
3
-50
/
+77
2012-10-19
r600g: Remove special handling of PRED_SET* insructions for LLVM 3.2
Tom Stellard
1
-0
/
+2
2012-10-19
radeon/llvm: Sort tgsi opcode action initialization
Tom Stellard
1
-59
/
+50
2012-10-19
radeon/llvm: Fix lowering TGSI_OPCODE_SSG
Tom Stellard
1
-1
/
+1
2012-10-19
i965: Stop flushing the batch on timestamp queries, too.
Eric Anholt
1
-1
/
+0
2012-10-19
i965: Don't flush the batch immediately on EndQuery.
Eric Anholt
1
-5
/
+14
2012-10-19
i965/fs: Fix typo in refactor of brw_fs_reg_allocate.cpp.
Eric Anholt
1
-1
/
+1
2012-10-19
i965/vs: include format argument in debug printf
Tapani Pälli
1
-1
/
+1
2012-10-19
st/mesa: Fix source miptree level for copying data to finalized miptree.
Michel Dänzer
1
-1
/
+5
2012-10-19
clover: No need for clover::is_zero() to be a functor.
Francisco Jerez
5
-10
/
+8
2012-10-18
st/mesa: improve the guess_and_alloc_texture() heuristic
Brian Paul
1
-0
/
+2
2012-10-18
gallium: remove unused data pointer from pipe_transfer
Marek Olšák
6
-6
/
+0
2012-10-18
intel: Skip texsubimage fastpath for more pixel unpack state (v2)
Chad Versace
1
-1
/
+6
2012-10-17
Finish _HAVE_FULL_GL removal
Matt Turner
4
-51
/
+1
2012-10-17
configure.ac: Fix LLVM 3.2 r600/radeonsi error message
Dmitry Cherkasov
1
-1
/
+1
2012-10-17
svga: add svga_screen_cache_dump() debug helper
Brian Paul
2
-0
/
+37
2012-10-17
wayland: Drop support for ill-defined, unused wl_egl_pixmap
Kristian Høgsberg
5
-294
/
+4
2012-10-17
wayland: Remove 0.85 compatibility #ifdefs
Kristian Høgsberg
1
-26
/
+0
2012-10-17
egl/wayland: Update to Wayland 0.99 API
Kristian Høgsberg
7
-69
/
+173
2012-10-17
i965/fs: Statically allocate the reg_sets at context initialization.
Eric Anholt
3
-49
/
+61
2012-10-17
i965/fs: Allocate registers in the unused parts of the gen7 MRF hack range.
Eric Anholt
2
-1
/
+63
2012-10-17
i965/fs: Reduce the interference between payload regs and virtual GRFs.
Eric Anholt
2
-19
/
+152
2012-10-17
i965/fs: Expose the payload registers to the register allocator.
Eric Anholt
1
-7
/
+39
2012-10-17
i965/fs: Remove extra allocation for classes[].
Eric Anholt
1
-1
/
+1
2012-10-17
i965/fs: Make the register allocation class_sizes[] choice static.
Eric Anholt
2
-60
/
+42
2012-10-17
i965/vs: Improve live interval calculation.
Eric Anholt
4
-96
/
+388
2012-10-17
i965/vs: Fix the mlen of scratch read/write messages.
Eric Anholt
1
-2
/
+2
2012-10-17
i965: Make the cfg reusable from the VS.
Eric Anholt
5
-16
/
+16
2012-10-17
i965: Share the predicate field between FS and VS.
Eric Anholt
13
-33
/
+32
2012-10-17
i965: Rename fs_cfg types to not mention fs.
Eric Anholt
8
-65
/
+65
2012-10-17
i965: Move brw_fs_cfg.* to brw_cfg.*.
Eric Anholt
7
-6
/
+6
2012-10-17
i965: Make the FS and VS share a few visitor/instruction fields.
Eric Anholt
5
-24
/
+30
2012-10-17
i965/vs: Trim the swizzle of the scratch write temporary.
Eric Anholt
1
-1
/
+16
2012-10-17
i965/vs: Do the temporary allocation in emit_scratch_write().
Eric Anholt
3
-21
/
+12
2012-10-17
i965/vs: Simplify emit_scratch_write() prototype.
Eric Anholt
3
-8
/
+6
2012-10-17
i965/vs: Add a little bit of IR-level debug ability.
Eric Anholt
4
-5
/
+96
2012-10-17
glx: Add GLXBadProfileARB to the error string list
Adam Jackson
1
-0
/
+1
2012-10-17
glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString()
Owen W. Taylor
1
-1
/
+1
2012-10-17
gallivm: Hide AVX support when requested by LP_NATIVE_VECTOR_WIDTH or unsuppo...
José Fonseca
1
-0
/
+10
2012-10-17
gallivm: Use mcjit for ppc_64 architecture
Will Schmidt
1
-1
/
+4
2012-10-17
st/mesa: silence MSVC signed/unsigned comparison warning
Brian Paul
1
-1
/
+2
2012-10-17
st/mesa: silence MSVC double/unsigned assignment warning
Brian Paul
1
-1
/
+2
2012-10-17
tgsi: silence MSVC signed/unsigned comparison warnings
Brian Paul
2
-2
/
+2
2012-10-17
util: fix MSVC signed/unsigned comparison warning in u_upload_mgr.c code
Brian Paul
1
-1
/
+1
[next]