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
/
drivers
/
nv50
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-03
nv50: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-06-03
gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil
Roland Scheidegger
1
-6
/
+6
2010-05-29
nv50: adapt to clear interface changes
Roland Scheidegger
3
-18
/
+22
2010-05-21
Merge branch 'gallium-msaa'
Roland Scheidegger
3
-10
/
+39
2010-05-21
Merge branch 'gallium-front-ccw'
Keith Whitwell
1
-55
/
+27
2010-05-20
nv50: fixed other void pointer arithmetic errors
Xavier Chantry
1
-5
/
+6
2010-05-20
nv50: fix too long shader uploads by splitting them
Xavier Chantry
2
-8
/
+19
2010-05-20
nv50: fill in shader limits
Christoph Bumiller
1
-0
/
+28
2010-05-19
nv50: fix typo: s/_/./
Brian Paul
1
-1
/
+1
2010-05-18
gallium: implement set_sample_mask() in all drivers
Roland Scheidegger
1
-0
/
+7
2010-05-17
nouveau: adapt to interface changes
Roland Scheidegger
2
-10
/
+32
2010-05-14
gallium: more work on ccw flag removal
Keith Whitwell
1
-1
/
+1
2010-05-14
gallium: convert rasterizer state to use gl-style front/back concepts
Keith Whitwell
1
-55
/
+27
2010-05-12
gallium: Make PIPE_CAP_xxx enums.
José Fonseca
1
-2
/
+2
2010-05-05
nouveau: only advertise PIPE_FORMAT_DXT* if s3tc available
Xavier Chantry
1
-4
/
+12
2010-04-30
nv50: raise constant buffers size to maximum
Christoph Bumiller
3
-15
/
+10
2010-04-30
nv50: relax restriction on surface_copy format equality a bit
Christoph Bumiller
1
-1
/
+27
2010-04-30
nv50: don't segfault on OPCODE_END for empty programs
Christoph Bumiller
1
-5
/
+6
2010-05-17
gallium: EXT_timer_query support.
Mathias Fröhlich
1
-0
/
+2
2010-04-24
nv50: Add to SCons build.
Vinson Lee
1
-0
/
+26
2010-04-20
nv50: make a working check for user memory vertex/index buffers
Christoph Bumiller
2
-2
/
+10
2010-04-20
nv50: fix FP result counting for depth output
Christoph Bumiller
1
-1
/
+1
2010-04-20
nv50: support vertex index bias
Christoph Bumiller
2
-7
/
+41
2010-04-20
nv50: move declaration before code
Brian Paul
1
-1
/
+1
2010-04-20
nv50: fixed void pointer arithment warning
Brian Paul
1
-1
/
+1
2010-04-20
gallium: replace pipe_resource::_usage with pipe_resource::usage
Brian Paul
1
-2
/
+2
2010-04-20
nv50: add missing idxbias param to nv50_push_elements_instanced()
Brian Paul
2
-4
/
+5
2010-04-20
Merge branch 'gallium-index-bias'
José Fonseca
3
-6
/
+11
2010-04-19
nv50: Adapt for index bias interface change.
José Fonseca
3
-6
/
+11
2010-04-19
Merge branch '7.8'
Brian Paul
1
-1
/
+1
2010-04-19
gallium/draw: use correct rasterization state for wide/AA points/lines
Brian Paul
1
-1
/
+1
2010-04-19
nv50: Fix include recursion.
Vinson Lee
1
-1
/
+2
2010-04-17
nv50: Initialize variables.
Vinson Lee
2
-6
/
+6
2010-04-17
nv50: Remove unused variable.
Vinson Lee
1
-2
/
+0
2010-04-17
nv50: Remove redundant assignment.
Vinson Lee
1
-1
/
+1
2010-04-15
nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...
Luca Barbieri
1
-4
/
+2
2010-04-12
nouveau: bind the 3D engine to subchannel 7 and add RING_3D
Luca Barbieri
1
-0
/
+3
2010-04-11
nv50: fix texture relocs
Christoph Bumiller
1
-23
/
+27
2010-04-10
nv50: plug in miptree resource vtbl
Christoph Bumiller
3
-3
/
+8
2010-04-10
Squashed commit of the following:
Keith Whitwell
18
-150
/
+523
2010-04-09
nouveau: Import latest nouveau_class.h from renouveau
Ben Skeggs
1
-2
/
+2
2010-04-07
nouveau: allow multiple simultaneous maps of a pipe_transfer
Ben Skeggs
1
-1
/
+9
2010-04-07
nv50: fix assertion that caused piglit texturing/texrect-many to fail
Ben Skeggs
1
-1
/
+1
2010-04-03
util: Revert unsolicited, untested, unreviewed, and broken changes to format ...
José Fonseca
1
-1
/
+0
2010-04-02
gallium/util: revert util_format_init addition
Luca Barbieri
1
-2
/
+0
2010-04-02
nv50: call util_format_init
Luca Barbieri
1
-0
/
+3
2010-03-30
gallium: adapt all code to the renamed depth/stencil formats
Roland Scheidegger
5
-12
/
+12
2010-03-26
nv50: fix FACE semantic check in FP input slot assignments
Christoph Bumiller
1
-1
/
+1
2010-03-21
nv50: report driver as GLSL capable
Christoph Bumiller
1
-1
/
+1
2010-03-21
nv50: don't validate arrays on clear
Christoph Bumiller
1
-0
/
+4
[next]