index
:
~igor.oliveira/mesa-advanced-blending
master
OpenVG advanced blending
igor.oliveira
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
svga
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-09
Merge branch 'gallium-nopointsizeminmax'
Roland Scheidegger
4
-8
/
+7
2010-02-09
svga: Actually call fence_reference in texture downloads.
José Fonseca
1
-2
/
+2
2010-02-08
svga: remove dead debug sleep
Keith Whitwell
1
-5
/
+0
2010-02-08
gallium: squash-merge of gallium screen context
Keith Whitwell
4
-4
/
+8
2010-02-07
svga: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-02-04
gallium: add point_quad_rasterization bit to rasterizer state
Roland Scheidegger
1
-0
/
+1
2010-02-03
svga: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-02-03
Merge branch 'gallium-embedded'
José Fonseca
31
-31
/
+34
2010-02-03
gallium: clean up point sprite rasterizer state
Roland Scheidegger
1
-1
/
+1
2010-02-03
svga: fix TXD and TXL opcode translation
Keith Whitwell
2
-15
/
+122
2010-02-03
svga: deriv insns not valid in dynamic flow control either
Keith Whitwell
1
-3
/
+48
2010-02-03
svga: texture from lod zero inside dynamic branching
Keith Whitwell
2
-13
/
+59
2010-02-03
svga: better method for generating white fs color outputs
Keith Whitwell
6
-106
/
+75
2010-02-02
gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.
José Fonseca
4
-4
/
+4
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
29
-27
/
+30
2010-01-29
tgsi: add caps for fragment coord conventions (v3)
Luca Barbieri
1
-0
/
+7
2010-01-28
svga: Remove unnecessary headers.
Vinson Lee
2
-2
/
+0
2010-01-28
Merge commit 'origin/perrtblend'
Roland Scheidegger
1
-9
/
+9
2010-01-28
gallium: Enable multiple constant buffers for vertex and geometry shaders.
Michal Krol
1
-1
/
+1
2010-01-25
svga: adapt to blend changes
Roland Scheidegger
1
-9
/
+9
2010-01-22
Merge branch 'mesa_7_7_branch'
Brian Paul
28
-157
/
+98
2010-01-21
svga: Remove unused variable.
Vinson Lee
1
-1
/
+0
2010-01-21
svga: Remove duplicate code.
José Fonseca
1
-4
/
+2
2010-01-21
svga: Remove unused code.
José Fonseca
3
-30
/
+4
2010-01-21
svga: Don't swap buffers to system memory -- winsys' responsibility.
José Fonseca
2
-63
/
+0
2010-01-21
svga: Avoid synchronization issues when doing SW TNL.
José Fonseca
1
-3
/
+5
2010-01-21
svga: Follow buffer usage semantics properly.
José Fonseca
2
-4
/
+11
2010-01-21
svga: Remove unnecessary headers.
Vinson Lee
23
-47
/
+0
2010-01-19
svga: Do a more propper creation of textures from handles
Jakob Bornecrantz
2
-3
/
+71
2010-01-18
svga: Ensure buffer size/alignment is not zero.
José Fonseca
2
-3
/
+6
2010-01-15
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
1
-2
/
+2
2010-01-14
Merge branch 'mesa_7_7_branch'
Jakob Bornecrantz
2
-3
/
+7
2010-01-14
Merge branch 'instanced-arrays'
Michal Krol
1
-1
/
+3
2010-01-13
svga: Fix compile_vs error code.
José Fonseca
2
-3
/
+7
2010-01-13
svga: Fix call to translate::run().
Michal Krol
1
-1
/
+1
2010-01-12
gallium: remove point_size_min and point_size_max from rasterizer state
Roland Scheidegger
4
-7
/
+5
2010-01-11
gallium: remove const qualifier from pipe_buffer argument in set_constant_buffer
Roland Scheidegger
1
-1
/
+1
2010-01-08
Merge branch 'mesa_7_7_branch'
Brian Paul
1
-1
/
+1
2010-01-07
svga: Fix fs key size computation and key comparison.
Michal Krol
2
-5
/
+9
2010-01-06
svga: Silence uninitialized variable warning.
Vinson Lee
1
-1
/
+1
2010-01-06
svga: make texture_target a ubyte, not a bitfield
Brian Paul
1
-1
/
+1
2010-01-06
Make sure we use only signed/unsigned ints with bitfields.
Michal Krol
1
-14
/
+12
2010-01-06
Merge remote branch 'origin/mesa_7_7_branch'
José Fonseca
5
-18
/
+24
2010-01-06
gallium: remove PIPE_TEX_FILTER_ANISO
Luca Barbieri
1
-1
/
+2
2010-01-05
svga: Remove stale references to delete shader results.
José Fonseca
2
-0
/
+14
2010-01-05
svga: Rebind shaders when tokens change.
José Fonseca
3
-18
/
+10
2010-01-05
Merge commit 'origin/gallium-draw-retval'
Keith Whitwell
1
-15
/
+13
2010-01-05
Merge branch 'master' into instanced-arrays
Michal Krol
14
-383
/
+461
2010-01-05
Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.
Michal Krol
1
-1
/
+1
2010-01-04
Merge branch 'mesa_7_7_branch'
Brian Paul
8
-39
/
+94
[next]