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
path:
root
/
src
/
gallium
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-05
r300/compiler: Implement simple loop emulation
Tom Stellard
1
-3
/
+3
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
1
-7
/
+9
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
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
mesa/st: add support for EXT_texture_swizzle.
Dave Airlie
3
-0
/
+4
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
llvmpipe: Do unswizzling in parallel when flushing for transfers.
José Fonseca
1
-0
/
+7
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-04
r600g: implement clear_{render_target, depth_stencil}, resource_copy_region
Marek Olšák
1
-0
/
+17
2010-06-04
r600g: make blit functions static (private)
Marek Olšák
4
-54
/
+34
2010-06-04
r600g: use cast wrappers
Marek Olšák
7
-35
/
+51
2010-06-03
r600g: Move declaration before code.
Vinson Lee
1
-1
/
+2
2010-06-03
util: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-06-03
nv50: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-06-03
svga: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-06-03
llvmpipe: Fix uninitialized variable on non-debug builds.
Vinson Lee
1
-0
/
+1
2010-06-03
r600g: added code for depthtesting
Bas Nieuwenhuizen
1
-5
/
+24
2010-06-03
r600g: adapt to interface changes
Roland Scheidegger
3
-22
/
+45
2010-06-03
Merge branch 'gallium-newclear'
Roland Scheidegger
45
-322
/
+731
2010-06-03
gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil
Roland Scheidegger
17
-217
/
+217
2010-06-01
gallium: Don't depend directly on staging dir in Xorg template makefile
Jakob Bornecrantz
1
-2
/
+2
2010-06-03
tgsi: we don't support indirect input/output registers in SSE codegen yet
Brian Paul
1
-6
/
+10
2010-06-03
tgsi: whitespace cleanup
Brian Paul
1
-14
/
+2
2010-06-03
gallium: add interpolation parameter to simple shader functions
Brian Paul
6
-48
/
+58
2010-06-01
gallium: Don't always copy the dri driver to the staging dir
Jakob Bornecrantz
1
-2
/
+4
2010-06-01
gallium: Create a Xorg driver template Makefile
Jakob Bornecrantz
2
-52
/
+82
2010-06-03
util/u_debug: use MAX2 macro
Brian Paul
1
-7
/
+1
2010-06-03
llvmpipe: Number shaders/variants for more reproducible function names in the...
José Fonseca
2
-7
/
+28
2010-06-03
gallivm: Register the JIT engine with oprofile on debug/profile builds.
José Fonseca
2
-1
/
+30
2010-06-03
gallivm: Factor out the quad derivative code into a single place. Fix ddy.
José Fonseca
5
-52
/
+204
2010-06-03
r300g: use util/u_debug
Joakim Sindholt
1
-54
/
+5
2010-06-03
gallium: silence all debug_named_value related warnings
Joakim Sindholt
6
-71
/
+71
2010-06-03
util/u_debug: add description field to debug_named_value
Joakim Sindholt
2
-6
/
+20
2010-06-03
scons: Handle Python OSError exception when missing libdrm_radeon.
Vinson Lee
1
-1
/
+5
2010-06-03
r300g: set the minimum texture stride to 64 bytes on RS600, RS690, and RS740
Marek Olšák
1
-2
/
+14
2010-06-02
gallivm: bump up LP_BUILD_FLOW_MAX_VARIABLES
Brian Paul
1
-1
/
+1
2010-06-02
llvmpipe: Fix bad logic.
José Fonseca
1
-1
/
+1
2010-06-02
llvmpipe: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-06-02
llvmpipe: Fix typo in assert.
José Fonseca
1
-1
/
+1
2010-06-02
llvmpipe: Per quad interpolation.
José Fonseca
2
-190
/
+136
2010-06-02
llvmpipe: Minor cleanup to the interpolator.
José Fonseca
2
-46
/
+54
2010-06-02
gallivm: Add a lp_build_const_elem().
José Fonseca
2
-14
/
+29
[next]