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-17
XXX: Rebase cleanups r600g compute
gallium-compute-r600-May17
Tom Stellard
1
-0
/
+7
2012-05-17
XXX: Rebase-cleanup compute
Tom Stellard
1
-1
/
+0
2012-05-17
r600g: compute support for evergreen
Adam Rak
21
-10
/
+2621
2012-05-17
clover: Add function for building a clover::module for non-TGSI targets
Tom Stellard
1
-9
/
+165
2012-05-17
clover: Add constructors to some of the module classes
Tom Stellard
1
-0
/
+13
2012-05-17
clover: Add necessary flags to libclllvm_la_CXXFLAGS
Tom Stellard
1
-1
/
+5
2012-05-17
clover: Link to the necessary LLVM and Clang libs
Tom Stellard
2
-1
/
+20
2012-05-17
configure.ac: Add variables LLVM_CPPFLAGS and LLVM_LIBDIR
Tom Stellard
2
-0
/
+6
2012-05-17
configure.ac: Add option for libclc path
Tom Stellard
2
-0
/
+11
2012-05-17
clover: Handle PIPE_SHADER_IR_LLVM_R600
Tom Stellard
1
-0
/
+2
2012-05-17
r600g: Handle PIPE_SHADER_CAP_PREFERRED_IR
Tom Stellard
1
-2
/
+7
2012-05-17
gallium: Add PIPE_SHADER_IR_LLVM_R600 to enum pipe_shader_ir
Tom Stellard
1
-1
/
+2
2012-05-17
configure.ac: Add HAVE_OPENCL AM_CONDITIONAL
Tom Stellard
2
-0
/
+4
2012-05-17
radeon/llvm: Lower lrp intrinsic during ISel
Tom Stellard
3
-7
/
+19
2012-05-17
radeon/llvm: Remove AMDIL MAD instruction defs
Tom Stellard
6
-7
/
+14
2012-05-17
radeon/llvm: Remove AMDIL MUL_IEEE* instructions
Tom Stellard
3
-7
/
+3
2012-05-17
r600g: Handle MUL_IEEE in r600_bytecode_get_num_operands
Tom Stellard
1
-0
/
+2
2012-05-17
radeon/llvm: Expand fsub during ISel
Tom Stellard
2
-11
/
+2
2012-05-17
radeon/llvm: Remove AMDIL floating-point ADD instruction defs
Tom Stellard
5
-8
/
+9
2012-05-17
radeon/llvm: Remove AMDIL CMOVLOG* instruction defs
Tom Stellard
4
-26
/
+6
2012-05-17
radeon/llvm: Move lowering of ABS_i32 to ISel
Tom Stellard
4
-17
/
+16
2012-05-17
radeon/llvm: Remove sub patterns from AMDILInstrPatterns.td
Tom Stellard
2
-21
/
+1
2012-05-17
radeon/llvm: Add custom SDNodes for MAX
Tom Stellard
10
-10
/
+108
2012-05-17
state_tracker: remove sw_primitive_restart from st_context
Jordan Justen
2
-2
/
+0
2012-05-17
state_tracker: remove software handling of primitive restart
Jordan Justen
1
-178
/
+2
2012-05-17
state_tracker: set PrimitiveRestartInSoftware if needed
Jordan Justen
1
-0
/
+1
2012-05-17
vbo: use software primitive restart in the VBO module
Jordan Justen
1
-6
/
+37
2012-05-17
mesa: add PrimitiveRestartInSoftware to gl_context.Const
Jordan Justen
2
-0
/
+8
2012-05-17
vbo: add software primitive restart support
Jordan Justen
4
-0
/
+241
2012-05-17
mesa: Check for framebuffer completeness before looking at the rb.
Eric Anholt
1
-6
/
+6
2012-05-17
mesa: Fix assertion failure when a cube face is not present.
Eric Anholt
1
-1
/
+2
2012-05-17
glsl: Drop the extra NULL specifiction on ir_assignment constructors.
Eric Anholt
1
-21
/
+14
2012-05-17
glsl: Fix assertion failure on handling switch on uint expressions.
Eric Anholt
1
-1
/
+1
2012-05-17
glsl: Reject non-scalar switch expressions.
Eric Anholt
1
-4
/
+2
2012-05-17
glsl: Let the constructor figure out the types of switch-related expressions.
Eric Anholt
1
-4
/
+1
2012-05-17
glsl: Fix indentation of switch code.
Eric Anholt
1
-282
/
+263
2012-05-17
i965/vs: Fix up swizzle for dereference_array of matrices.
Eric Anholt
1
-2
/
+2
2012-05-17
mesa: Throw error on glGetActiveUniform inside Begin/End.
Eric Anholt
1
-0
/
+2
2012-05-17
glsl: Improve the local dead code optimization to eliminate unused channels.
Eric Anholt
1
-23
/
+126
2012-05-17
i965/fs: Do more register coalescing by using the interference graph.
Eric Anholt
2
-0
/
+62
2012-05-17
nouveau: place static buffers in VRAM if preferred by the driver
Christoph Bumiller
6
-12
/
+62
2012-05-17
nv50/ir: fix reversed order of lane ops in quadops
Christoph Bumiller
2
-4
/
+6
2012-05-17
nv50,nvc0: handle user vertex buffers
Christoph Bumiller
14
-308
/
+423
2012-05-17
nv50,nvc0: handle user index buffers
Christoph Bumiller
8
-47
/
+49
2012-05-17
nv50,nvc0: handle user constbufs without wrapping them in a resource
Christoph Bumiller
14
-165
/
+201
2012-05-17
st/mesa: set PIPE_BIND_STREAM_OUTPUT for TFB target in st_bufferobj_data
Christoph Bumiller
1
-0
/
+3
2012-05-16
darwin: Eliminate a possible race condition while destroying a surface
Jeremy Huddleston
1
-4
/
+4
2012-05-16
darwin: Unlock our mutex before destroying it
Jeremy Huddleston
1
-0
/
+3
2012-05-16
gallium/radeon: Fix r300g tiling breakage.
Michel Dänzer
6
-3
/
+18
2012-05-16
gallium/auxiliary/pipe-loader: Fix usage of anonymous union.
Francisco Jerez
3
-8
/
+8
[next]