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
2010-06-13
r300g: turn blend state into a CB
Marek Olšák
3
-35
/
+49
2010-06-13
r300g: add API for building command buffers
Marek Olšák
2
-0
/
+145
2010-06-13
r300g: inline FLUSH_CS
Marek Olšák
2
-10
/
+4
2010-06-13
r300g: reorder CS macros and document them a little
Marek Olšák
2
-38
/
+52
2010-06-13
r300g: drop DBG_CS
Marek Olšák
3
-47
/
+1
2010-06-13
r300g: inline CHECK_CS
Marek Olšák
1
-4
/
+1
2010-06-13
r300g: replace r300_cs_info with simplier get_cs_free_dwords
Marek Olšák
4
-23
/
+9
2010-06-13
r300g: fix multiple render targets
Marek Olšák
1
-11
/
+6
2010-06-13
r300g: remove r300_state.h
Marek Olšák
4
-34
/
+8
2010-06-13
r300g: move two-sided stencilref fallback to its own file
Marek Olšák
5
-130
/
+164
2010-06-13
r300g: move index buffer translate functions to their new home
Marek Olšák
3
-130
/
+144
2010-06-13
r300g: add fallback for unaligned/unsupported vertex stride/offset/format
Marek Olšák
7
-9
/
+209
2010-06-13
r300g: upload only vertex buffers referenced by vertex elements
Marek Olšák
1
-17
/
+20
2010-06-12
i965: Fix gen6 front cull mode.
Eric Anholt
1
-1
/
+1
2010-06-12
i965: Use the new message header format for FF_SYNC on gen6.
Zhenyu Wang
1
-2
/
+7
2010-06-12
i965: Add support for math instructions in the gen6 WM.
Zhenyu Wang
1
-0
/
+15
2010-06-12
i965: Set the correct WM GRF start reg on gen6.
Zhenyu Wang
1
-1
/
+2
2010-06-12
i965: Update gen6 paths for the streaming rework.
Eric Anholt
3
-31
/
+4
2010-06-12
i965: Stream out CC unit state.
Eric Anholt
3
-155
/
+66
2010-06-12
draw/gs: copy the outputs only if we emitted something
Zack Rusin
1
-3
/
+5
2010-06-12
softpipe: small cleanup
Zack Rusin
1
-1
/
+3
2010-06-12
r300/compiler: fix scons build
Joakim Sindholt
1
-0
/
+1
2010-06-12
i965: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-06-11
scons: Disable i965g build if using MSVC.
Vinson Lee
1
-0
/
+4
2010-06-11
scons: Disable i915g build if using MSVC.
Vinson Lee
1
-0
/
+4
2010-06-11
r300/compiler: Handle more complex conditionals in loops.
Tom Stellard
1
-71
/
+84
2010-06-11
r300/compiler: Fix warning.
Tom Stellard
1
-1
/
+1
2010-06-11
r300/compiler: Handle SGT and SLE at the beginning of loops.
Tom Stellard
1
-3
/
+11
2010-06-11
r300/compiler: Verify assumptions about opcode types.
Tom Stellard
1
-4
/
+33
2010-06-11
r300/compiler: Unroll loops that decrement the counter.
Tom Stellard
1
-49
/
+83
2010-06-11
r300/compiler: Unroll loops that have a constant number of iterations.
Tom Stellard
1
-2
/
+209
2010-06-11
r300/compiler: Implement simple loop emulation
Tom Stellard
7
-3
/
+233
2010-06-11
i965: Remove the surface key used to generate constant surfaces.
Eric Anholt
3
-62
/
+14
2010-06-11
i965: Warning fixes from the i965-streaming merge.
Eric Anholt
2
-11
/
+0
2010-06-11
gallium/softpipe/draw: support samplers in geometry shaders
Zack Rusin
11
-5
/
+153
2010-06-11
tgsi: support 2d indirect addressing
Zack Rusin
5
-18
/
+86
2010-06-11
i965: Use the state base address to avoid relocations.
Eric Anholt
3
-38
/
+23
2010-06-11
i965: GC the last two arguments to brw_cache_data.
Eric Anholt
7
-22
/
+12
2010-06-11
i965: Remove brw_state_cache_bo_delete now that it's unused again.
Eric Anholt
2
-37
/
+0
2010-06-11
i965: Remove caching of surface state objects.
Eric Anholt
8
-288
/
+192
2010-06-11
i965: Convert the binding table to streamed indirect state.
Eric Anholt
8
-146
/
+132
2010-06-11
i965: Split constant buffer setup from its surface state/binding state.
Eric Anholt
8
-78
/
+79
2010-06-11
i965: Add support for streaming indirect state rather than caching objects.
Eric Anholt
5
-1
/
+66
2010-06-11
i965: Set the CC VP state immediately on state change.
Eric Anholt
7
-12
/
+67
2010-06-11
i965: Update old comment about state cache sizing.
Eric Anholt
1
-2
/
+2
2010-06-11
i965: Move no_batch_wrap assertion out across the area we're trying to verify.
Eric Anholt
1
-5
/
+3
2010-06-10
i965: remove UseProgram driver callback
Brian Paul
1
-10
/
+0
2010-06-11
docs: Update EGL doc.
Chia-I Wu
1
-19
/
+17
2010-06-11
st/egl: Do not build non-working driver combinations.
Chia-I Wu
1
-0
/
+6
2010-06-11
st/egl: Add fbdev backend.
Chia-I Wu
3
-6
/
+501
[next]