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-05-11
r600g: compute support for evergreen
gallium-compute-r600
Adam Rak
21
-10
/
+2621
2012-05-11
clover: Add function for building a clover::module for non-TGSI targets
Tom Stellard
1
-9
/
+165
2012-05-11
clover: Add constructors to some of the module classes
Tom Stellard
1
-0
/
+13
2012-05-11
clover: Add necessary flags to libclllvm_la_CXXFLAGS
Tom Stellard
1
-1
/
+5
2012-05-11
clover: Link to the necessary LLVM and Clang libs
Tom Stellard
2
-1
/
+20
2012-05-11
configure.ac: Add variables LLVM_CPPFLAGS and LLVM_LIBDIR
Tom Stellard
2
-0
/
+6
2012-05-11
configure.ac: Add option for libclc path
Tom Stellard
2
-0
/
+11
2012-05-11
clover: Handle PIPE_SHADER_IR_LLVM_R600
Tom Stellard
1
-0
/
+2
2012-05-11
r600g: Handle PIPE_SHADER_CAP_PREFERRED_IR
Tom Stellard
1
-0
/
+7
2012-05-11
gallium: Add PIPE_SHADER_IR_LLVM_R600 to enum pipe_shader_ir
Tom Stellard
1
-1
/
+2
2012-05-11
configure.ac: Add HAVE_OPENCL AM_CONDITIONAL
Tom Stellard
2
-0
/
+4
2012-05-11
gallivm: Fix copy'n'paste typo bug translating CEIL opcode.
José Fonseca
1
-2
/
+2
2012-05-11
r600g: assume DISCARD_WHOLE_RESOURCE is always used with WRITE
Marek Olšák
1
-6
/
+5
2012-05-11
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa
Marek Olšák
1
-1
/
+3
2012-05-11
Merge branch 'gallium-userbuf'
Marek Olšák
91
-817
/
+710
2012-05-11
radeon/llvm: Fix Evergreen/Cayman tablegen predicates
Tom Stellard
1
-1
/
+3
2012-05-11
gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/
José Fonseca
3
-5
/
+4
2012-05-11
gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.
José Fonseca
5
-4
/
+8
2012-05-11
llvmpipe: Fix triangle bounding box calculation to be correctly inclusive or ...
James Benton
1
-8
/
+6
2012-05-11
llvmpipe: Change triangle rasterization comparison from < 0 to <= 0
James Benton
1
-1
/
+8
2012-05-11
clover: Implement CL_MEM_COPY_HOST_PTR.
Francisco Jerez
4
-7
/
+20
2012-05-11
gallium/targets/pipe-loader: Prepend DESTDIR to the installation directory.
Alexey Shvetsov
1
-2
/
+2
2012-05-11
clover: Assorted build fixes.
Tom Stellard
1
-8
/
+30
2012-05-11
clover: Import OpenCL state tracker.
Francisco Jerez
51
-3
/
+14729
2012-05-11
gallium/tests/trivial: Import compute unit tests.
Francisco Jerez
2
-1
/
+1594
2012-05-11
gallium/gbm: Switch to auxiliary/pipe-loader.
Francisco Jerez
13
-574
/
+52
2012-05-11
gallium/tests/trivial: Switch to the pipe loader.
Francisco Jerez
4
-36
/
+50
2012-05-11
gallium: Add "pipe-loader" target.
Francisco Jerez
7
-0
/
+315
2012-05-11
gallium: Add pipe loader for device enumeration and driver multiplexing.
Francisco Jerez
10
-0
/
+691
2012-05-11
gallium/tgsi/text: Replace open-coded integer parsing with parse_int().
Francisco Jerez
1
-17
/
+3
2012-05-11
gallium/tgsi/text: Parse immediates of non-float data types.
Francisco Jerez
1
-18
/
+48
2012-05-11
gallium/tgsi: Fix tgsi_build_full_immediate() for non-float data types.
Francisco Jerez
1
-22
/
+8
2012-05-11
gallium/tgsi/text: Make label parsing optional for branch instructions.
Francisco Jerez
1
-10
/
+9
2012-05-11
st/mesa: Use local temporary registers.
Francisco Jerez
1
-4
/
+4
2012-05-11
gallium/tgsi/ureg: Support local temporary emission.
Francisco Jerez
2
-6
/
+60
2012-05-11
gallium/tgsi/ureg: Lift the restriction on releasing temporaries over UREG_MA...
Francisco Jerez
1
-27
/
+22
2012-05-11
gallium/util: Define util_strchrnul.
Francisco Jerez
1
-6
/
+18
2012-05-11
gallium/compute: Drop TGSI dependency.
Francisco Jerez
3
-2
/
+13
2012-05-11
gallium/tgsi: Introduce the "LOCAL" register declaration modifier.
Francisco Jerez
5
-27
/
+54
2012-05-11
gallium/tgsi: Add support for atomic opcodes.
Francisco Jerez
3
-2
/
+188
2012-05-11
gallium/tgsi: Add support for barriers.
Francisco Jerez
3
-1
/
+59
2012-05-11
gallium/tgsi: Define system values used to query the compute grid parameters.
Francisco Jerez
2
-2
/
+10
2012-05-11
gallium/tgsi: Add resource write-back support.
Francisco Jerez
8
-4
/
+45
2012-05-11
gallium/tgsi: Add support for raw resources.
Francisco Jerez
5
-4
/
+40
2012-05-11
gallium/tgsi: Define the TGSI_BUFFER texture target.
Francisco Jerez
5
-6
/
+6
2012-05-11
gallium/tgsi: Introduce the compute processor.
Francisco Jerez
5
-4
/
+9
2012-05-11
gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.
Francisco Jerez
19
-74
/
+141
2012-05-11
gallium: Add context hooks for binding shader resources.
Francisco Jerez
5
-1
/
+58
2012-05-11
gallium/tgsi: Split sampler views from shader resources.
Francisco Jerez
17
-183
/
+303
2012-05-11
gallium: Basic compute interface.
Francisco Jerez
7
-2
/
+185
[next]