index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv50: save tgsi instructions
Christoph Bumiller
2010-09-09
2
-0
/
+6
*
nv50: load address register before using it, not after
Christoph Bumiller
2010-09-03
1
-5
/
+7
*
Merge remote branch 'origin/master' into nv50-compiler
Christoph Bumiller
2010-09-02
139
-5045
/
+12138
|
\
|
*
r600g: fix memory/bo leak
Jerome Glisse
2010-09-02
3
-0
/
+20
|
*
r600g: fix thinko in shadow code.
Dave Airlie
2010-09-02
1
-1
/
+1
|
*
r600g: fix logicop, the 3d ROP is the 2D rop shifted twice.
Dave Airlie
2010-09-02
1
-1
/
+1
|
*
r600g: fix depth texture tests
Dave Airlie
2010-09-02
1
-2
/
+2
|
*
r600g: add missing vertex fetch formats to the translation table.
Dave Airlie
2010-09-02
2
-0
/
+3
|
*
r600g: fix binding of same texture to several target slot
Jerome Glisse
2010-09-01
2
-23
/
+62
|
*
r600g: fix incorrect state naming in pipe_sampler vs pipe_sampler_view
Dave Airlie
2010-09-02
1
-1
/
+1
|
*
r600g: silence compiler warning
Jerome Glisse
2010-09-01
1
-1
/
+1
|
*
r600g: refix db/cb state
Jerome Glisse
2010-09-01
6
-32
/
+119
|
*
r600g: fix up default state differences between r6xx and r7xx
Alex Deucher
2010-09-01
1
-6
/
+16
|
*
r600g: avoid dynamic allocation of states
Jerome Glisse
2010-09-01
10
-927
/
+399
|
*
Revert "Revert "r600g: precompute some of the hw state""
Jerome Glisse
2010-09-01
7
-88
/
+142
|
*
nouveau/nvfx: Remove enforcement of bit depth being same as front buffer
Patrice Mandin
2010-09-01
1
-17
/
+0
|
*
r600g: correct cb/zb offset emits.
Dave Airlie
2010-09-01
1
-2
/
+2
|
*
Revert "r600g: precompute some of the hw state"
Dave Airlie
2010-09-01
7
-142
/
+184
|
*
r600g: fix typo causing segfault.
Dave Airlie
2010-09-01
1
-1
/
+1
|
*
r600g: fix glean texCube and shadows.
Dave Airlie
2010-09-01
1
-5
/
+149
|
*
llvmpipe: slightly simplify build_mask
Keith Whitwell
2010-08-31
1
-6
/
+2
|
*
llvmpipe: combine linear mask calculation
Keith Whitwell
2010-08-31
2
-15
/
+84
|
*
llvmpipe: intrinsics versions of build_mask functions
Keith Whitwell
2010-08-31
1
-1
/
+77
|
*
r600g: fix up depth write swizzles.
Dave Airlie
2010-08-31
1
-1
/
+4
|
*
r600g: fix fp-fragment-position test.
Dave Airlie
2010-08-31
1
-0
/
+1
|
*
r600g: fix typo in last commit
Dave Airlie
2010-08-31
1
-1
/
+1
|
*
r600g: fix position input to fragment shader.
Dave Airlie
2010-08-31
1
-0
/
+7
|
*
r600g: remove unneeded function call from scs
Dave Airlie
2010-08-31
1
-4
/
+0
|
*
r600g: make LIT work properly
Dave Airlie
2010-08-31
1
-8
/
+3
|
*
r600g: fixup trig functions when input is a literal
Dave Airlie
2010-08-31
1
-9
/
+67
|
*
r600g: make sure LIT splits constants
Dave Airlie
2010-08-31
1
-14
/
+11
|
*
r600g: fix constant splitting
Dave Airlie
2010-08-31
1
-2
/
+2
|
*
r600g: fix LIT tests
Dave Airlie
2010-08-31
1
-2
/
+3
|
*
r600g: add missing literals
Dave Airlie
2010-08-31
2
-1
/
+33
|
*
r600g: precompute some of the hw state
Jerome Glisse
2010-08-30
7
-184
/
+142
|
*
r600g: fix depth buffer decompression after states rework
Jerome Glisse
2010-08-30
1
-1
/
+1
|
*
r600g: fixup states generation in winsys.
Dave Airlie
2010-08-30
8
-117
/
+85
|
*
svga: Fix CMP translation for vertex shader targets.
Michal Krol
2010-08-30
1
-0
/
+19
|
*
svga: Re-emit bound rendertargets and texture samplers at the beginning of ev...
José Fonseca
2010-08-30
4
-8
/
+27
|
*
r300g: fix warning in winsys
Marek Olšák
2010-08-30
1
-0
/
+1
|
*
r600g: add DST opcode support.
Dave Airlie
2010-08-30
1
-1
/
+41
|
*
r600g: add SCS support.
Dave Airlie
2010-08-30
1
-6
/
+69
|
*
r600g: fix warning introduced by last commit.
Dave Airlie
2010-08-30
1
-1
/
+0
|
*
r600g: add initial relative support to assembler
Dave Airlie
2010-08-30
4
-6
/
+45
|
*
r600g: add KILP support
Dave Airlie
2010-08-30
3
-5
/
+23
|
*
r600g: fix SSG and op3 neg writing
Dave Airlie
2010-08-30
2
-14
/
+15
|
*
r600g : add basic loop support.
Dave Airlie
2010-08-30
3
-23
/
+247
|
*
r600g: use the values from the correct literals
Bas Nieuwenhuizen
2010-08-30
1
-4
/
+23
|
*
r600g: added literals where needed for POW instruction
Bas Nieuwenhuizen
2010-08-30
1
-0
/
+9
|
*
nvfx: Remove util_is_pot in favor of util_is_power_of_two.
Vinson Lee
2010-08-28
2
-5
/
+5
[next]