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
*
llvmpipe: Remove TGSI sampler pointers from JIT context too.
José Fonseca
2010-01-07
3
-19
/
+9
*
llvmpipe: Remove more loose ends of TGSI exec sampling.
José Fonseca
2010-01-07
6
-127
/
+4
*
i965g: updates for draw retval
Keith Whitwell
2010-01-07
1
-11
/
+9
*
llvmpipe: Axe texture sampling code inherited from softpipe.
José Fonseca
2010-01-07
5
-1727
/
+0
*
gallium: Fix texture sampling with explicit LOD in softpipe.
Michal Krol
2010-01-07
2
-39
/
+77
*
gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...
Michal Krol
2010-01-07
2
-63
/
+93
*
svga: Fix fs key size computation and key comparison.
Michal Krol
2010-01-07
2
-5
/
+9
*
r300g: add back-face color VS outputs
Marek Olšák
2010-01-06
2
-7
/
+37
*
r300g: fix SWTCL stream locations of texture coordinates
Marek Olšák
2010-01-06
1
-1
/
+1
*
r300g: if no DS buffer is set, disable reading from and writing to it
Marek Olšák
2010-01-06
2
-2
/
+10
*
r300g: disable the rasterization of WPOS if it's unused by the FS
Marek Olšák
2010-01-06
4
-34
/
+58
*
r300g: add WPOS
Marek Olšák
2010-01-06
6
-3
/
+124
*
r300g: consolidate params
Marek Olšák
2010-01-06
1
-3
/
+6
*
r300g: fix outputting depth in the FS
Marek Olšák
2010-01-06
2
-3
/
+18
*
r300g: optimize blending by conditionally disabling reads from the colorbuffer
Marek Olšák
2010-01-06
2
-3
/
+30
*
r300g: optimize blending by discarding pixels that don't change the colorbuffer
Marek Olšák
2010-01-06
2
-3
/
+162
*
r300g: fix blending when SRC_ALPHA_SATURATE is used
Marek Olšák
2010-01-06
1
-2
/
+7
*
softpipe: fix draw return value
Keith Whitwell
2010-01-06
1
-1
/
+1
*
r300g: add missing is_anistropic param
Brian Paul
2010-01-06
1
-1
/
+2
*
svga: make texture_target a ubyte, not a bitfield
Brian Paul
2010-01-06
1
-1
/
+1
*
pipe_sampler_state::compare_mode is not a boolean enable flag.
Michal Krol
2010-01-06
6
-9
/
+9
*
Make sure we use only signed/unsigned ints with bitfields.
Michal Krol
2010-01-06
1
-14
/
+12
*
i965g: fix invalid assertion in emit_xpd(), again
Brian Paul
2010-01-06
1
-1
/
+1
*
Merge remote branch 'origin/mesa_7_7_branch'
José Fonseca
2010-01-06
5
-18
/
+24
|
\
|
*
svga: Remove stale references to delete shader results.
José Fonseca
2010-01-05
2
-0
/
+14
|
*
svga: Rebind shaders when tokens change.
José Fonseca
2010-01-05
3
-18
/
+10
*
|
gallium: remove PIPE_TEX_FILTER_ANISO
Luca Barbieri
2010-01-06
9
-25
/
+14
*
|
i965g: fix invalid assertion in emit_xpd()
Brian Paul
2010-01-05
1
-1
/
+1
*
|
nouveau: rewrite nouveau_stateobj to use BEGIN_RING properly
Maarten Maathuis
2010-01-05
31
-145
/
+265
*
|
nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etc
Marcin Slusarz
2010-01-05
27
-1005
/
+1089
*
|
nv50: remove vtxbuf stateobject after a referenced vtxbuf is mapped
Maarten Maathuis
2010-01-05
6
-0
/
+65
*
|
Merge commit 'origin/gallium-draw-retval'
Keith Whitwell
2010-01-05
26
-256
/
+226
|
\
\
|
*
|
gallium: propagate draw retval changes into cell driver
Roland Scheidegger
2009-12-23
1
-10
/
+8
|
*
|
gallium: propogate draw retval changes into more drivers
Keith Whitwell
2009-12-21
20
-164
/
+146
|
*
|
gallium: remove return value from draw calls
Keith Whitwell
2009-12-21
6
-83
/
+73
*
|
|
Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.
Michal Krol
2010-01-05
4
-4
/
+4
*
|
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-04
14
-53
/
+108
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
svga: Fix debug build crash when rendering to depth/stencil renderbuffer only.
Michel Dänzer
2010-01-04
1
-1
/
+2
|
*
|
r300g: Silence 'mixed declarations and code' warning.
Vinson Lee
2010-01-03
1
-1
/
+1
|
*
|
r300g: Remove comma at end of enumerator list.
Vinson Lee
2010-01-03
1
-8
/
+8
|
*
|
llvmpipe: Remove comma at end of enumerator list.
Vinson Lee
2010-01-03
2
-2
/
+2
|
*
|
trace: Remove comma at end of enumerator list.
Vinson Lee
2010-01-03
1
-1
/
+1
|
*
|
r300g: Use C-style comments.
Vinson Lee
2010-01-02
1
-2
/
+2
|
*
|
svga: Use a shader id as low as possible.
José Fonseca
2010-01-03
7
-24
/
+78
|
*
|
svga: Rename error labels.
José Fonseca
2010-01-03
1
-14
/
+14
|
*
|
llvmpipe: Silence uninitialized variable warning.
Vinson Lee
2010-01-01
1
-1
/
+1
|
*
|
llvmpipe: Use C-style comment.
Vinson Lee
2010-01-01
1
-1
/
+1
*
|
|
i965g: Fix assert.
Vinson Lee
2010-01-04
1
-1
/
+1
*
|
|
Merge branch 'gallium-conditional-rendering'
Brian Paul
2010-01-04
6
-0
/
+57
|
\
\
\
|
*
|
|
softpipe: implement conditional rendering
Brian Paul
2009-12-31
6
-0
/
+57
[next]