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-09-17
r300/compiler: Prevent regalloc from creating non-native swizzles
sched-r500
Tom Stellard
1
-16
/
+63
2011-09-17
r300/compiler: Enable reg rename pass on r500 and run it before optimizations
Tom Stellard
1
-4
/
+4
2011-09-17
r300/compiler: Prefer scheduling instructions that read the most channels
Tom Stellard
1
-25
/
+163
2011-09-17
r300/compiler: Allow merged instructions to be scheduled on demand
Tom Stellard
1
-50
/
+99
2011-09-17
mesa: implement unpack_SIGNED_GR1616 in format_unpack.c
Brian Paul
1
-1
/
+5
2011-09-17
meta: fix/add checks for GL_EXT_framebuffer_sRGB
Brian Paul
1
-2
/
+4
2011-09-17
mesa: s/short/ushort/ in unpack_SIGNED_RGBA_16()
Brian Paul
1
-1
/
+1
2011-09-17
d3d1x: fix parsing of SM4 relative addressing register op
Christoph Bumiller
1
-1
/
+1
2011-09-17
d3d1x: set flatshade_first in rasterizer state
Christoph Bumiller
2
-0
/
+2
2011-09-17
d3d1x: initialize point size and line width to 1
Christoph Bumiller
2
-0
/
+4
2011-09-16
r300/compiler: Add support for the output modifier (OMOD)
Tom Stellard
16
-25
/
+310
2011-09-16
r300/compiler: Move some helper functions to radeon_compiler_util.c
Tom Stellard
3
-33
/
+68
2011-09-16
r300/compiler: Don't unroll loops that conditionally increment the counter
Tom Stellard
1
-2
/
+14
2011-09-16
nouveau: Fix typos of ParseSourceList in SConscript files.
Vinson Lee
4
-4
/
+4
2011-09-16
scons: fix incorrect test for embedded build
Brian Paul
1
-1
/
+1
2011-09-16
winsys/radeon: use the cache bufmgr for buffers with PIPE_BIND_CUSTOM
Marek Olšák
2
-2
/
+2
2011-09-16
softpipe: use pipe_get_tile_rgba_format()
Brian Paul
1
-5
/
+6
2011-09-16
softpipe: use util_format_is_depth_or_stencil()
Brian Paul
1
-7
/
+1
2011-09-16
r600g: fixup missing scaled r600 types.
Dave Airlie
1
-0
/
+4
2011-09-16
r600g: interpret integer texture types as ints.
Dave Airlie
1
-0
/
+5
2011-09-16
r600g: take constantly interpolated values into a/c
Dave Airlie
1
-3
/
+4
2011-09-16
r600g: add flat non-interpolation support.
Dave Airlie
3
-3
/
+33
2011-09-16
r600g: set number type correctly for color buffers.
Dave Airlie
1
-5
/
+29
2011-09-16
r600g: add missing formats to color buffer setup.
Dave Airlie
2
-1
/
+17
2011-09-15
softpipe: use consistent indentation in sp_quad_blend.c
Brian Paul
1
-183
/
+183
2011-09-15
gallivm: fix build with LLVM 3.0svn
Tobias Droste
1
-1
/
+10
2011-09-15
Change strerror(ret) to strerror(-ret).
Eugeni Dodonov
1
-1
/
+1
2011-09-15
softpipe: fix blending for luminance/intensity surfaces
Brian Paul
1
-65
/
+96
2011-09-15
util: add util_format_is_luminance/intensity/rgb(), etc
Brian Paul
2
-1
/
+112
2011-09-15
wayland: Flush before blocking in swapbuffers.
Jørgen Lind
1
-2
/
+5
2011-09-15
mesa: fix error handling for dlist image unpacking
Brian Paul
1
-1
/
+14
2011-09-15
st/mesa: rewrap a long line
Brian Paul
1
-3
/
+4
2011-09-15
mesa: add missing ')' in error message
Brian Paul
1
-1
/
+1
2011-09-15
uniforms: accept all int/unsigned int sampler types in uniform checks.
Dave Airlie
1
-0
/
+22
2011-09-14
glsl: Remove field array_lvalue from ir_variable.
Paul Berry
4
-32
/
+21
2011-09-14
r600g: Initialize multi VGT related register on Cayman.
Michel Dänzer
3
-0
/
+12
2011-09-14
glx/dri2: Don't call X server for SwapBuffers when there's no back buffer.
Michel Dänzer
1
-0
/
+4
2011-09-14
DRI: Log something if we don't support legacy DRI
Andrew Deason
1
-1
/
+3
2011-09-14
GLX: Say something if we cannot connect via DRI2
Andrew Deason
1
-0
/
+1
2011-09-14
nvc0: implement resource_resolve
Christoph Bumiller
4
-5
/
+532
2011-09-14
llvmpipe: Remove dead lp_tile_shuffle_mask.py script.
José Fonseca
1
-32
/
+0
2011-09-14
scons: Remove dead MSVC SDK/DDK/WINCE tools.
José Fonseca
6
-1084
/
+0
2011-09-14
nv50/ir: add missing license headers
Christoph Bumiller
24
-1
/
+484
2011-09-14
st/mesa: fix/update comment on st_translate_color()
Brian Paul
1
-2
/
+3
2011-09-14
nvc0: emit tessellation mode and patch size in TCP/TEP validation
Christoph Bumiller
1
-1
/
+12
2011-09-14
nv50,nvc0: handle PIPE_CAP_MIN/MAX_TEXEL_OFFSET
Christoph Bumiller
2
-0
/
+8
2011-09-14
nvc0: remove old shader backend files
Christoph Bumiller
7
-7270
/
+0
2011-09-14
nvc0: hook up to new shader code generator
Christoph Bumiller
10
-612
/
+508
2011-09-14
nv50/ir: import new shader backend code
Christoph Bumiller
28
-2
/
+16435
2011-09-14
nvc0: prevent interruption of m2mf push
Christoph Bumiller
1
-20
/
+18
[next]