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-10
r300/compiler: Handle more complex conditionals in loops.
r300-loops
Tom Stellard
1
-71
/
+84
2010-06-08
r300/compiler: Fix warning.
Tom Stellard
1
-1
/
+1
2010-06-08
r300/compiler: Handle SGT and SLE at the beginning of loops.
Tom Stellard
1
-3
/
+11
2010-06-07
r300/compiler: Verify assumptions about opcode types.
Tom Stellard
1
-4
/
+33
2010-06-05
r300/compiler: Unroll loops that decrement the counter.
Tom Stellard
1
-49
/
+83
2010-06-05
r300/compiler: Unroll loops that have a constant number of iterations.
Tom Stellard
1
-2
/
+209
2010-06-05
r300/compiler: Implement simple loop emulation
Tom Stellard
7
-3
/
+233
2010-06-05
st/mesa: trivially enable GL_ATI_texture_env_combine3
Marek Olšák
1
-0
/
+2
2010-06-05
mesa: add ARB_texture_swizzle as alias of EXT_texture_swizzle, update relnotes
Marek Olšák
2
-0
/
+2
2010-06-04
i915g: Use template Xorg makefile
Jakob Bornecrantz
1
-46
/
+10
2010-06-04
gallium: Use correct defines in Xorg template makefile
Jakob Bornecrantz
1
-4
/
+4
2010-06-04
gallium: Add winsys to include path to Xorg template makefile
Jakob Bornecrantz
1
-0
/
+1
2010-06-05
gallium: always build drivers/sw
Joakim Sindholt
2
-7
/
+11
2010-06-05
r300compiler: fix scons build
Joakim Sindholt
1
-0
/
+2
2010-06-05
r600g: split instruction into scalar
Jerome Glisse
4
-147
/
+142
2010-06-05
Revert "llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query"
Roland Scheidegger
1
-2
/
+0
2010-06-05
i915g: fix bug in ds clear logic (still disabled)
Roland Scheidegger
1
-2
/
+2
2010-06-05
st/mesa: fix bug in depthstencil optimizing clear logic
Roland Scheidegger
1
-1
/
+2
2010-06-05
llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query
Roland Scheidegger
1
-0
/
+2
2010-06-05
llvmpipe: Expose PIPE_CAP_TEXTURE_SWIZZLE.
José Fonseca
1
-0
/
+2
2010-06-05
i915: Only emit a MI_FLUSH when the drawing rectangle offset changes.
Chris Wilson
2
-8
/
+24
2010-06-05
i915: Fix off-by-one for drawing rectangle.
Chris Wilson
1
-2
/
+2
2010-06-05
i915: Inhibit render cache flush when changing drawing rectangle offset.
Chris Wilson
1
-1
/
+1
2010-06-05
mesa/st: add support for EXT_texture_swizzle.
Dave Airlie
5
-2
/
+63
2010-06-05
r300/compiler: implement SIN+COS+SCS for vertex shaders
Marek Olšák
3
-21
/
+76
2010-06-05
r300/compiler: implement SNE unwound for r3xx VS, natively for r5xx VS
Marek Olšák
2
-1
/
+37
2010-06-05
r300/compiler: implement SEQ unwound for r3xx VS, natively for r5xx VS
Marek Olšák
2
-0
/
+36
2010-06-05
r300/compiler: implement SFL for vertex shaders
Marek Olšák
1
-2
/
+3
2010-06-04
docs: note that the Mesa demos are in a new repo
Brian Paul
1
-0
/
+2
2010-06-04
docs: links to the Mesa demos git repo
Brian Paul
1
-1
/
+11
2010-06-04
mesa: remove PROGRAM_DIRS from config files
Brian Paul
19
-22
/
+0
2010-06-04
mesa: remove old references to demo files and progs subdir
Brian Paul
1
-64
/
+6
2010-06-04
progs: remove rbug subdir
Brian Paul
13
-1010
/
+0
2010-06-04
demos: remove fbdev subdir
Brian Paul
3
-655
/
+0
2010-06-04
progs: remove beos subdir
Brian Paul
5
-560
/
+0
2010-06-04
progs: remove tools subdir
Brian Paul
7
-583
/
+0
2010-06-04
progs: remove slang subdir
Brian Paul
15
-3458
/
+0
2010-06-04
vbo: misc clean-ups
Brian Paul
1
-29
/
+36
2010-06-04
i915g: Rename winsys c file.
Vinson Lee
1
-1
/
+1
2010-06-04
llvmpipe: new -s option to run single test
Brian Paul
7
-3
/
+63
2010-06-04
i915: Don't use XRGB8888 on 830 and 845.
Eric Anholt
3
-2
/
+18
2010-06-04
i915: Clamp minimum lod to maximum texture level too.
Eric Anholt
1
-1
/
+3
2010-06-04
intel: Fix intel_compressed_num_bytes for FXT1 after I broke it.
Eric Anholt
1
-1
/
+1
2010-06-04
glsl: Recject rect samplers when GL_ARB_texture_rectangle is disabled
Kristian Høgsberg
1
-0
/
+27
2010-06-04
llvmpipe: Do unswizzling in parallel when flushing for transfers.
José Fonseca
1
-0
/
+7
2010-06-04
progs: Remove forked/dead files.
José Fonseca
5
-2013
/
+0
2010-06-04
st/egl: Fix compiler warnings.
Chia-I Wu
1
-0
/
+1
2010-06-04
st/egl: Move sw screen creation to native helper.
Chia-I Wu
5
-93
/
+52
2010-06-03
scons: Add cygwin to list of accepted platforms.
Vinson Lee
1
-1
/
+1
2010-06-04
r600g: implement clear_{render_target, depth_stencil}, resource_copy_region
Marek Olšák
1
-0
/
+17
[next]