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
2011-08-21
glsl: remove an unnecessary header include
Chia-I Wu
1
-1
/
+0
2011-08-21
mesa: fix !FEATURE_GL build
Chia-I Wu
1
-18
/
+18
2011-08-20
i965/gen7: Use align1 mode to set URB_WRITE_HWORD channel enables.
Kenneth Graunke
1
-0
/
+3
2011-08-19
i965/fs: Don't double-convert integer/boolean uniforms.
Kenneth Graunke
1
-16
/
+20
2011-08-19
mesa, glsl_to_tgsi: Add new gl_context::NativeIntegers flag.
Kenneth Graunke
3
-27
/
+37
2011-08-19
ir_to_mesa: Remove incorrect usage of the 'struct' keyword on classes.
Kenneth Graunke
1
-2
/
+2
2011-08-19
i965/fs: Change incorrect use of 'struct fs_reg' to simply 'fs_reg'.
Kenneth Graunke
1
-1
/
+1
2011-08-19
glsl: Remove unused variable.
Kenneth Graunke
1
-1
/
+0
2011-08-19
i965/vs: Implement proper register allocation instead of 1:1 mapping.
Eric Anholt
2
-1
/
+155
2011-08-19
i965/vs: Add simple dead code elimination.
Eric Anholt
3
-0
/
+38
2011-08-19
i965/vs: Copy the live intervals calculation over from the FS.
Eric Anholt
4
-0
/
+139
2011-08-19
i965/vs: Remove stale comment about compressed instructions.
Eric Anholt
1
-1
/
+0
2011-08-19
r600g: don't allocate separate depth and stencil for transfer textures on EG
Marek Olšák
1
-1
/
+2
2011-08-19
r600g: finally enable float depth buffers on evergreen
Marek Olšák
1
-0
/
+11
2011-08-19
r600g: rename resource -> view in create_sampler_view
Marek Olšák
2
-32
/
+26
2011-08-19
r600g: hack around a problem with texture alignment
Marek Olšák
1
-0
/
+10
2011-08-19
r600g: simplify the conditionals determining array mode
Marek Olšák
1
-20
/
+11
2011-08-19
r600g: put depth and stencil into one backing buffer
Marek Olšák
1
-10
/
+17
2011-08-19
r600g: fix depth-stencil on evergreen
Marek Olšák
4
-55
/
+99
2011-08-19
mesa: handle array textures in GenerateMipmap(), FramebufferTexture1/2D()
Brian Paul
1
-3
/
+21
2011-08-19
meta: use fallback mipmap generation for 1D/2D texture arrays
Brian Paul
1
-2
/
+5
2011-08-19
mesa: set Q=1 for OPCODE_TEX execution
Brian Paul
1
-0
/
+8
2011-08-19
mesa: restructure error checking in _mesa_FramebufferTexture1D/2DEXT()
Brian Paul
1
-11
/
+45
2011-08-19
mesa: Declare _mesa_meta_begin()/end() as public
Chad Versace
2
-142
/
+147
2011-08-19
nv50: fix potential null deref in insn modifer optimization pass
Christoph Bumiller
1
-2
/
+4
2011-08-19
glx: use a block to fix declarations after code warning
Brian Paul
1
-7
/
+9
2011-08-19
r600g: fix a possible crash in r600_adjust_gprs
Marek Olšák
1
-1
/
+1
2011-08-18
mesa: fix incorrect error code in _mesa_FramebufferTexture1D/3DEXT()
Brian Paul
1
-2
/
+2
2011-08-18
glapi: update .gitignore for generated ES dispatch headers
Paul Berry
2
-3
/
+4
2011-08-18
llvmpipe: Don't build lp_test_arit on MSVC.
José Fonseca
1
-1
/
+1
2011-08-18
llvmpipe: snprintf->util_snprintf.
José Fonseca
1
-1
/
+2
2011-08-18
llvmpipe: Add u_math.h include.
José Fonseca
1
-0
/
+1
2011-08-18
scons: Add support for LLVM-2.9 on Windows.
José Fonseca
1
-1
/
+15
2011-08-18
glx: Don't flush twice if we fallback to dri2CopySubBuffer
Kristian Høgsberg
1
-11
/
+10
2011-08-18
r600g: implement NV_primitive_restart functionality (v2)
Marek Olšák
4
-1
/
+11
2011-08-17
r600g: fix scons build
Marek Olšák
1
-0
/
+1
2011-08-17
i965/fs: Fix 32-bit integer multiplication.
Eric Anholt
2
-1
/
+22
2011-08-17
nv50: don't drop flags definition when merging SAT with ADD/MAD
Christoph Bumiller
1
-0
/
+2
2011-08-17
st/mesa: fix incorrect loop over instruction src regs
Brian Paul
1
-1
/
+1
2011-08-17
st/dri: Indent driconf options
Lauri Kasanen
1
-7
/
+11
2011-08-17
xmlpool.h: fix a typo
Lauri Kasanen
1
-1
/
+1
2011-08-17
xmlconfig: Make the error message more informative
Lauri Kasanen
1
-1
/
+1
2011-08-16
mesa: Bump instruction execution limit to 65536
Ian Romanick
1
-1
/
+1
2011-08-16
mesa: Add partial constant propagation pass for Mesa IR
Ian Romanick
5
-0
/
+458
2011-08-16
ir_to_mesa: Emit a MAD(b, -a, b) for !a && b
Ian Romanick
1
-0
/
+52
2011-08-16
ir_to_mesa: Implement ir_binop_all_equal using DP4 w/SGE
Ian Romanick
1
-1
/
+12
2011-08-16
ir_to_mesa: Implement ir_binop_any_nequal using DP4 w/saturate or DP4 w/SLT
Ian Romanick
1
-2
/
+20
2011-08-16
ir_to_mesa: Implement ir_unop_any using DP4 w/saturate or DP4 w/SLT
Ian Romanick
1
-4
/
+23
2011-08-16
ir_to_mesa: Make ir_to_mesa_visitor::emit_dp return the instruction
Ian Romanick
1
-7
/
+7
2011-08-16
ir_to_mesa: Implement ir_binop_logic_or using an add w/saturate or add w/SLT
Ian Romanick
1
-4
/
+21
[next]